diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-07-04 18:14:58 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-07-04 18:14:58 +0200 |
commit | 25e05c573b22cee0f55691eb50b73800fd8b5781 (patch) | |
tree | 2c1a466f7959cffe06f51c7ca6d979e37a9b30c1 | |
parent | 9994e92a3c8c570154de4effa16d4e7f087e2b85 (diff) | |
download | semanticscuttle-25e05c573b22cee0f55691eb50b73800fd8b5781.tar.gz semanticscuttle-25e05c573b22cee0f55691eb50b73800fd8b5781.tar.bz2 |
add TOC to some pages
-rw-r--r-- | doc/INSTALL.txt | 2 | ||||
-rw-r--r-- | doc/README.rst | 4 | ||||
-rw-r--r-- | doc/UPGRADE.txt | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt index 5afc732..572da35 100644 --- a/doc/INSTALL.txt +++ b/doc/INSTALL.txt @@ -31,6 +31,8 @@ Installation instructions on the shell. 5. Set the ``www/`` directory as document root in your web server, restart the web server. +6. That's all! Visit your SemanticScuttle installation web site now + with your browser. Ugly www directory in URLs diff --git a/doc/README.rst b/doc/README.rst index 0c7befe..7702400 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -4,7 +4,9 @@ SemanticScuttle 0.98 A social bookmarking tool experimenting with new features like structured tags or collaborative descriptions of tags. -https://sourceforge.net/projects/semanticscuttle/ +- Home page: http://semanticscuttle.sourceforge.net/ +- Project page: https://sourceforge.net/projects/semanticscuttle/ +- Demo: http://semanticscuttle.sourceforge.net/demo/ Available under the GNU General Public License diff --git a/doc/UPGRADE.txt b/doc/UPGRADE.txt index 1a0b964..b144af2 100644 --- a/doc/UPGRADE.txt +++ b/doc/UPGRADE.txt @@ -2,6 +2,7 @@ Upgrading SemanticScuttle from a previous version ================================================= +.. contents:: From version 0.97 to 0.98 ========================= |