Beskrivelse
An Object Oriented Plugin that summarizes the results returned by a query like a Google search summary text.
Feature list:
- Easy to use:
- Easy to customize by formats: You can format the summary text by the formats and parameters.
- Easy to modify: the plugin is object oriented and well documented so that you can easily understand and modify the plugin for your customization.
- No language files need: You can format the output text by the formats in your language so you don’t have to write the laguage files.
What next:
- The admin panel is comming soon…
Skjermbilder





Installasjon
- Upload all files and folders in zip file to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- For default usage, put these lines of code in your templates:
if (class_exists(‘PvdWpQueryResultsSummarizer’)) {
$summarizer = new PvdWpQueryResultsSummarizer();
echo $summarizer->getSummary();
}
For advanced usage, please see documentation at http://projects.phuvidu.com/docs/
Vurderinger
Det er ingen omtaler av denne utvidelsen.
Bidragsytere og utviklere
«WP Query Results Summarizer» er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen:
BidragsytereOversett «WP Query Results Summarizer» til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.