branches/version-0.7:
authorMarcus Campbell <marcus.campbell@gmail.com>
Sun, 6 Jul 2008 23:32:25 +0000 (23:32 +0000)
committerMarcus Campbell <marcus.campbell@gmail.com>
Sun, 6 Jul 2008 23:32:25 +0000 (23:32 +0000)
* Updated readme
* Set mysql as default DB type

config.inc.php.example
readme.txt

index c78f3610d4c0ce3c5377d805d742677c60e888e2..71e6406c9c22cdcdb16b5761abce8c53674cd6e9 100644 (file)
@@ -25,7 +25,7 @@
 # dbname:   Database name
 ######################################################################
 
 # dbname:   Database name
 ######################################################################
 
-$dbtype = 'mysql4';
+$dbtype = 'mysql';
 $dbhost = '127.0.0.1';
 $dbport = '3306';
 $dbuser = 'username';
 $dbhost = '127.0.0.1';
 $dbport = '3306';
 $dbuser = 'username';
index 636893f3e334894421f38d840d3d0d2fef604a1a..64b186b2fdb66861d186ca8276eb7c07ab8d3c89 100644 (file)
@@ -1,8 +1,8 @@
-Scuttle 0.7.2
+Scuttle 0.7.3
 http://sourceforge.net/projects/scuttle/
 http://scuttle.org/
 
 http://sourceforge.net/projects/scuttle/
 http://scuttle.org/
 
-Copyright (C) 2004 - 2006 Scuttle project
+Copyright (C) 2004 - 2008 Scuttle project
 Available under the GNU General Public License
 
 ============
 Available under the GNU General Public License
 
 ============
@@ -15,72 +15,9 @@ INSTALLATION
 
 * Set the CHMOD permissions on the /cache/ subdirectory to 777
 
 
 * 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:
 =============
 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
+http://sourceforge.net/projects/scuttle/
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?