zodttd / rubooks

ruBooks is a eBook and text viewer for the jailbroken iPhone and iPod Touch firmware 2.0 and greater.

This URL has Read+Write access

ME (author)
Wed Aug 27 18:00:23 -0700 2008
commit  9b006151c82fa627dfd6e56eb6e8af8f1595316c
tree    2bc9a543f24bdffc5131d033fbe6e62d0591dd5d
rubooks / repo.xml.tmpl
100644 73 lines (72 sloc) 1.991 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>info</key>
<dict>
<key>name</key>
<string>__REPOTAG__</string>
<key>description</key>
<string>colel.info</string>
<key>maintainer</key>
<string>Sergey Makarov</string>
<key>contact</key>
<string>sergemakarov@gmail.com</string>
<key>url</key>
<string>http://colel.info/rubooks</string>
<key>category</key>
<string>Productivity</string>
</dict>
<key>packages</key>
<array>
<dict>
<key>bundleIdentifier</key>
<string>info.colel.rubooks</string>
<key>name</key>
<string>ruBooks</string>
<key>version</key>
<string>__VERSION__</string>
<key>location</key>
<string>__PKG_URL__</string>
<key>size</key>
<string>__PKG_SIZE__</string>
<key>hash</key>
<string>__MD5__</string>
<key>description</key>
<string>Reader for FB2/HTML/TXT/PDF/DOC/XLS with Russian, English and draft German, Chinese and Japanese interface. Based on Books.app</string>
<key>url</key>
<string>http://colel.info/rubooks/moreinfo.html</string>
<key>author</key>
<string>Sergey Makarov</string>
<key>restartSpringBoard</key>
<true/>
<key>scripts</key>
<dict>
<key>install</key>
<array>
<array>
<string>RemovePath</string>
<string>/Applications/ruBooks.app</string>
</array>
<array>
<string>CopyPath</string>
<string>ruBooks.app</string>
<string>/Applications/ruBooks.app</string>
</array>
</array>
<key>uninstall</key>
<array>
<array>
<string>RemovePath</string>
<string>/Applications/ruBooks.app</string>
</array>
</array>
</dict>
<key>category</key>
<string>Productivity</string>
<key>date</key>
<string>__RELEASE_DATE__</string>
</dict>
</array>
</dict>
</plist>