SemanticScuttle/doc
2014-07-20 21:50:42 +02:00
..
developers document unit test dependencies 2013-03-21 06:51:46 +01:00
allinone.rst allinone file, which we do not use for now 2011-07-05 19:55:01 +02:00
authentication.rst link pear manual ldap options 2014-07-20 21:50:42 +02:00
AUTHORS move files to new locations 2009-10-03 14:00:33 +00:00
ChangeLog fix typo 2013-08-20 21:16:22 +02:00
configuration.rst Fix bug #110: Talk about searching for slashes 2013-03-18 23:06:53 +01:00
index.rst add tools section in docs 2013-03-22 08:37:17 +01:00
INSTALL.txt Fix #158: Correct documentation on the PostgreSQL tables file name, add example 2013-07-02 14:59:38 +02:00
LICENSE.txt move files to new locations 2009-10-03 14:00:33 +00:00
README.rst prepare release of 0.98.5 2013-03-20 18:06:15 +01:00
ssl-client-certificates.rst add note about SNI 2011-05-13 18:16:25 +02:00
themes.rst link flat theme by Roman Lehnhof 2013-10-29 08:34:22 +01:00
tools.rst mention scuttle for android 2014-03-31 11:13:15 +02:00
UPGRADE.txt prepare 0.98.3 2011-08-09 08:12:02 +02:00

======================
SemanticScuttle 0.98.5
======================
A social bookmarking tool experimenting with new features
like structured tags or collaborative descriptions of tags.

- 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


Installation
============
See `INSTALL.rst`__


__ INSTALL.html


Upgrading from a previous version
=================================
See `UPGRADE.txt`__

__ UPGRADE.html


Public API
==========
SemanticScuttle supports most of the `del.icio.us API`__.
Almost all of the neat tools made for that system can be modified
to work with your SemanticScuttle installation. If you find a tool
that won't let you change the API address, ask the creator to add
this setting. You never know, they might just do it.

__ http://del.icio.us/doc/api



Links
-----
- `further documentation`__
- `support and help questions`__
- `development mailing list instructions`__
- `suggestions`_ for SemanticScuttle
- `bug reports`_
- `feature requests`_

__ http://semanticscuttle.wiki.sourceforge.net/
__ http://sourceforge.net/forum/forum.php?forum_id=759510
__ https://sourceforge.net/mailarchive/forum.php?forum_name=semanticscuttle-devel
.. _suggestions:  http://sourceforge.net/forum/forum.php?forum_id=759511
.. _bug reports: http://sourceforge.net/tracker/?group_id=211356&atid=1017430
.. _feature requests: https://sourceforge.net/tracker/?group_id=211356&atid=1017433




Known issues
============

Number of bookmarks always 0: "0 bookmark(s)"
---------------------------------------------
This issue occurs when debug mode is enabled.
Technically, this is because the database layers ``DEBUG_EXTRA`` gets
enabled through debug mode.