]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
documentation index
authorChristian Weiske <cweiske@cweiske.de>
Thu, 26 May 2011 06:20:04 +0000 (08:20 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 26 May 2011 06:20:04 +0000 (08:20 +0200)
doc/developers/TODO.rst [moved from doc/developers/TODO with 100% similarity]
doc/developers/api.rst [moved from doc/developers/api with 100% similarity]
doc/developers/debugging.rst [moved from doc/developers/debugging with 100% similarity]
doc/developers/doc-TODO.rst [moved from doc/developers/doc-TODO with 100% similarity]
doc/developers/release-new-version.rst [moved from doc/developers/release-new-version with 100% similarity]
doc/developers/rules.rst [moved from doc/developers/rules with 100% similarity]
doc/developers/running-unit-tests.rst [moved from doc/developers/running-unit-tests with 100% similarity]
doc/developers/translation.rst [moved from doc/developers/translation with 100% similarity]
doc/index.rst [new file with mode: 0644]

similarity index 100%
rename from doc/developers/TODO
rename to doc/developers/TODO.rst
similarity index 100%
rename from doc/developers/api
rename to doc/developers/api.rst
diff --git a/doc/index.rst b/doc/index.rst
new file mode 100644 (file)
index 0000000..fc75aa6
--- /dev/null
@@ -0,0 +1,43 @@
+=============================
+SemanticScuttle documentation
+=============================
+
+
+First reads
+===========
+- README_
+- `installation guide`_
+- `upgrade instructions`_
+
+.. _README: README.html
+.. _installation guide: INSTALL.html
+.. _upgrade instructions: UPGRADE.html
+
+
+
+Features
+========
+- `SSL Client certificates`__
+- Themes__
+
+__ ssl-client-certificates.html
+__ themes.html
+
+
+
+Developer documentation
+=======================
+- `General development rules`__
+- `Delicious API`__
+- `Debugging HowTo`__
+- `How to release a new version`__
+- `Running unit testes`__
+- `How to translate SemanticScuttle`__
+
+__ rules.html
+__ api.html
+__ debugging.html
+__ release-new-version.html
+__ running-unit-tests.html
+__ translation.html
+