update readme and changelog to reflect github repo

This commit is contained in:
Jean-Christian Paul Denis 2021-09-11 11:56:02 +02:00
parent c45ca666d4
commit 64e75c9f1c
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 158 additions and 131 deletions

137
CHANGELOG.md Normal file
View File

@ -0,0 +1,137 @@
dev
- [ ] fix Dotclear 2.19 compatibility
- [ ] fix php7.3+ php8.0 compatibility
- [ ] clean up code
- [ ] fix license
- [ ] fix translations
- [ ] remove all SoCialMe feature as this plugin is dead
- [ ] add asynchronous update of for feeds
- [ ] fix disallow self blog feeds
- [ ] add plugin muppet support (request Mathieu M.)
- [ ] add log for errors
2015.07.19 - Pierre Van Glabeke
- modif lien vers tous les flux
- héritage thème mustek
- ajout breadcrumb
- localisation
- dc2.8 requis
2015.04.25 - Pierre Van Glabeke
- modif nom dans liste des plugins
- modif html5 pour validation
2015.01.13 - Pierre Van Glabeke
- Dotclear 2.7 requis
- Fin de ligne unix
- Ajout case hors ligne pour les widgets
- Jeux de templates modifiés (mustek/currywurst)
- Modifications locales
2013.11.18
- Require Dotclear 2.6
- New icons 'traviata' thx @franckpaul
- Use new Actions systems for feeds and posts
2013.07.12
- Added sort option on widget
- Fixed Dashboard counts
- Fixed Feed tags spliting
- Fixed typo
2013.07.02
- Required Dotclear 2.5
- Fixed admin pages titles and messages and typo
- Added Favorites icon
- Added new 'homeonly' option on widgets
- Fixed https protocol
- Added option to keep active empty feeds
- Added option to transform imported tags
1.3 - 2011.01.30
- Fixed install on nightly build
- Fixed bug on null blog (and settings)
- Added verbose on admin side
- Added behaviors to open to others plugins (ie messenger)
- Added support of plugin soCialMe (writer part)
- Removed messenger functions (as it's to another plugin to do this)
1.2 - 2010.09.11
- Added plugin tweakurls support (Thanks Mathieu M.)
1.1 - 2010.09.08
- Removed old Twitter functions
- Added StatusNet small functions (Identica)
- Required plugin Tac for Twitter ability
1.0 - 2010.06.27
- Switched to DC 2.2 (settings, tags)
- Fixed PHP 5.3 compatibility
- Added toogle menu and link to feed edition in admin post page
- Fixed redirection to original post
- Fixed typo
0.8 -2010.06.08
- Added auto tweet new post
- Added option to import tags from feed (or not)
- Fixed filters on admin list (closes #466)
- Enhanced lockUpdate() function
0.7.2 - 2010.05.25
- Fixed minor bugs
- Fixed DC 2.1.7
0.7.1 - 2010-05-01
- Fixed update order
0.7 - 2010.04.22
- Added icon on dashboard if some feeds are disabled
- Added public page of feed description (first step)
- Added update of existing entries
- Added settings to add "aftercontent" and ajax options
- Added uninstall features
- Fixed duplicate entry (I hope so) using php flock
- Fixed feeds actions on admin
- Fixed typo (closes #441)
- Fixed user settings (closes #442)
0.6 - 2010.04.11
- Added DC 2.2 compatibility (new setting)
- Added cron script to update feeds
- Fixed multiple bugs
- Changed admin interface
0.5.2 - 2010.04.05
- Added option to redirect url to local/original post
- Changed db fields names (fixed pgSQL compatibility)
0.5.1 - 2010.02.16
- Fixed php warning on admin post page
0.5 - 2010.02.08
- Added option to change update interval by group of feeds
- Fixed order by lower name
- Fixed HTML escape on content
- Fixed typo
0.4.3 - 2010.01.02
- Added option to update feeds from admin side
- Added behavior for more urls types for full content
0.4 - 2010.02.02
- Added option to change posts owner
- Added option to truncate content on some templates
0.3.1 - 2010.01.28
- Fixed bug with getURL on classic post
0.3 - 2010.01.27
- First lab release
- Fixed absolute URL
- Fixed unauthentication
0.2 - 2010.01.26
- First release
0.1 - 2010.01.25
- First test

View File

@ -1,5 +1,11 @@
# README
[![Release version](https://img.shields.io/github/v/release/JcDenis/zoneclearFeedServer)](https://github.com/JcDenis/zoneclearFeedServer/releases)
[![Release date](https://img.shields.io/github/release-date/JcDenis/zoneclearFeedServer)](https://github.com/JcDenis/zoneclearFeedServer/releases)
[![Issue tracking](https://img.shields.io/github/issues/JcDenis/zoneclearFeedServer)](https://github.com/JcDenis/zoneclearFeedServer/issues)
[![Dotclear version](https://img.shields.io/badge/dotclear-v2.7-blue.svg)](https://fr.dotclear.org/download)
[![License](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://github.com/JcDenis/zoneclearFeedServer/blob/master/LICENSE)
## WHAT IS ZONECLEARFEEDSERVER ?
"zoneclear Feeds server" is a plugin for the open-source
@ -25,3 +31,18 @@ go to ''configure plugin'', fill in form.
Once it's done you can manage your feeds from menu
''Feeds server'' on sidebar or you can add dashboard icon.
## MORE
* License : GNU GPL v2
* Source & contribution : [GitHub Page](https://github.com/JcDenis/zoneclearFeedServer)
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/zoneclearFeedServer)
* Discussion & Help: [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?pid=331158)
## CONTRIBUTORS
* Jean-Chirstian Denis
* BG
* Pierre Van Glabeke
You are welcome to contribute to this code.

131
changelog
View File

@ -1,131 +0,0 @@
zoneclearFeedServer xxxx.xx.xx
* Not fixed disallow self blog feeds
* Added plugin muppet support (request Mathieu M.)
* Added log for errors
zoneclearFeedServer 2015.07.19 - Pierre Van Glabeke
* modif lien vers tous les flux
* héritage thème mustek
* ajout breadcrumb
* localisation
* dc2.8 requis
zoneclearFeedServer 2015.04.25 - Pierre Van Glabeke
* modif nom dans liste des plugins
* modif html5 pour validation
zoneclearFeedServer 2015.01.13 - Pierre Van Glabeke
* Dotclear 2.7 requis
* Fin de ligne unix
* Ajout case hors ligne pour les widgets
* Jeux de templates modifiés (mustek/currywurst)
* Modifications locales
zoneclearFeedServer 2013.11.18
* Require Dotclear 2.6
* New icons 'traviata' thx @franckpaul
* Use new Actions systems for feeds and posts
zoneclearFeedServer 2013.07.12
* Added sort option on widget
* Fixed Dashboard counts
* Fixed Feed tags spliting
* Fixed typo
zoneclearFeedServer 2013.07.02
* Required Dotclear 2.5
* Fixed admin pages titles and messages and typo
* Added Favorites icon
* Added new 'homeonly' option on widgets
* Fixed https protocol
* Added option to keep active empty feeds
* Added option to transform imported tags
zoneclearFeedServer 1.3 - 2011-01-30
* Fixed install on nightly build
* Fixed bug on null blog (and settings)
* Added verbose on admin side
* Added behaviors to open to others plugins (ie messenger)
* Added support of plugin soCialMe (writer part)
* Removed messenger functions (as it's to another plugin to do this)
zoneclearFeedServer 1.2 - 2010-09-11
* Added plugin tweakurls support (Thanks Mathieu M.)
zoneclearFeedServer 1.1 - 2010-09-08
* Removed old Twitter functions
* Added StatusNet small functions (Identica)
* Required plugin Tac for Twitter ability
zoneclearFeedServer 1.0 - 2010-06-27
* Switched to DC 2.2 (settings, tags)
* Fixed PHP 5.3 compatibility
* Added toogle menu and link to feed edition in admin post page
* Fixed redirection to original post
* Fixed typo
zoneclearFeedServer 0.8 -2010-06-08
* Added auto tweet new post
* Added option to import tags from feed (or not)
* Fixed filters on admin list (closes #466)
* Enhanced lockUpdate() function
zoneclearFeedServer 0.7.2 - 2010-05-25
* Fixed minor bugs
* Fixed DC 2.1.7
zoneclearFeedServer 0.7.1 - 2010-05-01
* Fixed update order
zoneclearFeedServer 0.7 - 2010-04-22
* Added icon on dashboard if some feeds are disabled
* Added public page of feed description (first step)
* Added update of existing entries
* Added settings to add "aftercontent" and ajax options
* Added uninstall features
* Fixed duplicate entry (I hope so) using php flock
* Fixed feeds actions on admin
* Fixed typo (closes #441)
* Fixed user settings (closes #442)
zoneclearFeedServer 0.6 - 2010-04-11
* Added DC 2.2 compatibility (new setting)
* Added cron script to update feeds
* Fixed multiple bugs
* Changed admin interface
zoneclearFeedServer 0.5.2 - 2010-04-05
* Added option to redirect url to local/original post
* Changed db fields names (fixed pgSQL compatibility)
zoneclearFeedServer 0.5.1 - 2010-02-16
* Fixed php warning on admin post page
zoneclearFeedServer 0.5 - 2010-02-08
* Added option to change update interval by group of feeds
* Fixed order by lower name
* Fixed HTML escape on content
* Fixed typo
zoneclearFeedServer 0.4.3 - 2010-01-02
* Added option to update feeds from admin side
* Added behavior for more urls types for full content
zoneclearFeedServer 0.4 - 2010-02-02
* Added option to change posts owner
* Added option to truncate content on some templates
zoneclearFeedServer 0.3.1 - 2010-01-28
* Fixed bug with getURL on classic post
zoneclearFeedServer 0.3 - 2010-01-27
* First lab release
* Fixed absolute URL
* Fixed unauthentication
zoneclearFeedServer 0.2 - 2010-01-26
* First release
zoneclearFeedServer 0.1 - 2010-01-25
* First test