XOOPS WhatsNew Module

Biuld of RSS

Principle

RSS is adopted the same format as backend.php of XOOPS core.

Explanation of items

Item Spec
Require
change
or not
system information exsample
channel        
  title Required o site name (*1) Happy Linux
  link Required o site URL (*2) http://linux2.ohwada.net/
  description Required o site slogan Linux Web Server ...
  lastBuildDate   auto (last build date of article) Wed, 12 Oct 2005 22:50:42 +0900
  pubDate   auto (pulished date of RSS) Wed, 12 Oct 2005 22:50:42 +0900
  docs   fix   http://backend.userland.com/rss/
  generator   fix   XOOPS WhatsNew 2.0
  category   fix   Whats New
  managingEditor   o Admin email (*3) webmaster@ohwada.net
  webMaster   o Admin email (*3) webmaster@ohwada.net
  language   auto lang code en
  copyright   auto   Copyright (c) 2005, Kenichi Ohwada
  cloud   - - -
  ttl   - - -
  rating   - - -
  textInput   - - -
  skipHours   - - -
  skipDays   - - -
image        
  title   o site name (*1) Happy Linux
  url   o site logo URL http://linux2.ohwada.net/images/logo.gif
  link   o site URL (*2) http://linux2.ohwada.net/
  width   auto site logo width 144
  height   auto site logo hegiht 80
itemSpec
Require
change
or not
atrcile data exsample
item        
  title Required auto tilte WhatsNew Module
  link Required auto URL (*4) http://linux2.ohwada.netp/modules/
mydownloads/singlefile.php?lid=xxx
  description   auto content Function 1. WhatsNew Block
  pubDate   auto published date Thu, 13 Oct 2005 22:46:42 +0900
  guid   auto URL (*4) http://linux2.ohwada.jp/modules/...
  category   auto module name Downloads 
  author   - - -
  comments   - - -
  enclosure   - - -
  source   - - -

o means the item which can be changed from WhatsNew admin configration.
However, * is the same setting item.

Specification

RSS 2.0 Specification

$Id: rss.html,v 1.3 2005/10/22 08:25:19 ohwada Exp $
Back to index