source: trunk/www.guidonia.net/wp/wp-content/plugins/parteibuch-aggregator/readme.txt@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 8.5 KB
Line 
1=== Parteibuch Aggregator ===
2Contributors: katzenfreund
3Donate link: http://www.mein-parteibuch.com/
4Tags: aggregator, rss, page, sidebar, search
5Requires at least: 2.1
6Tested up to: 2.7.1
7Stable tag: 0.5.2
8
9Easy to use RSS aggregator for pages and sidebars of your blog with search capability.
10
11== Description ==
12The Parteibuch Aggregator is a RSS aggregator that will display aggregated feeds in wordpress pages and sidebars. Share the feeds you read with the visitors of your blog. It is designed to be able to cope with hundreds of feeds, hundred thousands of aggregated feed items and a lot of traffic.
13
14Main features:
15
16* users can search in aggregated feeds
17* allows to display diffrent groups of feeds on different pages
18* templates make the display of aggregated feeds almost completely customizable
19* provides a widget for displaying aggregated feeds and searchform in the sidebar
20* provides RSS feeds from aggregated feeds and search results
21
22== Installation ==
23
241. Unzip and upload `parteibuch-aggregator` to the `/wp-content/plugins/` directory
251. Activate the plugin through the 'Plugins' menu in your blog
261. Follow the link `start configuration here` provided by `Parteibuch Aggregator` in plugin description in your blog's 'Plugins' menu
271. If you like, add a Parteibuch Aggregator widget to the sidebar of your blog
28
29== Frequently Asked Questions ==
30
31= What php/mysql version do I need to run the Parteibuch Aggregator? =
32
33Minimal system requirements for the Parteibuch Aggregator are:
34
35* mysql 5.0 or higher (Parteibuch Aggregator may work on mysql 4.x versions, but it was not tested on any . If you want to try that anyway, you have to outcomment the version check in source. Please drop us a line about your experiences.)
36* php 5.0 or higher (Parteibuch Aggregator was not tested on any php 4.x version. If you want to try that anyway, you have to outcomment the version check in source. Please drop us a line about your experiences)
37* your php MUST have multibyte string support (Most php compilations out of the box have it.)
38
39= Is there multilanguage support? =
40
41The fronend is completely configurable. You can configure in templates to show your blog visitors whatever you like. Predefined are language sets for the frontend in German and English. The administration interface is in English.
42
43= Can the Parteibuch Aggregator do this and that or make coffee? =
44
45Probably. The Parteibuch Aggregator is an extremely flexible piece of software based on user defined templates and directed by about hundred parameters. You are free to play around with these. If you got a nice result, drop us a note how you configured it or hacked the source to make it doing this and that or making coffee.
46
47= Is there some more doumentation? =
48
49Try visiting [www.mein-parteibuch.com](http://www.mein-parteibuch.com/ "Mein Parteibuch - A home for nasty cats") and search for `Parteibuch Aggregator`.
50
51= How to completely uninstall the Parteibuch Aggregator? =
52
53By default, when the Parteibuch Aggregator plugin is deactivated, it will not delete any of it's data.
54So when you reactivate the Parteibuch Aggregator plugin later, you didn't loose your configs and aggregated data.
55
56However, there is a way to tell the Parteibuch Aggregator, that it shall on plugin deactivation completely
57delete all it's data. If you want the Parteibuch Aggregator to completely delete all it's data, go to the
58"Manage global options" config page in Parteibuch Aggregator admin area, tick the checkbox "Delete all data
59on plugin deactivation?", press the save button and then deactivate the Parteibuch Aggregator plugin. The
60"Delete all data on plugin deactivation?" option will tell the Parteibuch Aggregator on plugin deactivation
61to drop all it's database tables, clear the cache and remove all it's option settings from your wordpress.
62
63== Screenshots ==
64
651. Screenshot of a fresh Parteibuch Aggregator 0.5 installation on a fresh German Wordpress 2.71 using the default Kubrick theme.
662. Screenshot of a Parteibuch Aggregator 0.5 installation on an English Wordpress 2.21 blog running already for a long time.
67
68== Changelog ==
69= Changelog of version 0.5.2 against version 0.5.1 =
701. Bugfix: of page rewrite rules to repair broken blog/yyyy/mm/ and xyz/comments/feed/, made cache and search rule tighter in bdp-rss-aggregator.php
712. Bugfix: Set page2hookin to 0 when creating new output as copy from existing in createpbaoutput() in bdp-rssaggregator-db.php
723. New features: added some form fields to change db values of feeds in bdp-rssadmin-sno.php,
73 added processing these form fields to bdp-rssadmin in if( isset($_POST['bdprss_edit_site_button']) ) part
74 for feed url change added function update_feedurl to bdp-rssaggregator-db.php
754. New features: made search class config variables to be read as definition from wp-config.php in pba-rsssearch.php
765. Code cleanup: made touch silent when writing to cache in pba_cache() in pba_output_library.php
776. Code cleanup: Cleaned up some comments, made notice from createlist() go away in bdp-rssaggregator-db.php
787. Code cleanup: replaced obsolete functions with placeholders in bdp-rss-aggregator.php, pba_output_function.php
79 print_item_set, putsiteheader, output, archiveDate, archiveList, viewCache, rss_print_item_set, feeds_in_ticker, feedlist, process_url_parameter
808. Code cleanup: removed obsolete outputtable variables
81 and its functions get_all_outputs, get_output, deleteoutput in bdp-rssaggregator-db.php, pba_output_library.php
829. Code cleanup: removed obsolete file bdp-rssadmin-output.php and removed it's inclusion from bdp-rssadmin.php
8310. Code cleanup: removed obsolete listtable vars in bdp-rssaggregator-db.php
8411. Code cleanup: removed old output function calling possibilities in pba_output_function.php
8512. Code cleanup: Added one parameter caller style to gettheage() in pba_outputlibrary
86 switched all function calls of BDPRSS2::getage() to it in
87 bdp-rss-aggregator.php, bdp-rssadmin-error.php, bdp-rssadmin-edit.php, bdp-rssadmin-general.php
88 and removed BDPRSS2::getage() from bdp-rss-aggregator.php
8913. Code cleanup: switched constant names BDPRSS2_PRODUCT and BDPRSS2_VERSION to PBA_PRODUCT and PBA_VERSION
90 in bdp-rss-aggregator.php, bdp-rssadmin.php, bdp-rssfeed.php, pba_output_library.php
9114. Code cleanup: switched constant name BDPRSS2_DIRECTORY to PBA_DIRECTORY
92 in bdp-rss-aggregator.php, bdp-rssadmin-general.php, bdp-rssadmin.php, pba_output_library.php
9315. Code cleanup: deleted unused sql from getmonthlyarchivedates() in bdp-rssaggregator-db.php
9416. Code cleanup: checked pfeed['title'] definition to suppress php notice from line 343 in bdp-rss-aggregator.php
9517. Code cleanup: deleted obsolete functions getArchiveList, getItems in bdp-rssaggregator-db.php
9618. Code cleanup: renamed pba_widgets.php to pba-widgets.php and made appropriate change in bdp-rss-aggregator.php
9719. Code cleanup: renamed pba-output.php, pba-options.php, pba-status.php to pba-admin-xxx.php and made appropriate change in bdp-rssadmin.php
98
99= Changelog of version 0.51 against version 0.5 =
1001. Fixed bug with hard coded load threshold from old code in add_heap2search_index() in pba-rsssearch.php
1012. Slightly corrected German $defaultparameter['ageunitsstring'] in pba-defaultparameter_de.php
1023. switched superparameter processing to be done after server status evaluation in getoutputconfigparameter() in pba_output_library.php
1034. no wp_register_sidebar_widget function in wp 2.1, so check this in pba_widgets.php
1045. added additional conditions to if $resultparas['specialpage1url'] in makelastpagehref() in pba_output_library.php
1056. added some more variables to return with pbaout in outputwrapper() ln 341 ff in pba_output_function.php
1067. bugfix of page rewrite rules, rules more tight, changed namespace for pages in ticker from page to tickerpage
107 in pba_rewrite() in bdp-rss-aggregator.php,
108 in geturlparameter(), makefeedhref(), makelastpagehref(), makenextpagehref() in pba_output_library.php
1098. bugfix: specified utf8 charset and ci collation in all db table creation statements in bdp-rssaggregator-db.php
1109. bugfix: reduced keylength of itemtable due to specification above of utf8 in bdp-rssaggregator-db.php
11110. switched codeQuotes() to reflect real values in bdp-rss-aggregator.php
11211. changed default highloadthreshold to 10 in bdp-rssaggregator-db.php
113
114= Changes from version 0.5 against version 0.2 =
1151. Many changes in most db tables, filesystem, output function, template introduction, if you need to migrate, check and migrate your db manually
1162. Note: there was out a now obsolete version of 0.5 for a couple of hours, which ran in directory parteibuchaggregator instead of parteibuch-aggregator
Note: See TracBrowser for help on using the repository browser.