Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrickt/nuki
A pure-Nu wiki based on Nunja, Git, and NuMarkdown
https://github.com/patrickt/nuki
Last synced: 19 days ago
JSON representation
A pure-Nu wiki based on Nunja, Git, and NuMarkdown
- Host: GitHub
- URL: https://github.com/patrickt/nuki
- Owner: patrickt
- Created: 2008-03-10T20:28:10.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2008-08-23T01:44:42.000Z (over 16 years ago)
- Last Synced: 2024-12-09T09:10:39.897Z (20 days ago)
- Language: Nu
- Homepage: http://importantshock.wordpress.com
- Size: 156 KB
- Stars: 27
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Nuki
=============Nuki is a Wiki engine written in [Nu][nu] and powered by [Nunja][nj].
[nu]: http://programming.nu
[nj]: http://github.com/timburks/nunja/tree/masterInstallation:
------Nuki requires [Nu][nu], [Nunja][nj] (which depends on [libevent][le]), [NuMarkdown][nm], and [NuSmartyPants][nsp].
To build the Nuki sources, run `nuke`; to run nukid, the Nuki daemon, run `./nukid`.[nu]: http://programming.nu
[le]: http://www.monkey.org/~provos/libevent/
[nm]: http://github.com/timburks/numarkdown/tree/master
[nsp]: http://github.com/Grayson/nusmartypants/tree/masterAuthor:
-----
[Patrick Thomson](mailto:[email protected])
His webpage can be found [here](http://importantshock.wordpress.com/).Known bugs:
-----
Nuki does not deal well with huge pages.Many thanks to:
--------------
[Tim Burks](http://blog.neontology.com/) for Nu, Nunja, guidance and encouragement.
[Grayson Hansard](http://www.fromconcentratesoftware.com/) for NuSmartyPants, NuMarkdown, and bug reports.