Skip to content

Commit

Permalink
Added website to repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bartholomew committed Jan 1, 2009
1 parent 06ad1f4 commit 15a016e
Show file tree
Hide file tree
Showing 34 changed files with 1,587 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
coverage
pkg

5 changes: 3 additions & 2 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
== 0.9.6 2009-01-01
== 0.10.0 2009-01-01

* Refactoring for forthcoming improvements
* Improved Error Reporting
*
* More useful error pages
* Removed Haml specific error handling
65 changes: 65 additions & 0 deletions website/site/download.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
<title>StaticMatic</title>
<link href="stylesheets/application.css" media="all" rel="stylesheet" type="text/css"/>
<link href="stylesheets/application.css" media="screen" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id='container'>
<div id='header'>
<div class='bycurve21'><a href="http://www.curve21.com"><img alt="Bycurve21" src="images/bycurve21.gif"/></a></div>
<div class='title'>StaticMatic</div>
</div>
<div id='menu'>
<ul>
<li><a href="/">Home</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="how_to_use.html">How to use</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="http://groups.google.co.uk/group/staticmatic">Community</a></li>
<li><a href="helper_central/">Helper Central</a></li>
<li><a href="http://rubyforge.org/projects/staticmatic">Development</a></li>
</ul>
</div>
<div id='content_wrapper'>
<div id='side'>
<div id='news'>
<div class='heading'>News</div>
<div class='title'>0.10.0 Released!</div>
<p>This release brings some major improvements to error reporting as well as preparation for forthcoming improvements.</p>
<a href="/releases/0_10_0.html">And More!</a>
</div>
</div>
<div id='content'>
<h1>Download</h1>
<p>The simplest way to get StaticMatic is via RubyGems:</p>
<div class='code'>gem install staticmatic</div>
<h3>Source Code</h3>
<p>
You can get the source code from
<a href="http://rubyforge.org/projects/staticmatic/">RubyForge</a>
:
</p>
<div class='code'>svn checkout svn://rubyforge.org/var/svn/staticmatic/trunk staticmatic</div>
</div>
</div>
<div id='footer'>
<p>
Made with StaticMatic
0.10.0
, Hosted by
<a href="http://rubyforge.org">RubyForge</a>
</p>
</div>
<script src='http://www.google-analytics.com/urchin.js' type='text/javascript'>
_hamlspace = "";
</script>
<script type='text/javascript'>
_uacct = "UA-775359-8";
urchinTracker();
</script>
</div>
</body>
</html>
18 changes: 18 additions & 0 deletions website/site/faq.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<html>
<head>
<style type='text/css'>
body { font-family: helvetica, verdana, arial; font-size: 10pt;}
</style>
</head>
<body>
<h1>
StaticMatic::TemplateError
in
./src/pages/_qa.haml
</h1>
<p>undefined local variable or method `question' for #<Object:0x18daf44></p>
1: %h3= question<br/>2: %p= answer<br/>
<h2>Backtrace</h2>
(haml):1:in `render'<br/>/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.4/lib/haml/engine.rb:149:in `render'<br/>/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.4/lib/haml/engine.rb:149:in `instance_eval'<br/>/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.4/lib/haml/engine.rb:149:in `render'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/render.rb:98:in `generate_html_from_template_source'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/render.rb:65:in `generate_partial'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/helpers.rb:178:in `partial'<br/>(haml):3:in `render'<br/>/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.4/lib/haml/engine.rb:149:in `render'<br/>/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.4/lib/haml/engine.rb:149:in `instance_eval'<br/>/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.4/lib/haml/engine.rb:149:in `render'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/render.rb:98:in `generate_html_from_template_source'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/render.rb:21:in `generate_html'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/render.rb:37:in `generate_html_with_layout'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/build.rb:13:in `build_html'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/build.rb:10:in `each'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/build.rb:10:in `build_html'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/build.rb:5:in `build'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/base.rb:58:in `send'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/base.rb:58:in `run'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/staticmatic:23<br/>/usr/local/bin/staticmatic:19:in `load'<br/>/usr/local/bin/staticmatic:19
</body>
</html>
Expand Down
18 changes: 18 additions & 0 deletions website/site/helper_central/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<html>
<head>
<style type='text/css'>
body { font-family: helvetica, verdana, arial; font-size: 10pt;}
</style>
</head>
<body>
<h1>
StaticMatic::TemplateError
in
./src/pages/helper_central/_helper.haml
</h1>
<p>undefined local variable or method `title' for #<Object:0x18daf44></p>
1: %tr{:valign => :top}<br/>2: %td<br/>3: %strong= title<br/>4: %td= description<br/>5: %td= author<br/>6: %td<br/>
<h2>Backtrace</h2>
(haml):3:in `render'<br/>/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.4/lib/haml/engine.rb:149:in `render'<br/>/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.4/lib/haml/engine.rb:149:in `instance_eval'<br/>/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.4/lib/haml/engine.rb:149:in `render'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/render.rb:98:in `generate_html_from_template_source'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/render.rb:65:in `generate_partial'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/helpers.rb:178:in `partial'<br/>(haml):16:in `render'<br/>/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.4/lib/haml/engine.rb:149:in `render'<br/>/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.4/lib/haml/engine.rb:149:in `instance_eval'<br/>/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.4/lib/haml/engine.rb:149:in `render'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/render.rb:98:in `generate_html_from_template_source'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/render.rb:21:in `generate_html'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/render.rb:37:in `generate_html_with_layout'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/build.rb:13:in `build_html'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/build.rb:10:in `each'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/build.rb:10:in `build_html'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/mixins/build.rb:5:in `build'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/base.rb:58:in `send'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/../lib/staticmatic/base.rb:58:in `run'<br/>/usr/local/lib/ruby/gems/1.8/gems/staticmatic-0.10.0/bin/staticmatic:23<br/>/usr/local/bin/staticmatic:19:in `load'<br/>/usr/local/bin/staticmatic:19
</body>
</html>
Expand Down
Loading

0 comments on commit 15a016e

Please sign in to comment.