diff options
-rw-r--r-- | readme.txt | 64 |
1 files changed, 15 insertions, 49 deletions
@@ -1,42 +1,22 @@ -Scuttle 0.7.2 -http://sourceforge.net/projects/scuttle/ -http://scuttle.org/ +SemanticScuttle 0.87 +https://sourceforge.net/projects/semanticscuttle/ -Copyright (C) 2004 - 2006 Scuttle project +Copyright (C) 2007 SemanticScuttle project Available under the GNU General Public License -============ -INSTALLATION -============ += INSTALL = +- Execute the SQL contained in tables.sql to create the necessary database tables. This file was written specifically for MySQL, so may need rewritten if you intend to use a different database system. +- Edit config.inc.php.example and save the changes as a new config.inc.php file in the same directory. +- Set the CHMOD permissions on the /cache/ subdirectory to 777 -* Use the SQL contained in tables.sql to create the necessary database tables. This file was written specifically for MySQL, so may need rewritten if you intend to use a different database system. -* Edit config.inc.php.example and save the changes as a new config.inc.php file in the same directory. += UPGRADE = -* Set the CHMOD permissions on the /cache/ subdirectory to 777 - -[ See also: http://scuttle.org/wiki/doku.php?id=installation ] - -========= -UPGRADING -========= - -Instructions on how to upgrade from the last stable release of Scuttle are detailed on our Wiki: - -http://scuttle.org/wiki/doku.php?id=upgrading - -=== -API -=== += Use API = Scuttle supports most of the del.icio.us API [ http://del.icio.us/doc/api ]. Almost all of the neat tools made for that system can be modified to work with your installation instead. 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. -[ See also: http://scuttle.org/wiki/doku.php?id=scuttle_api ] - -============ -TRANSLATIONS -============ - += TRANSLATE = Scuttle is available in many languages. If you know gettext and can provide additional translations, your help would be greatly appreciated. ------------------- @@ -55,32 +35,18 @@ Lithuanian lt-LT 100% Portuguese pt-BR 100% Spanish es-ES 94% -[ See also: http://scuttle.org/wiki/doku.php?id=translations ] - -============= -PROJECT LINKS -============= - -Scuttle Project: -http://sourceforge.net/projects/scuttle/ - -Scuttle.org: -http://scuttle.org/ += LINKS = +For further documentation, read http://semanticscuttle.wiki.sourceforge.net/ -Scuttle Wiki: -http://scuttle.org/wiki/ +If you need help, post to http://sourceforge.net/forum/forum.php?forum_id=759510 -Help forum: -https://sourceforge.net/forum/forum.php?forum_id=455068 +Suggestions are welcome on http://sourceforge.net/forum/forum.php?forum_id=759511 Bug reports: -https://sourceforge.net/tracker/?atid=729860&group_id=134378&func=browse +http://sourceforge.net/tracker/?group_id=211356&atid=1017430 Feature requests: -https://sourceforge.net/tracker/?atid=729863&group_id=134378&func=browse User-submitted patches: -https://sourceforge.net/tracker/?atid=729862&group_id=134378&func=browse Discussion forum: -https://sourceforge.net/forum/forum.php?forum_id=455067 |