[ Index ]

PHP Cross Reference of phpwcms V1.4.7 _r403 (01.11.10)

title

Body

[close]

/config/phpwcms/ -> feeds.ini.php (source)

   1  ; <?php /*
   2  
   3  ; *************************************************************************************
   4  ;   Copyright notice
   5  ;   
   6  ;   (c) 2002-2010 Oliver Georgi (oliver@phpwcms.de) // All rights reserved.
   7  ; 
   8  ;   This script is part of PHPWCMS. The PHPWCMS web content management system is
   9  ;   free software; you can redistribute it and/or modify it under the terms of
  10  ;   the GNU General Public License as published by the Free Software Foundation;
  11  ;   either version 2 of the License, or (at your option) any later version.
  12  ;  
  13  ;   The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html
  14  ;   A copy is found in the textfile GPL.txt and important notices to the license 
  15  ;   from the author is found in LICENSE.txt distributed with these scripts.
  16  ;  
  17  ;   This script is distributed in the hope that it will be useful, but WITHOUT ANY 
  18  ;   WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  19  ;   PARTICULAR PURPOSE.  See the GNU General Public License for more details.
  20  ; 
  21  ;   This copyright notice MUST APPEAR in all copies of the script!
  22  ; *************************************************************************************
  23  
  24  ; Here are the basic settings for feeds like default feeds format and so on
  25  
  26  
  27  [default]
  28  
  29  title                = "Daily RSS feed"
  30  description            = "This is the default RSS feeds of my site"
  31  link                = "http://www.mysite.tld/"
  32  syndicationURL        = ""                ; let empty to set it to SELF
  33  
  34  imagesrc            = ""
  35  imagetitle            = ""
  36  imagelink            = ""                ; if not set will be the same as 'link'
  37  imagedescription    = ""
  38  
  39  useauthor            = 1                    ; 0 - no author tag, 1 - author tag
  40  feedAuthor            = "editor@mysite.tld (Feed Editor)"
  41  feedEmail            = "feed@mysite.tld"
  42  
  43  timeZone            = "+01:00"            ; your local timezone, set to "" to disable or for GMT
  44  cacheTTL            = 3600                ; if 0 no caching will be used otherwise these are seconds
  45  
  46  structureID            = ""                    ; if empty it will return the list of all articles sort by date, or use an phpwcms alias as starting point
  47                                          ; you can also use structureID there seperated by ','
  48  maxentries            = 10
  49  encoding            = UTF-8        ;ISO-8859-1
  50  defaultFormat        = RSS2.0            ; available: 0.91/RSS0.91, 1.0/RSS1.0, 2.0/RSS2.0, ATOM/ATOM0.3
  51  filename            = "default_feed.xml"
  52  orderBy                = "livedate"        ; possible: livedate, killdate, createdate, changedate
  53  order                = DESC                    ; order ascending ASC, descending DESC (default) or random RAND
  54  
  55  
  56  ; */ echo 'Sorry this is no public file. Good bye!' ?>


Generated: Tue Nov 16 22:51:00 2010 Cross-referenced by PHPXref 0.7