[geeklog-cvs] geeklog-1.3/docs config.html,1.14,1.15

dhaun at geeklog.net dhaun at geeklog.net
Sat Mar 22 09:29:59 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/docs
In directory internal.geeklog.net:/tmp/cvs-serv20284

Modified Files:
	config.html 
Log Message:
Added explanations of the RSS/RDF feed settings.


Index: config.html
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/docs/config.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** config.html	19 Jan 2003 10:39:34 -0000	1.14
--- config.html	22 Mar 2003 14:29:57 -0000	1.15
***************
*** 83,89 ****
      <td valign="top">/path/to/geeklog/language/</td>
      <td valign="top">location of the Geeklog language files</td></tr>
- <tr><td valign="top"><a name="desc_rdf_file">rdf_file</a></td>
-     <td valign="top">HTML path with "/backend/geeklog.rdf" suffix</td>
-     <td valign="top">File system path for the RDF file. This file allows you to share your site's headlines with others</td></tr>
  <tr><td valign="top"><a name="desc_backup_path">backup_path</a></td>
      <td valign="top">Base path with "/backups/" suffix</td>
--- 83,86 ----
***************
*** 462,469 ****
    <td valign="top">max. number of images you can have in a story</td></tr>
  <tr>
-   <td valign="top"><a name="desc_backend">backend</a></td>
-   <td valign="top">1</td>
-   <td valign="top">Create an RSS/RDF file for the stories in rdfpath (0=no, 1=yes)</td></tr>
- <tr>
    <td valign="top"><a name="desc_limitnews">limitnews</a></td>
    <td valign="top">10</td>
--- 459,462 ----
***************
*** 654,657 ****
--- 647,677 ----
  </tr>
  </table>
+ 
+ 
+ <h3><a name="rdf">RSS/RDF Feed Settings</a></h3>
+ 
+ <p>Geeklog can export its headlines to a so-called RSS feed (also known as an RDF feed). This will let you share your news with other sites (Hint: Create a Portal block from Geeklog's Block menu to import RSS/RDF news feeds from other sites).</p>
+ 
+ <table border="1" width="100%">
+ <tr><th width="8%">Variable</th>
+     <th width="29%">Default Value</th>
+     <th width="63%">Description</th></tr>
+ <tr><td valign="top"><a name="desc_backend">backend</a></td>
+     <td valign="top">1</td>
+     <td valign="top">Create an RSS/RDF file for the stories in rdf_file (0=no, 1=yes)</td></tr>
+ <tr><td valign="top"><a name="desc_rdf_file">rdf_file</a></td>
+     <td valign="top">HTML path with "/backend/geeklog.rdf" suffix</td>
+     <td valign="top">File system path for the RDF file. This file allows you to share your site's headlines with others</td></tr>
+ <tr><td valign="top"><a name="desc_rdf_language">rdf_language</a></td>
+     <td valign="top">en-gb</td>
+     <td valign="top">Value for the feed's language tag. Depending on your site's language and operating system, this may differ from the language setting in the locale (see above).<br><strong>Example:</strong> The PHP locale setting for German is 'de_DE' while the correct language setting for a German RSS feed would be 'de-DE' (note the dash instead of the underscore).</td></tr>
+ <tr><td valign="top"><a name="desc_rdf_limit">rdf_limit</a></td>
+     <td valign="top">10</td>
+     <td valign="top">Limit the number of stories in the RSS feed. If the value for this setting is a number, the feed will hold this many stories. If the number is followed by a lower-case 'h' (e.g. 24h) it denotes the number of hours from which to chose the stories.</td></tr>
+ <tr><td valign="top"><a name="desc_rdf_storytext">rdf_storytext</a></td>
+     <td valign="top">0</td>
+     <td valign="top">If this value is 1, then the entire introtext of the stories will be included in the RSS feed. Any number greater than one limits the introtext to that many characters (e.g. a value of 80 would only include the first 80 characters from the introtext in the feed). If set to 0, the introtext is not included in the feed.</td></tr>
+ </table>
+ 
  
  <h3><a name="content">Content Control Settings</a></h3>





More information about the geeklog-cvs mailing list