Skip to content

Commit

Permalink
Updated site build instructions; added utf8 to pages-source
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Tilley committed Apr 23, 2010
1 parent 052acef commit e7157f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@
.project
.settings/*
gwt-wizard.jar
nightly.sh
pages-source/push.sh
pages-source/output/*
pages-source/tmp/*
Expand Down
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -107,7 +107,9 @@ The `build.xml` file supplies several Apache Ant build targets:
* [Ruby][3] installed
* [nanoc][4] installed (`gem install nanoc`)
* [RedCloth][5] installed (`gem install RedCloth`)
* [coderay][6] installed (`gem install coderay`)
* [CodeRay][6] installed (`gem install coderay`)
* [Nokogiri][7] installed (`gem install nokogiri`)
(rquired `libxml2-dev` and `libxslt1-dev` on my Ubuntu box)
* **Cleaning**: `ant clean-site`

### Cleaning All
Expand Down Expand Up @@ -136,4 +138,5 @@ GWT-Wizard is licensed under the MIT License. See the LICENSE file for details.
[3]: http://www.ruby-lang.org/en/ "Ruby"
[4]: http://nanoc.stoneship.org/ "nanoc"
[5]: http://redcloth.org/ "RedCloth"
[6]: http://coderay.rubychan.de/ "coderay"
[6]: http://coderay.rubychan.de/ "CodeRay"
[7]: http://nokogiri.org/ "Nokogiri"
1 change: 1 addition & 0 deletions pages-source/layouts/default.html
@@ -1,5 +1,6 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>GWT-Wizard: <%= @item[:title] %></title>
<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/css/coderay.css" type="text/css" media="screen" />
Expand Down

0 comments on commit e7157f2

Please sign in to comment.