From bf774eaa59db068accb5ef4629aad4d30cb65871 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 25 Nov 2013 06:49:47 +0000 Subject: Renamed to CLI Demo. --- examples/MediaWiki.html | 24 ++++++++++++++++++++++++ examples/basic.html | 10 +++++----- 2 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 examples/MediaWiki.html (limited to 'examples') diff --git a/examples/MediaWiki.html b/examples/MediaWiki.html new file mode 100644 index 0000000..e7b098d --- /dev/null +++ b/examples/MediaWiki.html @@ -0,0 +1,24 @@ + + + + + MediaWiki + + + + + + + +
$ <span class="cli-demo-input">ls /usr/lib</span>
+anaconda-runtime  games  locale     rpm       sendmail.postfix
+ConsoleKit        gcc    python2.6  sendmail  yum-plugins
+$ <span class="cli-demo-input">ls /var/lib</span>
+alternatives  dhclient          nfs       random-seed  stateless
+authconfig    games             plymouth  rhsm         udev
+cs            logrotate.status  polkit-1  rpm          up2date
+dbus          misc              postfix   rsyslog      yum
+$ 
+ + + diff --git a/examples/basic.html b/examples/basic.html index 92e7fe6..7a08d7c 100644 --- a/examples/basic.html +++ b/examples/basic.html @@ -2,18 +2,18 @@ - Basic Terminal - + Basic Example + - + -
$ ls /usr/lib +
$ ls /usr/lib anaconda-runtime games locale rpm sendmail.postfix ConsoleKit gcc python2.6 sendmail yum-plugins -$ ls /var/lib +$ ls /var/lib alternatives dhclient nfs random-seed stateless authconfig games plymouth rhsm udev cs logrotate.status polkit-1 rpm up2date -- cgit