.. You may want to use the usual include line. Uncomment and adjust the path. .. include:: ../Includes.txt ====================== EXT: TIMTAB technorati ====================== :Author: Kasper Skårhøj :Created: 2002-11-01T00:32:00 :Changed: 2007-04-21T19:09:39 :Author: Michael Feinbier :Email: typo3@feinbier.net :Info 3: :Info 4: .. _EXT-TIMTAB-technorati: EXT: TIMTAB technorati ====================== Extension Key: **timtab\_technorati** Copyright 2000-2007, Michael Feinbier, This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml The content of this document is related to TYPO3 \- a GNU/GPL CMS/Framework available from www.typo3.com .. _Table-of-Contents: Table of Contents ----------------- **EXT: My Extension 1** **Introduction 1** What does it do? 1 Screenshots 1 **Users manual 1** FAQ 1 **Adminstration 1** FAQ 2 **Configuration 2** FAQ 2 Reference 2 **Tutorial 2** **Known problems 2** **To-Do list 2** **Changelog 2** .. _Introduction: Introduction ------------ .. _What-does-it-do: What does it do? ^^^^^^^^^^^^^^^^ This extension pings the blog search engine `technorati `_ after creating (or updating) a blog record. Furthermore it adds an additional marker to the news template to show special technorati tags saved in the record. You can decide whether you want to use the existing “keywords” field in the tt\_news record or an own field located at the “blog post”-Tab for your technorati tags. .. _Screenshots: Screenshots ^^^^^^^^^^^ .. _img-1-Users-manual: |img-1| Users manual -------------------- Installation an configuration of this extension is very easy. Simply install the extension via the extension-manager. After installing you can choose whether you want to use the “keywords” field for your technorati tags or the own one.If you use the keywords filed the own technorati tag field is not displayed. From now on everytime you write a new blog post (which is not hidden) a ping is send to the technorati RPC through the xmlrpc library.Furthermore if you edit an older entry and change the bodytext and the date field a ping is send again. .. _Adminstration: Adminstration ------------- The ping is send automatically after activating the plugin. To show the technorati tagline in the frontend you have to extend your tt\_news template with the new marker ###BLOG\_TECHNORATI\_TAGS###. It is recommended to add this to your list view as well as to your single view so that technorati recognizes the tags on your list view (which maybe your blog-entry site). .. _Configuration: Configuration ------------- When you install this Extension, you can choose the field which you want to use as your tag field (tt\_news keywords or own timtab\_technorati field). All other configuration is done via TypoScript Setup. See plugin.tx\_timtabtechnorati for details. .. _Reference: Reference ^^^^^^^^^ .. ### BEGIN~OF~TABLE ### .. _tag: tag """ .. container:: table-row Property tag Data type COA Description This s the COA which is looped for every tag Default .. _tag-wrap: tag.wrap """""""" .. container:: table-row Property tag.wrap Data type wrap Description Wraps the whole taglist Default .. ###### END~OF~TABLE ###### .. _generated: ((generated)) """"""""""""" .. _Example: Example ~~~~~~~ Here is the default TypoScript setup: :: plugin.tx_timtabtechnorati { tag = COA tag.wrap = technorati: | tag { 10 = TEXT 10.value = Hallo Welt! 10.wrap = |,  10.current = 1 10.typolink { parameter = http://technorati.com/tag/ userFunc = tx_timtabtechnorati_lib->user_getTechnoratiLink ATagParams = class="technorati-link" } } } .. _Known-problems: Known problems -------------- \- none at the moment .. _To-Do-list: To-Do list ---------- \- Evaluating the technorati response would be a nice thing. At the moment the response is stored in a serialized array in the tt\_news record. .. _Changelog: Changelog --------- 2007-03-07: Michael Feinbier: Initial Release 2007-04-15: Michael Feinbier: - Small bugfix - xml\_rpc is not needed any more 2007-04-21: Michael Feinbier - Should work now with TIMTAB 0.5.11 (thanks to Pascal) - Added Manual |img-2| EXT: TIMTAB technorati - 3 .. ######CUTTER_MARK_IMAGES###### .. |img-1| image:: img-1.png .. :align: left .. :border: 0 .. :height: 33% .. :id: Grafik1 .. :name: Grafik1 .. :width: 77% .. |img-2| image:: img-2.png .. :align: left .. :border: 0 .. :height: 32 .. :id: Graphic1 .. :name: Graphic1 .. :width: 102