Changes between Version 1 and Version 2 of qPloneBlog
- Timestamp:
- Jul 7, 2006 9:31:42 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qPloneBlog
v1 v2 1 == What Is qPlone Blog? ==2 qPlone Blog is a a SimpleBlog enhanced with the following products:1 == What Is qPloneBlog ? == 2 qPloneBlog is a a !SimpleBlog enhanced with the following products: 3 3 4 * [http://projects.quintagroup.com/products/wiki/qPingTool/ '''qPing 5 * [http://projects.quintagroup.com/products/wiki/qRRS2Syndication/ '''qRSS2 6 * [http://projects.quintagroup.com/products/wiki/qTrackSpam/ '''qTrack 4 * [http://projects.quintagroup.com/products/wiki/qPingTool/ '''qPingTool'''] 5 * [http://projects.quintagroup.com/products/wiki/qRRS2Syndication/ '''qRSS2Syndication'''] 6 * [http://projects.quintagroup.com/products/wiki/qTrackSpam/ '''qTrackSpam'''] 7 7 8 qPlone 8 qPloneBlog is an easy to use Plone based weblog application. It has a fancy blogger-api/backlink 9 9 stuff, etc. and supports categories. Writing entries is done from inside Plone. 10 qPlone 10 qPloneBlog comes with three new portal types: ''Blog'', ''Blog Folder'' and ''Blog Entry'': 11 11 * ''Blog'' - Folderish object that is the container for the Blog Entries and the front-page of the weblog. 12 12 * ''Blog Entry'' - Entry object inside the weblog. … … 14 14 15 15 == Categories == 16 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.16 !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. 17 17 18 18 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. … … 24 24 == Portlets == 25 25 26 SimpleBlog comes with 5 different portlets. The portlets behave mainly in two different ways. The portlet names ending with _local are only visible inside the Blog structure. They are hidden as soon as you are not within Blog Entry, Blog Folder or Blog. Portlets ending with _global on the other hand, are visible everywhere and will summarize among Blogs deeper in the folder structure.26 !SimpleBlog comes with 5 different portlets. The portlets behave mainly in two different ways. The portlet names ending with _local are only visible inside the Blog structure. They are hidden as soon as you are not within Blog Entry, Blog Folder or Blog. Portlets ending with _global on the other hand, are visible everywhere and will summarize among Blogs deeper in the folder structure. 27 27 28 28 There are two display modes for both the _local and _global portlets. ''The Full version'' shows the calendar, the top most recent entries and the available categories. Clicking on the entries will lead to the full Blog Entry view and clicking on the category will display a list of Blog Entries within that category. Next to the Full version there is also a ''Recent version''. That version will not display the categories and only presents a list of the recent additions. … … 38 38 == Installation == 39 39 40 1. Install Simple Blog, qRSS2Syndication, qPingTool as usual Plone products40 1. Install !SimpleBlog, qRSS2Syndication, qPingTool as usual Plone products 41 41 2. Install in your Plone instance with Quick Installer (Plone Control Panel ->Add/remove Products) 42 42 43 43 == Requirements == 44 44 45 * Plone 2. 0.3, 2.0.4, 2.0.545 * Plone 2.1.x 46 46 * qRSS2Syndication 47 * qPing 47 * qPingTool 48 48 * XMLRPCMethod 49 * Archetypes 1.3.5 49 * Archetypes 1.3.5 and above