mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-23 15:11:26 +00:00
Create gh-pages branch via GitHub
This commit is contained in:
parent
635a51bc33
commit
6b5cb7ea3d
65
index.html
65
index.html
@ -1,32 +1,36 @@
|
|||||||
<!doctype html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset='utf-8'>
|
||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||||
<title>Anyproxy by alibaba</title>
|
<meta name="description" content="Anyproxy : A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.">
|
||||||
|
|
||||||
<link rel="stylesheet" href="stylesheets/styles.css">
|
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
||||||
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
|
|
||||||
<script src="javascripts/scale.fix.js"></script>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<title>Anyproxy</title>
|
||||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
|
||||||
<header>
|
<!-- HEADER -->
|
||||||
<h1>Anyproxy</h1>
|
<div id="header_wrap" class="outer">
|
||||||
<p>A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.</p>
|
<header class="inner">
|
||||||
<p class="view"><a href="https://github.com/alibaba/anyproxy">View the Project on GitHub <small>alibaba/anyproxy</small></a></p>
|
<a id="forkme_banner" href="https://github.com/alibaba/anyproxy">View on GitHub</a>
|
||||||
<ul>
|
|
||||||
<li><a href="https://github.com/alibaba/anyproxy/zipball/master">Download <strong>ZIP File</strong></a></li>
|
<h1 id="project_title">Anyproxy</h1>
|
||||||
<li><a href="https://github.com/alibaba/anyproxy/tarball/master">Download <strong>TAR Ball</strong></a></li>
|
<h2 id="project_tagline">A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.</h2>
|
||||||
<li><a href="https://github.com/alibaba/anyproxy">View On <strong>GitHub</strong></a></li>
|
|
||||||
</ul>
|
<section id="downloads">
|
||||||
</header>
|
<a class="zip_download_link" href="https://github.com/alibaba/anyproxy/zipball/master">Download this project as a .zip file</a>
|
||||||
<section>
|
<a class="tar_download_link" href="https://github.com/alibaba/anyproxy/tarball/master">Download this project as a tar.gz file</a>
|
||||||
|
</section>
|
||||||
|
</header>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- MAIN CONTENT -->
|
||||||
|
<div id="main_content_wrap" class="outer">
|
||||||
|
<section id="main_content" class="inner">
|
||||||
<h1>
|
<h1>
|
||||||
<a id="anyproxy" class="anchor" href="#anyproxy" aria-hidden="true"><span class="octicon octicon-link"></span></a>anyproxy</h1>
|
<a id="anyproxy" class="anchor" href="#anyproxy" aria-hidden="true"><span class="octicon octicon-link"></span></a>anyproxy</h1>
|
||||||
|
|
||||||
@ -239,11 +243,15 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
|
||||||
<p>Project maintained by <a href="https://github.com/alibaba">alibaba</a></p>
|
<!-- FOOTER -->
|
||||||
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
|
<div id="footer_wrap" class="outer">
|
||||||
</footer>
|
<footer class="inner">
|
||||||
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
|
<p class="copyright">Anyproxy maintained by <a href="https://github.com/alibaba">alibaba</a></p>
|
||||||
|
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||||
@ -255,5 +263,6 @@
|
|||||||
} catch(err) {}
|
} catch(err) {}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,60 +1,70 @@
|
|||||||
.highlight .hll { background-color: #49483e }
|
.highlight .hll { background-color: #ffffcc }
|
||||||
.highlight { background: #3A3C42; color: #f8f8f2 }
|
.highlight { background: #f0f3f3; }
|
||||||
.highlight .c { color: #75715e } /* Comment */
|
.highlight .c { color: #0099FF; font-style: italic } /* Comment */
|
||||||
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
|
.highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */
|
||||||
.highlight .k { color: #66d9ef } /* Keyword */
|
.highlight .k { color: #006699; font-weight: bold } /* Keyword */
|
||||||
.highlight .l { color: #ae81ff } /* Literal */
|
.highlight .o { color: #555555 } /* Operator */
|
||||||
.highlight .n { color: #f8f8f2 } /* Name */
|
.highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
|
||||||
.highlight .o { color: #f92672 } /* Operator */
|
.highlight .cp { color: #009999 } /* Comment.Preproc */
|
||||||
.highlight .p { color: #f8f8f2 } /* Punctuation */
|
.highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */
|
||||||
.highlight .cm { color: #75715e } /* Comment.Multiline */
|
.highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */
|
||||||
.highlight .cp { color: #75715e } /* Comment.Preproc */
|
.highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
|
||||||
.highlight .c1 { color: #75715e } /* Comment.Single */
|
|
||||||
.highlight .cs { color: #75715e } /* Comment.Special */
|
|
||||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||||
|
.highlight .gr { color: #FF0000 } /* Generic.Error */
|
||||||
|
.highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */
|
||||||
|
.highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
|
||||||
|
.highlight .go { color: #AAAAAA } /* Generic.Output */
|
||||||
|
.highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */
|
||||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||||
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
|
.highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */
|
||||||
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
|
.highlight .gt { color: #99CC66 } /* Generic.Traceback */
|
||||||
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
|
.highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */
|
||||||
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
|
.highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */
|
||||||
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
|
.highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */
|
||||||
.highlight .kt { color: #66d9ef } /* Keyword.Type */
|
.highlight .kp { color: #006699 } /* Keyword.Pseudo */
|
||||||
.highlight .ld { color: #e6db74 } /* Literal.Date */
|
.highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */
|
||||||
.highlight .m { color: #ae81ff } /* Literal.Number */
|
.highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */
|
||||||
.highlight .s { color: #e6db74 } /* Literal.String */
|
.highlight .m { color: #FF6600 } /* Literal.Number */
|
||||||
.highlight .na { color: #a6e22e } /* Name.Attribute */
|
.highlight .s { color: #CC3300 } /* Literal.String */
|
||||||
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
|
.highlight .na { color: #330099 } /* Name.Attribute */
|
||||||
.highlight .nc { color: #a6e22e } /* Name.Class */
|
.highlight .nb { color: #336666 } /* Name.Builtin */
|
||||||
.highlight .no { color: #66d9ef } /* Name.Constant */
|
.highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */
|
||||||
.highlight .nd { color: #a6e22e } /* Name.Decorator */
|
.highlight .no { color: #336600 } /* Name.Constant */
|
||||||
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
|
.highlight .nd { color: #9999FF } /* Name.Decorator */
|
||||||
.highlight .ne { color: #a6e22e } /* Name.Exception */
|
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
|
||||||
.highlight .nf { color: #a6e22e } /* Name.Function */
|
.highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */
|
||||||
.highlight .nl { color: #f8f8f2 } /* Name.Label */
|
.highlight .nf { color: #CC00FF } /* Name.Function */
|
||||||
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
|
.highlight .nl { color: #9999FF } /* Name.Label */
|
||||||
.highlight .nx { color: #a6e22e } /* Name.Other */
|
.highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */
|
||||||
.highlight .py { color: #f8f8f2 } /* Name.Property */
|
.highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */
|
||||||
.highlight .nt { color: #f92672 } /* Name.Tag */
|
.highlight .nv { color: #003333 } /* Name.Variable */
|
||||||
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
|
.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
|
||||||
.highlight .ow { color: #f92672 } /* Operator.Word */
|
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
||||||
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
|
.highlight .mf { color: #FF6600 } /* Literal.Number.Float */
|
||||||
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
|
.highlight .mh { color: #FF6600 } /* Literal.Number.Hex */
|
||||||
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
|
.highlight .mi { color: #FF6600 } /* Literal.Number.Integer */
|
||||||
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
|
.highlight .mo { color: #FF6600 } /* Literal.Number.Oct */
|
||||||
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
|
.highlight .sb { color: #CC3300 } /* Literal.String.Backtick */
|
||||||
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
|
.highlight .sc { color: #CC3300 } /* Literal.String.Char */
|
||||||
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
|
.highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
|
||||||
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
|
.highlight .s2 { color: #CC3300 } /* Literal.String.Double */
|
||||||
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
|
.highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */
|
||||||
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
|
.highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */
|
||||||
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
|
.highlight .si { color: #AA0000 } /* Literal.String.Interpol */
|
||||||
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
|
.highlight .sx { color: #CC3300 } /* Literal.String.Other */
|
||||||
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
|
.highlight .sr { color: #33AAAA } /* Literal.String.Regex */
|
||||||
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
|
.highlight .s1 { color: #CC3300 } /* Literal.String.Single */
|
||||||
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
|
.highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */
|
||||||
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
|
.highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */
|
||||||
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
|
.highlight .vc { color: #003333 } /* Name.Variable.Class */
|
||||||
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
|
.highlight .vg { color: #003333 } /* Name.Variable.Global */
|
||||||
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
|
.highlight .vi { color: #003333 } /* Name.Variable.Instance */
|
||||||
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
|
.highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */
|
||||||
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
|
|
||||||
|
.type-csharp .highlight .k { color: #0000FF }
|
||||||
|
.type-csharp .highlight .kt { color: #0000FF }
|
||||||
|
.type-csharp .highlight .nf { color: #000000; font-weight: normal }
|
||||||
|
.type-csharp .highlight .nc { color: #2B91AF }
|
||||||
|
.type-csharp .highlight .nn { color: #000000 }
|
||||||
|
.type-csharp .highlight .s { color: #A31515 }
|
||||||
|
.type-csharp .highlight .sc { color: #A31515 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user