From 19b6b6fa00d06440ba2d141a3053d13def4af28a Mon Sep 17 00:00:00 2001 From: Banana Date: Wed, 15 Jun 2011 16:41:11 +0200 Subject: [PATCH] updated --- AUTHORS | 29 +++++++++++++--------- README | 77 +++++++++++++++++++++++++++------------------------------ 2 files changed, 54 insertions(+), 52 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0e34ef1..1e2328f 100755 --- a/AUTHORS +++ b/AUTHORS @@ -1,12 +1,17 @@ -Luke Reeves - -Contributors: -Manuel de la Torre -Artur Marques -Danny Miles -Henning Sprang -Paul Boin -Jutta Horstmann -Stephen Patterson -Thom Baxter -Robin Ward +current development: +https://github.com/jumpin-banana/insipid + +creator: +Luke Reeves + +Contributors: +jumpin.banana https://github.com/jumpin-banana +Manuel de la Torre +Artur Marques +Danny Miles +Henning Sprang +Paul Boin +Jutta Horstmann +Stephen Patterson +Thom Baxter +Robin Ward diff --git a/README b/README index 5c7b770..b3cc373 100755 --- a/README +++ b/README @@ -1,40 +1,37 @@ -Insipid is a web-based bookmark manager similar to the Delicious service. - -Rename the insipid-config.cgi.example to insipid-config.cgi and edit it, -replacing the example values with those that match your system. Make sure -that the line "dbtype" is set: - -# For MySQL: -dbtype = mysql - -# For PostgreSQL: -dbtype = Pg - -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 MySQL or PostgreSQL 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. +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. -- 2.39.5