DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT:JB ee_blog RSS generator

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2005-06-06T10:24:06
Author:Jan Bednarik
Email:info@bednarik.org

EXT:JB ee_blog RSS generator

Extension Key: jb_eeblog_rss

Copyright 2000-2002, Jan Bednarik, <info@bednarik.org>

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

EXT:JB ee_blog RSS generator 1

Introduction 1

What does it do? 1

Users manual 1

Introduction

What does it do?

The jb_eeblog_rss generates RSS2 feeds from last 10 entries of the ee_blog extension.

Users manual

  • Just install this extension and a new content element “JB RSS ee_blog generator” will appear.
  • Before you use this element a TS setup should be set.
  • To generate the feed just go to page with this content element and the feed will be saved to a file and written out to the output.
singleViewPid

Property

singleViewPid

Data type

int

Description

PID of a page where a singleView of the blog is set.

url

Property

url

Data type

string

Description

base url of you website. I don't rely the $_SERVER array.

title

Property

title

Data type

string

Description

title of your blog

desc

Property

desc

Data type

string

Description

description of your blog

language

Property

language

Data type

string

Description

language code of the blog (en – english, cs – czech)

copy

Property

copy

Data type

string

Description

copyright info

category

Property

category

Data type

string

Description

a category of your blog

rssfile

Property

rssfile

Data type

string

Description

path to a file where the XML document will be stored. It's not a good idea to have it generated every time a visitor wants to download your feed.

For more information you can go to typo3.org .

img-1 EXT:JB ee_blog RSS generator - 2