source: trunk/bookmarks/readme.txt @ 103

Revision 103, 2.9 KB checked in by admin, 4 years ago (diff)

Merged 1.003 into Trunk

Line 
1This file is part of omCollab.
2
3Copyright (c) 2008 omCollab (Openmethodology Project)
4http://www.openmethodology.org
5http://mike2.openmethodology.org/wiki/OmCollab
6
7And parts copyright of Scuttle project
8(http://sourceforge.net/projects/scuttle/, http://scuttle.org/)
9
10omCollab is free software: you can redistribute it and/or modify
11it under the terms of the GNU General Public License as published by
12the Free Software Foundation, either version 3 of the License, or
13(at your option) any later version.
14
15omCollab is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18GNU General Public License for more details.
19
20
21============
22INSTALLATION
23============
24
25* 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.
26
27* Edit config.inc.php.example and save the changes as a new config.inc.php file in the same directory.
28
29* Set the CHMOD permissions on the /cache/ subdirectory to 777
30
31[ See also: http://scuttle.org/wiki/doku.php?id=installation ]
32
33=========
34UPGRADING
35=========
36
37Instructions on how to upgrade from the last stable release of omBookmarks are detailed on our Wiki:
38
39http://scuttle.org/wiki/doku.php?id=upgrading
40
41===
42API
43===
44
45omBookmarks 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.
46
47[ See also: http://scuttle.org/wiki/doku.php?id=scuttle_api ]
48
49============
50TRANSLATIONS
51============
52
53omBookmarks is available in many languages. If you know gettext and can provide additional translations, your help would be greatly appreciated.
54
55-------------------
56Available languages
57-------------------
58English     en-GB   100% (Default)
59Chinese     zh-CN   86%
60Danish      dk-DK   100%
61Dutch       nl-NL   68%
62French      fr-FR   100%
63German      de-DE   100%
64Hindi       hi-IN   100%
65Italian     it-IT   89%
66Japanese    ja-JP   100%
67Lithuanian  lt-LT   100%
68Portuguese  pt-BR   100%
69Spanish     es-ES   94%
70
71[ See also: http://scuttle.org/wiki/doku.php?id=translations ]
72
73=============
74PROJECT LINKS
75=============
76
77Scuttle Project:
78http://sourceforge.net/projects/scuttle/
79
80Scuttle.org:
81http://scuttle.org/
82
83Scuttle Wiki:
84http://scuttle.org/wiki/
85
86Help forum:
87https://sourceforge.net/forum/forum.php?forum_id=455068
88
89Bug reports:
90https://sourceforge.net/tracker/?atid=729860&group_id=134378&func=browse
91
92Feature requests:
93https://sourceforge.net/tracker/?atid=729863&group_id=134378&func=browse
94
95User-submitted patches:
96https://sourceforge.net/tracker/?atid=729862&group_id=134378&func=browse
97
98Discussion forum:
99https://sourceforge.net/forum/forum.php?forum_id=455067
Note: See TracBrowser for help on using the repository browser.