updated readme...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-15 18:50:03 +03:00
parent 90f5949f36
commit 39234e6e4a

View File

@ -1,17 +1,19 @@
# Portable Wiki (pWiki) # Portable Wiki (pWiki)
### Project goals: ### Project goals / main features:
- Provide a simple embeddable Wiki - _Simple embeddable Wiki_
This enables a zero-workflow app documentation, i.e. documentation that This enables a zero-workflow app documentation, i.e. documentation that
can be created, edited, tweaked and updated in-app without requiring can be created, edited, tweaked and updated in-app without requiring
setting up and maintaining a write-convert-embed workflow. setting up and maintaining a write-convert-embed workflow.
This was a requirement on the ImageGrid.Viewer project. This was a requirement on the _ImageGrid.Viewer_ project.
- Provide pluggable storage and synchronization - _Pluggable storage and synchronization_ mechanisms
- Implement a Wiki/note _portable_ app - _Self-hosted_ and flexible user interface
- Wiki/note _portable app_
- a simple and functional note/todo/outline app - a simple and functional note/todo/outline app
- an external/portable Wiki editor, as an alternative for in-app - an external/portable Wiki editor, as an alternative for in-app
@ -26,3 +28,4 @@
<!-- @filter(markdown) --> <!-- @filter(markdown) -->
<!-- vim:set ts=4 sw=4 spell -->