-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>
-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.