move common XML code to relpipe-lib-xmlwriter (a header-only library) v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 06 Jan 2019 22:15:38 +0100
branchv_0
changeset 226 fc68cd31db78
parent 225 1c88e881ce79
child 227 408b77913c35
move common XML code to relpipe-lib-xmlwriter (a header-only library)
relpipe-data/download.xml
relpipe-data/faq.xml
relpipe-data/implementation.xml
--- a/relpipe-data/download.xml	Fri Jan 04 23:02:49 2019 +0100
+++ b/relpipe-data/download.xml	Sun Jan 06 22:15:38 2019 +0100
@@ -20,6 +20,7 @@
 hg clone https://hg.globalcode.info/relpipe/relpipe-lib-protocol.cpp;
 hg clone https://hg.globalcode.info/relpipe/relpipe-lib-reader.cpp;
 hg clone https://hg.globalcode.info/relpipe/relpipe-lib-writer.cpp;
+hg clone https://hg.globalcode.info/relpipe/relpipe-lib-xmlwriter.cpp;
 hg clone https://hg.globalcode.info/relpipe/relpipe-out-gui.qt.cpp;
 hg clone https://hg.globalcode.info/relpipe/relpipe-out-nullbyte.cpp;
 hg clone https://hg.globalcode.info/relpipe/relpipe-out-ods.cpp;
@@ -27,6 +28,8 @@
 hg clone https://hg.globalcode.info/relpipe/relpipe-out-xml.cpp;
 hg clone https://hg.globalcode.info/relpipe/relpipe-tr-cut.cpp;
 hg clone https://hg.globalcode.info/relpipe/relpipe-tr-grep.cpp;
+hg clone https://hg.globalcode.info/relpipe/relpipe-tr-guile.cpp;
+hg clone https://hg.globalcode.info/relpipe/relpipe-tr-python.cpp;
 hg clone https://hg.globalcode.info/relpipe/relpipe-tr-sed.cpp;
 hg clone https://hg.globalcode.info/relpipe/relpipe-tr-validator.cpp;
 hg clone https://hg.globalcode.info/relpipe/relpipe-web;]]></pre>
--- a/relpipe-data/faq.xml	Fri Jan 04 23:02:49 2019 +0100
+++ b/relpipe-data/faq.xml	Sun Jan 06 22:15:38 2019 +0100
@@ -142,7 +142,7 @@
 		<p>
 			<strong>What about your hobbies?</strong>
 			<br/>
-			It is a bit personal question, but I can unveil that I collect signed photos of Ally Sheedy, Winnona Ryder and Richard Stallman.
+			It is a bit personal question, but I can unveil that I collect signed photos of Ally Sheedy, Winona Ryder and Richard Stallman.
 		</p>
 		
 	</text>
--- a/relpipe-data/implementation.xml	Fri Jan 04 23:02:49 2019 +0100
+++ b/relpipe-data/implementation.xml	Sun Jan 06 22:15:38 2019 +0100
@@ -20,6 +20,7 @@
 			relpipe-lib-protocol.cpp	library	header-only	c++	GNU LGPLv3+ or GPLv2+
 			relpipe-lib-reader.cpp	library	shared	c++	GNU LGPLv3+ or GPLv2+
 			relpipe-lib-writer.cpp	library	shared	c++	GNU LGPLv3+ or GPLv2+
+			relpipe-lib-xmlwriter.cpp	library	header-only	c++	GNU LGPLv3+ or GPLv2+
 			relpipe-out-gui.qt.cpp	executable	output	c++	GNU GPLv3+
 			relpipe-out-nullbyte.cpp	executable	output	c++	GNU GPLv3+
 			relpipe-out-ods.cpp	executable	output	c++	GNU GPLv3+