forked from lab2023/hierapolis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
coskuntekin
committed
Jun 13, 2013
0 parents
commit 1c220c1
Showing
25 changed files
with
815 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
*.gem | ||
*.rbc | ||
.bundle | ||
.config | ||
coverage | ||
InstalledFiles | ||
lib/bundler/man | ||
pkg | ||
rdoc | ||
spec/reports | ||
test/tmp | ||
test/version_tmp | ||
tmp | ||
|
||
# IDE | ||
.idea | ||
|
||
# YARD artifacts | ||
.yardoc | ||
_yardoc | ||
doc/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# If you have OpenSSL installed, we recommend updating | ||
# the following line to use "https" | ||
source 'http://rubygems.org' | ||
|
||
gem 'middleman', '~>3.0.14' | ||
gem 'middleman-livereload', '~> 3.0.1' | ||
gem 'bootstrap-sass' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
GEM | ||
remote: http://rubygems.org/ | ||
specs: | ||
activesupport (3.2.13) | ||
i18n (= 0.6.1) | ||
multi_json (~> 1.0) | ||
bootstrap-sass (2.3.2.0) | ||
sass (~> 3.2) | ||
chunky_png (1.2.8) | ||
coffee-script (2.2.0) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.3.3) | ||
compass (0.12.2) | ||
chunky_png (~> 1.2) | ||
fssm (>= 0.2.7) | ||
sass (~> 3.1) | ||
em-websocket (0.5.0) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0.5.3) | ||
eventmachine (1.0.3) | ||
execjs (1.4.0) | ||
multi_json (~> 1.0) | ||
fssm (0.2.10) | ||
haml (4.0.3) | ||
tilt | ||
hike (1.2.3) | ||
http_parser.rb (0.5.3) | ||
http_router (0.10.2) | ||
rack (>= 1.0.0) | ||
url_mount (~> 0.2.1) | ||
i18n (0.6.1) | ||
listen (0.7.3) | ||
maruku (0.6.1) | ||
syntax (>= 1.0.0) | ||
middleman (3.0.14) | ||
middleman-core (= 3.0.14) | ||
middleman-more (= 3.0.14) | ||
middleman-sprockets (~> 3.1.0) | ||
middleman-core (3.0.14) | ||
activesupport (~> 3.2.6) | ||
bundler (~> 1.1) | ||
listen (~> 0.7.3) | ||
rack (~> 1.4.1) | ||
rack-test (~> 0.6.1) | ||
rb-fsevent (~> 0.9.3) | ||
thor (~> 0.15.4) | ||
tilt (~> 1.3.6) | ||
middleman-livereload (3.0.1) | ||
em-websocket (>= 0.2.0) | ||
middleman-core (~> 3.0.2) | ||
multi_json (~> 1.0) | ||
rack-livereload | ||
middleman-more (3.0.14) | ||
coffee-script (~> 2.2.0) | ||
coffee-script-source (~> 1.3.3) | ||
compass (>= 0.12.2) | ||
execjs (~> 1.4.0) | ||
haml (>= 3.1.6) | ||
i18n (~> 0.6.0, < 0.6.2) | ||
maruku (~> 0.6.0) | ||
middleman-core (= 3.0.14) | ||
padrino-helpers (= 0.10.7) | ||
sass (>= 3.1.20) | ||
uglifier (~> 1.2.6) | ||
middleman-sprockets (3.1.1) | ||
middleman-core (>= 3.0.14) | ||
padrino-helpers (= 0.10.7) | ||
sprockets (~> 2.1) | ||
sprockets-helpers (~> 1.0.0) | ||
sprockets-sass (~> 1.0.0) | ||
multi_json (1.7.6) | ||
padrino-core (0.10.7) | ||
activesupport (~> 3.2.0) | ||
http_router (~> 0.10.2) | ||
sinatra (~> 1.3.1) | ||
thor (~> 0.15.2) | ||
tilt (~> 1.3.0) | ||
padrino-helpers (0.10.7) | ||
i18n (~> 0.6) | ||
padrino-core (= 0.10.7) | ||
rack (1.4.5) | ||
rack-livereload (0.3.15) | ||
rack | ||
rack-protection (1.5.0) | ||
rack | ||
rack-test (0.6.2) | ||
rack (>= 1.0) | ||
rb-fsevent (0.9.3) | ||
sass (3.2.9) | ||
sinatra (1.3.6) | ||
rack (~> 1.4) | ||
rack-protection (~> 1.3) | ||
tilt (~> 1.3, >= 1.3.3) | ||
sprockets (2.10.0) | ||
hike (~> 1.2) | ||
multi_json (~> 1.0) | ||
rack (~> 1.0) | ||
tilt (~> 1.1, != 1.3.0) | ||
sprockets-helpers (1.0.1) | ||
sprockets (~> 2.0) | ||
sprockets-sass (1.0.1) | ||
sprockets (~> 2.0) | ||
tilt (~> 1.1) | ||
syntax (1.0.0) | ||
thor (0.15.4) | ||
tilt (1.3.7) | ||
uglifier (1.2.7) | ||
execjs (>= 0.3.0) | ||
multi_json (~> 1.3) | ||
url_mount (0.2.1) | ||
rack | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
bootstrap-sass | ||
middleman (~> 3.0.14) | ||
middleman-livereload (~> 3.0.1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Hierapolis | ||
|
||
This is yet an other private admin template which base on Twitter Bootstrap with Sass. | ||
|
||
**Hierapolis** Hierapolis (Greek: Ἱεράπολις 'sacred city') was an ancient Greco-Roman city in Phrygia located on hot springs in southwest Anatolia. Its ruins are adjacent to modern Pamukkale, Turkey. | ||
|
||
## Requirements | ||
|
||
TODO | ||
|
||
## Usage | ||
|
||
TODO | ||
|
||
## What Hierapolis included? | ||
|
||
* [Bootstrap](http://twitter.github.com/bootstrap/) | ||
|
||
## Bugs and Feedback | ||
|
||
If you discover any bugs or want to drop a line, feel free to create an issue on GitHub. | ||
|
||
http://github.com/lab2023/hierapolis/issues | ||
|
||
## Contributing | ||
|
||
Once you've made your great commits: | ||
|
||
1. Fork Template | ||
2. Create a topic branch - `git checkout -b my_branch` | ||
3. Push to your branch - `git push origin my_branch` | ||
4. Create a Pull Request from your branch | ||
5. That's it! | ||
|
||
## Credits | ||
|
||
Hierapolis is maintained and funded by [lab2023 - internet technologies](http://lab2023.com/) | ||
|
||
Thank you to all the [contributors!](https://github.com/lab2023/hierapolis/graphs/contributors) | ||
|
||
The names and logos for lab2023 are trademarks of lab2023, inc. | ||
|
||
## License | ||
|
||
Copyright 2012 lab2023 – internet technologies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
### | ||
# Compass | ||
### | ||
|
||
# Bootstrap | ||
# First: | ||
# gem install sass-rails | ||
# gem install bootstrap-sass | ||
require 'bootstrap-sass' | ||
|
||
# Susy grids in Compass | ||
# First: gem install compass-susy-plugin | ||
# require 'susy' | ||
|
||
# Change Compass configuration | ||
compass_config do |config| | ||
config.output_style = :nested | ||
config.http_path = '/' | ||
config.images_dir = 'assets/images' | ||
config.javascripts_dir = 'assets/javascripts' | ||
end | ||
|
||
### | ||
# Page options, layouts, aliases and proxies | ||
### | ||
|
||
# Per-page layout changes: | ||
# | ||
# With no layout | ||
# page "/path/to/file.html", :layout => false | ||
# | ||
# With alternative layout | ||
# page "/path/to/file.html", :layout => :otherlayout | ||
# | ||
# A path which all have the same layout | ||
# with_layout :admin do | ||
# page "/admin/*" | ||
# end | ||
|
||
# Proxy (fake) files | ||
# page "/this-page-has-no-template.html", :proxy => "/template-file.html" do | ||
# @which_fake_page = "Rendering a fake page with a variable" | ||
# end | ||
|
||
### | ||
# Helpers | ||
### | ||
|
||
# Automatic image dimensions on image_tag helper | ||
activate :automatic_image_sizes | ||
|
||
# Live Reload | ||
activate :livereload | ||
|
||
# Methods defined in the helpers block are available in templates | ||
# helpers do | ||
# def some_helper | ||
# "Helping" | ||
# end | ||
# end | ||
|
||
set :css_dir, 'assets/stylesheets' | ||
set :js_dir, 'assets/javascripts' | ||
set :images_dir, 'assets/images' | ||
|
||
activate :directory_indexes | ||
|
||
# Build-specific configuration | ||
configure :build do | ||
# For example, change the Compass output style for deployment | ||
activate :minify_css | ||
|
||
# Minify Javascript on build | ||
activate :minify_javascript | ||
|
||
# Enable cache buster | ||
activate :cache_buster | ||
|
||
# Use relative URLs | ||
activate :relative_assets | ||
|
||
# Compress PNGs after build | ||
# First: gem install middleman-smusher | ||
# require "middleman-smusher" | ||
# activate :smusher | ||
|
||
# Or use a different image path | ||
#set :http_path, "/img/" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
require 'rubygems' | ||
require 'middleman/rack' | ||
|
||
run Middleman.server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Page Not Found :(</title> | ||
<style> | ||
body { text-align: center;} | ||
h1 { font-size: 50px; text-align: center } | ||
span[frown] { transform: rotate(90deg); display:inline-block; color: #bbb; } | ||
body { font: 20px Constantia, 'Hoefler Text', "Adobe Caslon Pro", Baskerville, Georgia, Times, serif; color: #999; text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.5); } | ||
::-moz-selection{ background:#FF5E99; color:#fff; } | ||
::selection { background:#FF5E99; color:#fff; } | ||
article {display:block; text-align: left; width: 500px; margin: 0 auto; } | ||
|
||
a { color: rgb(36, 109, 56); text-decoration:none; } | ||
a:hover { color: rgb(96, 73, 141) ; text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5); } | ||
</style> | ||
</head> | ||
<body> | ||
<article> | ||
<h1>Not found <span frown>:(</span></h1> | ||
<div> | ||
<p>Sorry, but the page you were trying to view does not exist.</p> | ||
<p>It looks like this was the result of either:</p> | ||
<ul> | ||
<li>a mistyped address</li> | ||
<li>an out-of-date link</li> | ||
</ul> | ||
</div> | ||
|
||
<script> | ||
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2), | ||
GOOG_FIXURL_SITE = location.host; | ||
</script> | ||
<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script> | ||
</article> | ||
</body> | ||
</html> |
Oops, something went wrong.