File tree 6 files changed +72
-1764
lines changed
6 files changed +72
-1764
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
1
2
< html >
2
3
< 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 >
3
19
</ 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 >
6
39
</ body >
7
40
</ html >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
1
2
< html >
2
3
< 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 >
3
19
</ 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 >
6
39
</ body >
7
40
</ html >
You can’t perform that action at this time.
0 commit comments