Skip to content
forked from sr/git-wiki

A simple git-powered wiki for freenet

Notifications You must be signed in to change notification settings

saces/fn-git-wiki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

fn-git-wiki: because who needs cool names when you use freenet and git?

fn-git-wiki is a simple wiki with MediaWiki syntax that relies on git to keep pages' history. It also maintains a static mirror for freenet insertion as freesite.

Install

The fellowing gems are required to run fn-git-wiki:

Prepare wiki

Create a new directory for your wiki mkdir ~/wikidir && cd ~/wikidir && git init && mkdir jSite && mkdir static

Place your CSS (call it wiki.css for easy defaults) and image files in the folder static. (you can grab a sample css here: http://github.com/downloads/saces/fn-git-wiki/wiki.css )

Copy/link the folder static to jSite/static. (Don't forget to update if you modify stuff in static.)

Run

CD into the wiki dir and run with path/to/run.ru -o127.0.0.1 -sthin -p4567 and point your browser at http://127.0.0.1:4567/. Enjoy!

Upload

Just insert the jSite folder.

See also

Credits

fn-git-wiki was originally forked from Sr's git-wiki

Licence

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                   Version 2, December 2004

Copyright (C) 2008 Simon Rozet <simon@rozet.name>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

 0. You just DO WHAT THE FUCK YOU WANT TO.

About

A simple git-powered wiki for freenet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%