Skip to content

Commit

Permalink
Repo cleanup
Browse files Browse the repository at this point in the history
This repo wasn't maintained in a while. So cleaning up
  • Loading branch information
subins2000 committed Dec 22, 2016
1 parent 90c5412 commit 15f7288
Show file tree
Hide file tree
Showing 205 changed files with 1,121 additions and 256 deletions.
109 changes: 108 additions & 1 deletion cdn/css/all.css
@@ -1 +1,108 @@
*{margin:0;border:0;padding:0;font-family:Ubuntu;outline:none}body{font-size:14px;line-height:20px}.header{position:absolute;top:0;left:0;right:0;background:#EEE;padding:5px 20px}.header form{display:inline-block}.header .logo{margin-right:10px;text-decoration:none;font-size:22px;display:inline-block;vertical-align:middle;color:#000}.header .searchForm #query{width:180px;-webkit-transition:1s;transition:1s;height:30px;font-size:15px;margin-left:10px}.header .searchForm #query:focus{width:300px}.container{margin:50px auto 30px auto;display:table}.footer{position:fixed;bottom:0;left:0;right:0;background:#EEE;padding:5px 20px}.footer a{margin-right:5px}a[href]{text-decoration:none}a[href]:hover{text-decoration:underline}h1,h2,h3,h4{margin:10px 0}input[type="text"]{padding:3px 5px;outline:none;border:1px solid #EEE;border-radius:2px;display:inline-block;vertical-align:middle}input[type="text"]:hover{border:1px solid #DDD}input[type="text"]:active,input[type="text"]:focus{border:1px solid #4585F1}button,.button{padding:5px 10px;display:inline-block;vertical-align:middle;background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(rgb(71, 135, 237)));background-image:-webkit-linear-gradient(top,#4d90fe,rgb(71, 135, 237));background-image:-moz-linear-gradient(top,#4d90fe,rgb(71, 135, 237));background-image:-ms-linear-gradient(top,#4d90fe,rgb(71, 135, 237));background-image:-o-linear-gradient(top,#4d90fe,rgb(71, 135, 237));background-image:linear-gradient(top,#4d90fe,rgb(71, 135, 237));cursor:pointer;color:#fff;border-radius:2px}button:hover,.button:hover{box-shadow:inset 0 2px 2px rgba(0,0,0,0.1)}.searchForm .shape-search{height:14px;padding:4px 10px;width:35px;fill:#fff}.searchForm button{padding:0;height:30px}
*{
margin:0px;
border:0px;
padding:0px;
font-family: Ubuntu;
outline:none;
}
body{
font-size:14px;
line-height: 20px;
}
.header{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
background: #EEE;
padding: 5px 20px;
}
.header form{
display: inline-block;
}
.header .logo{
margin-right:10px;
text-decoration: none;
font-size:22px;
display: inline-block;
vertical-align:middle;
color:black;
}
.header .searchForm #query{
width:180px;
-webkit-transition:1s;
transition:1s;
height:30px;
font-size:15px;
margin-left:10px;
}
.header .searchForm #query:focus{
width:300px;
}
.container{
margin: 50px auto 30px auto;
display:table;
}
.footer{
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
background: #EEE;
padding: 5px 20px;
}
.footer a{
margin-right:5px;
}
/* Default Styles */
a[href]{
text-decoration:none;
}
a[href]:hover{
text-decoration:underline;
}
h1,h2,h3,h4{
margin:10px 0px;
}
input[type="text"]{
padding:3px 5px;
outline: none;
border: 1px solid #EEE;
border-radius: 2px;
display: inline-block;
vertical-align:middle;
}
input[type="text"]:hover{
border: 1px solid #DDD;
}
input[type="text"]:active, input[type="text"]:focus{
border: 1px solid #4585F1;
}
button, .button{
padding:5px 10px;
display: inline-block;
vertical-align:middle;
background-color: rgb(77, 144, 254);
background-image: -webkit-gradient(linear,left top,left bottom,from(rgb(77, 144, 254)),to(rgb(71, 135, 237)));
background-image: -webkit-linear-gradient(top,rgb(77, 144, 254),rgb(71, 135, 237));
background-image: -moz-linear-gradient(top,rgb(77, 144, 254),rgb(71, 135, 237));
background-image: -ms-linear-gradient(top,rgb(77, 144, 254),rgb(71, 135, 237));
background-image: -o-linear-gradient(top,rgb(77, 144, 254),rgb(71, 135, 237));
background-image: linear-gradient(top,rgb(77, 144, 254),rgb(71, 135, 237));
cursor: pointer;
color:white;
border-radius:2px;
}
button:hover, .button:hover{
box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
}
.searchForm .shape-search{
height: 14px;
padding:4px 10px;
width: 35px;
fill:white;
}
.searchForm button{
padding: 0px;
height:30px;
}
17 changes: 16 additions & 1 deletion cdn/css/index.css
@@ -1 +1,16 @@
.container .searchForm{margin-top:20px;padding:5px}.container .searchForm #query{width:400px;padding:4px 5px;font-size:15px}.container .searchForm .shape-search{width:100px;height:15px}.container .searchForm div,.container .searchForm p{margin-top:10px}
.container .searchForm{
margin-top:20px;
padding:5px;
}
.container .searchForm #query{
width: 400px;
padding:4px 5px;
font-size:15px;
}
.container .searchForm .shape-search{
width: 100px;
height:15px;
}
.container .searchForm div, .container .searchForm p{
margin-top:10px;
}
41 changes: 40 additions & 1 deletion cdn/css/search.css
@@ -1 +1,40 @@
.header .searchForm #query{width:400px !important}.header{text-align:center}.container{width:500px}.container .info{color:#808080}.results{width:500px;margin-top:25px}.result{margin:20px 0}.result .title{margin-bottom:0;font-size:17px}.result .url{font-size:13px;color:#006621;overflow:hidden;height:20px}.pages{width:500px;text-align:center;margin:0 auto 10px auto}.pages .button{margin:0 3px 3px}.pages .button.current{background:#000}
.header .searchForm #query{
width:400px !important;
}
.header{
text-align:center;
}
.container{
width:500px;
}
.container .info{
color: gray;
}
.results{
width: 500px;
margin-top:25px;
}
.result{
margin:20px 0px;
}
.result .title{
margin-bottom: 0px;
font-size: 17px;
}
.result .url{
font-size: 13px;
color: #006621;
overflow:hidden;
height:20px;
}
.pages{
width: 500px;
text-align: center;
margin: 0px auto 10px auto;
}
.pages .button{
margin: 0px 3px 3px;
}
.pages .button.current{
background:black;
}
Expand Up @@ -3,7 +3,7 @@
{
?>
--><div
style="width: 728px !important; margin-right: auto; margin-left: auto;"> <script type="text/javascript">;google_ad_client='ca-pub-4351312586851155';google_ad_slot='2902057176';google_ad_width=728;google_ad_height=90;</script> <script type="text/javascript"
style="width: 728px !important; margin-right: auto; margin-left: auto;"> <script type="text/javascript">google_ad_client="ca-pub-4351312586851155";google_ad_slot="2902057176";google_ad_width=728;google_ad_height=90;</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </div><br
/><!--
<?php
Expand Down
Expand Up @@ -2,7 +2,11 @@
PHPCrawler::PHPCrawler()</title><meta
name="keywords" content="framework, API, manual, class reference, classreference, documentation" /><meta
name="description" content="The class reference contains the detailed description of how to use every class, method, and property." /><link
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">;function show_hide_examples(e){if(document.getElementById('examples').style.display=='none'){document.getElementById('examples').style.display=''}else{document.getElementById('examples').style.display='none'}};</script> </head><body><div
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">function show_hide_examples(mode)
{if(document.getElementById("examples").style.display=="none")
{document.getElementById("examples").style.display="";}
else
{document.getElementById("examples").style.display="none";}}</script> </head><body><div
id="outer"><h1 id="head">
<span>Method:
PHPCrawler::PHPCrawler()</span></h1><h2 id="head">
Expand Down
Expand Up @@ -2,7 +2,11 @@
PHPCrawler::addBasicAuthentication()</title><meta
name="keywords" content="framework, API, manual, class reference, classreference, documentation" /><meta
name="description" content="The class reference contains the detailed description of how to use every class, method, and property." /><link
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">;function show_hide_examples(e){if(document.getElementById('examples').style.display=='none'){document.getElementById('examples').style.display=''}else{document.getElementById('examples').style.display='none'}};</script> </head><body><div
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">function show_hide_examples(mode)
{if(document.getElementById("examples").style.display=="none")
{document.getElementById("examples").style.display="";}
else
{document.getElementById("examples").style.display="none";}}</script> </head><body><div
id="outer"><h1 id="head">
<span>Method:
PHPCrawler::addBasicAuthentication()</span></h1><h2 id="head">
Expand Down
Expand Up @@ -2,7 +2,11 @@
PHPCrawler::addContentTypeReceiveRule()</title><meta
name="keywords" content="framework, API, manual, class reference, classreference, documentation" /><meta
name="description" content="The class reference contains the detailed description of how to use every class, method, and property." /><link
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">;function show_hide_examples(e){if(document.getElementById('examples').style.display=='none'){document.getElementById('examples').style.display=''}else{document.getElementById('examples').style.display='none'}};</script> </head><body><div
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">function show_hide_examples(mode)
{if(document.getElementById("examples").style.display=="none")
{document.getElementById("examples").style.display="";}
else
{document.getElementById("examples").style.display="none";}}</script> </head><body><div
id="outer"><h1 id="head">
<span>Method:
PHPCrawler::addContentTypeReceiveRule()</span></h1><h2 id="head">
Expand Down
Expand Up @@ -2,7 +2,11 @@
PHPCrawler::addFollowMatch()</title><meta
name="keywords" content="framework, API, manual, class reference, classreference, documentation" /><meta
name="description" content="The class reference contains the detailed description of how to use every class, method, and property." /><link
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">;function show_hide_examples(e){if(document.getElementById('examples').style.display=='none'){document.getElementById('examples').style.display=''}else{document.getElementById('examples').style.display='none'}};</script> </head><body><div
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">function show_hide_examples(mode)
{if(document.getElementById("examples").style.display=="none")
{document.getElementById("examples").style.display="";}
else
{document.getElementById("examples").style.display="none";}}</script> </head><body><div
id="outer"><h1 id="head">
<span>Method:
PHPCrawler::addFollowMatch()</span></h1><h2 id="head">
Expand Down
Expand Up @@ -2,7 +2,11 @@
PHPCrawler::addLinkExtractionTags()</title><meta
name="keywords" content="framework, API, manual, class reference, classreference, documentation" /><meta
name="description" content="The class reference contains the detailed description of how to use every class, method, and property." /><link
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">;function show_hide_examples(e){if(document.getElementById('examples').style.display=='none'){document.getElementById('examples').style.display=''}else{document.getElementById('examples').style.display='none'}};</script> </head><body><div
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">function show_hide_examples(mode)
{if(document.getElementById("examples").style.display=="none")
{document.getElementById("examples").style.display="";}
else
{document.getElementById("examples").style.display="none";}}</script> </head><body><div
id="outer"><h1 id="head">
<span>Method:
PHPCrawler::addLinkExtractionTags()</span></h1><h2 id="head">
Expand Down
Expand Up @@ -2,7 +2,11 @@
PHPCrawler::addLinkPriority()</title><meta
name="keywords" content="framework, API, manual, class reference, classreference, documentation" /><meta
name="description" content="The class reference contains the detailed description of how to use every class, method, and property." /><link
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">;function show_hide_examples(e){if(document.getElementById('examples').style.display=='none'){document.getElementById('examples').style.display=''}else{document.getElementById('examples').style.display='none'}};</script> </head><body><div
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">function show_hide_examples(mode)
{if(document.getElementById("examples").style.display=="none")
{document.getElementById("examples").style.display="";}
else
{document.getElementById("examples").style.display="none";}}</script> </head><body><div
id="outer"><h1 id="head">
<span>Method:
PHPCrawler::addLinkPriority()</span></h1><h2 id="head">
Expand Down
Expand Up @@ -2,7 +2,11 @@
PHPCrawler::addLinkSearchContentType()</title><meta
name="keywords" content="framework, API, manual, class reference, classreference, documentation" /><meta
name="description" content="The class reference contains the detailed description of how to use every class, method, and property." /><link
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">;function show_hide_examples(e){if(document.getElementById('examples').style.display=='none'){document.getElementById('examples').style.display=''}else{document.getElementById('examples').style.display='none'}};</script> </head><body><div
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">function show_hide_examples(mode)
{if(document.getElementById("examples").style.display=="none")
{document.getElementById("examples").style.display="";}
else
{document.getElementById("examples").style.display="none";}}</script> </head><body><div
id="outer"><h1 id="head">
<span>Method:
PHPCrawler::addLinkSearchContentType()</span></h1><h2 id="head">
Expand Down
Expand Up @@ -2,7 +2,11 @@
PHPCrawler::addNonFollowMatch()</title><meta
name="keywords" content="framework, API, manual, class reference, classreference, documentation" /><meta
name="description" content="The class reference contains the detailed description of how to use every class, method, and property." /><link
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">;function show_hide_examples(e){if(document.getElementById('examples').style.display=='none'){document.getElementById('examples').style.display=''}else{document.getElementById('examples').style.display='none'}};</script> </head><body><div
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">function show_hide_examples(mode)
{if(document.getElementById("examples").style.display=="none")
{document.getElementById("examples").style.display="";}
else
{document.getElementById("examples").style.display="none";}}</script> </head><body><div
id="outer"><h1 id="head">
<span>Method:
PHPCrawler::addNonFollowMatch()</span></h1><h2 id="head">
Expand Down
Expand Up @@ -2,7 +2,11 @@
PHPCrawler::addPostData()</title><meta
name="keywords" content="framework, API, manual, class reference, classreference, documentation" /><meta
name="description" content="The class reference contains the detailed description of how to use every class, method, and property." /><link
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">;function show_hide_examples(e){if(document.getElementById('examples').style.display=='none'){document.getElementById('examples').style.display=''}else{document.getElementById('examples').style.display='none'}};</script> </head><body><div
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">function show_hide_examples(mode)
{if(document.getElementById("examples").style.display=="none")
{document.getElementById("examples").style.display="";}
else
{document.getElementById("examples").style.display="none";}}</script> </head><body><div
id="outer"><h1 id="head">
<span>Method:
PHPCrawler::addPostData()</span></h1><h2 id="head">
Expand Down
Expand Up @@ -2,7 +2,11 @@
PHPCrawler::addReceiveContentType()</title><meta
name="keywords" content="framework, API, manual, class reference, classreference, documentation" /><meta
name="description" content="The class reference contains the detailed description of how to use every class, method, and property." /><link
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">;function show_hide_examples(e){if(document.getElementById('examples').style.display=='none'){document.getElementById('examples').style.display=''}else{document.getElementById('examples').style.display='none'}};</script> </head><body><div
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">function show_hide_examples(mode)
{if(document.getElementById("examples").style.display=="none")
{document.getElementById("examples").style.display="";}
else
{document.getElementById("examples").style.display="none";}}</script> </head><body><div
id="outer"><h1 id="head">
<span>Method:
PHPCrawler::addReceiveContentType()</span></h1><h2 id="head">
Expand Down
Expand Up @@ -2,7 +2,11 @@
PHPCrawler::addReceiveToMemoryMatch()</title><meta
name="keywords" content="framework, API, manual, class reference, classreference, documentation" /><meta
name="description" content="The class reference contains the detailed description of how to use every class, method, and property." /><link
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">;function show_hide_examples(e){if(document.getElementById('examples').style.display=='none'){document.getElementById('examples').style.display=''}else{document.getElementById('examples').style.display='none'}};</script> </head><body><div
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">function show_hide_examples(mode)
{if(document.getElementById("examples").style.display=="none")
{document.getElementById("examples").style.display="";}
else
{document.getElementById("examples").style.display="none";}}</script> </head><body><div
id="outer"><h1 id="head">
<span>Method:
PHPCrawler::addReceiveToMemoryMatch()</span></h1><h2 id="head">
Expand Down
Expand Up @@ -2,7 +2,11 @@
PHPCrawler::addReceiveToTmpFileMatch()</title><meta
name="keywords" content="framework, API, manual, class reference, classreference, documentation" /><meta
name="description" content="The class reference contains the detailed description of how to use every class, method, and property." /><link
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">;function show_hide_examples(e){if(document.getElementById('examples').style.display=='none'){document.getElementById('examples').style.display=''}else{document.getElementById('examples').style.display='none'}};</script> </head><body><div
rel="stylesheet" type="text/css" media="screen" href="style.css"> <script name="javascript">function show_hide_examples(mode)
{if(document.getElementById("examples").style.display=="none")
{document.getElementById("examples").style.display="";}
else
{document.getElementById("examples").style.display="none";}}</script> </head><body><div
id="outer"><h1 id="head">
<span>Method:
PHPCrawler::addReceiveToTmpFileMatch()</span></h1><h2 id="head">
Expand Down

0 comments on commit 15f7288

Please sign in to comment.