forked from creativecommons/creativecommons.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
34 lines (34 loc) · 1.23 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
[submodule "WordPress"]
path = WordPress
url = https://github.com/WordPress/WordPress.git
[submodule "wordpress"]
path = docroot/wordpress
url = https://github.com/WordPress/WordPress.git
[submodule "legalcode"]
path = docroot/legalcode
url = https://github.com/creativecommons/legalcode.git
[submodule "license.rdf"]
path = docroot/license.rdf
url = https://github.com/creativecommons/license.rdf.git
[submodule "includes/i18n"]
path = docroot/includes/i18n
url = https://github.com/creativecommons/svn-i18n
[submodule "wp-content/themes/creativecommons.org"]
path = docroot/wp-content/themes/creativecommons.org
url = https://github.com/creativecommons/theme-creativecommons.org.git
[submodule "python_env/src/i18n"]
path = python_env/src/i18n
url = https://github.com/creativecommons/i18n
branch = master
[submodule "python_env/src/license.rdf"]
path = python_env/src/license.rdf
url = https://github.com/creativecommons/license.rdf
branch = master
[submodule "python_env/src/cc.license"]
path = python_env/src/cc.license
url = https://github.com/creativecommons/cc.license
branch = master
[submodule "python_env/src/cc.engine"]
path = python_env/src/cc.engine
url = https://github.com/creativecommons/cc.engine
branch = master