<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to writerperfect</title><link>https://sourceforge.net/p/libwpd/wiki/writerperfect/</link><description>Recent changes to writerperfect</description><atom:link href="https://sourceforge.net/p/libwpd/wiki/writerperfect/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 30 Jun 2014 08:09:43 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/libwpd/wiki/writerperfect/feed" rel="self" type="application/rss+xml"/><item><title>writerperfect modified by David Tardon</title><link>https://sourceforge.net/p/libwpd/wiki/writerperfect/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,6 +1,6 @@
 # writerperfect

-writerperfect is a set of command line tools for export of various file formats to ODF. It combines various existing [librevenge-based](librevenge/) import libraries with [libodfgen](libodfgen/) for creating the output. Among the supported formats are:
+writerperfect is a set of command line tools for export of various file formats to ODF or EPUB. It combines various existing [librevenge-based](librevenge/) import libraries with [libodfgen](libodfgen/) for creating the output. Among the supported formats are:

 * AbiWord
 * Apple Keynote
@@ -30,23 +30,25 @@

 ### Dependencies

-You will need these libraries in order to compile writerperfect: 
+You will need these libraries in order to compile writerperfect:

     boost
+    libabw (optional)
+    libcdr (optional)
+    libe-book (optional)
+    libepubgen (optional)
+    libetonyek (optional)
+    libfreehand (optional)
+    libgsf (optional)
+    libmspub (optional)
+    libmwaw (optional)
+    libodfgen
+    libpagemaker (optional)
     librevenge
+    libvisio (optional)
     libwpd
     libwpg
-    libgsf # optional
-    libabw # optional
-    libcdr # optional
-    libe-book # optional
-    libtonyek # optional
-    libfreehand # optional
-    libmspub # optional
-    libmwaw # optional
-    libpagemaker # optional
-    libvisio # optional
-    libwps # optional
+    libwps (optional)

 Once the source has been checked out, writerperfect can be built in usual manner: 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Tardon</dc:creator><pubDate>Mon, 30 Jun 2014 08:09:43 -0000</pubDate><guid>https://sourceforge.net27c6097c2e831346081d7a16bb5b471b3b9fb8a9</guid></item><item><title>writerperfect modified by David Tardon</title><link>https://sourceforge.net/p/libwpd/wiki/writerperfect/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -57,7 +57,7 @@

 ## Contributing

-Once you have done a change that you are happy with, and that builds with writerperfect, contribute it back, we'll be happy to integrate it! All you need to do is to send us a patch. The followning commands will commit the changes to your local repository and create one or more patch files. You can send these to [libwpd-devel@lists.sourceforge.net](mailto:libwpd-devel@lists.sourceforge.net).
+Once you have done a change that you are happy with, and that builds with writerperfect, contribute it back, we'll be happy to integrate it! All you need to do is to send us a patch. The following commands will commit the changes to your local repository and create one or more patch files. You can send these to [libwpd-devel@lists.sourceforge.net](mailto:libwpd-devel@lists.sourceforge.net).

     git commit -a
     git format-patch origin/master
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Tardon</dc:creator><pubDate>Mon, 30 Jun 2014 08:03:34 -0000</pubDate><guid>https://sourceforge.netd30705c5ae16a0e16ce6d038f0fceb342fcc6e34</guid></item><item><title>writerperfect modified by David Tardon</title><link>https://sourceforge.net/p/libwpd/wiki/writerperfect/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,4 @@
-# writerperfect library
+# writerperfect

 writerperfect is a set of command line tools for export of various file formats to ODF. It combines various existing [librevenge-based](librevenge/) import libraries with [libodfgen](libodfgen/) for creating the output. Among the supported formats are:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Tardon</dc:creator><pubDate>Thu, 05 Jun 2014 07:45:50 -0000</pubDate><guid>https://sourceforge.neta49e998ba703943ace6845608b9b4b9cbf838377</guid></item><item><title>writerperfect modified by David Tardon</title><link>https://sourceforge.net/p/libwpd/wiki/writerperfect/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="writerperfect-library"&gt;writerperfect library&lt;/h1&gt;
&lt;p&gt;writerperfect is a set of command line tools for export of various file formats to ODF. It combines various existing &lt;a class="" href="../librevenge/"&gt;librevenge-based&lt;/a&gt; import libraries with &lt;a class="" href="../libodfgen/"&gt;libodfgen&lt;/a&gt; for creating the output. Among the supported formats are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;AbiWord&lt;/li&gt;
&lt;li&gt;Apple Keynote&lt;/li&gt;
&lt;li&gt;CorelDRAW&lt;/li&gt;
&lt;li&gt;MS Publisher&lt;/li&gt;
&lt;li&gt;MS Visio&lt;/li&gt;
&lt;li&gt;MS Works (text documents and spreadsheets)&lt;/li&gt;
&lt;li&gt;WordPerfect&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id="developers"&gt;Developers&lt;/h1&gt;
&lt;h2 id="getting-the-sources"&gt;Getting the sources&lt;/h2&gt;
&lt;p&gt;writerperfect sources are stored in &lt;a class="" href="http://git-scm.com/" rel="nofollow"&gt;git&lt;/a&gt;.  To get them, you can use: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;git&lt;/span&gt; &lt;span class="n"&gt;clone&lt;/span&gt; &lt;span class="n"&gt;git&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="c1"&gt;//git.code.sf.net/p/libwpd/writerperfect&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;or you can browse the code &lt;a class="" href="https://sourceforge.net/p/libwpd/writerperfect/"&gt;online&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;If you want to use release version you can fetch it from &lt;a class="" href="https://sourceforge.net/projects/libwpd/files/writerperfect/"&gt;the download page&lt;/a&gt;. &lt;/p&gt;
&lt;h2 id="building-it"&gt;Building it&lt;/h2&gt;
&lt;h3 id="dependencies"&gt;Dependencies&lt;/h3&gt;
&lt;p&gt;You will need these libraries in order to compile writerperfect: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;boost&lt;/span&gt;
&lt;span class="n"&gt;librevenge&lt;/span&gt;
&lt;span class="n"&gt;libwpd&lt;/span&gt;
&lt;span class="n"&gt;libwpg&lt;/span&gt;
&lt;span class="n"&gt;libgsf&lt;/span&gt; &lt;span class="err"&gt;#&lt;/span&gt; &lt;span class="n"&gt;optional&lt;/span&gt;
&lt;span class="n"&gt;libabw&lt;/span&gt; &lt;span class="err"&gt;#&lt;/span&gt; &lt;span class="n"&gt;optional&lt;/span&gt;
&lt;span class="n"&gt;libcdr&lt;/span&gt; &lt;span class="err"&gt;#&lt;/span&gt; &lt;span class="n"&gt;optional&lt;/span&gt;
&lt;span class="n"&gt;libe&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;book&lt;/span&gt; &lt;span class="err"&gt;#&lt;/span&gt; &lt;span class="n"&gt;optional&lt;/span&gt;
&lt;span class="n"&gt;libtonyek&lt;/span&gt; &lt;span class="err"&gt;#&lt;/span&gt; &lt;span class="n"&gt;optional&lt;/span&gt;
&lt;span class="n"&gt;libfreehand&lt;/span&gt; &lt;span class="err"&gt;#&lt;/span&gt; &lt;span class="n"&gt;optional&lt;/span&gt;
&lt;span class="n"&gt;libmspub&lt;/span&gt; &lt;span class="err"&gt;#&lt;/span&gt; &lt;span class="n"&gt;optional&lt;/span&gt;
&lt;span class="n"&gt;libmwaw&lt;/span&gt; &lt;span class="err"&gt;#&lt;/span&gt; &lt;span class="n"&gt;optional&lt;/span&gt;
&lt;span class="n"&gt;libpagemaker&lt;/span&gt; &lt;span class="err"&gt;#&lt;/span&gt; &lt;span class="n"&gt;optional&lt;/span&gt;
&lt;span class="n"&gt;libvisio&lt;/span&gt; &lt;span class="err"&gt;#&lt;/span&gt; &lt;span class="n"&gt;optional&lt;/span&gt;
&lt;span class="n"&gt;libwps&lt;/span&gt; &lt;span class="err"&gt;#&lt;/span&gt; &lt;span class="n"&gt;optional&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Once the source has been checked out, writerperfect can be built in usual manner: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;autogen&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sh&lt;/span&gt; &lt;span class="err"&gt;#&lt;/span&gt; &lt;span class="n"&gt;only&lt;/span&gt; &lt;span class="n"&gt;needed&lt;/span&gt; &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="n"&gt;building&lt;/span&gt; &lt;span class="n"&gt;from&lt;/span&gt; &lt;span class="n"&gt;git&lt;/span&gt;
&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;configure&lt;/span&gt;
&lt;span class="n"&gt;make&lt;/span&gt;
&lt;span class="n"&gt;make&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="contributing"&gt;Contributing&lt;/h2&gt;
&lt;p&gt;Once you have done a change that you are happy with, and that builds with writerperfect, contribute it back, we'll be happy to integrate it! All you need to do is to send us a patch. The followning commands will commit the changes to your local repository and create one or more patch files. You can send these to &lt;a class="" href="mailto:libwpd-devel@lists.sourceforge.net"&gt;libwpd-devel@lists.sourceforge.net&lt;/a&gt;.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;git&lt;/span&gt; &lt;span class="n"&gt;commit&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;a&lt;/span&gt;
&lt;span class="n"&gt;git&lt;/span&gt; &lt;span class="n"&gt;format&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;patch&lt;/span&gt; &lt;span class="n"&gt;origin&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;master&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h1 id="contact"&gt;Contact&lt;/h1&gt;
&lt;p&gt;You can get in touch with us using multiple ways: &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;using IRC server &lt;strong&gt;irc.freenode.org&lt;/strong&gt; and joining channel &lt;strong&gt;#documentliberation-dev&lt;/strong&gt; &lt;/li&gt;
&lt;li&gt;using IRC server &lt;strong&gt;irc.gimp.org&lt;/strong&gt; and joining channel &lt;strong&gt;#libwpd&lt;/strong&gt; &lt;/li&gt;
&lt;li&gt;using mailing list &lt;strong&gt;&lt;a class="" href="mailto:libwpd-devel@lists.sourceforge.net"&gt;libwpd-devel@lists.sourceforge.net&lt;/a&gt;&lt;/strong&gt; &lt;/li&gt;
&lt;li&gt;filling a bug report at &lt;a href="https://sourceforge.net/p/libwpd/tickets/."&gt;https://sourceforge.net/p/libwpd/tickets/.&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Tardon</dc:creator><pubDate>Thu, 05 Jun 2014 07:45:30 -0000</pubDate><guid>https://sourceforge.net786e50f21b95d239d47098c691ebe2fc7367a7d5</guid></item></channel></rss>