Login / Status
developer.Resource
Home . Extensions . Repository
Sponsors
hosted by punkt.deTYPO3 and Open Source MagazineAOE Media

Extension Repository

The official extension repository only consists of freely available extensions. New documentation is rendered once a day.


TW RSS Feeds


InfoRatingsFeedback


  • Icon
    tw_rssfeeds
    Title
    TW RSS Feeds
    Extension key
    ( tw_rssfeeds )
    State
    alpha, Not reviewed!
    Author
    Thorsten Wst
    Category
    plugin
    Version
    1.1.0
    Manual
    Read online
    Downloads (total / this version)
    4684 / 598
    Rating
    none
    Updated
    04.01.2006
    Upload comment
    Description
    Should handle rss feeeds from 0.91 and 2.0 format.
  • Dependencies
    • depends on typo3
    • depends on php
    • depends on cms
    Reverse dependencies

    The following extension versions depend on this extension:

    Version history
      Download extension

      Download compressed extension .T3X file

    • Filename Size View Date Download
      ChangeLog 629 View 04.01.2006 Download
      README.txt 765 View 30.12.2005 Download
      ext_icon.gif 1.1 K View 08.12.2005 Download
      ext_localconf.php 380 View 05.12.2005 Download
      ext_tables.php 892 View 05.12.2005 Download
      ext_typoscript_setup.txt 1.5 K View 08.12.2005 Download
      locallang.php 3.1 K View 04.01.2006 Download
      locallang_db.php 323 View 05.12.2005 Download
      tw_rss_flex.xml 6.0 K View 04.01.2006 Download
      pi1/ce_wiz.gif 1.3 K View 08.12.2005 Download
      pi1/class.tx_twrssfeeds_pi1.php 14.8 K View 04.01.2006 Download
      pi1/class.tx_twrssfeeds_pi1_wizicon.php 1.9 K View 05.12.2005 Download
      pi1/clear.gif 46 View 05.12.2005 Download
      pi1/locallang.php 1.3 K View 05.12.2005 Download
      pi1/static/editorcfg.txt 0.9 K View 05.12.2005 Download
      doc/manual.sxw 40 K 04.01.2006 Download
      doc/wizard_form.dat 2.9 K 05.12.2005 Download
      doc/wizard_form.html 30 K 05.12.2005 Download
      Preview for file tw_rssfeeds-1.1.0-ext_typoscript_setup__txt:
      
      
      plugin.tx_twrssfeeds_pi1 { 

      url = 
      maxItem = 
      ItemSeparator = 
      DescSeparator = 
      ChannelBg = 
      SubmitValue = 
      LinkTarget = 
      ChannelDesc = 
      ItemDesc = 
      Image = 
      Textinput = 

      _CSS_DEFAULT_STYLE ( 

      #twrss_table {
      /*width:200px;*/
          font-size: 12px; 
          color: #666666; 
          font-family: verdana; 
          font-style: normal; 
          font-weight: normal; 
          margin-top: 10px;
          margin-bottom: 10px;
          margin-left: 10px; 
          margin-right:10px; 
          line-height: 16px;
      }

      .twrss_head{
          font-size: 12px; 
          color: #666666; 
          font-family: verdana; 
          font-style: normal; 
          font-weight: bold; 
          margin-top: 10px;
          margin-bottom: 10px;
          margin-left: 10px; 
          margin-right:10px; 
          line-height: 16px;  
      }

      .twrss_head_channel{
          font-size: 12px; 
          color: #666666; 
          font-family: verdana; 
          font-style: normal; 
          font-weight: bold; 
          margin-top: 10px;
          margin-bottom: 10px;
          margin-left: 10px; 
          margin-right:10px; 
          line-height: 16px;  
      }

      .twrss_bodytext{
          font-size: 12px; 
          color: #666666; 
          font-family: verdana; 
          font-style: normal; 
          font-weight: normal; 
          margin-top: 10px;
          margin-bottom: 10px;
          margin-left: 10px; 
          margin-right:10px; 
          line-height: 16px;  
      }

      .twrss_bodytext A{
          font-size: 12px; 
          color: #666666; 
          font-family: verdana; 
          font-style: normal; 
          font-weight: normal; 
          line-height: 16px;  
              text-decoration:underline;
      }

      .twrss_bodytext A:hover{
          font-size: 12px; 
          color: #666666; 
          font-family: verdana; 
          font-style: normal; 
          font-weight: normal;  
          line-height: 16px;  
              text-decoration:underline;
      }



      )

      }