@@ -13,20 +13,43 @@ The development of Objavi was supported by Internews. It was
13
13
extended to produce EPUB documents with support from the Internet
14
14
Archive.
15
15
16
+ Currently Objavi is part of the Booktype project which is being developed
17
+ by the Sourcefabric organization (www.sourcefabric.org).
18
+
16
19
17
20
Installation
18
21
------------
19
22
20
23
See the INSTALL.txt file for installation instructions.
21
24
22
25
26
+ More Info
27
+ ---------
28
+
29
+ Objavi is part of the Booktype project, so they shared support and
30
+ development forums.
31
+
32
+ Wiki
33
+ https://wiki.sourcefabric.org/display/Booktype/Booktype
34
+
35
+ Support forum
36
+ http://forum.sourcefabric.org/categories/booktype-support
37
+
38
+ Development forum
39
+ http://forum.sourcefabric.org/categories/booktype-development
40
+
41
+ Bug tracker
42
+ http://dev.sourcefabric.org/browse/OB
43
+
44
+
45
+
23
46
The objavi process
24
47
------------------
25
48
26
- Objavi2 starts with a "booki-zip", as defined in the file
27
- "doc/booki-zip-standard.txt". This might be sourced from a Booki
28
- instance, or from Twiki via the booki-twiki-gateway script, or perhaps
29
- form an epub imported via Espri.
49
+ Objavi starts with a "booki-zip", as defined in the file
50
+ "doc/booki-zip-standard.txt". This might be sourced from a Booktype
51
+ instance, or from TWiki via the booki-twiki-gateway script, or perhaps
52
+ form an EPUB imported via Espri.
30
53
31
54
PDF Output
32
55
~~~~~~~~~~
@@ -64,4 +87,4 @@ instance controlled by pyuno.
64
87
EPUB output
65
88
~~~~~~~~~~~
66
89
The html in the booki-zip is manipulated into xhtml using lxml, and
67
- the structural information and metadata is converted into epub form.
90
+ the structural information and metadata is converted into EPUB form.
0 commit comments