From 8712fafd667246b8b7a500b1f3dd65cf5615e729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkin=20Batu=20Altunba=C5=9F?= <erkinbatu@gmail.com> Date: Sat, 1 Jun 2013 13:59:17 +0300 Subject: [PATCH] Fix the page layout I accidentally broke. --- pages/index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/index.html b/pages/index.html index 6df1d344..95855137 100644 --- a/pages/index.html +++ b/pages/index.html @@ -15,17 +15,18 @@ </p> <p> ponysay as an awesome terminal application to display ponies speaking messages in your terminal.<br/> - It has many features; you can use its <code>info</code> manual to explore them, the manual is <br/> + It has many features; you can use its <code>info</code> manual to explore them. The manual is <br/> 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/> sections of the manual to read, if you are not up for reading the entire manual. </p> <p> - 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/> + If you cannot find a package for ponysay in your operating system's repositories,<br/> + take a look <b><a href="./ponysay/Package-repositories.html#Package-repositories">here</a></b> or build it yourself.<br/> On most systems with the base and base-devel packages with Python 3 installed,<br/> downloading the software and running <code>sudo ./setup.py --everything install</code><br/> - 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/> - <code>--private</code>.<br/> + should suffice to install ponysay, complete with everything it has to offer.<br/> + If you are not privileged to run as superuser you can install it only for your user<br/> + by omitting <code>sudo</code> and appending <code>--private</code>.<br/> </p> <p> 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).