diff options
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst new file mode 100644 index 0000000..678c102 --- /dev/null +++ b/doc/index.rst @@ -0,0 +1,50 @@ +============================= +SemanticScuttle documentation +============================= + + +First reads +=========== +- README_ +- `installation guide`_ +- `upgrade instructions`_ + +.. _README: README.html +.. _installation guide: INSTALL.html +.. _upgrade instructions: UPGRADE.html + + + +Features +======== +- `Custom user authentication`__ +- `SSL Client certificates`__ +- Themes__ +- `Configuration files`__ +- Tools__ + +__ authentication.html +__ ssl-client-certificates.html +__ themes.html +__ configuration.html +__ tools.html + + + +Developer documentation +======================= +- `General development rules`__ +- `Delicious API`__ +- `Debugging HowTo`__ +- `How to release a new version`__ +- `Running unit testes`__ +- `How to translate SemanticScuttle`__ +- `ChangeLog`__ + +__ developers/rules.html +__ developers/api.html +__ developers/debugging.html +__ developers/release-new-version.html +__ developers/running-unit-tests.html +__ developers/translation.html +__ ChangeLog.html |