ddate 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,42 @@
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
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
+ <title>
8
+ <%= title %>
9
+ </title>
10
+ <script src="javascripts/rounded_corners_lite.inc.js" type="text/javascript"></script>
11
+ <script type="text/javascript">
12
+ window.onload = function() {
13
+ settings = {
14
+ tl: { radius: 10 },
15
+ tr: { radius: 10 },
16
+ bl: { radius: 10 },
17
+ br: { radius: 10 },
18
+ antiAlias: true,
19
+ autoPad: true,
20
+ validTags: ["div"]
21
+ }
22
+ var mainBox = new curvyCorners(settings, document.getElementById("main"));
23
+ mainBox.applyCornersToAll();
24
+ }
25
+ </script>
26
+ </head>
27
+ <body>
28
+ <div id="main">
29
+ <div id='inner'>
30
+ <h1><%= title %></h1>
31
+ <%= body %>
32
+ <p class="coda">
33
+ Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a> <br> by <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, and then later again by <a href="mailto:rictic@gmail.com">Peter</a><br>
34
+ καλλίστῃ
35
+ </p>
36
+ </div>
37
+ </div>
38
+
39
+ <!-- insert site tracking codes here, like Google Urchin -->
40
+
41
+ </body>
42
+ </html>
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.3
3
+ specification_version: 1
4
+ name: ddate
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.5.0
7
+ date: 2007-05-15 00:00:00 -04:00
8
+ summary: Implements the Discordian calendar, printing out the current date
9
+ require_paths:
10
+ - lib
11
+ email: rictic@gmail.com
12
+ homepage: http://ddate.rubyforge.org
13
+ rubyforge_project: ddate
14
+ description: Implements the Discordian calendar, printing out the current date
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Peter Burns
31
+ files:
32
+ - History.txt
33
+ - Manifest.txt
34
+ - README.txt
35
+ - Rakefile
36
+ - lib/ddate.rb
37
+ - lib/ddate/version.rb
38
+ - scripts/txt2html
39
+ - setup.rb
40
+ - website/index.html
41
+ - website/index.txt
42
+ - website/javascripts/rounded_corners_lite.inc.js
43
+ - website/stylesheets/screen.css
44
+ - website/template.rhtml
45
+ - bin/ddate
46
+ test_files:
47
+ - test/test_ddate.rb
48
+ - test/test_helper.rb
49
+ rdoc_options: []
50
+
51
+ extra_rdoc_files: []
52
+
53
+ executables:
54
+ - ddate
55
+ extensions: []
56
+
57
+ requirements: []
58
+
59
+ dependencies: []
60
+