From: Banana Date: Thu, 5 Apr 2018 10:01:38 +0000 (+0200) Subject: documentation update and added robots.txt file. Also a meta header to restrict crawling X-Git-Tag: 2.1-alpha-2019-0-29~27 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=f7384a2f970eed072044ea50c0badea19678df0b;p=insipid.git documentation update and added robots.txt file. Also a meta header to restrict crawling --- diff --git a/documentation/features.txt b/documentation/features.txt index 7019f8c..4d6b3e0 100644 --- a/documentation/features.txt +++ b/documentation/features.txt @@ -7,4 +7,6 @@ Bookmarks are put into categories and should have tags. New links will be checked and tried to get as much as possible information automatically. -If you enable the email importer, emails contents will be automatically added to the database. \ No newline at end of file +If you enable the email importer, emails contents will be automatically added to the database. + +Public or private links. Also a complete user auth option to make your data "private". \ No newline at end of file diff --git a/documentation/installation.txt b/documentation/installation.txt index d3b6581..c1bcd36 100644 --- a/documentation/installation.txt +++ b/documentation/installation.txt @@ -23,4 +23,10 @@ The value tableprefix has to match with the value for DB_PREFIX in config.php Import the sql file into your MySQL database 7. -Copy the content of the webroot folder into your webserver folder \ No newline at end of file +Edit the robots.txt file to your needs. + +8. +Copy the content of the webroot folder into your webserver folder. + +9. +If you want to fully restrict your contents activate the user/password restriction in the config. diff --git a/webroot/robots.txt b/webroot/robots.txt new file mode 100644 index 0000000..a4c0c13 --- /dev/null +++ b/webroot/robots.txt @@ -0,0 +1 @@ +Disallow: * \ No newline at end of file diff --git a/webroot/view/_head.php b/webroot/view/_head.php index fa1bca1..840cbda 100644 --- a/webroot/view/_head.php +++ b/webroot/view/_head.php @@ -32,6 +32,9 @@ + + + Your personal bookmarks - Insipid