Skip to content

Commit c496fa7

Browse files
committed
Replace master branch with page content via GitHub
1 parent 8dff217 commit c496fa7

File tree

8 files changed

+387
-445
lines changed

8 files changed

+387
-445
lines changed

images/bg_hr.png

78 Bytes
Loading

images/blacktocat.png

463 Bytes
Loading

images/icon_download.png

216 Bytes
Loading

images/sprite_download.png

14.5 KB
Loading

index.html

Lines changed: 30 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,33 @@
11
<!DOCTYPE html>
22
<html>
3+
34
<head>
45
<meta charset='utf-8'>
56
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
7-
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
8-
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
9-
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
10-
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
7+
<meta name="description" content="nginx-clojure.github.io : Nginx module for embedding Clojure / Java / Groovy programs, typically those Ring based handlers">
118

12-
<!--[if lt IE 9]>
13-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
14-
<![endif]-->
9+
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
1510

16-
<title>nginx-clojure.github.io by nginx-clojure</title>
11+
<title>nginx-clojure.github.io</title>
1712
</head>
1813

1914
<body>
20-
<header>
21-
<div class="inner">
22-
<h1>nginx-clojure.github.io</h1>
23-
<h2>Nginx module for embedding Clojure / Java / Groovy programs, typically those Ring based handlers</h2>
24-
<a href="https://github.com/nginx-clojure" class="button"><small>Follow me on</small>GitHub</a>
25-
</div>
26-
</header>
27-
28-
<div id="content-wrapper">
29-
<div class="inner clearfix">
30-
<section id="main-content">
31-
<h1>
32-
<a name="nginx-clojure" class="anchor" href="#nginx-clojure"><span class="octicon octicon-link"></span></a>Nginx-Clojure</h1>
33-
34-
<p><img src="https://github.com/nginx-clojure/nginx-clojure/raw/master/logo.png" alt="Alt text">Nginx-Clojure is a <a href="http://nginx.org/">Nginx</a> module for embedding Clojure or Java or Groovy programs, typically those <a href="https://github.com/ring-clojure/ring/blob/master/SPEC">Ring</a> based handlers.</p>
15+
16+
<!-- HEADER -->
17+
<div id="header_wrap" class="outer">
18+
<header class="inner">
19+
<a id="forkme_banner" href="https://github.com/nginx-clojure">View on GitHub</a>
20+
21+
<h1 id="project_title">nginx-clojure.github.io</h1>
22+
<h2 id="project_tagline">Nginx module for embedding Clojure / Java / Groovy programs, typically those Ring based handlers</h2>
23+
24+
</header>
25+
</div>
26+
27+
<!-- MAIN CONTENT -->
28+
<div id="main_content_wrap" class="outer">
29+
<section id="main_content" class="inner">
30+
<p><img src="https://github.com/nginx-clojure/nginx-clojure/raw/master/logo.png" alt="Alt text">Nginx-Clojure is a <a href="http://nginx.org/">Nginx</a> module for embedding Clojure or Java or Groovy programs, typically those <a href="https://github.com/ring-clojure/ring/blob/master/SPEC">Ring</a> based handlers.</p>
3531

3632
<p>There are some core features :</p>
3733

@@ -773,17 +769,17 @@ <h1>
773769
<li>Re-rooted ASM bytecode engineering library which is distributed under the BSD 3-Clause license</li>
774770
<li>Modified Continuations Library Written by Matthias Mann is distributed under the BSD 3-Clause license</li>
775771
</ul>
776-
</section>
777-
778-
<aside id="sidebar">
779-
772+
</section>
773+
</div>
780774

781-
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
782-
</aside>
783-
</div>
775+
<!-- FOOTER -->
776+
<div id="footer_wrap" class="outer">
777+
<footer class="inner">
778+
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
779+
</footer>
784780
</div>
785781

786-
<script type="text/javascript">
782+
<script type="text/javascript">
787783
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
788784
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
789785
</script>
@@ -794,5 +790,6 @@ <h1>
794790
} catch(err) {}
795791
</script>
796792

793+
797794
</body>
798-
</html>
795+
</html>

params.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

stylesheets/pygment_trac.css

Lines changed: 59 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,65 @@
1-
.highlight { background: #ffffff; }
2-
.highlight .c { color: #999988; font-style: italic } /* Comment */
3-
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4-
.highlight .k { font-weight: bold } /* Keyword */
5-
.highlight .o { font-weight: bold } /* Operator */
6-
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
7-
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
8-
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
9-
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
10-
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
11-
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
1+
.highlight .hll { background-color: #ffffcc }
2+
.highlight { background: #f0f3f3; }
3+
.highlight .c { color: #0099FF; font-style: italic } /* Comment */
4+
.highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */
5+
.highlight .k { color: #006699; font-weight: bold } /* Keyword */
6+
.highlight .o { color: #555555 } /* Operator */
7+
.highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
8+
.highlight .cp { color: #009999 } /* Comment.Preproc */
9+
.highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */
10+
.highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */
11+
.highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
1212
.highlight .ge { font-style: italic } /* Generic.Emph */
13-
.highlight .gr { color: #aa0000 } /* Generic.Error */
14-
.highlight .gh { color: #999999 } /* Generic.Heading */
15-
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
16-
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
17-
.highlight .go { color: #888888 } /* Generic.Output */
18-
.highlight .gp { color: #555555 } /* Generic.Prompt */
13+
.highlight .gr { color: #FF0000 } /* Generic.Error */
14+
.highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */
15+
.highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
16+
.highlight .go { color: #AAAAAA } /* Generic.Output */
17+
.highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */
1918
.highlight .gs { font-weight: bold } /* Generic.Strong */
20-
.highlight .gu { color: #800080; font-weight: bold; } /* Generic.Subheading */
21-
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
22-
.highlight .kc { font-weight: bold } /* Keyword.Constant */
23-
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
24-
.highlight .kn { font-weight: bold } /* Keyword.Namespace */
25-
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
26-
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
27-
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
28-
.highlight .m { color: #009999 } /* Literal.Number */
29-
.highlight .s { color: #d14 } /* Literal.String */
30-
.highlight .na { color: #008080 } /* Name.Attribute */
31-
.highlight .nb { color: #0086B3 } /* Name.Builtin */
32-
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
33-
.highlight .no { color: #008080 } /* Name.Constant */
34-
.highlight .ni { color: #800080 } /* Name.Entity */
35-
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
36-
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
37-
.highlight .nn { color: #555555 } /* Name.Namespace */
38-
.highlight .nt { color: #000080 } /* Name.Tag */
39-
.highlight .nv { color: #008080 } /* Name.Variable */
40-
.highlight .ow { font-weight: bold } /* Operator.Word */
19+
.highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */
20+
.highlight .gt { color: #99CC66 } /* Generic.Traceback */
21+
.highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */
22+
.highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */
23+
.highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */
24+
.highlight .kp { color: #006699 } /* Keyword.Pseudo */
25+
.highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */
26+
.highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */
27+
.highlight .m { color: #FF6600 } /* Literal.Number */
28+
.highlight .s { color: #CC3300 } /* Literal.String */
29+
.highlight .na { color: #330099 } /* Name.Attribute */
30+
.highlight .nb { color: #336666 } /* Name.Builtin */
31+
.highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */
32+
.highlight .no { color: #336600 } /* Name.Constant */
33+
.highlight .nd { color: #9999FF } /* Name.Decorator */
34+
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
35+
.highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */
36+
.highlight .nf { color: #CC00FF } /* Name.Function */
37+
.highlight .nl { color: #9999FF } /* Name.Label */
38+
.highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */
39+
.highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */
40+
.highlight .nv { color: #003333 } /* Name.Variable */
41+
.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
4142
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
42-
.highlight .mf { color: #009999 } /* Literal.Number.Float */
43-
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
44-
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
45-
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
46-
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
47-
.highlight .sc { color: #d14 } /* Literal.String.Char */
48-
.highlight .sd { color: #d14 } /* Literal.String.Doc */
49-
.highlight .s2 { color: #d14 } /* Literal.String.Double */
50-
.highlight .se { color: #d14 } /* Literal.String.Escape */
51-
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
52-
.highlight .si { color: #d14 } /* Literal.String.Interpol */
53-
.highlight .sx { color: #d14 } /* Literal.String.Other */
54-
.highlight .sr { color: #009926 } /* Literal.String.Regex */
55-
.highlight .s1 { color: #d14 } /* Literal.String.Single */
56-
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
57-
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
58-
.highlight .vc { color: #008080 } /* Name.Variable.Class */
59-
.highlight .vg { color: #008080 } /* Name.Variable.Global */
60-
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
61-
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
43+
.highlight .mf { color: #FF6600 } /* Literal.Number.Float */
44+
.highlight .mh { color: #FF6600 } /* Literal.Number.Hex */
45+
.highlight .mi { color: #FF6600 } /* Literal.Number.Integer */
46+
.highlight .mo { color: #FF6600 } /* Literal.Number.Oct */
47+
.highlight .sb { color: #CC3300 } /* Literal.String.Backtick */
48+
.highlight .sc { color: #CC3300 } /* Literal.String.Char */
49+
.highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
50+
.highlight .s2 { color: #CC3300 } /* Literal.String.Double */
51+
.highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */
52+
.highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */
53+
.highlight .si { color: #AA0000 } /* Literal.String.Interpol */
54+
.highlight .sx { color: #CC3300 } /* Literal.String.Other */
55+
.highlight .sr { color: #33AAAA } /* Literal.String.Regex */
56+
.highlight .s1 { color: #CC3300 } /* Literal.String.Single */
57+
.highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */
58+
.highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */
59+
.highlight .vc { color: #003333 } /* Name.Variable.Class */
60+
.highlight .vg { color: #003333 } /* Name.Variable.Global */
61+
.highlight .vi { color: #003333 } /* Name.Variable.Instance */
62+
.highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */
6263

6364
.type-csharp .highlight .k { color: #0000FF }
6465
.type-csharp .highlight .kt { color: #0000FF }

0 commit comments

Comments
 (0)