Changes between Version 5 and Version 6 of qPloneBlog
- Timestamp:
- Dec 15, 2006 11:07:28 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qPloneBlog
v5 v6 3 3 4 4 * SimpleBlog v.qg2.5 5 * qPingToolv.0.36 * qRSS2Syndicationv. 0.55 * [http://projects.quintagroup.com/products/wiki/qPingTool '''qPingTool '''] v.0.3 6 * [http://projects.quintagroup.com/products/wiki/qRRS2Syndication '''qRSS2Syndication'''] v. 0.5 7 7 * XMLRPCMethod, v.XMLRPC Method-1-1 8 8 * RPCAuth v.0.1.0-final 9 * qTrackSpam(extender product) v.0.29 * [http://projects.quintagroup.com/products/wiki/qTrackSpam '''qTrackSpam'''] (extender product) v.0.2 10 10 * adsenseproduct (extender product) v.0.1 11 11 12 * [http://projects.quintagroup.com/products/wiki/qPingTool '''qPingTool '''] 13 * [http://projects.quintagroup.com/products/wiki/qRRS2Syndication '''qRSS2Syndication'''] 14 * [http://projects.quintagroup.com/products/wiki/qTrackSpam '''qTrackSpam'''] 15 16 qPloneBlog is an easy to use Plone based weblog application. It has a fancy blogger-api/backlink 17 stuff, etc. and supports categories. Writing entries is done from inside Plone. 12 qPloneBlog is an easy-to-use Plone based weblog application. It has a fancy blogger-api/backlink 13 stuff, etc. and supports categories. Entries are written from inside Plone. 18 14 qPloneBlog comes with three new portal types: ''Blog'', ''Blog Folder'' and ''Blog Entry'': 19 15 * ''Blog'' - Folderish object that is the container for the Blog Entries and the front-page of the weblog. … … 32 28 33 29 34 == Dependencies :==30 == Dependencies == 35 31 36 32 * Plone v.2.1+ … … 48 44 !SimpleBlog can use categories to classify Blog Entries. When you edit and configure the Blog object, you can provide it with a list of categories that will present itself as a multi-selection list when you edit/create a Blog Entry. Next to that, Blog Folders can define additional categories. 49 45 50 In Blog Entries created inside the Blog Folder, a selection can be made out of the categories defined in the Blog *and*, additionally, out of the ones defined by the Blog Folder(s) it sits in. All the categories will add up. This feature can be useful when the Blog is maintained by several authors. You can then incorporate some policy that certain Entries must be created in specific Blog Folders because of the additional categories. Categories you can later search for but you don't want exposed to all the other authors.46 In Blog Entries created inside the Blog Folder, a selection can be made out of the categories defined in the Blog and, additionally, out of the ones defined by the Blog Folder(s) it sits in. All the categories will add up. This feature can be useful when the Blog is maintained by several authors. You can then incorporate some policy that certain Entries must be created in specific Blog Folders because of the additional categories. Categories you can later search for but you don't want exposed to all the other authors. 51 47 52 48 Next to categories defined by the Blog object and the Blog Folders, you can also define a set of global categories. These categories are available to all the Blog Entries created in the portal. Defining these global categories can be done in ZMI in the simpleblog_tool or in the Plone setup. … … 190 186 Other tuning google adsense block possibility is selection block type for each top and bottom blocks. This featchure also present on interface schemata of Blog edit page. 191 187 And at last - you have to go to plone control panel, to '''Adsense Properties''' and enter '''customer Id''', got from Google. 188 189 == Trackbacks == 190 191 qPLoneBlog support trackback system. BlogEntry can be both trackback source (BE-source) and trackback holder (BE-holder). 192 BE-source provide '''trackback URL''' and register short information about every BE-holder in Trackback-type objects, by adding Trackbacks to BE-source. 193 BE-holder add '''trackback URL''' of BE-sources (to field '''sendTrackBackURLs'''). On publishing BE-holder short information about it sends to list of '''trackback URL'''s. 194 '''trackback URL''' - present on BlogEntry view page. 195 '''Trackback''' object automatically creates and added in BE-source on publishing BE-holder. 196 New created Trackback object appear in pending workflow state. Manager or Owner can publish or delete Trackback object. 197 Trackbacks is visible only in navigation tree. 198 199 It is qTrackSpam product, which provide trackback management (http://projects.quintagroup.com/products/wiki/qTrackSpam) 200 For manage trackbacks it is 2 configlets in plone control panel: '''BlackList importer''' and '''Clean TrackBacks'''. 201 * '''BlackList importer''' - allow manage with blac list filters. Every line in BlackList presents separate filter. Actually filter is regular expression, which apply to **Url** field of new added trackback. 202 * '''Clean TrackBacks''' - is form to site wide trackbacks managements, which allow you to select group of trackback(s) and publish or blacklist and remove selection.