<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/File_Therion/download/0.4.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_Therion/download/0.4.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_Therion/download/0.3.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_Therion/download/0.3.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_Therion/download/0.2.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_Therion/download/0.2.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_Therion/download/0.1.0/"/>
</rdf:Seq>
</items>

<title>Latest releases of file_therion</title>
<description>The latest releases for the package file_therion</description>
</channel>

<item rdf:about="http://pear.php.net/package/File_Therion/download/0.4.1/">
 <title>File_Therion 0.4.1</title>
 <link>http://pear.php.net/package/File_Therion/download/0.4.1/</link>
 <content:encoded>* Missing grade file in sources
 </content:encoded>
 <dc:date>2018-01-20T16:24:58-05:00</dc:date>
 <dc:publisher>beni</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/File_Therion/download/0.4.0/">
 <title>File_Therion 0.4.0</title>
 <link>http://pear.php.net/package/File_Therion/download/0.4.0/</link>
 <content:encoded>* Bugfix in centreline parsing of declination command.&lt;br /&gt;
* Added better distinction for LRUD data for &quot;missing data&quot; (&quot;-&quot; according to survex) and really unset data.
 </content:encoded>
 <dc:date>2017-03-10T13:43:39-05:00</dc:date>
 <dc:publisher>beni</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/File_Therion/download/0.3.1/">
 <title>File_Therion 0.3.1</title>
 <link>http://pear.php.net/package/File_Therion/download/0.3.1/</link>
 <content:encoded>Bug fix release for 0.3.1:&lt;br /&gt;
Reimplemented Line::getDatafields() with a (hopefully) more robust&lt;br /&gt;
version, thereby fixing a corner case and a bug with slash in station&lt;br /&gt;
names.
 </content:encoded>
 <dc:date>2016-12-14T17:17:31-05:00</dc:date>
 <dc:publisher>beni</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/File_Therion/download/0.3.0/">
 <title>File_Therion 0.3.0</title>
 <link>http://pear.php.net/package/File_Therion/download/0.3.0/</link>
 <content:encoded>Please note, that this release introduces some API changes that may be incompatible with your code.&lt;br /&gt;
* Implemented File_Therion::updateLines(); its now possible to create data files out of the object model!&lt;br /&gt;
* Fixed many small bugs&lt;br /&gt;
* Enhanced syntax checking&lt;br /&gt;
* Enhanced phpunit test cases&lt;br /&gt;
* Enhanced StructuredWriter to be able to deal with more file generation variants&lt;br /&gt;
* Added get*Dimension() functions in accordance with set*Dimensions(); old functions removed!&lt;br /&gt;
* Better handling for anonymous stations; they always report dash/dot as name regardless of prefix/postfix setting&lt;br /&gt;
* Fixed bug with generated equate commands, the survey chain was wrong with nested surveys&lt;br /&gt;
* Added header functionality, now one can specify a global header to be printed to any file&lt;br /&gt;
* Added basic centreline declination handling&lt;br /&gt;
* Added cs (coordinate-system) export support&lt;br /&gt;
* Better handling for default unit printing of units&lt;br /&gt;
* Fixed a bug with some locale's reporting comma instead of dot on float values (like length)&lt;br /&gt;
* Added support for grade-definitions&lt;br /&gt;
* Centerline: Implemented ordering of date/explo-date, team/explo-team commands.&lt;br /&gt;
* Centerline: RENAMED setDate() and setExploDate() to addDate() and addExploDate().&lt;br /&gt;
* Added Formatter-Feature: this allows you to add arbitary formatting instructions.&lt;br /&gt;
  Two default formatters exist by now:&lt;br /&gt;
  - File_Therion_BasicFormatter has basic formatting features and may serve as extension platform.&lt;br /&gt;
  - File_Therion_AddLineNumberFormatter as a small demo formatter, usable also for debug purposes.
 </content:encoded>
 <dc:date>2016-12-13T17:31:07-05:00</dc:date>
 <dc:publisher>beni</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/File_Therion/download/0.2.1/">
 <title>File_Therion 0.2.1</title>
 <link>http://pear.php.net/package/File_Therion/download/0.2.1/</link>
 <content:encoded>No code changes: just updated apidoc comments (pear website autogenerated apidoc could not handle embedded @links in @see)
 </content:encoded>
 <dc:date>2016-07-02T05:14:30-05:00</dc:date>
 <dc:publisher>beni</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/File_Therion/download/0.2.0/">
 <title>File_Therion 0.2.0</title>
 <link>http://pear.php.net/package/File_Therion/download/0.2.0/</link>
 <content:encoded>This release features some major enhancements and bugfixes compared to&lt;br /&gt;
0.1.0. Basic examples parse well, data part is usable in many aspects.&lt;br /&gt;
The rabbit example is nearly fully supported, one major missing feature&lt;br /&gt;
is lacking surface support.&lt;br /&gt;
&lt;br /&gt;
Please refer to the APIdocs TODO list for details on what is missing.&lt;br /&gt;
&lt;br /&gt;
* Added better equate handling (now at stations, deep equates supported)&lt;br /&gt;
* Parsing of data files now correctly reuses parsed station objects&lt;br /&gt;
* Better handling for string references (eg. foo@barsurvey)&lt;br /&gt;
* Adjusted Station-&gt;getName() to report full name by default&lt;br /&gt;
* Added loop detection to survey structure&lt;br /&gt;
* Added a function to get all (recursive) surveyed stations of survey&lt;br /&gt;
* Added a StructuredWriter to write survey into several files&lt;br /&gt;
* Parsing input commands: support for absolute file paths&lt;br /&gt;
* ... and various smaller enhancements and bug fixes
 </content:encoded>
 <dc:date>2016-06-16T15:13:16-05:00</dc:date>
 <dc:publisher>beni</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/File_Therion/download/0.1.0/">
 <title>File_Therion 0.1.0</title>
 <link>http://pear.php.net/package/File_Therion/download/0.1.0/</link>
 <content:encoded>Initial release of first API. Still in development!&lt;br /&gt;
Therion data model core features should be mostly supported already;&lt;br /&gt;
that means survey structure and centreline data should be usable mostly.&lt;br /&gt;
The package is still not stable and API may change in future versions.&lt;br /&gt;
&lt;br /&gt;
Please refer to the TODO tags in the API to get an idea what is still missing.&lt;br /&gt;
You can expect basic survey structure, important metadata and centreline to be working.&lt;br /&gt;
Scraps, Maps, surface and many data fields are still unsupported however should parse OK silently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This release is dedicated to my friend Dr. Stefan Dahm, who died in the&lt;br /&gt;
Hirlatz cave (Dachstein, Austria) on 28.02.2016 while conducting an&lt;br /&gt;
expedition. We miss you Stefan! Your work will be continued...
 </content:encoded>
 <dc:date>2016-04-23T14:44:32-05:00</dc:date>
 <dc:publisher>beni</dc:publisher>
</item>

</rdf:RDF>