📄 readme
字号:
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 = PgCreate a user and password for the database if you don't have one assignedto you by your adiministrator or ISP. Doing this is beyond the scope of thisreadme file - refer to the MySQL or PostgreSQL server documentation for morehelp.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 packagenames) are: Module Debian Package -------------- ------------------------------------ App::Config libappconfig-perl CGI::Session libcgi-session-perl XML::Writer libxml-writer-perlOnce the configuration is finished, access the insipid.cgi through yourweb browser at the URL you've configured and the database should be automatically configured.If you ever upgrade Insipid, the database and what not will be automatically updated upon access.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -