-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
36 lines (36 loc) · 1.43 KB
/
.gitmodules
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
[submodule "assets/html2opendocument"]
path = assets/html2opendocument
url = https://github.com/CatoTH/html2opendocument.git
[submodule "assets/htmlpurifier"]
path = assets/htmlpurifier
url = https://github.com/ezyang/htmlpurifier.git
[submodule "assets/parsedown"]
path = assets/parsedown
url = https://github.com/erusev/parsedown.git
[submodule "assets/parsedown-extra"]
path = assets/parsedown-extra
url = https://github.com/erusev/parsedown-extra.git
[submodule "assets/spyc"]
path = assets/spyc
url = https://github.com/mustangostang/spyc.git
[submodule "libreto/vendor/spyc"]
path = libreto/vendor/spyc
url = https://github.com/mustangostang/spyc.git
[submodule "libreto/vendor/PHP-CSS-Parser"]
path = libreto/vendor/PHP-CSS-Parser
url = https://github.com/sabberworm/PHP-CSS-Parser.git
[submodule "libreto/vendor/parsedown"]
path = libreto/vendor/parsedown
url = https://github.com/erusev/parsedown.git
[submodule "libreto/vendor/parsedown-extra"]
path = libreto/vendor/parsedown-extra
url = https://github.com/erusev/parsedown-extra.git
[submodule "libreto/vendor/htmlpurifier"]
path = libreto/vendor/htmlpurifier
url = https://github.com/ezyang/htmlpurifier.git
[submodule "libreto/vendor/html2opendocument"]
path = libreto/vendor/html2opendocument
url = https://github.com/CatoTH/html2opendocument.git
[submodule "libreto/vendor/Markdownify"]
path = libreto/vendor/Markdownify
url = https://github.com/Elephant418/Markdownify.git