forked from debiki/talkyard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
60 lines (60 loc) · 2.84 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Use absolute 'path = http://github/debiki/repo' for everything. Not relative
# 'path = ../something' paths, because such paths break, if one clones the main
# Talkyard repo only (but doesn't clone all Talkyard submodules locally too).
#
[submodule "images/web/ty-media"]
path = images/web/ty-media
url = https://github.com/debiki/talkyard-media.git
[submodule "modules/ty-cla"]
path = modules/ty-cla
url = https://github.com/debiki/ty-cla.git
[submodule "modules/google-diff-match-patch"]
path = modules/google-diff-match-patch
url = https://github.com/google/diff-match-patch.git
[submodule "modules/ed-prod-one-test"]
path = modules/ed-prod-one-test
url = https://github.com/debiki/talkyard-prod-one.git
[submodule "modules/ed-versions"]
path = modules/ed-versions
url = https://github.com/debiki/talkyard-versions.git
[submodule "images/web/modules/lua-nginx-module"]
path = images/web/modules/lua-nginx-module
url = https://github.com/openresty/lua-nginx-module.git
[submodule "images/web/modules/luajit"]
path = images/web/modules/luajit
# This LuaJIT GitHub repo is a mirror of: http://luajit.org/git/luajit-2.0.git
# We use the mirror instead of the main repo, because someone had problems accessing the
# main repo (corporate or country firewall?) but the GitHub mirror worked fine.
# I (KajMagnus) asked about the mirror here:
# https://www.freelists.org/post/luajit/Sequrity-question-Is-httpsgithubcomLuaJIT-maintained-by-Mike-Pall
url = https://github.com/LuaJIT/LuaJIT.git
[submodule "images/web/modules/ngx_devel_kit"]
path = images/web/modules/ngx_devel_kit
url = https://github.com/simpl/ngx_devel_kit.git
[submodule "images/web/lua-packages/lua-resty-redis"]
path = images/web/lua-packages/lua-resty-redis
url = https://github.com/openresty/lua-resty-redis.git
[submodule "images/web/lua-packages/lua-resty-lrucache"]
path = images/web/lua-packages/lua-resty-lrucache
url = https://github.com/openresty/lua-resty-lrucache.git
[submodule "modules/sanitize-html"]
path = modules/sanitize-html
url = https://github.com/debiki/sanitize-html.git
[submodule "modules/gatsby-plugin-ed-comments"]
path = modules/gatsby-plugin-ed-comments
url = https://github.com/debiki/gatsby-plugin-ed-comments.git
[submodule "modules/gatsby-starter-blog"]
path = modules/gatsby-starter-blog
url = https://github.com/debiki/gatsby-starter-blog.git
[submodule "modules/gatsby-starter-blog-ed-comments-0.4.4"]
path = modules/gatsby-starter-blog-ed-comments-0.4.4
url = https://github.com/debiki/gatsby-starter-blog.git
[submodule "images/fakemail/mailslurper"]
path = images/fakemail/mailslurper
url = https://github.com/mailslurper/mailslurper.git
[submodule "modules/talkyard-prod-swarm"]
path = modules/talkyard-prod-swarm
url = https://github.com/debiki/talkyard-prod-swarm.git
[submodule "vendors/jars"]
path = vendors/jars
url = https://github.com/kajmagnus/ty-vendors.git