relpipe-data/roadmap.xml
branchv_0
changeset 241 f71d300205b7
parent 222 a02847f786d9
child 243 9c1d0c5ed599
--- a/relpipe-data/roadmap.xml	Fri Jan 18 13:18:54 2019 +0100
+++ b/relpipe-data/roadmap.xml	Fri Jan 18 21:34:58 2019 +0100
@@ -12,7 +12,11 @@
 			Releases after v1.0.0 should follow the rules of <a href="http://semver.org/">Semantic versioning</a>.
 		</p>
 		
-		<h2>v0.9, v0.10, v0.11 etc.</h2>
+		<p>
+			Released versions are described on the <m:a href="download">download</m:a> page.
+		</p>
+		
+		<h2>v0.10, v0.11, v0.12 etc.</h2>
 		
 		<p>
 			Releases for discussion and verification of the format and API design.
@@ -40,23 +44,17 @@
 		</ul>
 		
 		<h3>Inputs</h3>
-		<ul>
-			<li>XML</li>
-			<li>DSV</li>
-			<li>regular expression</li>
-		</ul>
+		<p>Probably no new ones before v1.0.0.</p>
+		
 		<h3>Transformations</h3>
 		<ul>
 			<li>SQL: sqlite</li>
 		</ul>
 		<h3>Outputs</h3>
-		<ul>
-			<li>CLI: null-byte separated values</li>
-		</ul>
+		<p>Probably no new ones before v1.0.0.</p>
 		
 		<h3>Other tasks</h3>
 		<ul>
-			<li>review the build system (probably use cmake in all modules)</li>
 			<li>pkg-config: version numbers, debug vs. release</li>
 			<li>automated complex tests (specification vs. implementation compliance)</li>
 			<li>verify the format from the performance point of view</li>
@@ -77,7 +75,11 @@
 			<li>relpipe-lib-reader</li>
 			<li>relpipe-in-cli</li>
 			<li>relpipe-out-tabular</li>
+			<li>relpipe-in-xml</li>
 			<li>relpipe-out-xml</li>
+			<li>relpipe-in-csv</li>
+			<li>relpipe-out-csv</li>
+			<li>relpipe-out-ods</li>
 		</ul>
 		
 		<p>
@@ -117,6 +119,7 @@
 			
 		<p>Formats:</p>
 		<ul>
+			<li>regular expression (regex groups → attributes)</li>
 			<li>XML: as xmlTable() in SQL</li>
 			<li>ODS (LibreOffice)</li>
 			<li>iCalendar</li>