2005-12-05 jrandom

* Added an RDF and XML thread export to Syndie, reachable at
      .../threadnav/rdf or .../threadnav/xml, accepting the parameters
      count=$numThreads and offset=$threadIndex.  If the $numThreads is -1, it
      displays all threads.
This commit is contained in:
jrandom
2005-12-05 06:14:15 +00:00
committed by zzz
parent 5966fcf5ff
commit 19bba048f2
5 changed files with 170 additions and 1 deletions

View File

@ -1,4 +1,10 @@
$Id: history.txt,v 1.346 2005/12/04 15:02:25 jrandom Exp $
$Id: history.txt,v 1.347 2005/12/04 15:12:19 jrandom Exp $
2005-12-05 jrandom
* Added an RDF and XML thread export to Syndie, reachable at
.../threadnav/rdf or .../threadnav/xml, accepting the parameters
count=$numThreads and offset=$threadIndex. If the $numThreads is -1, it
displays all threads.
2005-12-04 TLorD
* Patch for the C SAM library to null terminate strings on copy (thanks!)