diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2013-11-25 06:49:47 +0000 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2013-11-25 06:49:47 +0000 |
| commit | bf774eaa59db068accb5ef4629aad4d30cb65871 (patch) | |
| tree | 8a3035c1d0e4da842c5c28de4b38e418b2d61105 /examples/MediaWiki.html | |
| parent | 28545042084a2f4212b2d97c267a267aae47d55f (diff) | |
| download | cli-demo-bf774eaa59db068accb5ef4629aad4d30cb65871.tar.gz cli-demo-bf774eaa59db068accb5ef4629aad4d30cb65871.tar.xz cli-demo-bf774eaa59db068accb5ef4629aad4d30cb65871.zip | |
Renamed to CLI Demo.
Diffstat (limited to 'examples/MediaWiki.html')
| -rw-r--r-- | examples/MediaWiki.html | 24 |
1 files changed, 24 insertions, 0 deletions
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 @@ +<!DOCTYPE html> +<html> +<head> + <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="../js/cli-demo.js"></script> + <script src="../js/init.js"></script> +</head> +<body> + +<pre class="cli-demo">$ <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 +$ </pre> + +</body> +</html> |
