parent
e2dddb9db5
commit
57ce8898f6
|
@ -7,12 +7,10 @@ First published on [LinuxWorld.com](http:://www.linuxworld.com/), a
|
||||||
publication of Network World Inc., 118 Turnpike Rd., Southboro, MA 01772.
|
publication of Network World Inc., 118 Turnpike Rd., Southboro, MA 01772.
|
||||||
"""]]
|
"""]]
|
||||||
|
|
||||||
Wikis are not just for encyclopedias and websites
|
Wikis are not just for encyclopedias and websites anymore. You can use
|
||||||
anymore. You can use [Ikiwiki](http://ikiwiki.info)
|
Ikiwiki in combination with your revision control system to handle issue
|
||||||
in combination with your revision control system to
|
tracking, news feeds, and other needs of a software project. The wiki can
|
||||||
handle issue tracking, news feeds, and other needs of
|
make your bug reports as much a part of your software project as its code,
|
||||||
a software project. The wiki can make your bug reports
|
|
||||||
as much a part of your software project as its code,
|
|
||||||
with interesting results.
|
with interesting results.
|
||||||
|
|
||||||
Ikiwiki is a wiki engine with a twist. It's best
|
Ikiwiki is a wiki engine with a twist. It's best
|
||||||
|
@ -42,7 +40,7 @@ Ikiwiki is a full-featured wiki that you can use
|
||||||
for a variety of purposes, from traditional wikis
|
for a variety of purposes, from traditional wikis
|
||||||
to weblogs, podcasting, or even aggregating other
|
to weblogs, podcasting, or even aggregating other
|
||||||
sites' RSS feeds into a Planet page. While people
|
sites' RSS feeds into a Planet page. While people
|
||||||
are [using](http://ikiwiki.info/ikiwikiusers.html)
|
are [[using|ikiwikiusers.html]]
|
||||||
Ikiwiki for purposes ranging from genealogy research
|
Ikiwiki for purposes ranging from genealogy research
|
||||||
to shoe accessory sales, one thing it's especially
|
to shoe accessory sales, one thing it's especially
|
||||||
well suited for is collaborative software development,
|
well suited for is collaborative software development,
|
||||||
|
@ -56,8 +54,7 @@ The simplest way to use ikiwiki is to build static
|
||||||
HTML files from source wiki files. This example builds
|
HTML files from source wiki files. This example builds
|
||||||
a wiki for an imaginary software project. The wiki
|
a wiki for an imaginary software project. The wiki
|
||||||
source files used in this example are available in the
|
source files used in this example are available in the
|
||||||
[examples/softwaresite](http://ikiwiki.info/examples/softwaresite.html)
|
[[examples/softwaresite]] section of ikiwiki's documentation.
|
||||||
section of ikiwiki's documentation.
|
|
||||||
|
|
||||||
wiki$ ls
|
wiki$ ls
|
||||||
Makefile bugs.mdwn doc/ download.mdwn news/
|
Makefile bugs.mdwn doc/ download.mdwn news/
|
||||||
|
@ -97,7 +94,7 @@ and tie it into the build system using the Makefile.
|
||||||
Ikiwiki can also be tied into the `post-commit` hook of your revision
|
Ikiwiki can also be tied into the `post-commit` hook of your revision
|
||||||
control system, so that whenever a developer commits a change to a wiki
|
control system, so that whenever a developer commits a change to a wiki
|
||||||
page in revision control, the project's web site is automatically updated.
|
page in revision control, the project's web site is automatically updated.
|
||||||
The [ikiwiki tutorial](http://ikiwiki.info/setup.html) explains in
|
The [[ikiwiki_tutorial|setup]] explains in
|
||||||
detail how to set this up using the Subversion, Git, TLA, and Mercurial
|
detail how to set this up using the Subversion, Git, TLA, and Mercurial
|
||||||
revision control systems.
|
revision control systems.
|
||||||
|
|
||||||
|
@ -272,8 +269,5 @@ their own version of the website, use it to track bugs for that branch, and
|
||||||
when the branch is ready, all these changes can be merged back into the
|
when the branch is ready, all these changes can be merged back into the
|
||||||
mainline of the project.
|
mainline of the project.
|
||||||
|
|
||||||
Ikiwiki powers its own bug tracking
|
Ikiwiki powers its own bug tracking system. To see how wiki bug tracking
|
||||||
system. To see how wiki bug tracking
|
works in practice, visit the [[bug]] or [[TODO]] pages.
|
||||||
works in practice, visit the [ikiwiki bugs
|
|
||||||
page](http://ikiwiki.info/bugs.html) or the project
|
|
||||||
[TODO list](http://ikiwiki.info/todo.html).
|
|
||||||
|
|
Loading…
Reference in New Issue