diff options
author | Victor Häggqvist <[email protected]> | 2014-03-12 19:23:53 +0100 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2014-03-12 19:23:53 +0100 |
commit | 4d5ba29f9dd3aa3a089ca4643384853d2fafffe6 (patch) | |
tree | 6c136b42c18c405926f5951eeb3ae485e06568eb /index.html |
Create gh-pages branch via GitHub
Diffstat (limited to '')
-rw-r--r-- | index.html | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..56a8168 --- /dev/null +++ b/index.html @@ -0,0 +1,92 @@ +<!DOCTYPE html> +<html> + + <head> + <meta charset='utf-8' /> + <meta http-equiv="X-UA-Compatible" content="chrome=1" /> + <meta name="description" content="Xquisitor : XQuisitor (2) The missing parts of http://www.cafeconleche.org/xquisitor/" /> + + <link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css"> + + <title>Xquisitor</title> + </head> + + <body> + + <!-- HEADER --> + <div id="header_wrap" class="outer"> + <header class="inner"> + <a id="forkme_banner" href="https://github.com/victorhaggqvist/xquisitor">View on GitHub</a> + + <h1 id="project_title">Xquisitor</h1> + <h2 id="project_tagline">XQuisitor (2) The missing parts of http://www.cafeconleche.org/xquisitor/</h2> + + <section id="downloads"> + <a class="zip_download_link" href="https://github.com/victorhaggqvist/xquisitor/zipball/master">Download this project as a .zip file</a> + <a class="tar_download_link" href="https://github.com/victorhaggqvist/xquisitor/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> +<a name="xquisitor2" class="anchor" href="#xquisitor2"><span class="octicon octicon-link"></span></a>XQuisitor2</h1> + +<p>XQuisitor2 is based of <a href="http://www.cafeconleche.org/xquisitor/">XQuisitor</a> and extended</p> + +<h1> +<a name="download" class="anchor" href="#download"><span class="octicon octicon-link"></span></a>Download</h1> + +<p>Get current version <a href="https://github.com/victorhaggqvist/xquisitor/archive/master.zip">here</a> then run the appropriate XQuisitor2 file.</p> + +<h1> +<a name="new-freatures" class="anchor" href="#new-freatures"><span class="octicon octicon-link"></span></a>New Freatures</h1> + +<ul> +<li>Syntax Highlighting</li> +<li>Line Numbers</li> +<li>Some settings</li> +</ul><h1> +<a name="stuff-used" class="anchor" href="#stuff-used"><span class="octicon octicon-link"></span></a>Stuff Used</h1> + +<ul> +<li> +<a href="https://github.com/bobbylight/RSyntaxTextArea">RSyntaxTextArea</a> for the coloring goodness and numbering</li> +<li> +<a href="http://sourceforge.net/projects/saxon">Saxon</a> updated to HE 9.5.1.3</li> +</ul><h2> +<a name="disclaimer" class="anchor" href="#disclaimer"><span class="octicon octicon-link"></span></a>Disclaimer</h2> + +<p>XQuisitor2 is offered with out any warranty what so ever.</p> + +<h2> +<a name="license" class="anchor" href="#license"><span class="octicon octicon-link"></span></a>License</h2> + +<p>GPLv2</p> + </section> + </div> + + <!-- FOOTER --> + <div id="footer_wrap" class="outer"> + <footer class="inner"> + <p class="copyright">Xquisitor maintained by <a href="https://github.com/victorhaggqvist">victorhaggqvist</a></p> + <p>Published with <a href="http://pages.github.com">GitHub Pages</a></p> + </footer> + </div> + + <script type="text/javascript"> + 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")); + </script> + <script type="text/javascript"> + try { + var pageTracker = _gat._getTracker("UA-48919414-1"); + pageTracker._trackPageview(); + } catch(err) {} + </script> + + + </body> +</html> |