Introducing InnoWiki
Well, this is not actually planned, but it is simple enough that I can hacked things together in a couple of day (and yes, the code is very short, but very hackish)
Let meet InnoWiki: http://innowiki.innocen.at/ [GitHub]
Basically, it a very simple static site generator with some wiki extension. I created it because I need a platform to store my teaching documents, and to be honest, running MediaWiki on $5 DigitalOcean server, even with HHVM, sounds like asking for problem.
Like most newer design paradigm, for content that rarely change using static content (generated .html) is the best. I think even nginx on $5 DO server can handle thousands of request per second easily (SSD does help)
Not much to say here, the project actually do nothing special, except help me brush up my regular expression skill. See you next time!