didiwiki

Rating: 
0
No votes yet

simple wiki implementation with built-in webserver
DidiWiki is aimed at those who need a quick and lightweight wiki for
personal use, such as notes, "to do" lists, etc. It is written in C,
and has very low system requirements (binary size of ~25k
stripped). This makes it particularly useful for handhelds. DidiWiki
does not require installation of a separate webserver, scripting
language, or database.

Application versions: 
AttachmentSizeDate
File didiwiki_0.5-9_armel.deb28.15 KB05/08/2013 - 01:37
Changelog: 

didiwiki (0.5-9) unstable; urgency=low

* Added debian/README.source pointing to the dpatch documentation.
* Added debian/patches/90_search_engine.dpatch:
- Makes search case insensitive.
- Removes redirection to page when the search terms are identical to
a page name.
- Adds a new behaviour: if the search returns only one page, then it
redirects the user there.
Patch based on initial work provided by Carlo Mandelli <camandel@gmail.com>
(Closes: #536484)
* Modified debian/patches/40_spelling.dpatch:
- Corrects a minor typo in src/wiki.c
* Standards-Version bumped to 3.8.3.