Skip to content

Commit bb51c1e

Browse files
committed
Use reference per guide
1 parent 6dc5af6 commit bb51c1e

6 files changed

+72
-1764
lines changed

guide/070/reference.html

+35-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,40 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
4+
<title>Profanity, a console based XMPP client - Command Reference</title>
5+
<meta charset="utf-8">
6+
<meta http-equiv="Expires" content="-1">
7+
<meta http-equiv="Pragma" content="no-cache">
8+
<meta http-equiv="Cache-Control" content="no-cache">
9+
<link href="../../css/profanity.css" type="text/css" rel="stylesheet">
10+
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
11+
<script type="text/javascript" src="../../js/jquery.min.js"></script>
12+
<script type="text/javascript" src="../../js/analytics.js"></script>
13+
<script>
14+
$(function(){
15+
$("#ref_toc_include").load("toc_fragment.html");
16+
$("#ref_main_include").load("main_fragment.html");
17+
});
18+
</script>
319
</head>
4-
</body>
5-
<script>window.location = "https://profanity-im.github.io/reference.html";</script>
20+
<body id="article">
21+
<img class="overlay" src="images/profanity_mouth-only.png" alt="Profanity Illustration">
22+
<header>
23+
<a href="userguide.html"><h1>User Guide</h1></a>
24+
<h2>Command Reference</h2>
25+
</header>
26+
<article id="manual">
27+
<section>
28+
<h3>Contents</h3>
29+
<span id="ref_toc_include"></span>
30+
</section>
31+
<section>
32+
<h3>Commands</h3>
33+
<span id="ref_main_include"></span>
34+
</section>
35+
</article>
36+
<footer>
37+
<p class="matty">site designed by <a href="http://www.matthewbalaam.co.uk">Matthew Balaam</a></p>
38+
</footer>
639
</body>
740
</html>

guide/070/reference1.html

-40
This file was deleted.

guide/latest/reference.html

+35-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,40 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
4+
<title>Profanity, a console based XMPP client - Command Reference</title>
5+
<meta charset="utf-8">
6+
<meta http-equiv="Expires" content="-1">
7+
<meta http-equiv="Pragma" content="no-cache">
8+
<meta http-equiv="Cache-Control" content="no-cache">
9+
<link href="../../css/profanity.css" type="text/css" rel="stylesheet">
10+
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
11+
<script type="text/javascript" src="../../js/jquery.min.js"></script>
12+
<script type="text/javascript" src="../../js/analytics.js"></script>
13+
<script>
14+
$(function(){
15+
$("#ref_toc_include").load("toc_fragment.html");
16+
$("#ref_main_include").load("main_fragment.html");
17+
});
18+
</script>
319
</head>
4-
</body>
5-
<script>window.location = "https://profanity-im.github.io/reference.html";</script>
20+
<body id="article">
21+
<img class="overlay" src="images/profanity_mouth-only.png" alt="Profanity Illustration">
22+
<header>
23+
<a href="userguide.html"><h1>User Guide</h1></a>
24+
<h2>Command Reference</h2>
25+
</header>
26+
<article id="manual">
27+
<section>
28+
<h3>Contents</h3>
29+
<span id="ref_toc_include"></span>
30+
</section>
31+
<section>
32+
<h3>Commands</h3>
33+
<span id="ref_main_include"></span>
34+
</section>
35+
</article>
36+
<footer>
37+
<p class="matty">site designed by <a href="http://www.matthewbalaam.co.uk">Matthew Balaam</a></p>
38+
</footer>
639
</body>
740
</html>

0 commit comments

Comments
 (0)