glyph 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.textile CHANGED
@@ -4,9 +4,36 @@
4
4
 
5
5
 
6
6
  <div class="section">
7
- <h2 id="h_1">v0.4.0 &ndash; September 3th 2010</h2>
7
+ <h2 id="h_1">v0.4.1 &ndash; September 25th 2010</h2>
8
8
  <div class="section">
9
- <h3 id="h_2">13 Features Implemented</h3>
9
+ <h3 id="h_2">5 Bugs Fixed</h3>
10
+ <table><tr><th>ID</th>
11
+ <th>Description</th></tr>
12
+
13
+
14
+ <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/169">#169</a></td>
15
+ <td><p>*.scss files are now supported by the style macro.</p></td></tr>
16
+
17
+ <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/170">#170</a></td>
18
+ <td><p>Improved default CodeRay stylesheet.</p></td></tr>
19
+
20
+ <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/171">#171</a></td>
21
+ <td><p><span class="caps">SCSS</span> now used internally by Glyph to generate default <span class="caps">CSS</span> files.</p></td></tr>
22
+
23
+ <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/173">#173</a></td>
24
+ <td><p>Consecutive escape sequences are now interpreted correctly in topics.</p></td></tr>
25
+
26
+ <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/174">#174</a></td>
27
+ <td><p>Fixed error causing broken images in web5/html5 output.</p></td></tr></table>
28
+
29
+ </div>
30
+
31
+ </div>
32
+
33
+ <div class="section">
34
+ <h2 id="h_3">v0.4.0 &ndash; September 3th 2010</h2>
35
+ <div class="section">
36
+ <h3 id="h_4">13 Features Implemented</h3>
10
37
  <table><tr><th>ID</th>
11
38
  <th>Description</th></tr>
12
39
 
@@ -54,7 +81,7 @@
54
81
 
55
82
 
56
83
  <div class="section">
57
- <h3 id="h_3">7 Bugs Fixed</h3>
84
+ <h3 id="h_5">7 Bugs Fixed</h3>
58
85
  <table><tr><th>ID</th>
59
86
  <th>Description</th></tr>
60
87
 
@@ -85,9 +112,9 @@
85
112
  </div>
86
113
 
87
114
  <div class="section">
88
- <h2 id="h_4">v0.3.0 &ndash; June 13th 2010</h2>
115
+ <h2 id="h_6">v0.3.0 &ndash; June 13th 2010</h2>
89
116
  <div class="section">
90
- <h3 id="h_5">13 Features Implemented</h3>
117
+ <h3 id="h_7">13 Features Implemented</h3>
91
118
  <table><tr><th>ID</th>
92
119
  <th>Description</th></tr>
93
120
 
@@ -135,7 +162,7 @@
135
162
 
136
163
 
137
164
  <div class="section">
138
- <h3 id="h_6">3 Bugs Fixed</h3>
165
+ <h3 id="h_8">3 Bugs Fixed</h3>
139
166
  <table><tr><th>ID</th>
140
167
  <th>Description</th></tr>
141
168
 
@@ -154,9 +181,9 @@
154
181
  </div>
155
182
 
156
183
  <div class="section">
157
- <h2 id="h_7">v0.2.0 &ndash; May 9th 2010</h2>
184
+ <h2 id="h_9">v0.2.0 &ndash; May 9th 2010</h2>
158
185
  <div class="section">
159
- <h3 id="h_8">11 Features Implemented</h3>
186
+ <h3 id="h_10">11 Features Implemented</h3>
160
187
  <table><tr><th>ID</th>
161
188
  <th>Description</th></tr>
162
189
 
@@ -198,7 +225,7 @@
198
225
 
199
226
 
200
227
  <div class="section">
201
- <h3 id="h_9">8 Bugs Fixed</h3>
228
+ <h3 id="h_11">8 Bugs Fixed</h3>
202
229
  <table><tr><th>ID</th>
203
230
  <th>Description</th></tr>
204
231
 
@@ -232,7 +259,7 @@
232
259
  </div>
233
260
 
234
261
  <div class="section">
235
- <h2 id="h_10">v0.1.0 &ndash; April 8th 2010</h2>
262
+ <h2 id="h_12">v0.1.0 &ndash; April 8th 2010</h2>
236
263
  Initial release.
237
264
 
238
265
  </div>
data/README.textile CHANGED
@@ -1,11 +1,12 @@
1
+ <div class="section">
1
2
  Glyph is a _Rapid Document Authoring Framework_.
2
3
 
3
4
  With Glyph, creating and maintaining any kind of document becomes as easy as... _programming_. Glyph enables you to minimize text duplication, focus on content rather than presentation, manage references seamlessly and automate tedious tasks through a simple but effective macro language, specifically geared towards customization and extensibility.
4
-
5
+
5
6
  <div class="section">
6
- <h2 id="h_1">Main Features</h2>
7
+ <h3 id="h_1">Main Features</h3>
7
8
  <div class="section">
8
- <h3 id="h_2">Command Line Interface</h3>
9
+ <h4 id="h_2">Command Line Interface</h4>
9
10
  Glyph is 100% command line. Its interface resambles <a href="http://git-scm.com/">Git's</a> for its simplicity and power (thanks to the <a href="http://github.com/davetron5000/gli">gli</a> gem). Here are some example commands:
10
11
 
11
12
  * @glyph init@ -- to initialize a new Glyph project in the current (empty) directory.
@@ -18,8 +19,9 @@ Glyph is 100% command line. Its interface resambles <a href="http://git-scm.com/
18
19
  * @glyph stats@ -- Display project statistics.
19
20
 
20
21
  </div>
22
+
21
23
  <div class="section">
22
- <h3 id="h_3">Minimalist Syntax</h3>
24
+ <h4 id="h_3">Minimalist Syntax</h4>
23
25
  Glyph syntax rules can be explained using Glyph itself:
24
26
 
25
27
  <div class="code">
@@ -80,8 +82,9 @@ The Glyph code above corresponds to the following HTML code:
80
82
  </div>
81
83
 
82
84
  </div>
85
+
83
86
  <div class="section">
84
- <h3 id="h_4">Content Reuse</h3>
87
+ <h4 id="h_4">Content Reuse</h4>
85
88
  Finding yourself repeating the same sentence over an over? Glyph allows you to create snippets. Within snippets. Within other snippets (and so on, for a long long time...) as long as you don't define a snippet by defining itself, which would be kinda nasty (and Glyph would complain!):
86
89
 
87
90
  <div class="code">
@@ -108,31 +111,31 @@ snippet:[custom_definitions|
108
111
 
109
112
  </div>
110
113
  <div class="section">
111
- <h3 id="h_5">Automation of Common Tasks</h3>
114
+ <h4 id="h_5">Automation of Common Tasks</h4>
112
115
  If you're writing a book, you shouldn't have to worry about pagination, headers, footers, table of contents, section numbering or similar. Glyph understands you, and will take care of everything for you (with a little help from CSS3, sometimes).
113
116
 
114
117
  </div>
115
118
  <div class="section">
116
- <h3 id="h_6">Reference Validation</h3>
119
+ <h4 id="h_6">Reference Validation</h4>
117
120
  Feel free to add plenty of links, snippets, bookmarks, ... if Glyph doesn't find something, it will definitely complain. Broken references are a thing on the past, and you don't need to worry about it.
118
121
 
119
122
  </div>
120
123
  <div class="section">
121
- <h3 id="h_7">Extreme Extensibility</h3>
124
+ <h4 id="h_7">Extreme Extensibility</h4>
122
125
  * You miss a <code>!!!</code> macro to format really, _really_ important things? Create it. In under 3 seconds, in Ruby or Glyph itself. And yes, you can use special characters, too.
123
126
  * You want your own, very special special @glyph create --everything@ command to create all _you_ need in a Glyph project? You can do it. Using your own Rake tasks, too.
124
127
  * You want Glyph to output ODF files? You can do it, and you'll be able to run @glyph generate -f odf@. This would probably require a little more time, but it's trivial, from a technical point of view.
125
128
 
126
129
  </div>
127
130
  <div class="section">
128
- <h3 id="h_8">Convention over Configuration</h3>
131
+ <h4 id="h_8">Convention over Configuration</h4>
129
132
  Put your text files in @/text@, your images in @/images@, add custom macros in a @macro@ folder within your @/lib@ folder... you get the picture: Glyph has its special places.
130
133
 
131
134
  Nonetheless, you also have 1 (_one_) configuration file to customize to your heart's content (with smart defaults).
132
135
 
133
136
  </div>
134
137
  <div class="section">
135
- <h3 id="h_9">Free and Open Source</h3>
138
+ <h4 id="h_9">Free and Open Source</h4>
136
139
  Glyph is 100% Open Source Software, developed using the Ruby Programming Language and licensed under the very permissive terms of the <a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a>.
137
140
 
138
141
  If you have Ruby installed, just run @gem install glyph@. That's all it takes.
@@ -141,7 +144,7 @@ If you have Ruby installed, just run @gem install glyph@. That's all it takes.
141
144
 
142
145
  </div>
143
146
  <div class="section">
144
- <h2 id="h_10">Resources</h2>
147
+ <h3 id="h_10">Resources</h3>
145
148
  * Home Page: <a href="http://www.h3rald.com/glyph/">http://www.h3rald.com/glyph/</a>
146
149
  * Repository: <a href="http://www.github.com/h3rald/glyph/">http://www.github.com/h3rald/glyph/</a>
147
150
  * Bug Tracking: <a href="http://www.github.com/h3rald/glyph/issues">http://www.github.com/h3rald/glyph/issues</a>
@@ -152,4 +155,6 @@ If you have Ruby installed, just run @gem install glyph@. That's all it takes.
152
155
  * Reference Documentation: <a href="http://rubydoc.info/gems/glyph/">http://rubydoc.info/gems/glyph/</a>
153
156
  * User Group: <a href="http://groups.google.com/group/glyph-framework">http://groups.google.com/group/glyph-framework</a>
154
157
 
158
+ </div>
159
+
155
160
  </div>
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
data/book/config.yml CHANGED
@@ -4,7 +4,7 @@
4
4
  :subtitle: Rapid Document Authoring Framework
5
5
  :author: Fabio Cevasco
6
6
  :draft: true
7
- :revision: v0.4.0
7
+ :revision: v0.4.1
8
8
  :filename: glyph
9
9
  :title: Glyph
10
10
  :styles: link
@@ -14,12 +14,10 @@
14
14
  :extension: '.html'
15
15
  :filter_target: 'html'
16
16
  :base: '/glyph/book/'
17
- :macro_dirs: ['html']
18
- :layout_dirs: ['web']
17
+ :macro_dirs: ['html', 'html5']
18
+ :layout_dirs: ['web5']
19
19
  :layouts:
20
20
  :topic: bookpage
21
21
  :index: bookindex
22
22
  :pdf:
23
23
  :generator: prince
24
- :filters:
25
- :highlighter: ultraviolet
data/book/document.glyph CHANGED
@@ -1,9 +1,11 @@
1
1
  book[
2
2
  @head[
3
- style[default.css]
4
- ?[eq[$[document.output]|pdf]|style[pagination.css]]
5
- ?[eq[$[filters.highlighter]|coderay]|style[coderay.css]]
6
- ?[eq[$[filters.highlighter]|ultraviolet]|style[ultraviolet/lazy.css]]
3
+ ?[not[eq[$[document.output]|h3rald]]|
4
+ style[default.css]
5
+ ?[eq[$[document.output]|pdf]|style[pagination.css]]
6
+ ?[eq[$[filters.highlighter]|coderay]|style[coderay.css]]
7
+ ?[eq[$[filters.highlighter]|ultraviolet]|style[ultraviolet/lazy.css]]
8
+ ]
7
9
  ]
8
10
  @pre-title[
9
11
  ?[
@@ -1,127 +1,124 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4
- head[
5
- <title>Glyph - Rapid Document Authoring Framework</title>
6
- <meta name="author" content="Fabio Cevasco" />
7
- <meta name="copyright" content="Fabio Cevasco" />
8
- <meta name="robots" content="all, follow" />
9
- <meta name="Revisit-After" content="2 Days" />
10
- <meta name="language" content="en" />
11
- <meta name="target_country" content="en-us" />
12
- <meta name="country" content="United States" />
13
- <meta name="description" content="H3RALD - Fabio Cevasco's Web Site" />
14
- <meta name="keywords" content="h3rald, fabio cevasco, glyph, technical writing, html, html5, book" />
15
- <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
16
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
17
- <meta content="44.388041;9.073248" name="ICBM" />
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Glyph - Document Authoring Framework</title>
18
5
 
19
- <link href="/css/main.css" media="all" rel="stylesheet" type="text/css" />
20
- style[default.css]
21
6
 
22
- ]
23
- <body>
24
- <div id="wrapper">
25
- <a href="http://github.com/h3rald/h3rald"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /></a>
26
- <div id="header">
27
- <!--\[if lte IE 6\]>
28
- <div id="ie-warning">
29
- This site is not compatible with Internet Explorer 6 or lower. You should consider using a more modern browser for a better &ndash; and <em>safer</em> &ndash; web experience. \[<a href="http://browsehappy.com/browsers/">Read More...</a>\]
30
- </div>
31
- <!\[endif\]-->
32
- <!-- HEADER START -->
33
- <div id="header-container">
34
- <div id="header-left">
35
- <h1><span class="logo"></span><a id="logo" href="/" title="H3RALD"></a></h1>
36
- </div>
37
- <div id="header-right">
38
- <ul id="navigation">
39
- <li><span class="preload nav-archives"></span><a id="nav-archives" href="/archives/" title="ARCHIVES"></a></li>
40
- <li><span class="preload nav-projects"></span><a id="nav-projects" href="/projects/" title="PROJECTS"></a></li>
41
- <li><span class="preload nav-about"></span><a id="nav-about" href="/about/" title="ABOUT"></a></li>
42
- <li><span class="preload nav-other"></span><a id="nav-other" href="/other/" title="OTHER"></a></li>
43
- </ul>
44
- </div>
45
- </div>
46
- </div>
47
- <!-- HEADER END -->
48
- <div class="ribbon">
49
- </div>
50
- <!-- MAIN START -->
51
- <div id="main">
52
- <!-- CONTAINER START -->
53
- <div id="container">
54
- <!-- CONTENT START -->
55
- <div id="content" class="clearfixstandard">
56
- <div id="page-links">
57
- <span><script type="text/javascript" src="http://w.sharethis.com/button/sharethis.js#publisher=6e34d60c-b14e-4c19-9b2f-7c35a9f0ab09&amp;type=website&amp;linkfg=%23a4282d"></script></span>
58
- </div>
59
7
 
60
- <h2>Glyph &mdash; Rapid Document Authoring Framework</h2>
61
- <hr />
62
- <div id="content-body">
63
- toc[]
64
- </div>
65
- <div id="content-footer">
66
- <div class="share">
67
- <script type="text/javascript"><!--
68
- google_ad_client = "pub-2871497824158668";
69
- /* 728x90, h3rald 8.0 */
70
- google_ad_slot = "0081634732";
71
- google_ad_width = 728;
72
- google_ad_height = 90;
73
- //-->
74
- </script>
75
- <script type="text/javascript"
76
- src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
77
- </script>
78
- </div>
79
- </div>
80
- </div>
81
- <!-- CONTENT END -->
82
- </div>
83
- <!-- CONTAINER END -->
84
- </div>
85
- <div class="ribbon"></div>
86
- <!-- MAIN END -->
87
- <div id="border-bottom">
88
- <div id="services">
89
- <div class ="footer-left">
90
- <div id="backtype">
91
- <h3><span class="s-opinions preload"></span><a id="s-opinions" href="http://www.backtype.com/h3rald" title="Opinions"></a></h3>
92
- </div>
93
- </div>
94
- <div class ="footer-center">
95
- <div id="twitter">
96
- <h3><span class="s-tweets preload"></span><a id="s-tweets" href="http://www.twitter.com/h3rald" title="Tweets"></a></h3>
97
- </div>
98
- </div>
99
- <div class ="footer-right">
100
- <div id="delicious">
101
- <h3><span class="s-bookmarks preload"></span><a id="s-bookmarks" href="http://www.delicious.com/h3rald" title="Bookmarks"></a></h3>
102
- </div>
103
- </div>
104
- </div> <!-- SERVICES END -->
105
- </div>
106
- <div class="clearfooter"></div>
107
- </div> <!-- WRAPPER END -->
108
- <div id="footer">
109
- <div id="footer-container">
110
- <div class="footer-div">
111
- H3RALD Web Site v8.0.0 <em>"xStatic"</em> &mdash; &copy; 2004-2010 <strong>Fabio Cevasco</strong> &mdash; <a class="link" href="http://creativecommons.org/licenses/by-nc-nd/3.0/us/">Some rights reserved</a> \| <a href="http://validator.w3.org/check?uri=referer" class="link">XHTML 1.1</a> \| <a href="http://jigsaw.w3.org/css-validator/validator?uri=\.$[output.web.base]index\.$[output.web.extension]" class="link">CSS 2.1</a>
112
- </div>
113
- </div> <!-- END FOOTER CONTAINER-->
114
- </div> <!-- END FOOTER -->
115
- <!-- Start of StatCounter Code -->
116
- <script type="text/javascript">
117
- var sc_project=6193656;
118
- var sc_invisible=1;
119
- var sc_security="57f7ee2a";
120
- </script>
121
- <script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
122
- <!-- End of StatCounter Code -->
123
- <script src='http://www.google-analytics.com/ga.js' type='text/javascript'></script>
124
- <script src="http://www.google.com/jsapi?key=ABQIAAAA6h3j8Jri5D_da53UPbEbThRlq2n1sm52B5HDRR5tm6o8XM18FhTKn3v155RpPeD0kWnWG81QEhhifQ" type="text/javascript"></script>
125
- <script src="/js/compressed.js" type="text/javascript"></script>
126
- </body>
8
+ <meta charset="utf-8" />
9
+ <meta name="author" content="Fabio Cevasco" />
10
+ <meta name="copyright" content="Fabio Cevasco" />
11
+ <meta name="robots" content="all, follow" />
12
+ <meta name="Revisit-After" content="2 Days" />
13
+ <meta name="language" content="en" />
14
+ <meta name="target_country" content="en-us" />
15
+ <meta name="country" content="United States" />
16
+ <meta name="description" content="H3RALD - Fabio Cevasco's Web Site" />
17
+
18
+ <meta name="keywords" content="h3rald, fabio cevasco, glyph" />
19
+ <link rel="shortcut icon" href="/favicon.png" type="image/png" />
20
+ <meta content="44.388041;9.073248" name="ICBM" />
21
+
22
+
23
+ <link rel="stylesheet" type="text/css" href="/styles/html5reset.css" />
24
+ <link rel="stylesheet" type="text/css" href="/styles/style.css" />
25
+
26
+ <!--\[if lte IE 8\]>
27
+ <script src="/js/html5.js" type="text/javascript"></script>
28
+ <!\[endif\]-->
29
+ </head>
30
+ <body>
31
+ <!--\[if lte IE 6\]>
32
+ <div id="ie-warning">
33
+ This site is not compatible with Internet Explorer 6 or lower. You should consider using a more modern browser for a better &ndash; and <em>safer</em> &ndash; web experience. \[<a href="http://browsehappy.com/browsers/">Read More &raquo;</a>\]
34
+ </div>
35
+ <!\[endif\]-->
36
+
37
+ <section id="container">
38
+
39
+ <header class="page">
40
+ <nav class="home-link">
41
+ <a href="/">
42
+ <img src="/images/h3rald_small.png" alt="H3RALD" class="default"/>
43
+ <!\[if !IE\]>
44
+ <img src="/images/h3rald_hover_small.png" alt="H3RALD" class="hover"/>
45
+ <!\[endif\]>
46
+ </a>
47
+ </nav>
48
+
49
+ <nav class="section">
50
+ /<a href="/glyph/" rel="archives">GLYPH</a>
51
+ </nav>
52
+
53
+ </header>
54
+ <article class="page">
55
+ <header>
56
+ <hgroup>
57
+ <h1>Glyph - Document Authoring Framework</h1>
58
+ <h2>Documentation</h2>
59
+ </hgroup>
60
+ </header>
61
+ <section id="body-text" class="glyph-index">
62
+ toc[]
63
+ </section>
64
+ </article>
65
+
66
+
67
+ <footer>
68
+ <section class="ads">
69
+ <script type="text/javascript"><!--
70
+ google_ad_client = "pub-2871497824158668";
71
+ /* 728x90, created 9/10/10 */
72
+ google_ad_slot = "3963343166";
73
+ google_ad_width = 728;
74
+ google_ad_height = 90;
75
+ //-->
76
+ </script>
77
+ <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
78
+ </script>
79
+ </section>
80
+ <section>
81
+ <nav>
82
+ <a href="/about/">ABOUT</a>\|<a href="/contact/">CONTACT</a>
83
+ </nav>
84
+ <p>H3RALD Web Site v8.1 &mdash; &copy; 2010 &mdash; <em>Fabio Cevasco</em></p>
85
+ </section>
86
+ </footer>
87
+ </section><!-- #container end -->
88
+ <script src="http://www.google.com/jsapi?key=ABQIAAAAr6RY1Z6dchG_sX9WDLSy3xRlq2n1sm52B5HDRR5tm6o8XM18FhR56xHNNH6CsX86uN5VoTrglpyOyQ" type="text/javascript"></script>
89
+ <!-- <script src="/js/jquery.js" type="text/javascript"></script> -->
90
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
91
+ <script src="/js/jquery-timeago.js" type="text/javascript"></script>
92
+ <script src="/js/jquery-easing.js" type="text/javascript"></script>
93
+ <script src="/js/jquery-fancybox.js" type="text/javascript"></script>
94
+ <script src="/js/jquery-toc.js" type="text/javascript"></script>
95
+ <script src="/js/date.js" type="text/javascript"></script>
96
+ <script src="/js/feeds.js" type="text/javascript"></script>
97
+ <script src="/js/search.js" type="text/javascript"></script>
98
+ <script src="/js/hyphenator.min.js" type="text/javascript"></script>
99
+ <script src="/js/init.js" type="text/javascript"></script>
100
+ <!-- Start Google Analytics -->
101
+ <script type="text/javascript">
102
+ .[=
103
+ var _gaq = _gaq \|\| [];
104
+ _gaq.push(['_setAccount', 'UA-18587377-1']);
105
+ _gaq.push(['_trackPageview']);
106
+
107
+ (function() {
108
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
109
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
110
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
111
+ })();
112
+ =]
113
+ </script>
114
+ <!-- End Google Analytics -->
115
+ <!-- Start of StatCounter Code -->
116
+ <script type="text/javascript">
117
+ var sc_project=6193656;
118
+ var sc_invisible=1;
119
+ var sc_security="57f7ee2a";
120
+ </script>
121
+ <script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
122
+ <!-- End of StatCounter Code -->
123
+ </body>
127
124
  </html>