diff options
author | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2011-06-06 22:30:14 +0000 |
---|---|---|
committer | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2011-06-06 22:30:14 +0000 |
commit | 7d4e05c4565094deeb6b35cbde4ebc90bac29e74 (patch) | |
tree | caf7fc4938aa97def02ef6f896e74b95e65cd69c | |
parent | 7becd2d8b7e1a1b9a4fb860b27c5ae25137fcc7a (diff) |
Fixed gh-pages mixup
-rw-r--r-- | index.html | 49 |
1 files changed, 21 insertions, 28 deletions
@@ -3,7 +3,7 @@ <head> <meta charset='utf-8'> - <title>bluepeppers/archey3 @ GitHub</title> + <title>Archey3</title> <style type="text/css"> body { @@ -33,44 +33,37 @@ <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> - <div id="container"> - - <div class="download"> - <a href="http://github.com/bluepeppers/archey3/zipball/master"> - <img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a> - <a href="http://github.com/bluepeppers/archey3/tarball/master"> - <img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a> - </div> - <h1><a href="http://github.com/bluepeppers/archey3">Archey3</a> - <span class="small">by <a href="http://github.com/bluepeppers">bluepeppers</a></span></h1> + <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><h2>Dependencies</h2> -<p>logbook, python, imagemagick (for screenshotting only)</p> -<h2>Authors</h2> -<p>Laurie Clark-Michalek (bluepeppers@archlinux.us)
<br/>Melik Manukyan (melik@archlinux.us)
<br/>unexist (unexist@dorfelite.net)
<br/>
<br/> </p> -<h2>Contact</h2> -<p>Laurie Clark-Michalek (bluepeppers@archlinux.us)
<br/> </p> + <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>Download</h2> - <p> - You can download this project in either - <a href="http://github.com/bluepeppers/archey3/zipball/master">zip</a> or - <a href="http://github.com/bluepeppers/archey3/tarball/master">tar</a> formats. - </p> - <p>You can also clone the project with <a href="http://git-scm.com">Git</a> - by running: + <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> - <div class="footer"> - get the source code on GitHub : <a href="http://github.com/bluepeppers/archey3">bluepeppers/archey3</a> - </div> +<h2>Authors</h2> +<p>Laurie Clark-Michalek (bluepeppers@archlinux.us)
<br/>Melik Manukyan (melik@archlinux.us)
<br/>unexist (unexist@dorfelite.net)
<br/> </div> |