# HG changeset patch # User František Kučera # Date 1546809338 -3600 # Node ID fc68cd31db78c853eae4453d55d00195bde6f5f3 # Parent 1c88e881ce79787c9806d74904f89be50047f242 move common XML code to relpipe-lib-xmlwriter (a header-only library) diff -r 1c88e881ce79 -r fc68cd31db78 relpipe-data/download.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;]]> diff -r 1c88e881ce79 -r fc68cd31db78 relpipe-data/faq.xml --- 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 @@

What about your hobbies?
- 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.

diff -r 1c88e881ce79 -r fc68cd31db78 relpipe-data/implementation.xml --- 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+