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

 ## Contributing

-Once you have done a change that you are happy with, and that builds with libodfgen, 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 libodfgen, 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:14:50 -0000</pubDate><guid>https://sourceforge.net01355b74ed8afcb0819f632515838621d5a91ecc</guid></item><item><title>libodfgen modified by David Tardon</title><link>https://sourceforge.net/p/libwpd/wiki/libodfgen/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -14,7 +14,7 @@

 or you can browse the code [online](https://sourceforge.net/p/libwpd/libodfgen/). 

-If you want to use release version you can fetch it from [libreoffice mirror](http://dev-www.libreoffice.org/src/). 
+If you want to use release version you can fetch it from [the download page](https://sourceforge.net/projects/libwpd/files/libodfgen/). 

 ## Building it
@@ -22,15 +22,15 @@

 ### Dependencies

-You will need these applications in order to compile libodfgen: 
+You will need these applications and libraries in order to compile libodfgen: 

     boost
+    librevenge
     doxygen # optional for documentation building (--with-docs)

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

-    cd libodfgen
-    ./autogen.sh
+    ./autogen.sh # only needed if building from git
     ./configure
     make
     make install
@@ -46,6 +46,7 @@

 You can get in touch with us using multiple ways: 

+1. using IRC server **irc.freenode.org** and joining channel **#documentliberation-dev** 
 1. using IRC server **irc.gimp.org** and joining channel **#libwpd** 
 1. using mailing list **[libwpd-devel@lists.sourceforge.net](mailto:libwpd-devel@lists.sourceforge.net)** 
 1. filling a bug report at https://sourceforge.net/p/libwpd/tickets/.
&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:36:58 -0000</pubDate><guid>https://sourceforge.netc84cef538066478fb76094bf658c811f917ff4dd</guid></item><item><title>libodfgen modified by David Tardon</title><link>https://sourceforge.net/p/libwpd/wiki/libodfgen/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -25,7 +25,6 @@
 You will need these applications in order to compile libodfgen:

     boost
-    zlib
     doxygen # optional for documentation building (--with-docs)

 Once the source has been checked out, libodfgen 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, 31 Mar 2014 11:25:38 -0000</pubDate><guid>https://sourceforge.netfb16f3c9719486a8756094273d4103aae9620a2e</guid></item><item><title>libodfgen modified by David Tardon</title><link>https://sourceforge.net/p/libwpd/wiki/libodfgen/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="libodfgen-library"&gt;libodfgen library&lt;/h1&gt;
&lt;p&gt;libodfgen is an ODF export library for projects using &lt;a class="" href="https://sourceforge.net/p/libwpd/wiki/librevenge/"&gt;librevenge&lt;/a&gt;.&lt;/p&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;libodfgen 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/libodfgen&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/libodfgen/"&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="http://dev-www.libreoffice.org/src/" rel="nofollow"&gt;libreoffice mirror&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 applications in order to compile libodfgen: &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;zlib&lt;/span&gt;
&lt;span class="n"&gt;doxygen&lt;/span&gt; &lt;span class="err"&gt;#&lt;/span&gt; &lt;span class="n"&gt;optional&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;documentation&lt;/span&gt; &lt;span class="n"&gt;building&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;with&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;docs&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Once the source has been checked out, libodfgen can be built in usual manner: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="n"&gt;libodfgen&lt;/span&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="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 libodfgen, 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.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>Mon, 31 Mar 2014 10:29:41 -0000</pubDate><guid>https://sourceforge.net203f452359363f964ad721c9be1ddca888efb938</guid></item></channel></rss>