a strange little wiki system for the town
 
 
Go to file
Nate Smith fbe572c5f4
Merge pull request #14 from tildetown/toc
better toc generation
2019-04-17 14:46:24 -10:00
tildewiki header-based toc generation 2019-04-18 00:44:53 +00:00
.gitignore Initial commit 2017-08-28 15:48:48 -07:00
LICENSE Initial commit 2017-08-28 15:48:48 -07:00
README.org update readme 2017-09-23 01:31:26 -07:00
rfc.org update rfc 2017-08-28 23:23:31 -07:00
setup.py update pygit for new ubuntu 2019-01-13 04:17:38 +00:00

README.org

tilde-wiki

being a small tool for managing a wiki on a social unix server

This is a new project. It's a formalization of the strange 777 /home/wiki user that has existed on tilde.town since time immemorial.

You can think of this project as a very special-cased static site generator with as few features as possible.

For now, check out the rfc.

using this tool

this tool is super specific to tilde.town, but more or less adaptable to similar environments. if there are things you think should change to make this more useful elsewhere, PRs and issues are welcome.

prequisites

  • a git repo with a top level path src/articles
  • the files src/{footer.md,header.md} which contain whatever header and footer content you'd like
  • everything in src/articles to be either a markdown (.md), html (.html), or plain text (.txt) file
  • write privileges for anyone who clones the repo
  • a post-receive hook with something like the following:

    #!/bin/bash
    umask 002
    unset GIT_DIR
    
    cd /wiki
    git reset --hard HEAD
    git log -1 > git-last-log.txt

    (you will want to replace /wiki with whatever the path to your wiki repo is)

author

license

GPLv3, u kno it