636893f3e334894421f38d840d3d0d2fef604a1a
[scuttle] / readme.txt
1 Scuttle 0.7.2
2 http://sourceforge.net/projects/scuttle/
3 http://scuttle.org/
4
5 Copyright (C) 2004 - 2006 Scuttle project
6 Available under the GNU General Public License
7
8 ============
9 INSTALLATION
10 ============
11
12 * 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.
13
14 * Edit config.inc.php.example and save the changes as a new config.inc.php file in the same directory.
15
16 * Set the CHMOD permissions on the /cache/ subdirectory to 777
17
18 [ See also: http://scuttle.org/wiki/doku.php?id=installation ]
19
20 =========
21 UPGRADING
22 =========
23
24 Instructions on how to upgrade from the last stable release of Scuttle are detailed on our Wiki:
25
26 http://scuttle.org/wiki/doku.php?id=upgrading
27
28 ===
29 API
30 ===
31
32 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.
33
34 [ See also: http://scuttle.org/wiki/doku.php?id=scuttle_api ]
35
36 ============
37 TRANSLATIONS
38 ============
39
40 Scuttle is available in many languages. If you know gettext and can provide additional translations, your help would be greatly appreciated.
41
42 -------------------
43 Available languages
44 -------------------
45 English     en-GB   100% (Default)
46 Chinese     zh-CN   86%
47 Danish      dk-DK   100%
48 Dutch       nl-NL   68%
49 French      fr-FR   100%
50 German      de-DE   100%
51 Hindi       hi-IN   100%
52 Italian     it-IT   89%
53 Japanese    ja-JP   100%
54 Lithuanian  lt-LT   100%
55 Portuguese  pt-BR   100%
56 Spanish     es-ES   94%
57
58 [ See also: http://scuttle.org/wiki/doku.php?id=translations ]
59
60 =============
61 PROJECT LINKS
62 =============
63
64 Scuttle Project:
65 http://sourceforge.net/projects/scuttle/
66
67 Scuttle.org:
68 http://scuttle.org/
69
70 Scuttle Wiki:
71 http://scuttle.org/wiki/
72
73 Help forum:
74 https://sourceforge.net/forum/forum.php?forum_id=455068
75
76 Bug reports:
77 https://sourceforge.net/tracker/?atid=729860&group_id=134378&func=browse
78
79 Feature requests:
80 https://sourceforge.net/tracker/?atid=729863&group_id=134378&func=browse
81
82 User-submitted patches:
83 https://sourceforge.net/tracker/?atid=729862&group_id=134378&func=browse
84
85 Discussion forum:
86 https://sourceforge.net/forum/forum.php?forum_id=455067

Benjamin Mako Hill || Want to submit a patch?