summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2015-05-08 20:28:12 +0000
committerEndi S. Dewata <edewata@redhat.com>2015-05-08 20:28:12 +0000
commitbe8bbd878352db62562431830f1abadd6f27bfd1 (patch)
tree518986bd510080e9b542c8f016c6278279c59326 /index.html
parentbf774eaa59db068accb5ef4629aad4d30cb65871 (diff)
downloadcli-demo-be8bbd878352db62562431830f1abadd6f27bfd1.tar.gz
cli-demo-be8bbd878352db62562431830f1abadd6f27bfd1.tar.xz
cli-demo-be8bbd878352db62562431830f1abadd6f27bfd1.zip
Removed protocol from JavaScript URL.
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 6 insertions, 6 deletions
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() {