<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/help, branch v1.12.0</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>Fix gtk-doc build</title>
<updated>2015-08-05T07:55:56+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-08-05T07:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=d3280a6e90640adab91d94577ae96e3d8cbee29f'/>
<id>d3280a6e90640adab91d94577ae96e3d8cbee29f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>help: fix legal page</title>
<updated>2015-07-10T11:45:26+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-07-10T11:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=979ead1a66371a8f7005afebb6ef7618337e58e7'/>
<id>979ead1a66371a8f7005afebb6ef7618337e58e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>help: fix merge conflict in slovenian translation</title>
<updated>2015-07-09T09:24:44+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-07-09T09:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=22a3fc12065d0be034d19dfb0c8707695f514914'/>
<id>22a3fc12065d0be034d19dfb0c8707695f514914</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>help: fix broken link to feedback page</title>
<updated>2015-07-09T08:56:06+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-07-09T08:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=5256b11c8a7163070bceef8e7553241580526dd5'/>
<id>5256b11c8a7163070bceef8e7553241580526dd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>help: fix boken NL atril_start_window.png image</title>
<updated>2015-07-02T21:37:34+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-07-02T21:37:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=2987cfb3f31eab560bbc95459836d1e07fe37616'/>
<id>2987cfb3f31eab560bbc95459836d1e07fe37616</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Makefile to include webkit outside epub</title>
<updated>2014-08-12T15:43:36+00:00</updated>
<author>
<name>rootavish</name>
<email>avishkar_gupta@outlook.com</email>
</author>
<published>2014-08-12T15:25:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=89bf352b3d2725b11328e7641cef5c3cc2a8ea39'/>
<id>89bf352b3d2725b11328e7641cef5c3cc2a8ea39</id>
<content type='text'>
I noticed I had forgotten to move the webkit check outside the epub plugin, did so now, accordingly modified the module names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I noticed I had forgotten to move the webkit check outside the epub plugin, did so now, accordingly modified the module names.
</pre>
</div>
</content>
</entry>
<entry>
<title>More changes to accomodate webview</title>
<updated>2014-07-01T14:59:05+00:00</updated>
<author>
<name>rootavish</name>
<email>avishkar_gupta@outlook.com</email>
</author>
<published>2014-07-01T14:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e10bf9631652b8533b18a14285db89bd14b4c42e'/>
<id>e10bf9631652b8533b18a14285db89bd14b4c42e</id>
<content type='text'>
- Modified configure.ac to use both webkit2 and webkit1 based on gtk version
- Modified Automake file in help/reference/shell/Makefile.am to compile with gtk-doc
- Modified ev-document-model to support epub-documents.
- Modified ev-window for epub documents.
- Modified jobs so epub pages are not rendered.
- Modified ev-document, although I'm not sure if this is necessary.

Still need to figure out where the web view load uri has to be called to actually load pages, from there the puzzle would be much simpler. Hope to get this done in the week, and pick up the pace now that only six weeks of coding remain before final evaluation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Modified configure.ac to use both webkit2 and webkit1 based on gtk version
- Modified Automake file in help/reference/shell/Makefile.am to compile with gtk-doc
- Modified ev-document-model to support epub-documents.
- Modified ev-window for epub documents.
- Modified jobs so epub pages are not rendered.
- Modified ev-document, although I'm not sure if this is necessary.

Still need to figure out where the web view load uri has to be called to actually load pages, from there the puzzle would be much simpler. Hope to get this done in the week, and pick up the pace now that only six weeks of coding remain before final evaluation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use yelp-tools instead of mate-doc-utils</title>
<updated>2013-08-02T18:35:48+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2013-08-02T18:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=ad1296ba4298f970ecfad5a7286d4ca7ab4031af'/>
<id>ad1296ba4298f970ecfad5a7286d4ca7ab4031af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for make dist</title>
<updated>2013-05-09T12:19:40+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-05-09T12:19:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=20825b08acb0fffd365b8f2318f57343d5140fde'/>
<id>20825b08acb0fffd365b8f2318f57343d5140fde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation build</title>
<updated>2013-04-01T11:38:45+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-04-01T11:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=818c7bfe6a4a177a42bc29ae1f96dd19330b379c'/>
<id>818c7bfe6a4a177a42bc29ae1f96dd19330b379c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
