Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
Remove docs and point to ones on dartlang.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
munificent committed Feb 14, 2014
1 parent 2345ef3 commit e2ab489
Show file tree
Hide file tree
Showing 43 changed files with 31 additions and 8,966 deletions.
2 changes: 0 additions & 2 deletions .gitignore
@@ -1,5 +1,3 @@
*.pyc
.sass-cache/
.DS_Store

/app/views/doc/assets-and-transformers.graffle
3 changes: 0 additions & 3 deletions Gemfile
Expand Up @@ -2,7 +2,4 @@ source "https://rubygems.org"

gem "compass"
gem "compass_twitter_bootstrap", "~>2.0.3"
gem "jekyll"
gem "kramdown"
gem "foreman"
gem "pygments.rb"
42 changes: 0 additions & 42 deletions Gemfile.lock
Expand Up @@ -2,58 +2,19 @@ GEM
remote: https://rubygems.org/
specs:
chunky_png (1.2.9)
classifier (1.3.3)
fast-stemmer (>= 1.0.0)
colorator (0.1)
commander (4.1.5)
highline (~> 1.6.11)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
compass_twitter_bootstrap (2.0.3)
compass
dotenv (0.9.0)
fast-stemmer (1.0.2)
ffi (1.9.3)
foreman (0.63.0)
dotenv (>= 0.7)
thor (>= 0.13.6)
fssm (0.2.10)
highline (1.6.20)
jekyll (1.3.0)
classifier (~> 1.3)
colorator (~> 0.1)
commander (~> 4.1.3)
liquid (~> 2.5.2)
listen (~> 1.3)
maruku (~> 0.6.0)
pygments.rb (~> 0.5.0)
redcarpet (~> 2.3.0)
safe_yaml (~> 0.9.7)
kramdown (1.2.0)
liquid (2.5.4)
listen (1.3.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
maruku (0.6.1)
syntax (>= 1.0.0)
posix-spawn (0.3.6)
pygments.rb (0.5.4)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rb-fsevent (0.9.3)
rb-inotify (0.9.2)
ffi (>= 0.5.0)
rb-kqueue (0.2.0)
ffi (>= 0.5.0)
redcarpet (2.3.0)
safe_yaml (0.9.7)
sass (3.2.12)
syntax (1.0.0)
thor (0.18.1)
yajl-ruby (1.1.0)

PLATFORMS
ruby
Expand All @@ -62,6 +23,3 @@ DEPENDENCIES
compass
compass_twitter_bootstrap (~> 2.0.3)
foreman
jekyll
kramdown
pygments.rb
1 change: 0 additions & 1 deletion Procfile
@@ -1,2 +1 @@
jekyll: bundle exec jekyll build -w
compass: bundle exec compass watch css
27 changes: 10 additions & 17 deletions README.md
Expand Up @@ -40,7 +40,7 @@ it locally, perform the following steps:
./test.py

* To publish packages to your local test server, visit <http://localhost:8080/admin>
(sign in as administrator), go to the "Private Key" tab & enter any string
(sign in as administrator), go to the "Private Key" tab & enter any string
into the private key field.

<sup>1</sup> This might have been done already if you allowed the Google App
Expand All @@ -50,7 +50,7 @@ it locally, perform the following steps:
* Beautiful Soup & WebTest are only required for running tests.
* Some Linux distributions come with PyCrypto installed by default. Make sure
at least version 2.6 installed.
* If using Mac and `pip` is not available, install [brew](http://brew.sh) and
* If using Mac and `pip` is not available, install [brew](http://brew.sh) and
run `brew install python`.

### Deploying
Expand All @@ -62,16 +62,12 @@ See the docs on [branches and versions][].
### Modifying the CSS and Documentation

The CSS files are generated from the source [Sass][] files using [Compass][].
The HTML documentation files are generated from the source [Markdown][] using
[Jekyll][]. To get ready to make changes, you'll need [Ruby][] and [Python][].
Then:
To get ready to make changes, you'll need [Ruby][] and [Python][]. Then:

[ruby]: http://ruby-lang.org
[python]: http://python.org
[sass]: http://sass-lang.com
[compass]: http://compass-style.org
[markdown]: http://daringfireball.net/projects/markdown/
[jekyll]: http://jekyllrb.com/

1. Ensure you have bundler installed:

Expand All @@ -85,21 +81,18 @@ Then:

sudo pip install --upgrade pygments

Note that this is only needed on your development machine to iterate on the CSS
and documentation. The deployed server just uses the pre-compiled CSS and HTML
and only requires Python.
Note that this is only needed on your development machine to iterate on the CSS. The deployed server just uses the pre-compiled CSS and only requires Python.

Once you have everything installed, to modify the styles and documentation:
Once you have everything installed, to modify the styles:

1. Run [Foreman][] to automatically regenerate the CSS and HTML files when any
Sass or Markdown files change:
1. Run [Foreman][] to automatically regenerate the CSS files when any Sass
files change:

bundle exec foreman start

1. Edit the `.scss` files under `css/sass` and the `.markdown` files under
`doc`.
1. Edit the `.scss` files under `css/sass`.

[foreman]: http://ddollar.github.com/foreman/

When you make changes to SCSS or Markdown files, make sure to check in the
generated CSS or HTML files with them.
When you make changes to SCSS files, make sure to check in the generated CSS
files with them.
8 changes: 0 additions & 8 deletions _config.yml

This file was deleted.

0 comments on commit e2ab489

Please sign in to comment.