1 | === Parteibuch Aggregator ===
|
---|
2 | Contributors: katzenfreund
|
---|
3 | Donate link: http://www.mein-parteibuch.com/
|
---|
4 | Tags: aggregator, rss, page, sidebar, search
|
---|
5 | Requires at least: 2.1
|
---|
6 | Tested up to: 2.7.1
|
---|
7 | Stable tag: 0.5.2
|
---|
8 |
|
---|
9 | Easy to use RSS aggregator for pages and sidebars of your blog with search capability.
|
---|
10 |
|
---|
11 | == Description ==
|
---|
12 | The 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 |
|
---|
14 | Main 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 |
|
---|
24 | 1. Unzip and upload `parteibuch-aggregator` to the `/wp-content/plugins/` directory
|
---|
25 | 1. Activate the plugin through the 'Plugins' menu in your blog
|
---|
26 | 1. Follow the link `start configuration here` provided by `Parteibuch Aggregator` in plugin description in your blog's 'Plugins' menu
|
---|
27 | 1. 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 |
|
---|
33 | Minimal 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 |
|
---|
41 | The 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 |
|
---|
45 | Probably. 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 |
|
---|
49 | Try 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 |
|
---|
53 | By default, when the Parteibuch Aggregator plugin is deactivated, it will not delete any of it's data.
|
---|
54 | So when you reactivate the Parteibuch Aggregator plugin later, you didn't loose your configs and aggregated data.
|
---|
55 |
|
---|
56 | However, there is a way to tell the Parteibuch Aggregator, that it shall on plugin deactivation completely
|
---|
57 | delete 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
|
---|
59 | on 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
|
---|
61 | to drop all it's database tables, clear the cache and remove all it's option settings from your wordpress.
|
---|
62 |
|
---|
63 | == Screenshots ==
|
---|
64 |
|
---|
65 | 1. Screenshot of a fresh Parteibuch Aggregator 0.5 installation on a fresh German Wordpress 2.71 using the default Kubrick theme.
|
---|
66 | 2. 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 =
|
---|
70 | 1. 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
|
---|
71 | 2. Bugfix: Set page2hookin to 0 when creating new output as copy from existing in createpbaoutput() in bdp-rssaggregator-db.php
|
---|
72 | 3. 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
|
---|
75 | 4. New features: made search class config variables to be read as definition from wp-config.php in pba-rsssearch.php
|
---|
76 | 5. Code cleanup: made touch silent when writing to cache in pba_cache() in pba_output_library.php
|
---|
77 | 6. Code cleanup: Cleaned up some comments, made notice from createlist() go away in bdp-rssaggregator-db.php
|
---|
78 | 7. 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
|
---|
80 | 8. 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
|
---|
82 | 9. Code cleanup: removed obsolete file bdp-rssadmin-output.php and removed it's inclusion from bdp-rssadmin.php
|
---|
83 | 10. Code cleanup: removed obsolete listtable vars in bdp-rssaggregator-db.php
|
---|
84 | 11. Code cleanup: removed old output function calling possibilities in pba_output_function.php
|
---|
85 | 12. 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
|
---|
89 | 13. 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
|
---|
91 | 14. 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
|
---|
93 | 15. Code cleanup: deleted unused sql from getmonthlyarchivedates() in bdp-rssaggregator-db.php
|
---|
94 | 16. Code cleanup: checked pfeed['title'] definition to suppress php notice from line 343 in bdp-rss-aggregator.php
|
---|
95 | 17. Code cleanup: deleted obsolete functions getArchiveList, getItems in bdp-rssaggregator-db.php
|
---|
96 | 18. Code cleanup: renamed pba_widgets.php to pba-widgets.php and made appropriate change in bdp-rss-aggregator.php
|
---|
97 | 19. 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 =
|
---|
100 | 1. Fixed bug with hard coded load threshold from old code in add_heap2search_index() in pba-rsssearch.php
|
---|
101 | 2. Slightly corrected German $defaultparameter['ageunitsstring'] in pba-defaultparameter_de.php
|
---|
102 | 3. switched superparameter processing to be done after server status evaluation in getoutputconfigparameter() in pba_output_library.php
|
---|
103 | 4. no wp_register_sidebar_widget function in wp 2.1, so check this in pba_widgets.php
|
---|
104 | 5. added additional conditions to if $resultparas['specialpage1url'] in makelastpagehref() in pba_output_library.php
|
---|
105 | 6. added some more variables to return with pbaout in outputwrapper() ln 341 ff in pba_output_function.php
|
---|
106 | 7. 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
|
---|
109 | 8. bugfix: specified utf8 charset and ci collation in all db table creation statements in bdp-rssaggregator-db.php
|
---|
110 | 9. bugfix: reduced keylength of itemtable due to specification above of utf8 in bdp-rssaggregator-db.php
|
---|
111 | 10. switched codeQuotes() to reflect real values in bdp-rss-aggregator.php
|
---|
112 | 11. changed default highloadthreshold to 10 in bdp-rssaggregator-db.php
|
---|
113 |
|
---|
114 | = Changes from version 0.5 against version 0.2 =
|
---|
115 | 1. Many changes in most db tables, filesystem, output function, template introduction, if you need to migrate, check and migrate your db manually
|
---|
116 | 2. 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
|
---|