staticmatic 0.8.10 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,92 +1,98 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
- <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
3
- <head>
4
- <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
5
- <title>StaticMatic</title>
6
- <link media="all" href="/stylesheets/application.css" rel="stylesheet"/>
7
- </head>
8
- <body>
9
- <div id='container'>
10
- <div id='header'>
11
- <div class='bycurve21'>
12
- <a href="http://www.curve21.com"><img alt="/images/bycurve21" src="/images/bycurve21.gif"/>
13
- </a>
14
- </div>
15
- <div class='title'>StaticMatic</div>
16
- </div>
17
- <div id='menu'>
18
- <ul>
19
- <li><a href="/">Home</a></li>
20
- <li><a href="/download.html">Download</a></li>
21
- <li><a href="/how_to_use.html">How to use</a></li>
22
- <li>
23
- <a href="http://rubyforge.org/projects/staticmatic">Development</a>
24
- </li>
25
- <li>
26
- <a href="http://groups.google.co.uk/group/staticmatic">Community</a>
27
- </li>
28
- <li><a href="/faq.html">FAQ</a></li>
29
- </ul>
30
- </div>
31
- <div id='content_wrapper'>
32
- <div id='side'>
33
- <div id='news'>
34
- <div class='heading'>News</div>
35
- <div class='title'>0.8.8 Released!</div>
36
- <p>
37
- Complete with:
38
- </p>
39
- <ul>
40
- <li>Helpers</li>
41
- <li>Configuration</li>
42
- </ul>
43
- <a href="/releases/0_8_8.html">And More!</a>
44
- </div>
45
- </div>
46
- <div id='content'>
47
- <h1>Static websites, the modern way</h1>
48
- <p>
49
- Web developers are used to using dynamic and frameworks like
50
- <a href="http://www.rubyonrails.com">Ruby on Rails</a>
51
- to develop applications. When it comes to working with static, non-dynamic websites it can seem like stepping back in time.
52
- </p>
53
- <h2>You'd like to</h2>
54
- <ul>
55
- <li class='highlight'>
56
- Replace over-featured, cumbersome Content Management Systems
57
- </li>
58
- <li class='highlight'>Speed up your prototypes</li>
59
- </ul>
60
- <h2>Meet StaticMatic</h2>
61
- <div class='columns'>
62
- <div class='left_column'>
63
- <em>Concise and terse Haml Templating</em>
64
- <img alt="Homepage templating" src="images/homepage-templating.jpg"/>
65
- </div>
66
- <div class='right_column'>
67
- <em>Live preview server for development</em>
68
- <img alt="Homepage previewing" src="images/homepage-previewing.jpg"/>
69
- </div>
70
- </div>
71
- <p>
72
- <em>Output full HTML pages</em>
73
- <img alt="Homepage build" src="images/homepage-build.jpg"/>
74
- </p>
75
- </div>
76
- </div>
77
- <div id='footer'>
78
- <p>
79
- Made with StaticMatic, Hosted by
80
- <a href="http://rubyforge.org">RubyForge</a>
81
- </p>
82
- </div>
83
- <script src='http://www.google-analytics.com/urchin.js' type='text/javascript'>
84
- _hamlspace = "";
85
- </script>
86
- <script type='text/javascript'>
87
- _uacct = "UA-775359-8";
88
- urchinTracker();
89
- </script>
90
- </div>
91
- </body>
92
- </html>
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
3
+ <head>
4
+ <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
5
+ <title>StaticMatic</title>
6
+ <link href="stylesheets/application.css" media="all" rel="stylesheet"/>
7
+ <link href="stylesheets/application.css" media="screen" rel="stylesheet"/>
8
+ </head>
9
+ <body>
10
+ <div id='container'>
11
+ <div id='header'>
12
+ <div class='bycurve21'>
13
+ <a href="http://www.curve21.com"><img alt="Bycurve21" src="images/bycurve21.gif"/></a>
14
+ </div>
15
+ <div class='title'>StaticMatic</div>
16
+ </div>
17
+ <div id='menu'>
18
+ <ul>
19
+ <li><a href="/">Home</a></li>
20
+ <li><a href="download.html">Download</a></li>
21
+ <li><a href="how_to_use.html">How to use</a></li>
22
+ <li>
23
+ <a href="http://groups.google.co.uk/group/staticmatic">Community</a>
24
+ </li>
25
+ <li><a href="faq.html">FAQ</a></li>
26
+ <li>
27
+ <a href="http://rubyforge.org/tracker/?func=browse&amp;group_id=3712&amp;atid=14306">Report Bug</a>
28
+ </li>
29
+ <li>
30
+ <a href="http://rubyforge.org/projects/staticmatic">Development</a>
31
+ </li>
32
+ </ul>
33
+ </div>
34
+ <div id='content_wrapper'>
35
+ <div id='side'>
36
+ <div id='news'>
37
+ <div class='heading'>News</div>
38
+ <div class='title'>0.9.0 Released!</div>
39
+ <p>Complete with:</p>
40
+ <ul>
41
+ <li>&quot;Local&quot; links are always relative</li>
42
+ <li>
43
+ Ability to strip .html and index.html from link tag urls
44
+ </li>
45
+ <li>configuration.sass_options</li>
46
+ </ul>
47
+ <a href="/releases/0_9_0.html">And More!</a>
48
+ </div>
49
+ </div>
50
+ <div id='content'>
51
+ <h1>Static websites, the modern way</h1>
52
+ <p>
53
+ Web developers are used to using dynamic and frameworks like
54
+ <a href="http://www.rubyonrails.com">Ruby on Rails</a>
55
+ to develop applications. When it comes to working with static, non-dynamic websites it can seem like stepping back in time.
56
+ </p>
57
+ <h2>You'd like to</h2>
58
+ <ul>
59
+ <li class='highlight'>
60
+ Replace over-featured, cumbersome Content Management Systems
61
+ </li>
62
+ <li class='highlight'>Speed up your prototypes</li>
63
+ </ul>
64
+ <h2>Meet StaticMatic</h2>
65
+ <div class='columns'>
66
+ <div class='left_column'>
67
+ <em>Concise and terse Haml Templating</em>
68
+ <img alt="Homepage templating" src="images/homepage-templating.jpg"/>
69
+ </div>
70
+ <div class='right_column'>
71
+ <em>Live preview server for development</em>
72
+ <img alt="Homepage previewing" src="images/homepage-previewing.jpg"/>
73
+ </div>
74
+ </div>
75
+ <p>
76
+ <em>Output full HTML pages</em>
77
+ <img alt="Homepage build" src="images/homepage-build.jpg"/>
78
+ </p>
79
+ </div>
80
+ </div>
81
+ <div id='footer'>
82
+ <p>
83
+ Made with StaticMatic
84
+ 0.9.0
85
+ , Hosted by
86
+ <a href="http://rubyforge.org">RubyForge</a>
87
+ </p>
88
+ </div>
89
+ <script src='http://www.google-analytics.com/urchin.js' type='text/javascript'>
90
+ _hamlspace = "";
91
+ </script>
92
+ <script type='text/javascript'>
93
+ _uacct = "UA-775359-8";
94
+ urchinTracker();
95
+ </script>
96
+ </div>
97
+ </body>
98
+ </html>
@@ -0,0 +1,106 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
3
+ <head>
4
+ <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
5
+ <title>StaticMatic</title>
6
+ <link href="../stylesheets/application.css" media="all" rel="stylesheet"/>
7
+ <link href="../stylesheets/application.css" media="screen" rel="stylesheet"/>
8
+ </head>
9
+ <body>
10
+ <div id='container'>
11
+ <div id='header'>
12
+ <div class='bycurve21'>
13
+ <a href="http://www.curve21.com"><img alt="Bycurve21" src="../images/bycurve21.gif"/></a>
14
+ </div>
15
+ <div class='title'>StaticMatic</div>
16
+ </div>
17
+ <div id='menu'>
18
+ <ul>
19
+ <li><a href="/">Home</a></li>
20
+ <li><a href="../download.html">Download</a></li>
21
+ <li><a href="../how_to_use.html">How to use</a></li>
22
+ <li>
23
+ <a href="http://groups.google.co.uk/group/staticmatic">Community</a>
24
+ </li>
25
+ <li><a href="../faq.html">FAQ</a></li>
26
+ <li>
27
+ <a href="http://rubyforge.org/tracker/?func=browse&amp;group_id=3712&amp;atid=14306">Report Bug</a>
28
+ </li>
29
+ <li>
30
+ <a href="http://rubyforge.org/projects/staticmatic">Development</a>
31
+ </li>
32
+ </ul>
33
+ </div>
34
+ <div id='content_wrapper'>
35
+ <div id='side'>
36
+ <div id='news'>
37
+ <div class='heading'>News</div>
38
+ <div class='title'>0.9.0 Released!</div>
39
+ <p>Complete with:</p>
40
+ <ul>
41
+ <li>&quot;Local&quot; links are always relative</li>
42
+ <li>
43
+ Ability to strip .html and index.html from link tag urls
44
+ </li>
45
+ <li>configuration.sass_options</li>
46
+ </ul>
47
+ <a href="/releases/0_9_0.html">And More!</a>
48
+ </div>
49
+ </div>
50
+ <div id='content'>
51
+ <h1>StaticMatic 0.8.10</h1>
52
+ <h2>What's New</h2>
53
+ <ul>
54
+ <li>
55
+ [NEW] rails-like partials. Partials can start with an underscore and live in the pages directory tree, old way still works (Brent Beardsley)
56
+ </li>
57
+ <li>
58
+ [NEW] added current_page helper for use in other helpers, layouts, or pages (Brent Beardsley)
59
+ </li>
60
+ <li>
61
+ [NEW] add src_dir, site_dir, and current_page attr_reader's on staticmatic class (Brent Beardsley)
62
+ </li>
63
+ </ul>
64
+ <h2>What's Fixed</h2>
65
+ <ul>
66
+ <li>[FIX] img helper changes and tests (Jason Tennier)</li>
67
+ <li>
68
+ [FIX] removed dependency on rails needing to be installed (Brent Beardsley)
69
+ </li>
70
+ <li>
71
+ [FIX] fixed preview bug where setting a layout in a page would cause it to be used even for pages that did not have a layout specified and should be using the default (Brent Beardsley)
72
+ </li>
73
+ <li>
74
+ [FIX] tag helper only outputs the attribute if it has a value (Brent Beardsley)
75
+ </li>
76
+ <li>
77
+ [FIX] renamed RakeFile to Rakefile so it'll work on non-windows boxes (Brent Beardsley)
78
+ </li>
79
+ <li>
80
+ [FIX] write tag helper attributes out in alphabetical order for consistency (Brent Beardsley)
81
+ </li>
82
+ </ul>
83
+ <p>
84
+ See what changed in
85
+ <a href="/releases/0_8_8.html">0.8.8</a>
86
+ </p>
87
+ </div>
88
+ </div>
89
+ <div id='footer'>
90
+ <p>
91
+ Made with StaticMatic
92
+ 0.9.0
93
+ , Hosted by
94
+ <a href="http://rubyforge.org">RubyForge</a>
95
+ </p>
96
+ </div>
97
+ <script src='http://www.google-analytics.com/urchin.js' type='text/javascript'>
98
+ _hamlspace = "";
99
+ </script>
100
+ <script type='text/javascript'>
101
+ _uacct = "UA-775359-8";
102
+ urchinTracker();
103
+ </script>
104
+ </div>
105
+ </body>
106
+ </html>
@@ -1,95 +1,101 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
- <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
3
- <head>
4
- <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
5
- <title>StaticMatic</title>
6
- <link media="all" href="/stylesheets/application.css" rel="stylesheet"/>
7
- </head>
8
- <body>
9
- <div id='container'>
10
- <div id='header'>
11
- <div class='bycurve21'>
12
- <a href="http://www.curve21.com"><img alt="/images/bycurve21" src="/images/bycurve21.gif"/>
13
- </a>
14
- </div>
15
- <div class='title'>StaticMatic</div>
16
- </div>
17
- <div id='menu'>
18
- <ul>
19
- <li><a href="/">Home</a></li>
20
- <li><a href="/download.html">Download</a></li>
21
- <li><a href="/how_to_use.html">How to use</a></li>
22
- <li>
23
- <a href="http://rubyforge.org/projects/staticmatic">Development</a>
24
- </li>
25
- <li>
26
- <a href="http://groups.google.co.uk/group/staticmatic">Community</a>
27
- </li>
28
- <li><a href="/faq.html">FAQ</a></li>
29
- </ul>
30
- </div>
31
- <div id='content_wrapper'>
32
- <div id='side'>
33
- <div id='news'>
34
- <div class='heading'>News</div>
35
- <div class='title'>0.8.8 Released!</div>
36
- <p>
37
- Complete with:
38
- </p>
39
- <ul>
40
- <li>Helpers</li>
41
- <li>Configuration</li>
42
- </ul>
43
- <a href="/releases/0_8_8.html">And More!</a>
44
- </div>
45
- </div>
46
- <div id='content'>
47
- <h1>StaticMatic 0.8.4</h1>
48
- <p>
49
- Don't be fooled by the small minor increments - there's loads of great stuff in the latest release:
50
- </p>
51
- <h2>Sub-Directory Support</h2>
52
- <p>
53
- Thanks to Brent Beardsley, you can now have as many directories as you like. This should be considered 'beta' at the moment as there is likely to be issues with paths in the helpers, but try it out and we'll figure out the best solution.
54
- </p>
55
- <h2>Partials!</h2>
56
- <p>
57
- Simply create a 'partials' directory in your src/ and you'll be able to do:
58
- <div class='code'>partial("partial_name")</div>
59
- </p>
60
- <h2>Layouts based on directory</h2>
61
- <p>
62
- Along with sub-directory support, you can also create layouts based on the sub-directory a template is in. For example, if you have a 'projects' directory and would like it to render a different template, simply create 'projects.haml' in your layouts directory.
63
- </p>
64
- <h2>Relative Stylesheet Linking</h2>
65
- <p>
66
- You can now tell the stylesheet helper to use relative linking:
67
- <div class='code'>= stylesheets :relative => true</div>
68
- </p>
69
- <p>
70
- <em>
71
- Note that you may get issues with nested directories and relative stylesheets
72
- </em>
73
- </p>
74
- <h2>What's Next?</h2>
75
- <p>
76
- The main things on the list are configuration and clearing up any bugs not yet sorted. It'd also be great to start extending the test set more.
77
- </p>
78
- </div>
79
- </div>
80
- <div id='footer'>
81
- <p>
82
- Made with StaticMatic, Hosted by
83
- <a href="http://rubyforge.org">RubyForge</a>
84
- </p>
85
- </div>
86
- <script src='http://www.google-analytics.com/urchin.js' type='text/javascript'>
87
- _hamlspace = "";
88
- </script>
89
- <script type='text/javascript'>
90
- _uacct = "UA-775359-8";
91
- urchinTracker();
92
- </script>
93
- </div>
94
- </body>
95
- </html>
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
3
+ <head>
4
+ <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
5
+ <title>StaticMatic</title>
6
+ <link href="../stylesheets/application.css" media="all" rel="stylesheet"/>
7
+ <link href="../stylesheets/application.css" media="screen" rel="stylesheet"/>
8
+ </head>
9
+ <body>
10
+ <div id='container'>
11
+ <div id='header'>
12
+ <div class='bycurve21'>
13
+ <a href="http://www.curve21.com"><img alt="Bycurve21" src="../images/bycurve21.gif"/></a>
14
+ </div>
15
+ <div class='title'>StaticMatic</div>
16
+ </div>
17
+ <div id='menu'>
18
+ <ul>
19
+ <li><a href="/">Home</a></li>
20
+ <li><a href="../download.html">Download</a></li>
21
+ <li><a href="../how_to_use.html">How to use</a></li>
22
+ <li>
23
+ <a href="http://groups.google.co.uk/group/staticmatic">Community</a>
24
+ </li>
25
+ <li><a href="../faq.html">FAQ</a></li>
26
+ <li>
27
+ <a href="http://rubyforge.org/tracker/?func=browse&amp;group_id=3712&amp;atid=14306">Report Bug</a>
28
+ </li>
29
+ <li>
30
+ <a href="http://rubyforge.org/projects/staticmatic">Development</a>
31
+ </li>
32
+ </ul>
33
+ </div>
34
+ <div id='content_wrapper'>
35
+ <div id='side'>
36
+ <div id='news'>
37
+ <div class='heading'>News</div>
38
+ <div class='title'>0.9.0 Released!</div>
39
+ <p>Complete with:</p>
40
+ <ul>
41
+ <li>&quot;Local&quot; links are always relative</li>
42
+ <li>
43
+ Ability to strip .html and index.html from link tag urls
44
+ </li>
45
+ <li>configuration.sass_options</li>
46
+ </ul>
47
+ <a href="/releases/0_9_0.html">And More!</a>
48
+ </div>
49
+ </div>
50
+ <div id='content'>
51
+ <h1>StaticMatic 0.8.4</h1>
52
+ <p>
53
+ Don't be fooled by the small minor increments - there's loads of great stuff in the latest release:
54
+ </p>
55
+ <h2>Sub-Directory Support</h2>
56
+ <p>
57
+ Thanks to Brent Beardsley, you can now have as many directories as you like. This should be considered 'beta' at the moment as there is likely to be issues with paths in the helpers, but try it out and we'll figure out the best solution.
58
+ </p>
59
+ <h2>Partials!</h2>
60
+ <p>
61
+ Simply create a 'partials' directory in your src/ and you'll be able to do:
62
+ <div class='code'>partial("partial_name")</div>
63
+ </p>
64
+ <h2>Layouts based on directory</h2>
65
+ <p>
66
+ Along with sub-directory support, you can also create layouts based on the sub-directory a template is in. For example, if you have a 'projects' directory and would like it to render a different template, simply create 'projects.haml' in your layouts directory.
67
+ </p>
68
+ <h2>Relative Stylesheet Linking</h2>
69
+ <p>
70
+ You can now tell the stylesheet helper to use relative linking:
71
+ <div class='code'>= stylesheets :relative => true</div>
72
+ </p>
73
+ <p>
74
+ <em>
75
+ Note that you may get issues with nested directories and relative stylesheets
76
+ </em>
77
+ </p>
78
+ <h2>What's Next?</h2>
79
+ <p>
80
+ The main things on the list are configuration and clearing up any bugs not yet sorted. It'd also be great to start extending the test set more.
81
+ </p>
82
+ </div>
83
+ </div>
84
+ <div id='footer'>
85
+ <p>
86
+ Made with StaticMatic
87
+ 0.9.0
88
+ , Hosted by
89
+ <a href="http://rubyforge.org">RubyForge</a>
90
+ </p>
91
+ </div>
92
+ <script src='http://www.google-analytics.com/urchin.js' type='text/javascript'>
93
+ _hamlspace = "";
94
+ </script>
95
+ <script type='text/javascript'>
96
+ _uacct = "UA-775359-8";
97
+ urchinTracker();
98
+ </script>
99
+ </div>
100
+ </body>
101
+ </html>