From f2ad2ca11c22fb4e8e6dd52d7ae31e02e2392348 Mon Sep 17 00:00:00 2001 From: NumEricR <-> Date: Thu, 21 Apr 2011 23:50:45 +0200 Subject: [PATCH 1/3] Add humans.txt file --- humans.txt | 18 ++++++++++++++++++ themes/default/index.tpl.php | 1 + 2 files changed, 19 insertions(+) create mode 100644 humans.txt diff --git a/humans.txt b/humans.txt new file mode 100644 index 0000000..bc7d873 --- /dev/null +++ b/humans.txt @@ -0,0 +1,18 @@ +/* the humans responsible & colophon */ +/* humanstxt.org */ + + +/* TEAM */ + Owner: + Contact: + Location: + + +/* SITE */ + + This website use the "Pubwich" open-source web application created by Rémi Prévost. + You can find more informations on the official website at www.pubwich.org + And you're welcome to fork it on GitHub : http://github.com/remiprev/pubwich + + Doctype: HTML4 + Components: JQuery, Cache_Lite, Mustache.php, PHP Gettext, PHP OAuth, Zend_Json \ No newline at end of file diff --git a/themes/default/index.tpl.php b/themes/default/index.tpl.php index 9043684..6f2c56b 100644 --- a/themes/default/index.tpl.php +++ b/themes/default/index.tpl.php @@ -4,6 +4,7 @@ <?php echo PUBWICH_TITLE?> + From 4cd91cfcb401635b26d50960abaf73fcab527992 Mon Sep 17 00:00:00 2001 From: NumEricR <-> Date: Thu, 21 Apr 2011 23:52:22 +0200 Subject: [PATCH 2/3] Add instructions to fill humans.txt file --- README.mkd | 2 ++ cfg/config.sample.php | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/README.mkd b/README.mkd index c535d4f..95b3b5a 100644 --- a/README.mkd +++ b/README.mkd @@ -8,6 +8,8 @@ Duplicate `cfg/config.sample.php` to `cfg/config.php`. (Optional: if you want to Edit the newly created config.php to fill the blank spaces with your informations (API keys, usernames, site’s URL, etc.) and to modify the arguments passed to `Pubwich::setServices()`. See the *Services configuration* section of this file. +Edit the `/humans.txt` file to put your personal informations under `TEAM` title. You will find explanations and help about this initiative at www.humanstxt.org + Modify your crontab file (by running `crontab -e`) and add the following line: `*/ * * * * -f /cron/cron.php` diff --git a/cfg/config.sample.php b/cfg/config.sample.php index c3f00ab..9e60b2e 100644 --- a/cfg/config.sample.php +++ b/cfg/config.sample.php @@ -176,3 +176,7 @@ // Caching system define( 'CACHE_LOCATION', dirname(__FILE__) . '/../cache/' ); define( 'CACHE_LIMIT', 20 * 60 ); + + + // Don't forget to fill informations in /humans.txt + \ No newline at end of file From e814077d5d117981b9d6a31cb498fa1c4dae6b27 Mon Sep 17 00:00:00 2001 From: NumEricR <-> Date: Fri, 22 Apr 2011 19:19:26 +0200 Subject: [PATCH 3/3] Fix encoding issue --- humans.txt | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/humans.txt b/humans.txt index bc7d873..6b62448 100644 --- a/humans.txt +++ b/humans.txt @@ -1,18 +1,18 @@ -/* the humans responsible & colophon */ -/* humanstxt.org */ - - -/* TEAM */ - Owner: - Contact: - Location: - - -/* SITE */ - - This website use the "Pubwich" open-source web application created by Rémi Prévost. - You can find more informations on the official website at www.pubwich.org - And you're welcome to fork it on GitHub : http://github.com/remiprev/pubwich - - Doctype: HTML4 +/* the humans responsible & colophon */ +/* humanstxt.org */ + + +/* TEAM */ + Owner: + Contact: + Location: + + +/* SITE */ + + This website use the "Pubwich" open-source web application created by Rémi Prévost. + You can find more informations on the official website at www.pubwich.org + And you're welcome to fork it on GitHub : http://github.com/remiprev/pubwich + + Doctype: HTML4 Components: JQuery, Cache_Lite, Mustache.php, PHP Gettext, PHP OAuth, Zend_Json \ No newline at end of file