clickatell 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,42 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" />
6
- <link rel="stylesheet" href="stylesheets/limechoc.css" type="text/css" media="screen" />
7
- <script type="text/javascript" charset="utf-8" src="javascripts/codehighlighter/code_highlighter.js"></script>
8
- <script type="text/javascript" charset="utf-8" src="javascripts/codehighlighter/ruby.js"></script>
9
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
- <title><%= title %></title>
11
- </head>
12
- <body>
13
-
14
- <div id="wrapper">
15
- <div id="container">
16
-
17
- <div id="header">
18
-
19
- <h1><%= title %> <span class="version"><%= version %></span>
20
- <span class="tagline">gem install clickatell</span></h1>
21
-
22
- </div>
23
-
24
- <div id="content">
25
- <div class="article"><%= body %></div>
26
- </div>
27
-
28
- </div>
29
-
30
- <div id="footer_wrapper">
31
- <div id="footer">
32
- <p class="copyright">
33
- <a href="http://rubyforge.org/projects/clickatell">Rubyforge Project Page</a> |
34
- <a href="http://rubyforge.org/frs/?group_id=4295&amp;release_id=13922">Download latest version (<%= version %>)</a> |
35
- <a href="rdoc/">RDoc</a>
36
- </p>
37
- </div>
38
- </div>
39
- </div>
40
-
41
- </body>
42
- </html>