moving files again
Oleg
committed Jun 03, 2011
commit 1f46001cc39b1f500b11a832369a71af80c5a49f
Showing 5
changed files with
57 additions
and 1 deletions
.gitignore
+0
-1
| @@ | @@ -8,6 +8,5 @@ db/development_structure.sql |
| pkg | |
| rdoc | |
| /tmp | |
| - | public/* |
| Gemfile.lock | |
| .rvmrc | |
public/422.html
+26
-0
| @@ | @@ -0,0 +1,26 @@ |
| + | <!DOCTYPE html> |
| + | <html> |
| + | <head> |
| + | <title>The change you wanted was rejected (422)</title> |
| + | <style type="text/css"> |
| + | body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } |
| + | div.dialog { |
| + | width: 25em; |
| + | padding: 0 4em; |
| + | margin: 4em auto 0 auto; |
| + | border: 1px solid #ccc; |
| + | border-right-color: #999; |
| + | border-bottom-color: #999; |
| + | } |
| + | h1 { font-size: 100%; color: #f00; line-height: 1.5em; } |
| + | </style> |
| + | </head> |
| + | |
| + | <body> |
| + | <!-- This file lives in public/422.html --> |
| + | <div class="dialog"> |
| + | <h1>The change you wanted was rejected.</h1> |
| + | <p>Maybe you tried to change something you didn't have access to.</p> |
| + | </div> |
| + | </body> |
| + | </html> |
public/500.html
+26
-0
| @@ | @@ -0,0 +1,26 @@ |
| + | <!DOCTYPE html> |
| + | <html> |
| + | <head> |
| + | <title>We're sorry, but something went wrong (500)</title> |
| + | <style type="text/css"> |
| + | body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } |
| + | div.dialog { |
| + | width: 25em; |
| + | padding: 0 4em; |
| + | margin: 4em auto 0 auto; |
| + | border: 1px solid #ccc; |
| + | border-right-color: #999; |
| + | border-bottom-color: #999; |
| + | } |
| + | h1 { font-size: 100%; color: #f00; line-height: 1.5em; } |
| + | </style> |
| + | </head> |
| + | |
| + | <body> |
| + | <!-- This file lives in public/500.html --> |
| + | <div class="dialog"> |
| + | <h1>We're sorry, but something went wrong.</h1> |
| + | <p>We've been notified about this issue and we'll take a look at it shortly.</p> |
| + | </div> |
| + | </body> |
| + | </html> |
public/favicon.ico
+0
-0
public/robots.txt
+5
-0
| @@ | @@ -0,0 +1,5 @@ |
| + | # See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file |
| + | # |
| + | # To ban all spiders from the entire site uncomment the next two lines: |
| + | # User-Agent: * |
| + | # Disallow: / |