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