DISREGARD THAT, I LOVE PONIES

This commit is contained in:
Erkin Batu Altunbaş 2013-06-01 13:52:39 +03:00
parent 8eec4b9ec5
commit e160731bae

View file

@ -1,86 +1,40 @@
<!DOCTYPE HTML> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset='utf-8'> <meta charset='utf-8'>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="screen.css" media="screen"/> <link rel="stylesheet" type="text/css" href="../screen.css" media="screen"/>
<title>ponysay</title> <title>ponysay</title>
</head> </head>
<body> <body>
<p>
<div class="header"> <code>ponysay</code> — a cowsay reimplemention for ponies
<table class="header" valign="middle"> </p>
<tr> <p>
<td class="title">ponysay</td> ponysay as an awesome terminal application to display ponies speaking messages in your terminal.<br/>
<td class="headspace"></td><td><a target="page" href="./pages/index.html">Introduction</a></td> It has many features; you can use its <code>info</code> manual to explore them, the manual is <br/>
<td class="headspace"></td><td><a target="page" href="./pages/ponysay/index.html">Manual</a></td> available <b><a href="./ponysay/index.html">here</a></b> and <b><a href="https://github.com/erkin/ponysay/blob/master/ponysay.pdf?raw=true">here</a></b> as PDF. On the left you can find a few recommended<br/>
<td class="headspace"></td><td><a target="page" href="./pages/ponysay/Ponysay-license.html#Ponysay-license">Licence</a></td> sections of the manual to read, if you are not up for reading the entire manual.
<td class="headspace"></td><td><a target="page" href="./pages/ponysay/Ponysay-contributors.html#Ponysay-contributors">Contributors</a></td> </p>
<td class="headspace"></td><td><a target="page" href="./pages/ponysay/Change-log.html#Change-log">Change Log</a></td> <p>
<td class="headspace"></td><td><a href="http://www.github.com/erkin/ponysay">GitHub Repository↗</a></td> If you cannot find a package for ponysay in your operating system's repositories, take a look <b><a href="./ponysay/Package-repositories.html#Package-repositories">here</a></b> or build it yourself.<br/>
</tr> On most systems with the base and base-devel packages with Python 3 installed,<br/>
</table> downloading the software and running <code>sudo ./setup.py --everything install</code><br/>
</div> should suffice to install ponysay, complete with everything it has to offer. If you are not privileged to run as<br/>
superuser you can install it only for your user by omitting <code>sudo</code> and appending<br/>
<div class="main"> <code>--private</code>.<br/>
<table class="main"> </p>
<col id="left"/> <p>
<col id="right"/> If you are missing your favourite pony, <b><a href="https://github.com/erkin/ponysay/issues?direction=desc&sort=created&state=open">ask</a></b> and we shall add it (as soon as possible).
<tr> </p>
<p>
<td valign="top"> <img alt="derpy screenshot" src="../screenshot.png">
<table> </p>
<cols class="image"/> <p>
<cols class="sep"/> <i>Today your terminal, tomorrow the world!</i>
<cols/> </p>
<tr>
<td><img alt="ponysay example" src="bonbonlyra.png"/></td>
<td></td>
</tr>
<tr>
<td>
<br/>
<table class="fill">
<tr>
<td class="fill"></td>
<td>
<i>recommended reading:</i><br/>
<a target="page" href="./pages/ponysay/Installing.html">Installing</a><br/>
<a target="page" href="./pages/ponysay/Invoking-ponysay.html">Basic usage</a><br/>
<a target="page" href="./pages/ponysay/Advanced-usage.html">Advanced usage</a><br/>
<a target="page" href="./pages/ponysay/Environment-variables.html">Configurations</a><br/>
<br/>
<i>external links:</i><br/>
<a target="page" href="./pages/youtube-demo.html">Demonstration</a><br/>
<a target="page" href="./pages/fortune+ponysay.html">ponysay fortunes</a><br/>
<br/>
</td>
</tr>
</table>
</td>
<td></td>
</tr>
</table>
</td>
<td valign="top">
<div id="text"><iframe id="page" name="page" src="./pages/index.html"></iframe></div>
</td>
</tr>
</table>
</div>
</body> </body>
</html> </html>