blob: 636893f3e334894421f38d840d3d0d2fef604a1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
Scuttle 0.7.2
http://sourceforge.net/projects/scuttle/
http://scuttle.org/
Copyright (C) 2004 - 2006 Scuttle project
Available under the GNU General Public License
============
INSTALLATION
============
* 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.
* 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
===
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
============
Scuttle is available in many languages. If you know gettext and can provide additional translations, your help would be greatly appreciated.
-------------------
Available 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%
[ See also: http://scuttle.org/wiki/doku.php?id=translations ]
=============
PROJECT LINKS
=============
Scuttle Project:
http://sourceforge.net/projects/scuttle/
Scuttle.org:
http://scuttle.org/
Scuttle Wiki:
http://scuttle.org/wiki/
Help forum:
https://sourceforge.net/forum/forum.php?forum_id=455068
Bug reports:
https://sourceforge.net/tracker/?atid=729860&group_id=134378&func=browse
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
|