diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-04 13:33:27 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-04 13:33:27 -0400 |
commit | e3c944ae00f7250bdff9e8d2bf07a55b1d72a0e8 (patch) | |
tree | f61a1bc95f390e6cbdc2a121619d3d795decbf5b /doc/index.mdwn | |
parent | cae559f677c915519770e20888186cd6ad186931 (diff) | |
download | ikiwiki-e3c944ae00f7250bdff9e8d2bf07a55b1d72a0e8.tar ikiwiki-e3c944ae00f7250bdff9e8d2bf07a55b1d72a0e8.tar.gz |
Revert "written in perl"
This reverts commit cae559f677c915519770e20888186cd6ad186931.
Ikiwiki's implementation language is not so important as to appear in the
first, key sentence of its website. The language is already documented
elsewhere, as in the install page.
Diffstat (limited to 'doc/index.mdwn')
-rw-r--r-- | doc/index.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.mdwn b/doc/index.mdwn index d8d90e508..93526c42c 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -1,4 +1,4 @@ -Ikiwiki is a **wiki compiler** written in Perl. It converts wiki pages into HTML pages +Ikiwiki is a **wiki compiler**. It converts wiki pages into HTML pages suitable for publishing on a website. Ikiwiki stores pages and history in a [[revision_control_system|rcs]] such as [[Subversion|rcs/svn]] or [[rcs/Git]]. There are many other [[features]], including support for |