Skip to content

Commit

Permalink
delete design folder, move everything in rails/ to repo root
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Somerville committed Jun 18, 2012
1 parent 64a64d2 commit 2bdc5ad
Show file tree
Hide file tree
Showing 174 changed files with 39 additions and 1,011 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions config/app_config.yml
@@ -0,0 +1,19 @@
development:
site_name: Voze
mail:
from: voze@voze.org
smtp:
# ...
default_url_options:
host: 127.0.0.1
secret_token: 19d557e11414905954e6e8708a0f375f9a0b4458afec11d502e3127ddf80be9c
required_ratio:
# new users get 5GB free download:
free_download: 5
# the required ratio stops increasing after 400GB downloaded:
capped_at: 400
# the maximum required ratio is 1
max: 1

test:
# ...
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 20 additions & 0 deletions config/database.yml
@@ -0,0 +1,20 @@
development:
adapter: mysql2
database: voze_dev
host: 127.0.0.1
user: root

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
adapter: mysql2
database: voze_test
host: 127.0.0.1
user: root

production:
adapter: mysql2
database: voze_prod
host: 127.0.0.1
user: root
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions design/Makefile

This file was deleted.

Empty file removed design/README.md
Empty file.
92 changes: 0 additions & 92 deletions design/public/dashboard.html

This file was deleted.

27 changes: 0 additions & 27 deletions design/public/login.html

This file was deleted.

Binary file removed design/public/res/img/homepage_logo.png
Binary file not shown.
Binary file removed design/public/res/img/logo_small.png
Binary file not shown.
Binary file removed design/public/res/img/seb.jpg
Binary file not shown.
4 changes: 0 additions & 4 deletions design/public/res/js/lib/jquery-1.7.2.min.js

This file was deleted.

0 comments on commit 2bdc5ad

Please sign in to comment.