Commit 9b297bd6 authored by Bas de Nooijer's avatar Bas de Nooijer

Create gh-pages branch via GitHub

parent 2c47afc9
images/hr.png

130 Bytes

<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-us"> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset='utf-8'>
<title>Solarium by solariumphp</title> <meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1"> <link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen"> <link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Solarium by solariumphp</title>
</head> </head>
<body> <body>
<section class="page-header"> <div id="container">
<h1 class="project-name">Solarium</h1> <div class="inner">
<h2 class="project-tagline">PHP Solr client</h2>
<a href="https://github.com/solariumphp/solarium" class="btn">View on GitHub</a> <header>
<a href="https://github.com/solariumphp/solarium/zipball/master" class="btn">Download .zip</a> <h1>Solarium</h1>
<a href="https://github.com/solariumphp/solarium/tarball/master" class="btn">Download .tar.gz</a> <h2>PHP Solr client</h2>
</header>
<section id="downloads" class="clearfix">
<a href="https://github.com/solariumphp/solarium/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
<a href="https://github.com/solariumphp/solarium/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
<a href="https://github.com/solariumphp/solarium" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section> </section>
<section class="main-content"> <hr>
<section id="main_content">
<h3> <h3>
<a id="solarium-php-solr-client" class="anchor" href="#solarium-php-solr-client" aria-hidden="true"><span class="octicon octicon-link"></span></a>Solarium PHP Solr client</h3> <a id="solarium-php-solr-client" class="anchor" href="#solarium-php-solr-client" aria-hidden="true"><span class="octicon octicon-link"></span></a>Solarium PHP Solr client</h3>
...@@ -77,15 +89,15 @@ If you get a specific error, include as much info as possible. The PHP exception ...@@ -77,15 +89,15 @@ If you get a specific error, include as much info as possible. The PHP exception
<li>Describe your issue well, especially the title. Instead of ‘Select query exception’ use ‘Using a dash in a filterquery tag causes an exception’.</li> <li>Describe your issue well, especially the title. Instead of ‘Select query exception’ use ‘Using a dash in a filterquery tag causes an exception’.</li>
<li>Provide steps to reproduce the issue. A unittest is ideal, but a description of manual steps is also very helpful.</li> <li>Provide steps to reproduce the issue. A unittest is ideal, but a description of manual steps is also very helpful.</li>
</ul> </ul>
</section>
<footer class="site-footer"> <footer>
<span class="site-footer-owner"><a href="https://github.com/solariumphp/solarium">Solarium</a> is maintained by <a href="https://github.com/solariumphp">solariumphp</a>.</span> Solarium is maintained by <a href="https://github.com/solariumphp">solariumphp</a><br>
This page was generated by <a href="https://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer> </footer>
</section>
</div>
</div>
</body> </body>
</html> </html>
/*
Copyright 2014 GitHub Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.pl-c /* comment */ {
color: #969896;
}
.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
.pl-s .pl-v /* string variable */ {
color: #0099cd;
}
.pl-e /* entity */,
.pl-en /* entity.name */ {
color: #9774cb;
}
.pl-s .pl-s1 /* string source */,
.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
color: #ddd;
}
.pl-ent /* entity.name.tag */ {
color: #7bcc72;
}
.pl-k /* keyword, storage, storage.type */ {
color: #cc2372;
}
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
.pl-s /* string */,
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
.pl-sr /* string.regexp */,
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */,
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ {
color: #3c66e2;
}
.pl-v /* variable */ {
color: #fb8764;
}
.pl-id /* invalid.deprecated */ {
color: #e63525;
}
.pl-ii /* invalid.illegal */ {
background-color: #e63525;
color: #f8f8f8;
}
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
color: #7bcc72;
font-weight: bold;
}
.pl-ml /* markup.list */ {
color: #c26b2b;
}
.pl-mh /* markup.heading */,
.pl-mh .pl-en /* markup.heading entity.name */,
.pl-ms /* meta.separator */ {
color: #264ec5;
font-weight: bold;
}
.pl-mq /* markup.quote */ {
color: #00acac;
}
.pl-mi /* markup.italic */ {
color: #ddd;
font-style: italic;
}
.pl-mb /* markup.bold */ {
color: #ddd;
font-weight: bold;
}
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
background-color: #ffecec;
color: #bd2c00;
}
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
background-color: #eaffea;
color: #55a532;
}
.pl-mdr /* meta.diff.range */ {
color: #9774cb;
font-weight: bold;
}
.pl-mo /* meta.output */ {
color: #264ec5;
}
...@@ -186,15 +186,15 @@ blockquote { ...@@ -186,15 +186,15 @@ blockquote {
} }
ul li { ul li {
padding-left: 20px;
list-style-position: inside; list-style-position: inside;
list-style: disc; list-style: disc;
padding-left: 20px;
} }
ol li { ol li {
padding-left: 3px;
list-style-position: inside; list-style-position: inside;
list-style: decimal; list-style: decimal;
padding-left: 3px;
} }
dl dd { dl dd {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment