From c33902654ad8faa7ce8551c48f2c84e260f0689a Mon Sep 17 00:00:00 2001 From: Mitsukarenai Date: Fri, 19 Jul 2013 15:38:27 +0200 Subject: [PATCH 1/7] limite pour l'historique des changements --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index 2d94169..0a98f03 100755 --- a/functions.php +++ b/functions.php @@ -246,6 +246,7 @@ $json[] = array( 'status'=>$status, 'response_code'=>$response_code ); +$json = array_slice($json, -50, 50); if(file_put_contents(RESOURCES_FOLDER.'rss.json', json_encode($json), LOCK_EX) === FALSE) { return FALSE; } else { return TRUE; } From 63f43ac4cec58caf4094f41a1edc84e53dd79f7a Mon Sep 17 00:00:00 2001 From: Mitsukarenai Date: Fri, 19 Jul 2013 15:48:10 +0200 Subject: [PATCH 2/7] =?UTF-8?q?cas=20manquant:=20site=20=C3=A0=20nouveau?= =?UTF-8?q?=20accessible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index 0a98f03..6a6859c 100755 --- a/functions.php +++ b/functions.php @@ -264,6 +264,7 @@ function displayXMLstatus($status, $response_code, $autoblog_url, $autoblog_titl case 'remote_error': return 'Autoblog "'.$autoblog_title.'" : site distant a problème serveur (code '.$response_code.')
Autoblog : '.$autoblog_title.'
Site : '. $autoblog_sourceurl .'
RSS : '.$autoblog_sourcefeed.''; case 'available': + return 'Autoblog "'.$autoblog_title.'" : site distant à nouveau accessible (code '.$response_code.')
Autoblog : '.$autoblog_title.'
Site : '. $autoblog_sourceurl .'
RSS : '.$autoblog_sourcefeed.''; case 'new_autoblog_added': return 'Autoblog "'.$autoblog_title.'" ajouté.
Autoblog : '.$autoblog_title.'
Site : '. $autoblog_sourceurl .'
RSS : '.$autoblog_sourcefeed.''; } From 7f11c12ee5a72391c9b2c6ee8b7bac9bf092f525 Mon Sep 17 00:00:00 2001 From: Arthur Date: Sat, 20 Jul 2013 09:28:45 +0200 Subject: [PATCH 3/7] Update README.md --- README.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e0844b9..155e01f 100755 --- a/README.md +++ b/README.md @@ -1,13 +1,20 @@ Projet Autoblog =============== -Création, gestion et échange de blogs automatiques contre la censure ([plus d'info sur le projet](http://sebsauvage.net/streisand.me/fr/)). +> This project is historically in French. See [our english README](https://github.com/mitsukarenai/Projet-Autoblog/wiki/Autoblog-Project). + +Réplication automatique de contenu à partir de flux RSS/Atom, avec partage des ajouts entre les fermes d'Autoblog. + +L'objectif premier du projet Autoblog est de lutter contre la censure et toute autre forme de pression allant à l'encontre de la liberté d'expression en favorisant l'[effet Streisand](http://fr.wikipedia.org/wiki/Effet_Streisand). + +Le projet a été initialement lancé par Sébastien Sauvage : [plus d'info par ici](http://sebsauvage.net/streisand.me/fr/). + +Démo : [autoblog.suumitsu.eu](http://autoblog.suumitsu.eu/) + Serie 0.3 par [Mitsu](https://github.com/mitsukarenai/), [Oros](https://github.com/Oros42), [Arthur Hoaro](https://github.com/ArthurHoaro). -"bleeding edge" demo: [autoblog.suumitsu.eu](http://autoblog.suumitsu.eu/) - -Nouveautés majeures +Fonctionnalités majeures =================== - Ferme d'autoblogs avec ajout facile par différents formulaires (générique, microblogging, OPML, marque-pages). @@ -34,6 +41,13 @@ Pré-requis techniques - PHP 5.3 ou supérieur - Support SQLite 3 pour PHP +Documentation +===================== + +La documentation du projet est sur le [Wiki du repo](https://github.com/mitsukarenai/Projet-Autoblog/wiki). + +Accès hors ligne : `git clone https://github.com/mitsukarenai/Projet-Autoblog.wiki.git` + Licence ===================== From c2a0093d626e7b6a22e6a7a846fe46f0c6420600 Mon Sep 17 00:00:00 2001 From: Mitsukarenai Date: Mon, 22 Jul 2013 18:06:47 +0200 Subject: [PATCH 4/7] RELEASE 0.3.0 --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index 4cb2afc..0d91a54 100755 --- a/version +++ b/version @@ -1 +1 @@ -0.3.0-DEV Build 1 \ No newline at end of file +0.3.0 From ac97bffe5c1342874eef65ea49742d009667760b Mon Sep 17 00:00:00 2001 From: Arthur Date: Thu, 25 Jul 2013 19:42:19 +0200 Subject: [PATCH 5/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 155e01f..1ee8c8d 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![logo](http://streisand.hoa.ro/resources/icon-logo.svg) + Projet Autoblog =============== From c7c7f520449dffcfc9673070b7dc36cee06770eb Mon Sep 17 00:00:00 2001 From: Arthur Date: Thu, 25 Jul 2013 19:42:35 +0200 Subject: [PATCH 6/7] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ee8c8d..5b7ce67 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![logo](http://streisand.hoa.ro/resources/icon-logo.svg) + Projet Autoblog =============== @@ -16,6 +16,7 @@ Démo : [autoblog.suumitsu.eu](http://autoblog.suumitsu.eu/) Serie 0.3 par [Mitsu](https://github.com/mitsukarenai/), [Oros](https://github.com/Oros42), [Arthur Hoaro](https://github.com/ArthurHoaro). +![logo](http://streisand.hoa.ro/resources/icon-logo.svg) Fonctionnalités majeures =================== From 184803b40c26c5d0e160a579a2dbe76aed2a4b12 Mon Sep 17 00:00:00 2001 From: Mitsukarenai Date: Mon, 29 Jul 2013 15:04:18 +0200 Subject: [PATCH 7/7] =?UTF-8?q?licence:=20texte=20l=C3=A9gal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/LICENSE.md b/LICENSE.md index 700f763..a91b07e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -7,3 +7,28 @@ LICENSE =============== - public domain + +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to