summaryrefslogtreecommitdiffstats
path: root/doc/didiwiki/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'doc/didiwiki/DETAILS')
-rwxr-xr-xdoc/didiwiki/DETAILS12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/didiwiki/DETAILS b/doc/didiwiki/DETAILS
index c93d03d517..184faf16f7 100755
--- a/doc/didiwiki/DETAILS
+++ b/doc/didiwiki/DETAILS
@@ -9,14 +9,18 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=GPL
SHORT="DidiWiki is a small and simple personal WikiWikiWeb implementation written in C."
cat << EOF
-DidiWiki is a small and simple personal WikiWikiWeb implementation written in C.
-Its intended for usage as an ad-hoc PIM, useful for note taking, TODO lists etc.
+DidiWiki is a small and simple personal WikiWikiWeb implementation written
+in C.
+Its intended for usage as an ad-hoc PIM, useful for note taking, TODO
+lists etc.
Features include:
- * Built in webserver, no database, scripting language or wierd library requirements.
+ * Built in webserver, no database, scripting language or wierd library
+ requirements.
Just compile, run and point your browser at it.
- * Tiny binary size, weighing in at approx 25k stripped. Thus practical for embedded use ( eg Handhelds ).
+ * Tiny binary size, weighing in at approx 25k stripped. Thus practical
+ for embedded use ( eg Handhelds ).
* Kwiki like syntax. Support for tables, lists, images etc.
* Web standards compliant generated markup.
EOF