« November 2009 »
M T W T F S S
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            

This is hot

Upgrade VIA Epia-Board to current 2.6.28.7
98 times viewed
23.02.2009 18:41
t3blog Update to version 0.8.1 (Security, Bugfixes)
52 times viewed
03.02.2010 14:33
LaTeX Font Selection
24 times viewed
29.01.2010 17:17
linux.bigga.de now with RSS Feed
21 times viewed
25.11.2009 09:36

[blog...]

25.11.2009
09:36

linux.bigga.de now with RSS Feed

Recently I added the RSS widget of t3blog to my blog. Now you may subscribe to this RSS feed (see on the left or on top in in your browser).

 

Because the configuration was a little tricky (as usual) I want share my template Typoscript setup settings with you:

plugin.tx_t3blog_pi2 {
  rss {
    generator=T3Blog
    feedTitle= Linux Typo3 and other Pains
    feedCopyright= Alexander Bigga
    feedManagingEditor= Alexander Bigga
    feedWebMaster= Alexander Bigga
    feedLink= "http://linux.bigga.de/blog/"
    feedDescription= [ daily hacking ]
    feedImage = "http://linux.bigga.de/typo3conf/ext/t3blog/icons/rss.png"
    postItemCount=5
    list.5 >
    list.10 >
    list.20 >
    list.40 >
  } 
}

 

xmlnews = PAGE
xmlnews {
  typeNum = 100
  config {
    disableAllHeaderCode = 1
    additionalHeaders = Content-type:text/xml
    linkVars = L
    no_cache = 1
         xhtml_cleaning = 0
         admPanel = 0
  }
  10 = USER
  10 {
    # Call the user function
    userFunc = tx_t3blog_pi1->main
    widget.rss < plugin.tx_t3blog_pi2.rss
    template = TEXT
    template.field = rss
  }
page.headerData.500 = TEXT
page.headerData.500.value = <link rel="alternate" type="application/rss+xml" \
      title="RSS-Feed" href="http://linux.bigga.de/blog/rssType/2.0/rssContent/Posts/rss.xml" /> 
 
Alexander Bigga
Tags: typo3,  t3blog
Views: 21
  •  
  • 0 Comment(s)
  •  

Your comment

Notify me when someone adds another comment to this post

back

[ 09.03.2010 ]