Fix links.
[ikiwiki.git] / howtos / HowToManageThisSite.mdwn
1 This site is managed using ikiwiki.  
2
3 ## File locations
4
5 * The site is located at `/usr/local/www/www.dragonflybsd.org/`
6 * The checked out copy from Git used to generate the site is at `/usr/local/www/ikiwiki-srcdir/` (commit here)
7 * The bare Git repo for the site is at `/usr/local/www/ikiwiki-repo/` (clone from here)
8 * A public copy is available on crater.dragonflybsd.org same as other DragonFly code.
9 * Source is publically browsable at [gitweb.dragonflybsd.org](http://gitweb.dragonflybsd.org/).
10 * configuration file is at `/usr/local/etc/ikiwiki.setup`.
11
12 ## Making changes
13
14 * All files under `/doc` can be edited by anyone, as can the `/sandbox` page.
15 * Existing developers' accounts can be set to edit the rest of the site; ask on the mailing lists.
16 * Changes to the site config are generated into the site with the command `ikiwiki --setup /path/to/config/file`.
17
18 ## For more information
19
20 * This site contains ikiwiki documentation under /[[ikiwiki]].
21 * Markdown is documented at [daringfireball.net](http://daringfireball.net/projects/markdown/syntax).
22 * ikiwiki is documented at the [ikiwiki site](http://ikiwiki.info/).