Showing 1 changed files with 190 additions and 0 deletions
+190
gitprep-site/index.html
... ...
@@ -0,0 +1,190 @@
1
+<!doctype html>
2
+<html>
3
+  <head>
4
+    <title>
5
+      GitPrep - Perl real-time web framework
6
+    </title>
7
+    <style>/*<![CDATA[*/
8
+
9
+      a { color: inherit }
10
+      a:hover { color: #2a2a2a }
11
+      a img { border: 0 }
12
+      body {
13
+        background-color: #f5f6f8;
14
+        color: #445555;
15
+        font: 0.9em 'Helvetica Neue', Helvetica, sans-serif;
16
+        font-weight: normal;
17
+        line-height: 1.5em;
18
+        margin: 0;
19
+      }
20
+      pre {
21
+        -moz-border-radius: 5px;
22
+        border:#aaa 1px solid;
23
+        border-radius: 5px;
24
+        color: #333;
25
+        font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
26
+        line-height: 1.7em;
27
+        text-align: left;
28
+        padding-bottom: 1.5em;
29
+        padding-top: 1.5em;
30
+        white-space: pre-wrap;
31
+      }
32
+      #footer {
33
+        padding-top: 1em;
34
+        text-align: center;
35
+      }
36
+
37
+			h1, h2, h3 {
38
+			  color: #2a2a2a;
39
+			  font-size: 1.5em;
40
+			  margin: 0;
41
+			}
42
+			#fun {
43
+			  background: url(../digitalforest.png) repeat-x;
44
+			  height: 450px;
45
+			  text-align: center;
46
+			}
47
+			#introduction {
48
+			  background-color: #fff;
49
+			  -moz-border-radius-bottomleft: 5px;
50
+			  border-bottom-left-radius: 5px;
51
+			  -moz-border-radius-bottomright: 5px;
52
+			  border-bottom-right-radius: 5px;
53
+			  -moz-box-shadow: 0px 0px 2px #ccc;
54
+			  -webkit-box-shadow: 0px 0px 2px #ccc;
55
+			  box-shadow: 0px 0px 2px #ccc;
56
+			  margin-left: 5em;
57
+			  margin-right: 5em;
58
+			  padding: 3em;
59
+			  padding-top: 70px;
60
+			}
61
+			#wrapperlicious {
62
+			  max-width: 1000px;
63
+			  margin: 0 auto;
64
+			}
65
+
66
+/*]]>*/</style>
67
+      <link href="/css/index.css" media="screen" rel="stylesheet" />
68
+
69
+  </head>
70
+  <body>
71
+<div id="gitprepbar">
72
+  <style scoped="scoped">/*<![CDATA[*/
73
+
74
+    #gitprepbar {
75
+      background-color: #1a1a1a;
76
+      background: -webkit-gradient(
77
+        linear,
78
+        0% 0%,
79
+        0% 100%,
80
+        color-stop(0%, #2a2a2a),
81
+        color-stop(100%, #000)
82
+      );
83
+      background: -moz-linear-gradient(
84
+        top,
85
+        #2a2a2a 0%,
86
+        #000 100%
87
+      );
88
+      background: linear-gradient(top, #2a2a2a 0%, #000 100%);
89
+      -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
90
+      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
91
+      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
92
+      height: 46px;
93
+      overflow: hidden;
94
+      position: absolute;
95
+      text-align: right;
96
+      vertical-align: middle;
97
+      width: 100%;
98
+      z-index: 1000;
99
+    }
100
+    #gitprepbar-logo {
101
+      float: left;
102
+      margin-left: 5em;
103
+      padding-top: 3px;
104
+    }
105
+    #gitprepbar-links {
106
+      display:table-cell;
107
+      float: right;
108
+      height: 60px;
109
+      margin-right: 5em;
110
+      margin-top: 1em;
111
+    }
112
+    #gitprepbar-links a {
113
+      color: #ccc;
114
+      font: 1em 'Helvetica Neue', Helvetica, sans-serif;
115
+      font-weight: 300;
116
+      margin-left: 0.5em;
117
+      padding-bottom: 1em;
118
+      padding-top: 1em;
119
+      text-decoration: none;
120
+      -webkit-transition: all 200ms ease-in-out;
121
+      -moz-transition: all 200ms ease-in-out;
122
+      -o-transition: all 200ms ease-in-out;
123
+      transition: all 200ms ease-in-out;
124
+    }
125
+    #gitprepbar-links a:hover { color: #fff }
126
+
127
+/*]]>*/</style>
128
+  <div id="gitprepbar-logo" style="color:white;font-size:20px;padding-top:12px;padding-left:60px">
129
+    GitPrep
130
+  </div>
131
+  <div id="gitprepbar-links">
132
+    <a href="https://github.com/yuki-kimoto/gitprep">Repository & Documentation</a>
133
+    <a href="http://twitter.com/perlcodesample2">Twitter</a>
134
+  </div>
135
+</div>
136
+<div id="wrapperlicious">
137
+
138
+  <div id="introduction">
139
+
140
+    <h1>
141
+      Github clone. you can install portable github system into unix/linux.
142
+    </h1>
143
+    <p>
144
+      GitPrep is <a href="https://github.com">Github</a> clone.
145
+      you can install portable github system into unix/linux.
146
+      You can create users and repositories without limitation.
147
+      This is free software.
148
+    </p>
149
+    <h2>Features</h2>
150
+    <ul>
151
+      <li>
152
+        Github clone
153
+      </li>
154
+      <li>
155
+        Portable. you can install it into your Unix/Linux server easily.
156
+      </li>
157
+      <li>
158
+        Perl 5.8.7+ only needed.
159
+      </li>
160
+      <li>
161
+        CGI support
162
+      </li>
163
+      <li>
164
+        Having built-in web werver, Reverse proxy support
165
+      </li>
166
+    </ul>
167
+    
168
+    <h2>Download</h2>
169
+    <pre>  <a href="https://github.com/yuki-kimoto/gitprep/archive/latest.zip">Download GitPrep</a> </pre>
170
+    
171
+    <h2>Repository & Documentation</h2>
172
+    <pre>  <a href="https://github.com/yuki-kimoto/gitprep">Repository & Documentation</a> </pre>
173
+
174
+    <h2>Example</h2>
175
+    <pre>  <a href="http://perlcodesample.sakura.ne.jp/gitprep.cgi">Example</a></pre>
176
+    
177
+    <h2>Screen shot</h2>
178
+    <p>
179
+      <a href="https://github.com/yuki-kimoto/gitprep">
180
+        <img src="http://cdn-ak.f.st-hatena.com/images/fotolife/p/perlcodesample/20130421/20130421180903_original.png" width="800" alt="GitPrep">
181
+      </a>
182
+    </p>
183
+</div>
184
+<div id="footer" style="margin-bottom:10px">
185
+  <a href="https://github.com/yuki-kimoto/gitprep" style="text-decoration:none;color:#666;">
186
+    GitPrep
187
+  </a>
188
+</div>
189
+</body>
190
+</html>