blob: caa6de900b87c31e38edd3b9077b461a46972e4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
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 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 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>
|