]> sipb.mit.edu Git - ikiwiki.git/blob - doc/examples/softwaresite.mdwn
2b68ee4e441e623c9a95e3ee876faeba8daa9dac
[ikiwiki.git] / doc / examples / softwaresite.mdwn
1 This is an [[example_software_package_website|index]].
2 Just copy the softwaresite subdirectory into your wiki to quickly produce
3 a website for a piece of software.
4
5 Some additional configuration you might want to do:
6
7 * Make sure to configure ikiwiki to generate RSS or Atom feeds.
8
9 * The softwaresite/doc subdirectory is intended to hold docs about your
10   software package. These docs can be included in the package itself;
11   there is a [[softwaresite/doc/Makefile]] that will use ikiwiki to build
12   static html documentation from the docs directory. ikiwiki itself uses a
13   similar system to build its documentation.