summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/MediaWiki.html2
-rw-r--r--examples/basic.html2
-rw-r--r--index.html12
3 files changed, 8 insertions, 8 deletions
diff --git a/examples/MediaWiki.html b/examples/MediaWiki.html
index e7b098d..67550a7 100644
--- a/examples/MediaWiki.html
+++ b/examples/MediaWiki.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>MediaWiki</title>
<link href="../css/cli-demo.css" rel="stylesheet" type="text/css"/>
- <script src="http://code.jquery.com/jquery.js"></script>
+ <script src="//code.jquery.com/jquery.js"></script>
<script src="../js/cli-demo.js"></script>
<script src="../js/init.js"></script>
</head>
diff --git a/examples/basic.html b/examples/basic.html
index 7a08d7c..0166053 100644
--- a/examples/basic.html
+++ b/examples/basic.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Basic Example</title>
<link href="../css/cli-demo.css" rel="stylesheet" type="text/css"/>
- <script src="http://code.jquery.com/jquery.js"></script>
+ <script src="//code.jquery.com/jquery.js"></script>
<script src="../js/cli-demo.js"></script>
<script src="../js/init.js"></script>
</head>
diff --git a/index.html b/index.html
index 8be8e99..09658bd 100644
--- a/index.html
+++ b/index.html
@@ -5,8 +5,8 @@
<title>CLI Demo</title>
<link href="https://google-code-prettify.googlecode.com/svn/trunk/styles/sunburst.css" rel="stylesheet" type="text/css" />
<link href="css/cli-demo.css" rel="stylesheet" type="text/css" />
- <script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
- <script src="http://code.jquery.com/jquery.js"></script>
+ <script src="//google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
+ <script src="//code.jquery.com/jquery.js"></script>
<script src="js/cli-demo.js"></script>
<script src="js/init.js"></script>
<style>
@@ -20,11 +20,11 @@ body {
<h2>Overview</h2>
-This jQuery plugin provides a simple way to create animations of terminal activities for demonstration purposes.
+This jQuery plugin provides a simple way to create CLI demonstration.
<h2>Quick Start</h2>
-Execute the actual operations in the terminal:
+Execute the actual CLI operations:
<pre class="prettyprint" style="width: 700px; margin: 1em 0px;">
$ ls /usr/lib
anaconda-runtime games locale rpm sendmail.postfix
@@ -37,7 +37,7 @@ dbus misc postfix rsyslog yum
$
</pre>
-Copy and paste the content of the terminal into a &lt;div class="cli-demo"&gt; in an HTML page. Mark the parts that are manually typed with &lt;span class="cli-demo-input"&gt;.
+Copy and paste the CLI input and output into a &lt;div class="cli-demo"&gt; or &lt;pre class="cli-demo"&gt; in an HTML page. Mark the parts that are manually typed with &lt;span class="cli-demo-input"&gt;.
<pre class="prettyprint" style="width: 700px; margin: 1em 0px;">
&lt;html&gt;
@@ -64,7 +64,7 @@ Include the JS and CSS files in the header and execute the plugin:
&lt;html&gt;
&lt;head&gt;
&lt;link href="css/cli-demo.css" rel="stylesheet" type="text/css"/&gt;
- &lt;script src="http://code.jquery.com/jquery.js"&gt;&lt;/script&gt;
+ &lt;script src="//code.jquery.com/jquery.js"&gt;&lt;/script&gt;
&lt;script src="js/cli-demo.js"&gt;&lt;/script&gt;
&lt;script&gt;
$(function() {