summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurie Clark-Michalek <bluepeppers@archlinux.us>2011-06-06 23:32:32 +0000
committerLaurie Clark-Michalek <bluepeppers@archlinux.us>2011-06-06 23:32:32 +0000
commitd32c8350a00befdd0628cd0763f28de52173d92b (patch)
treeeb2d950a3c0f98522c6838db203ecf4bfde945fe
parentb341c02dc0d7afa91f87fab66b7d81bf2cb46557 (diff)
Removed gh-pages from master
-rw-r--r--images/default_config.jpgbin39702 -> 0 bytes
-rw-r--r--index.html72
2 files changed, 0 insertions, 72 deletions
diff --git a/images/default_config.jpg b/images/default_config.jpg
deleted file mode 100644
index 7a46ee4..0000000
--- a/images/default_config.jpg
+++ /dev/null
Binary files differ
diff --git a/index.html b/index.html
deleted file mode 100644
index e211acf..0000000
--- a/index.html
+++ /dev/null
@@ -1,72 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta charset='utf-8'>
-
- <title>Archey3</title>
-
- <style type="text/css">
- body {
- margin-top: 1.0em;
- background-color: #9fe123;
- font-family: Helvetica, Arial, FreeSans, san-serif;
- color: #000000;
- }
- #container {
- margin: 0 auto;
- width: 700px;
- }
- h1 { font-size: 3.8em; color: #601edc; margin-bottom: 3px; }
- h1 .small { font-size: 0.4em; }
- h1 a { text-decoration: none }
- h2 { font-size: 1.5em; color: #601edc; }
- h3 { text-align: center; color: #601edc; }
- a { color: #601edc; }
- .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
- .download { float: right; }
- pre { background: #000; color: #fff; padding: 15px;}
- hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
- .footer { text-align:center; padding-top:30px; font-style: italic; }
- </style>
-</head>
-
-<body>
- <a href="http://github.com/bluepeppers/archey3"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
-
- <h1><a href="http://github.com/bluepeppers/archey3">Archey3</a>
- <span class="small">by <a href="http://github.com/bluepeppers">BluePeppers</a></span></h1>
-
- <div class="description">
- Simple python script to print the Archlinux logo with basic system information.
- </div>
-
- <p>Archey3 is a customisable system information printer aimed at people wishing to take screenshots of their desktops.</p>
-
-<img src="images/default_config.jpg"/>
-
- <h2>Install</h2>
- <p>The recommened way of installing Archey3 is via the archlinux user repository. Using an AUR helper such as yaourt, install it with one command. However, if you do not have one installed, you can get it by running:
- <pre>
-$ wget https://aur.archlinux.org/packages/archey3/archey3.tar.gz
-$ tar xfvz archey3.tar.gz
-$ cd archey3
-$ makepkg
-$ pacman -U archey3-*.pkg.tar.xz</pre>
-
-You can then run Archey3 via
-<pre>$ archey</pre>
-or
-<pre>$ archey3</pre>
-
-The above methods installs Archey3 from it's master git repo. If you wish to clone that repo to work on it, either fork it on github, or clone it by running:
- <pre>$ git clone git://github.com/bluepeppers/archey3</pre>
- </p>
-
-<h2>Authors</h2>
-<p>Laurie Clark-Michalek (bluepeppers@archlinux.us) <br/>Melik Manukyan (melik@archlinux.us) <br/>unexist (unexist@dorfelite.net) <br/>
-
- </div>
-
-
-</body>
-</html>