diff options
author | schmonz <schmonz@pkgsrc.org> | 2009-08-12 21:14:34 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2009-08-12 21:14:34 +0000 |
commit | 65e3d8fc2db1009c5ca31dc3505d400668d587eb (patch) | |
tree | ab3590cbc5cfbd06a4eb009342ed655b50b09b20 /www/ikiwiki/DESCR | |
parent | 2df46bde89a83b3f143ebf5a1ca241c84f78c901 (diff) | |
download | pkgsrc-65e3d8fc2db1009c5ca31dc3505d400668d587eb.tar.gz |
Update to 3.141592. From the changelog:
* Add new hooks: canremove, canrename, rename. (intrigeri)
* rename: Refactor subpage rename handling code into rename hook.
(intrigeri)
* po: New plugin, suporting translation of wiki pages using po
files. (intrigeri)
* Add build machinery to build po files to translate the underlay wikis,
* Add further build machinery to generate translated underlays from
the po file, for use by wikis whose primary language is not English.
* Add Danish basewiki translation by Jonas Smedegaard.
* img: Fix adding of dependency from page to the image.
* pagestats: add among parameter, which only counts links from
specified pages (smcv)
* pagestats: when making a tag cloud, don't emit links where the
tag is unused (smcv)
* map: Avoid emitting an unclosed ul element if the map is empty.
(harishcm)
* inline: Add pagenames parameter that can be used to list a set
of pages to inline, in a specific order, without using a PageSpec.
(smcv)
* Add getsource plugin (Will, smcv)
Note that the new po plugin won't work until textproc/po4a is updated
to at least 0.34. Any takers?
Diffstat (limited to 'www/ikiwiki/DESCR')
-rw-r--r-- | www/ikiwiki/DESCR | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/www/ikiwiki/DESCR b/www/ikiwiki/DESCR index b2917301534..5e7ca50e6d2 100644 --- a/www/ikiwiki/DESCR +++ b/www/ikiwiki/DESCR @@ -1,8 +1,7 @@ -ikiwiki is a wiki compiler. - -It converts wiki pages into html pages suitable for publishing on a -website. Unlike many wikis, ikiwiki does not have its own ad-hoc means -of storing page history, and instead uses an revision control system. - -This means you can edit wiki sources in your favourite editor, and -rebuild the website, rather than using an online browser form. +Ikiwiki is a wiki compiler. It converts wiki pages into HTML pages +suitable for publishing on a website. Unlike many wikis, ikiwiki +does not have its own ad hoc means of storing page history, instead +using a revision control system such as Subversion or Git. This +means that in addition to the usual web interface, you can edit +wiki sources in your favorite editor. There are many other features, +including support for blogging, as well as a large array of plugins. |