mention how to add new pages
[ikiwiki.git] / docs / 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 * Page layouts are at `/usr/pkg/share/ikiwiki/templates/` - page.tmpl is probably the one you want.
12 * Stylesheet changes are in `/usr/pkg/share/ikiwiki/basewiki/local.css`.
13
14 ## Making changes
15
16 * All files under `/doc` can be edited by anyone, as can the `/sandbox` page.
17 * Existing developers' accounts can be set to edit the rest of the site; ask on the mailing lists.
18 * Changes to the site config are generated into the site with the command `ikiwiki --setup /usr/local/etc/ikiwiki.setup`.
19 * To create new pages on the web, add a new wiki link and then follow the link.  If you cannot find a good place for the link, use the [[/sandbox]].
20
21 ## For more information
22
23 * This site contains ikiwiki documentation under /[[ikiwiki]].
24 * Markdown is documented at [daringfireball.net](http://daringfireball.net/projects/markdown/syntax).
25 * ikiwiki is documented at the [ikiwiki site](http://ikiwiki.info/).