Personal fork of https://github.com/buckaroo-labs/SemanticScuttle for patches and such.
Find a file
2009-10-01 22:22:00 +00:00
ajax Interface fix: menu2 just displays linked tags from admins 2009-02-20 09:33:59 +00:00
api fix problem: "api/posts/all not found" 2009-09-29 06:57:24 +00:00
cache import of scuttle 0.7.2 2007-12-12 16:29:16 +00:00
gsearch Minor fix: allow anchor into website description (in gsearch) 2009-01-07 16:02:05 +00:00
images Interface fix: correct visual bug under IE 2009-02-03 14:15:34 +00:00
includes Fix mysqli db class: escaping did not work at all 2009-09-22 05:04:59 +00:00
locales Make german translation pretty 2009-09-25 12:20:21 +00:00
services fix unfreed result on watchlist page 2009-09-29 06:50:23 +00:00
templates re-add home link; requested by benjamin 2009-10-01 22:22:00 +00:00
tests Minor Fix: improve cache test 2008-12-18 11:29:43 +00:00
.htaccess fix problem: "api/posts/all not found" 2009-09-29 06:57:24 +00:00
about.php Interface fix: correct title page 2009-02-03 09:46:40 +00:00
admin.php Bug fix: allow deleting links between tags when deleting a user. 2009-05-26 15:53:07 +00:00
ajaxDelete.php Bug fix: correct ajax multiple delete 2009-02-05 16:37:36 +00:00
ajaxGetTitle.php Bug fix: correct get title function (missing ) ) 2008-12-03 11:11:08 +00:00
ajaxIsAvailable.php Major Refactoring: finish transforming into object . Put and into header.inc.php. 2008-12-05 07:25:04 +00:00
alltags.php Interface fix: correct title page 2009-02-03 09:46:40 +00:00
AUTHORS add authors to AUTHORS file 2009-09-29 07:05:55 +00:00
bookmarkcommondescriptionedit.php Major Refactoring: finish transforming into object . Put and into header.inc.php. 2008-12-05 07:25:04 +00:00
bookmarks.php fix bug #2834293: Patch for E_NOTICE when referer is missing 2009-09-17 12:31:53 +00:00
ChangeLog re-add home link; requested by benjamin 2009-10-01 22:22:00 +00:00
config.default.inc.php remove dbport from default config because nobody changes that one anyway. also set default host to localhost instead of 127.0.0.1 to allow socket connections (till said ip forces tcp) 2009-09-21 18:03:05 +00:00
config.inc.php.dist remove dbport from default config because nobody changes that one anyway. also set default host to localhost instead of 127.0.0.1 to allow socket connections (till said ip forces tcp) 2009-09-21 18:03:05 +00:00
constants.inc.php Fix bug #2829642: PATH_INFO undefined 2009-09-20 08:38:16 +00:00
edit.php fix bug #2834293: Patch for E_NOTICE when referer is missing 2009-09-17 12:31:53 +00:00
functions.inc.php Many interface changes: add 'back to the top links', a variable to display more bookmarks for admins... 2009-05-19 15:59:55 +00:00
header.inc.php Put all configuration options into config.default.inc.php. Use phpdoc docblocks for config option descriptions. Put only very necessary options in config.inc.php.dist to now overwhelm new users. 2009-09-20 17:04:31 +00:00
history.php Many interface changes: add 'back to the top links', a variable to display more bookmarks for admins... 2009-05-19 15:59:55 +00:00
icon.png import of scuttle 0.7.2 2007-12-12 16:29:16 +00:00
import.php fix bug #2847580: short open tag <? in import.php 2009-09-17 11:52:03 +00:00
importNetscape.php use proper php tags, no the short tag syntax that does not work on 50% of all hosts 2009-09-22 06:37:29 +00:00
importStructure.php use proper php tags, no the short tag syntax that does not work on 50% of all hosts 2009-09-22 06:37:29 +00:00
index.php Many interface changes: add 'back to the top links', a variable to display more bookmarks for admins... 2009-05-19 15:59:55 +00:00
INSTALL.txt Fix bug #2863644: Updated INSTALL.txt - thanks, till! 2009-09-21 17:42:19 +00:00
jsScuttle.php Bug fix: correct ajax multiple delete 2009-02-05 16:37:36 +00:00
LICENSE.txt rename licence.txt to LICENSE.txt 2009-09-20 09:32:24 +00:00
login.php Major Refactoring: finish transforming into object . Put and into header.inc.php. 2008-12-05 07:25:04 +00:00
password.php use proper php tags, no the short tag syntax that does not work on 50% of all hosts 2009-09-22 06:37:29 +00:00
populartags.php git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@271 b3834d28-1941-0410-a4f8-b48e95affb8f 2009-02-11 10:05:53 +00:00
profile.php Minor Refactoring: add getIdFromUser() 2009-01-15 18:05:08 +00:00
README.txt prepare 0.94 2009-09-29 10:37:12 +00:00
register.php Interface fix: accepts antispam answers without taking spaces or uppercase into account. 2009-02-09 12:55:38 +00:00
rss.php Major Refactoring: finish transforming into object . Put and into header.inc.php. 2008-12-05 07:25:04 +00:00
scuttle.css Interface fix: improve crossing tags 2009-05-22 09:39:22 +00:00
search.inc.php fix bug #2834118: Undefined variable in search.inc.php when not logged on 2009-09-17 11:59:29 +00:00
search.php do not use path_info when it is not defined 2009-09-22 07:01:05 +00:00
tables.sql Minor fix: convert tables and data from ISO to UTF-8 2009-02-05 15:22:03 +00:00
tag2tagadd.php Major Refactoring: finish transforming into object . Put and into header.inc.php. 2008-12-05 07:25:04 +00:00
tag2tagdelete.php Major Refactoring: finish transforming into object . Put and into header.inc.php. 2008-12-05 07:25:04 +00:00
tag2tagedit.php Major Refactoring: finish transforming into object . Put and into header.inc.php. 2008-12-05 07:25:04 +00:00
tagcommondescriptionedit.php Minor Fix: improve common description of tags and add variable into config file to allow or not everybody to edit these descriptions [Config file modified: ] 2009-02-09 14:05:21 +00:00
tagdelete.php Major Refactoring: finish transforming into object . Put and into header.inc.php. 2008-12-05 07:25:04 +00:00
tagedit.php Interface Fix: add icon to access common description for tags 2009-01-15 14:15:41 +00:00
tagrename.php Major Refactoring: finish transforming into object . Put and into header.inc.php. 2008-12-05 07:25:04 +00:00
tags.php Many interface changes: add 'back to the top links', a variable to display more bookmarks for admins... 2009-05-19 15:59:55 +00:00
upgrade.php Major Refactoring: finish transforming into object . Put and into header.inc.php. 2008-12-05 07:25:04 +00:00
UPGRADE.txt write ChangeLog for 0.94, more UPGRADE details 2009-09-29 10:57:05 +00:00
users.php url and cat are not used in users.php 2009-09-20 17:26:07 +00:00
watch.php Interface fix: add close contacts into watchlist page. 2009-02-17 11:31:16 +00:00
watchlist.php Many interface changes: add 'back to the top links', a variable to display more bookmarks for admins... 2009-05-19 15:59:55 +00:00
widgetUWA.php git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@297 b3834d28-1941-0410-a4f8-b48e95affb8f 2009-02-25 09:40:35 +00:00

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

https://sourceforge.net/projects/semanticscuttle/

Available under the GNU General Public License


Installation
------------
See INSTALL.txt


Upgrading from a previous version
---------------------------------
See UPGRADE.txt


Public API
----------
Scuttle supports most of the del.icio.us API [1].
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.

[1] http://del.icio.us/doc/api


Translations
------------
Scuttle is available in the following languages :

English     en-GB   100% (Default)
Chinese     zh-CN   86%
Danish      dk-DK   100%
Dutch       nl-NL   68%
French      fr-FR   100%
German      de-DE   100%
Hindi       hi-IN   100%
Italian     it-IT   89%
Japanese    ja-JP   100%
Lithuanian  lt-LT   100%
Portuguese  pt-BR   100%
Spanish     es-ES   94%

Translations are managed with gettext <includes/php-gettext>.

To provide additional translations:
- execute of of the scripts in <includes/php-gettext/bin/>
  for example to complete french (France) translation on a
  GNU/Linux system, type
  ./gettexts.sh fr_FR
- then edit the file <locales/fr_FR/LC_MESSAGES/messages.po>
  with poedit
  (that will update <locales/fr_FR/LC_MESSAGES/messages.mo>)


Links
-----
http://semanticscuttle.wiki.sourceforge.net/
 - further documentation

http://sourceforge.net/forum/forum.php?forum_id=759510
 - support and help questions

https://sourceforge.net/mailarchive/forum.php?forum_name=semanticscuttle-devel
 - development mailing list instructions

http://sourceforge.net/forum/forum.php?forum_id=759511
 - suggestions for SemanticScuttle

http://sourceforge.net/tracker/?group_id=211356&atid=1017430
 - bug reports

https://sourceforge.net/tracker/?group_id=211356&atid=1017433
 - feature requests

https://sourceforge.net/tracker/?group_id=211356&atid=1017432
 - patches


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.