Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MANIFEST - github.com/lexborisov/perl-html-myhtml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ee07437971db9297c625f54426c990b0b321244 (plain)
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
Changes			History of this package
README			The Instructions
README.md		The Instructions
MANIFEST		This file
Makefile.PL		Will create 'Makefile' to build this extention
MyHTML.pm	    Bootstrap & documentation
MyHTML.xs	    XS binding
t/000_create.t  Base test file
typemap			

examples/detect_encoding.pl

xs/tree.xs
xs/tree_attr.xs
xs/tree_node.xs

source/myhtml/api.h
source/myhtml/api_encoding.h
source/myhtml/charef.c
source/myhtml/charef.h
source/myhtml/def.h
source/myhtml/encoding.c
source/myhtml/encoding.h
source/myhtml/encoding_detect.c
source/myhtml/myhtml.c
source/myhtml/myhtml.h
source/myhtml/myosi.c
source/myhtml/myosi.h
source/myhtml/mystring.c
source/myhtml/mystring.h
source/myhtml/parser.c
source/myhtml/parser.h
source/myhtml/perf.c
source/myhtml/rules.c
source/myhtml/rules.h
source/myhtml/tag.c
source/myhtml/tag.h
source/myhtml/tag_const.h
source/myhtml/tag_init.c
source/myhtml/thread.c
source/myhtml/thread.h
source/myhtml/token.c
source/myhtml/token.h
source/myhtml/tokenizer.c
source/myhtml/tokenizer.h
source/myhtml/tokenizer_doctype.c
source/myhtml/tokenizer_doctype.h
source/myhtml/tokenizer_end.c
source/myhtml/tokenizer_end.h
source/myhtml/tokenizer_script.c
source/myhtml/tokenizer_script.h
source/myhtml/tree.c
source/myhtml/tree.h
source/myhtml/utils/mchar_async.c
source/myhtml/utils/mchar_async.h
source/myhtml/utils/mcobject_async.c
source/myhtml/utils/mcobject_async.h
source/myhtml/utils/mcsync.c
source/myhtml/utils/mcsync.h
source/myhtml/utils/mctree.c
source/myhtml/utils/mctree.h
source/myhtml/utils.c
source/myhtml/utils.h