han-converter 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,48 @@
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
+ <style>
12
+
13
+ </style>
14
+ <script type="text/javascript">
15
+ window.onload = function() {
16
+ settings = {
17
+ tl: { radius: 10 },
18
+ tr: { radius: 10 },
19
+ bl: { radius: 10 },
20
+ br: { radius: 10 },
21
+ antiAlias: true,
22
+ autoPad: true,
23
+ validTags: ["div"]
24
+ }
25
+ var versionBox = new curvyCorners(settings, document.getElementById("version"));
26
+ versionBox.applyCornersToAll();
27
+ }
28
+ </script>
29
+ </head>
30
+ <body>
31
+ <div id="main">
32
+
33
+ <h1><%= title %></h1>
34
+ <div id="version" class="clickable" onclick='document.location = "<%= download %>"; return false'>
35
+ <p>Get Version</p>
36
+ <a href="<%= download %>" class="numbers"><%= version %></a>
37
+ </div>
38
+ <%= body %>
39
+ <p class="coda">
40
+ <a href="FIXME email">FIXME full name</a>, <%= modified.pretty %><br>
41
+ Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
42
+ </p>
43
+ </div>
44
+
45
+ <!-- insert site tracking codes here, like Google Urchin -->
46
+
47
+ </body>
48
+ </html>
metadata ADDED
@@ -0,0 +1,105 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: han-converter
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Matt Aimonetti
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain:
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIDPDCCAiSgAwIBAgIBADANBgkqhkiG9w0BAQUFADBEMRYwFAYDVQQDDA1tYXR0
14
+ YWltb25ldHRpMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZ
15
+ FgNjb20wHhcNMDcxMjEwMDU1NTQwWhcNMDgxMjA5MDU1NTQwWjBEMRYwFAYDVQQD
16
+ DA1tYXR0YWltb25ldHRpMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJ
17
+ k/IsZAEZFgNjb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDrzYPM
18
+ doxLebjfYu7t8xTkI1ky05AMdQJvNpy4jeBQjm1kdxzeXbjaoBZqmhjPNvk7cYIQ
19
+ 0ntmWB7NCMwnf80BLY28dY38PAz5ZTiyWvL6JmSU/AOqxUUzu1cax9EShblpUe3X
20
+ +N+gQSwfV6wzGjMNCZ8wsoOHF/PZVuYzoLJ4qU4NZk/Kr/FfKCCrNyb8fO9ahW7G
21
+ mp2qX9urLrwYsWpRDyaNPrf4kIgHs4l/pxaNHzIvw3n5SCaA8/5kUVhWAgsHl3D6
22
+ lmoOno3d1d9PnlPnvBqZqeo5vhshQW68X07OB7k4I3O+psDaYk+BsFwBpR4hDr5M
23
+ cRJKBLKlpoVgxSFrAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0G
24
+ A1UdDgQWBBThJ8tbLdgfmrAjhco5krcMmSdG2DANBgkqhkiG9w0BAQUFAAOCAQEA
25
+ r+8f9jajTRdn/Vz8hBsCZh7bOv2OImvKd09q9ssUuOHLk9r23zYJwFIAW7SEoPc3
26
+ jMJ8JEH2W5rRhJZ0C43H1B/vFJaFroyUz5r1py9j5mB4zbMavlhmVqAzjM3YyQ6p
27
+ /Gk4gzsUuFtrJuY+B5qCUm5AAaPrlSyXnMDQivRBdEam+uK+Kz3NO6tYAPQgU/8U
28
+ edt7YlpTSaEGVR/XFDuNo9wlsF8eqZMBKFBSdRjGRXkDIk2Q4XNmbS/zSXhSHS/6
29
+ jGD5EvWaSR74ZNBEFG7iDSFME19ZSLVw0J0a/+vrTpwriD7RByEiziW2e3vQf2N9
30
+ ZR7qHIpykzr3ezcNiWtBWw==
31
+ -----END CERTIFICATE-----
32
+
33
+ date: 2008-05-28 00:00:00 -07:00
34
+ default_executable:
35
+ dependencies: []
36
+
37
+ description: Converts traditional / simplified Chinese
38
+ email:
39
+ - mattaimonetti@gmail.com
40
+ executables: []
41
+
42
+ extensions: []
43
+
44
+ extra_rdoc_files:
45
+ - History.txt
46
+ - License.txt
47
+ - Manifest.txt
48
+ - README.txt
49
+ - website/index.txt
50
+ files:
51
+ - History.txt
52
+ - License.txt
53
+ - Manifest.txt
54
+ - README.txt
55
+ - Rakefile
56
+ - config/hoe.rb
57
+ - config/requirements.rb
58
+ - lib/han-converter.rb
59
+ - lib/converter_table.rb
60
+ - lib/han-converter/version.rb
61
+ - log/debug.log
62
+ - script/destroy
63
+ - script/generate
64
+ - script/txt2html
65
+ - setup.rb
66
+ - tasks/deployment.rake
67
+ - tasks/environment.rake
68
+ - tasks/website.rake
69
+ - spec/han-converter_spec.rb
70
+ - spec/spec.opts
71
+ - spec/spec_helper.rb
72
+ - website/index.html
73
+ - website/index.txt
74
+ - website/javascripts/rounded_corners_lite.inc.js
75
+ - website/stylesheets/screen.css
76
+ - website/template.rhtml
77
+ has_rdoc: true
78
+ homepage: http://han-converter.rubyforge.org
79
+ post_install_message:
80
+ rdoc_options:
81
+ - --main
82
+ - README.txt
83
+ require_paths:
84
+ - lib
85
+ required_ruby_version: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: "0"
90
+ version:
91
+ required_rubygems_version: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: "0"
96
+ version:
97
+ requirements: []
98
+
99
+ rubyforge_project: han-converter
100
+ rubygems_version: 1.1.1
101
+ signing_key:
102
+ specification_version: 2
103
+ summary: Converts traditional / simplified Chinese
104
+ test_files: []
105
+
metadata.gz.sig ADDED
Binary file