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

github.com/lexborisov/perl-html-myhtml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlex <lexinhell@gmail.com>2016-02-28 20:06:04 +0300
committerlex <lexinhell@gmail.com>2016-02-28 20:06:04 +0300
commit62a42a38a6c3b8e6d58dfee4c602118ba64290e6 (patch)
tree2ece412d2f258ce188a4e3906fe7eaaac5374c4c /MANIFEST
First commit
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST66
1 files changed, 66 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
new file mode 100644
index 0000000..2e86e50
--- /dev/null
+++ b/MANIFEST
@@ -0,0 +1,66 @@
+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/Makefile
+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/Makefile
+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
+