summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2010-02-21 15:42:51 +0000
committeretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2010-02-21 15:42:51 +0000
commitf7fd3f884d4b1571efa122ddab2c7d4d0b925518 (patch)
tree232b18d00a5ad11eb3b323cb4d81afb574e92e2b
parent9e253135138cf65e766959c094ad1182902bd363 (diff)
downloadChimère-f7fd3f884d4b1571efa122ddab2c7d4d0b925518.tar.bz2
Chimère-f7fd3f884d4b1571efa122ddab2c7d4d0b925518.zip
Reorganize the project folder #76
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@59 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
-rw-r--r--INSTALL1
-rw-r--r--chimere/__init__.py (renamed from __init__.py)0
-rw-r--r--chimere/initial_data.json (renamed from initial_data.json)0
-rw-r--r--chimere/locale/fr/LC_MESSAGES/django.po (renamed from locale/fr/LC_MESSAGES/django.po)0
-rw-r--r--chimere/locale/fr/LC_MESSAGES/djangojs.po (renamed from locale/fr/LC_MESSAGES/djangojs.po)0
-rw-r--r--chimere/main/__init__.py (renamed from main/__init__.py)0
-rw-r--r--chimere/main/actions.py (renamed from main/actions.py)0
-rw-r--r--chimere/main/admin.py (renamed from main/admin.py)0
-rw-r--r--chimere/main/forms.py (renamed from main/forms.py)0
-rw-r--r--chimere/main/models.py (renamed from main/models.py)0
-rw-r--r--chimere/main/views.py (renamed from main/views.py)0
-rw-r--r--chimere/main/widgets.py (renamed from main/widgets.py)0
-rwxr-xr-xchimere/manage.py (renamed from manage.py)0
-rw-r--r--chimere/settings.py (renamed from settings.py)0
-rw-r--r--chimere/static/base.js (renamed from static/base.js)0
-rw-r--r--chimere/static/edit_area.js (renamed from static/edit_area.js)0
-rw-r--r--chimere/static/edit_map.js (renamed from static/edit_map.js)0
-rw-r--r--chimere/static/edit_route_map.js (renamed from static/edit_route_map.js)0
-rw-r--r--chimere/static/forms.css (renamed from static/forms.css)0
-rw-r--r--chimere/static/icons/minus.png (renamed from static/icons/minus.png)bin259 -> 259 bytes
-rw-r--r--chimere/static/icons/plus.png (renamed from static/icons/plus.png)bin275 -> 275 bytes
-rw-r--r--chimere/static/icons/zoom.png (renamed from static/icons/zoom.png)bin655 -> 655 bytes
-rw-r--r--chimere/static/main_map.js (renamed from static/main_map.js)0
-rw-r--r--chimere/static/styles.css (renamed from static/styles.css)0
-rw-r--r--chimere/static/textareas.js (renamed from static/textareas.js)0
-rw-r--r--chimere/templates/base.html (renamed from templates/base.html)0
-rw-r--r--chimere/templates/base_user.html (renamed from templates/base_user.html)0
-rw-r--r--chimere/templates/category_detail.html (renamed from templates/category_detail.html)0
-rw-r--r--chimere/templates/contactus.html (renamed from templates/contactus.html)0
-rw-r--r--chimere/templates/detail.html (renamed from templates/detail.html)0
-rw-r--r--chimere/templates/edit.html (renamed from templates/edit.html)0
-rw-r--r--chimere/templates/edit_route.html (renamed from templates/edit_route.html)0
-rw-r--r--chimere/templates/main_map.html (renamed from templates/main_map.html)0
-rw-r--r--chimere/templates/submited.html (renamed from templates/submited.html)0
-rw-r--r--chimere/templates/welcome.html (renamed from templates/welcome.html)0
-rw-r--r--chimere/urls.py (renamed from urls.py)0
36 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..60b8ea6
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1 @@
+http://redmine.peacefrogs.net/wiki/chimere/Installation
diff --git a/__init__.py b/chimere/__init__.py
index e69de29..e69de29 100644
--- a/__init__.py
+++ b/chimere/__init__.py
diff --git a/initial_data.json b/chimere/initial_data.json
index b88b17b..b88b17b 100644
--- a/initial_data.json
+++ b/chimere/initial_data.json
diff --git a/locale/fr/LC_MESSAGES/django.po b/chimere/locale/fr/LC_MESSAGES/django.po
index a37d636..a37d636 100644
--- a/locale/fr/LC_MESSAGES/django.po
+++ b/chimere/locale/fr/LC_MESSAGES/django.po
diff --git a/locale/fr/LC_MESSAGES/djangojs.po b/chimere/locale/fr/LC_MESSAGES/djangojs.po
index 84823e0..84823e0 100644
--- a/locale/fr/LC_MESSAGES/djangojs.po
+++ b/chimere/locale/fr/LC_MESSAGES/djangojs.po
diff --git a/main/__init__.py b/chimere/main/__init__.py
index e69de29..e69de29 100644
--- a/main/__init__.py
+++ b/chimere/main/__init__.py
diff --git a/main/actions.py b/chimere/main/actions.py
index 74b622a..74b622a 100644
--- a/main/actions.py
+++ b/chimere/main/actions.py
diff --git a/main/admin.py b/chimere/main/admin.py
index 195e7c4..195e7c4 100644
--- a/main/admin.py
+++ b/chimere/main/admin.py
diff --git a/main/forms.py b/chimere/main/forms.py
index be18b2f..be18b2f 100644
--- a/main/forms.py
+++ b/chimere/main/forms.py
diff --git a/main/models.py b/chimere/main/models.py
index 14f3481..14f3481 100644
--- a/main/models.py
+++ b/chimere/main/models.py
diff --git a/main/views.py b/chimere/main/views.py
index 9de8f4b..9de8f4b 100644
--- a/main/views.py
+++ b/chimere/main/views.py
diff --git a/main/widgets.py b/chimere/main/widgets.py
index 6b5e544..6b5e544 100644
--- a/main/widgets.py
+++ b/chimere/main/widgets.py
diff --git a/manage.py b/chimere/manage.py
index bcdd55e..bcdd55e 100755
--- a/manage.py
+++ b/chimere/manage.py
diff --git a/settings.py b/chimere/settings.py
index 36c6858..36c6858 100644
--- a/settings.py
+++ b/chimere/settings.py
diff --git a/static/base.js b/chimere/static/base.js
index cabdf2a..cabdf2a 100644
--- a/static/base.js
+++ b/chimere/static/base.js
diff --git a/static/edit_area.js b/chimere/static/edit_area.js
index 4daccf3..4daccf3 100644
--- a/static/edit_area.js
+++ b/chimere/static/edit_area.js
diff --git a/static/edit_map.js b/chimere/static/edit_map.js
index 8f37f6b..8f37f6b 100644
--- a/static/edit_map.js
+++ b/chimere/static/edit_map.js
diff --git a/static/edit_route_map.js b/chimere/static/edit_route_map.js
index dcf7c84..dcf7c84 100644
--- a/static/edit_route_map.js
+++ b/chimere/static/edit_route_map.js
diff --git a/static/forms.css b/chimere/static/forms.css
index c8e4939..c8e4939 100644
--- a/static/forms.css
+++ b/chimere/static/forms.css
diff --git a/static/icons/minus.png b/chimere/static/icons/minus.png
index a95822f..a95822f 100644
--- a/static/icons/minus.png
+++ b/chimere/static/icons/minus.png
Binary files differ
diff --git a/static/icons/plus.png b/chimere/static/icons/plus.png
index 404a24a..404a24a 100644
--- a/static/icons/plus.png
+++ b/chimere/static/icons/plus.png
Binary files differ
diff --git a/static/icons/zoom.png b/chimere/static/icons/zoom.png
index 3a53680..3a53680 100644
--- a/static/icons/zoom.png
+++ b/chimere/static/icons/zoom.png
Binary files differ
diff --git a/static/main_map.js b/chimere/static/main_map.js
index 1849713..1849713 100644
--- a/static/main_map.js
+++ b/chimere/static/main_map.js
diff --git a/static/styles.css b/chimere/static/styles.css
index 5e7e2cd..5e7e2cd 100644
--- a/static/styles.css
+++ b/chimere/static/styles.css
diff --git a/static/textareas.js b/chimere/static/textareas.js
index fec83b8..fec83b8 100644
--- a/static/textareas.js
+++ b/chimere/static/textareas.js
diff --git a/templates/base.html b/chimere/templates/base.html
index d8127cc..d8127cc 100644
--- a/templates/base.html
+++ b/chimere/templates/base.html
diff --git a/templates/base_user.html b/chimere/templates/base_user.html
index 73f22a5..73f22a5 100644
--- a/templates/base_user.html
+++ b/chimere/templates/base_user.html
diff --git a/templates/category_detail.html b/chimere/templates/category_detail.html
index 0211989..0211989 100644
--- a/templates/category_detail.html
+++ b/chimere/templates/category_detail.html
diff --git a/templates/contactus.html b/chimere/templates/contactus.html
index 7464c72..7464c72 100644
--- a/templates/contactus.html
+++ b/chimere/templates/contactus.html
diff --git a/templates/detail.html b/chimere/templates/detail.html
index 351ab4e..351ab4e 100644
--- a/templates/detail.html
+++ b/chimere/templates/detail.html
diff --git a/templates/edit.html b/chimere/templates/edit.html
index 1378a63..1378a63 100644
--- a/templates/edit.html
+++ b/chimere/templates/edit.html
diff --git a/templates/edit_route.html b/chimere/templates/edit_route.html
index 421a600..421a600 100644
--- a/templates/edit_route.html
+++ b/chimere/templates/edit_route.html
diff --git a/templates/main_map.html b/chimere/templates/main_map.html
index dbd81ad..dbd81ad 100644
--- a/templates/main_map.html
+++ b/chimere/templates/main_map.html
diff --git a/templates/submited.html b/chimere/templates/submited.html
index 200717e..200717e 100644
--- a/templates/submited.html
+++ b/chimere/templates/submited.html
diff --git a/templates/welcome.html b/chimere/templates/welcome.html
index 463f880..463f880 100644
--- a/templates/welcome.html
+++ b/chimere/templates/welcome.html
diff --git a/urls.py b/chimere/urls.py
index 0cf6862..0cf6862 100644
--- a/urls.py
+++ b/chimere/urls.py