]> ruin.nu Git - ndwebbie.git/commit
Implemented a basic Wiki.
authorMichael Andreen <harv@ruin.nu>
Tue, 12 Aug 2008 15:26:18 +0000 (17:26 +0200)
committerMichael Andreen <harv@ruin.nu>
Tue, 12 Aug 2008 15:26:18 +0000 (17:26 +0200)
commit2c934746290ce8baa0b38425e1fd74d63a2a12f5
treec6f46b3bccc32659abb37480c9535d40129edbe5
parent49d3f8fb2b3bcf25f88d909e7982b20f1db3246d
Implemented a basic Wiki.

Wiki controller handles all the wiki action. Redirect /index to /wiki to have an easily-editable front page.
database/wiki-access.sql [new file with mode: 0644]
database/wiki.sql [new file with mode: 0644]
lib/NDWeb/Controller/Root.pm
lib/NDWeb/Controller/Wiki.pm [new file with mode: 0644]
root/lib/site/html.tt2
root/lib/site/leftbar.tt2
root/src/wiki/edit.tt2 [new file with mode: 0644]
root/src/wiki/history.tt2 [new file with mode: 0644]
root/src/wiki/page.tt2 [new file with mode: 0644]
t/controller_Wiki.t [new file with mode: 0644]