Commit 15460c93a0db195e2b4003d304456d76493469d7
- ISSUES.md 11 -----------
- crossdomain.xml 15 ---------------
- humans.txt 2 -+
- mouchak/classes/__init__.py 0
- mouchak/static/crossdomain.xml 15 +++++++++++++++
- mouchak/static/robots.txt 3 +++
- robots.txt 3 ---
- Diff rendering mode:
- inline
- side by side
ISSUES.md
1 | ||
---|---|---|
2 | ||
3 | ||
4 | ||
5 | ||
6 | ||
7 | ||
8 | ||
9 | ||
10 | ||
11 |
crossdomain.xml
1 | ||
---|---|---|
2 | ||
3 | ||
4 | ||
5 | ||
6 | ||
7 | ||
8 | ||
9 | ||
10 | ||
11 | ||
12 | ||
13 | ||
14 | ||
15 |
humans.txt
12 | jQuery, Modernizr | 12 | jQuery, Modernizr |
---|---|---|---|
13 | Underscore.js, Backbone.js | 13 | Underscore.js, Backbone.js |
14 | Bootstrap | 14 | Bootstrap |
15 | 15 | ||
16 | Python, Flask, PyMongo | 16 | Python, Flask, PyMongo |
17 | 17 | ||
18 | MongoDB | 18 | MongoDB |
mouchak/static/crossdomain.xml
1 | <?xml version="1.0"?> | ||
---|---|---|---|
2 | <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd"> | ||
3 | <cross-domain-policy> | ||
4 | <!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html --> | ||
5 | |||
6 | <!-- Most restrictive policy: --> | ||
7 | <site-control permitted-cross-domain-policies="none"/> | ||
8 | |||
9 | <!-- Least restrictive policy: --> | ||
10 | <!-- | ||
11 | <site-control permitted-cross-domain-policies="all"/> | ||
12 | <allow-access-from domain="*" to-ports="*" secure="false"/> | ||
13 | <allow-http-request-headers-from domain="*" headers="*" secure="false"/> | ||
14 | --> | ||
15 | </cross-domain-policy> |
mouchak/static/robots.txt
1 | # robotstxt.org/ | ||
---|---|---|---|
2 | |||
3 | User-agent: * |
robots.txt
1 | ||
---|---|---|
2 | ||
3 |