SemanticScuttle/doc/README.rst

68 lines
1.8 KiB
ReStructuredText
Raw Normal View History

2011-08-08 05:30:59 +00:00
======================
2012-01-21 12:02:42 +00:00
SemanticScuttle 0.98.4
2011-08-08 05:30:59 +00:00
======================
A social bookmarking tool experimenting with new features
like structured tags or collaborative descriptions of tags.
2011-07-04 16:14:58 +00:00
- 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
2011-05-26 20:00:08 +00:00
============
2011-05-26 20:01:45 +00:00
See `INSTALL.rst`__
2011-05-26 20:00:08 +00:00
__ INSTALL.html
Upgrading from a previous version
2011-05-26 20:00:08 +00:00
=================================
See `UPGRADE.txt`__
__ UPGRADE.html
Public API
2011-05-26 20:00:08 +00:00
==========
2011-05-26 20:02:40 +00:00
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.
2011-05-26 20:00:08 +00:00
__ http://del.icio.us/doc/api
Links
-----
2011-05-26 20:00:08 +00:00
- `further documentation`__
- `support and help questions`__
- `development mailing list instructions`__
- `suggestions`_ for SemanticScuttle
- `bug reports`_
- `feature requests`_
2011-05-26 20:00:08 +00:00
__ 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
2011-05-26 20:00:08 +00:00
============
Number of bookmarks always 0: "0 bookmark(s)"
2011-05-26 20:00:08 +00:00
---------------------------------------------
This issue occurs when debug mode is enabled.
Technically, this is because the database layers ``DEBUG_EXTRA`` gets
enabled through debug mode.