]> 91.132.146.200 Git - insipid.git/commitdiff
updated
authorBanana <banana@starscream.de>
Wed, 15 Jun 2011 14:41:11 +0000 (16:41 +0200)
committerBanana <banana@starscream.de>
Wed, 15 Jun 2011 14:41:11 +0000 (16:41 +0200)
AUTHORS
README

diff --git a/AUTHORS b/AUTHORS
index 0e34ef1c059c5c2ea7e2629b13009f9c46fabfdd..1e2328f879319a5d12dfac0ccaf46b550ad770cf 100755 (executable)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,12 +1,17 @@
-Luke Reeves <luke@neuro-tech.net>\r
-\r
-Contributors:\r
-Manuel de la Torre <mdltorre@gmail.com>\r
-Artur Marques <am@arturmarques.com>\r
-Danny Miles <dannymiles2@gmail.com>\r
-Henning Sprang <henning@sprang.de>\r
-Paul Boin <paul@boin.org>\r
-Jutta Horstmann <jh@weltraumsofa.de>\r
-Stephen Patterson <steve@patter.mine.nu>\r
-Thom Baxter <k386@pmlf.net>\r
-Robin Ward <robin.ward@gmail.com>\r
+current development:
+https://github.com/jumpin-banana/insipid
+
+creator:
+Luke Reeves <luke@neuro-tech.net>
+
+Contributors:
+jumpin.banana https://github.com/jumpin-banana
+Manuel de la Torre <mdltorre@gmail.com>
+Artur Marques <am@arturmarques.com>
+Danny Miles <dannymiles2@gmail.com>
+Henning Sprang <henning@sprang.de>
+Paul Boin <paul@boin.org>
+Jutta Horstmann <jh@weltraumsofa.de>
+Stephen Patterson <steve@patter.mine.nu>
+Thom Baxter <k386@pmlf.net>
+Robin Ward <robin.ward@gmail.com>
diff --git a/README b/README
index 5c7b7706b8e530a01d3cf60875a14a2bc8f0a11e..b3cc37309a394382c2518f7f0a9afc027beb2874 100755 (executable)
--- a/README
+++ b/README
@@ -1,40 +1,37 @@
-Insipid is a web-based bookmark manager similar to the Delicious service.\r
-\r
-Rename the insipid-config.cgi.example to insipid-config.cgi and edit it,\r
-replacing the example values with those that match your system.  Make sure \r
-that the line "dbtype" is set:\r
-\r
-# For MySQL:\r
-dbtype = mysql\r
-\r
-# For PostgreSQL:\r
-dbtype = Pg\r
-\r
-Create a user and password for the database if you don't have one assigned\r
-to you by your adiministrator or ISP.  Doing this is beyond the scope of this\r
-readme file - refer to the MySQL or PostgreSQL server documentation for more\r
-help.\r
-\r
-Rename the htaccess file to .htaccess and add a "RewriteBase" clause to the \r
-top, such as:\r
-\r
-    RewriteBase /~luke/\r
-\r
-You can optionally add "insipid.cgi" to the list of files in the \r
-DirectoryIndex line (for example, "DirectoryIndex index.cgi insipid.cgi").\r
-\r
-The non-standard Perl packages required for use (with their Debian package\r
-names) are:\r
-\r
-    Module           Debian Package\r
-    --------------   ------------------------------------\r
-    Date::Format     libtimedate-perl\r
-    XML::Parser      libxml-parser-perl\r
-    XML::Writer      libxml-writer-perl\r
-\r
-Once the configuration is finished, access the insipid.cgi through your\r
-web browser at the URL you've configured and the database should be \r
-automatically configured.\r
-\r
-If you ever upgrade Insipid, the database schema will be automatically \r
-updated upon access.\r
+Insipid is a web-based bookmark manager similar to the Delicious service.
+
+
+This is a heavily modified version of insipid createted by Luke Reeves.
+This release was done by https://github.com/jumpin-banana/insipid
+
+
+Rename the insipid-config.cgi.example to insipid-config.cgi and edit it,
+replacing the example values with those that match your system.  
+
+Create a user and password for the database if you don't have one assigned
+to you by your adiministrator or ISP.  Doing this is beyond the scope of this
+readme file - refer to the server documentation for more help.
+
+Rename the htaccess file to .htaccess and add a "RewriteBase" clause to the 
+top, such as:
+
+    RewriteBase /~luke/
+
+You can optionally add "insipid.cgi" to the list of files in the 
+DirectoryIndex line (for example, "DirectoryIndex index.cgi insipid.cgi").
+
+The non-standard Perl packages required for use (with their Debian package
+names) are:
+
+    Module           Debian Package
+    --------------   ------------------------------------
+    Date::Format     libtimedate-perl
+    XML::Parser      libxml-parser-perl
+    XML::Writer      libxml-writer-perl
+
+Once the configuration is finished, access the insipid.cgi through your
+web browser at the URL you've configured and the database should be 
+automatically configured.
+
+If you ever upgrade Insipid, the database schema will be automatically 
+updated upon access.