-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwikipedia4epub.cabal
56 lines (51 loc) · 1.58 KB
/
wikipedia4epub.cabal
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
Name: wikipedia4epub
Version: 0.0.12
License: BSD3
License-File: LICENSE
Homepage: http://rampa.sk/static/wikipedia4epub.html
Synopsis: Wikipedia EPUB E-Book construction from Firefox history.
Author: Radoslav Dorcik <[email protected]>
Maintainer: [email protected]
Description:
.
Wikipedia EPUB E-Book construction from Firefox History.
It dumps history and select only wikipedia articles, fetch
them and strip thier content before put into EPUB book
for E-Book readers.
.
Category: Text
Stability: experimental
Build-Type: Simple
Cabal-Version: >= 1.6
Source-Repository head
type: darcs
location: http://darcsden.com/dixie/wikipedia4epub
Library
Build-Depends: base < 5,
filepath,
bytestring,
url,
directory,
epub,
regex-posix,
network,
regex-base,
tagsoup >= 0.8,
HTTP,
zip-archive,
zlib,
xml
Hs-Source-Dirs: src
Extensions: CPP, PatternGuards
Ghc-Options: -Wall -fno-warn-orphans
Exposed-modules:
Wiki4e.Commands
Wiki4e.Commands.Common
Wiki4e.Commands.Articles
Wiki4e.Commands.Images
Wiki4e.Commands.Fetching
Wiki4e.Commands.EPUB
Network.Wikipedia
Executable wiki4e-mkepub-subtree
Hs-Source-Dirs: src
Main-Is: wiki4e-mkepub-subtree.hs