external links

This commit is contained in:
Mattias Andrée 2012-10-25 07:17:39 +02:00
parent afeec9cc24
commit 741f0b509d
4 changed files with 53 additions and 6 deletions

View file

@ -17,11 +17,11 @@
ponysay
</td>
<td style="width : 100%;">
&nbsp;&nbsp;&nbsp;&nbsp;<a target="page" href="./pages/index.html">intro</a>
&nbsp;&nbsp;&nbsp;&nbsp;<a target="page" href="./pages/ponysay/index.html">manual</a>
&nbsp;&nbsp;&nbsp;&nbsp;<a target="page" href="./pages/ponysay/Ponysay-license.html#Ponysay-license">license</a>
&nbsp;&nbsp;&nbsp;&nbsp;<a target="page" href="./pages/ponysay/Ponysay-contributors.html#Ponysay-contributors">contributors</a>
&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.github.com/erkin/ponysay">github repository↗</a>
   <a target="page" href="./pages/index.html">intro</a>
   <a target="page" href="./pages/ponysay/index.html">manual</a>
   <a target="page" href="./pages/ponysay/Ponysay-license.html#Ponysay-license">license</a>
   <a target="page" href="./pages/ponysay/Ponysay-contributors.html#Ponysay-contributors">contributors</a>
   <a href="http://www.github.com/erkin/ponysay">github repository↗</a>
</td>
</tr>
</table>
@ -47,10 +47,16 @@
<td style="width : 100%;">
</td>
<td>
<i>recommended reading:</i><br/>
<a target="page" href="./pages/ponysay/Installing.html#Installing">Installing </a><br/>
<a target="page" href="./pages/ponysay/Invoking-ponysay.html#Invoking-ponysay">Basic usage </a><br/>
<a target="page" href="./pages/ponysay/Advanced-usage.html#Advanced-usage">Advanced usage </a><br/>
<a target="page" href="./pages/ponysay/Environment-variables.html#Environment-variables">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>

View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta 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"/>
<title>ponysay</title>
</head>
<body>
<br/>
On reddit there is an entry for posting screenshots for fun messages<br/>
you get with when running <code>fortune | ponysay</code>, naturally you<br/>
should <a href="http://www.github.com/maandree/ponypipe">ponify your messages</a>.<br/>
<br/>
Upload your results <a href="http://www.reddit.com/r/mylittlelinux/comments/tzj1f/unofficial_official_fortune_ponysay_thread/">[here]</a>.
</body>
</html>

View file

@ -5,11 +5,12 @@
<meta 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>
</head>
<body>
<br/>
PONYSAY
</body>
</html>

20
pages/youtube-demo.html Normal file
View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta 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"/>
<title>ponysay</title>
</head>
<body>
<br/>
I found this youtube video used to introduce kids to the command line.<br/>
It is just simple demonstraction one the absolute basics of <code>ponysay</code>.<br/>
However, it does not introduce the <code>-f</code> option.<br/>
<br/>
It is 40 seconds long, check it out <a href="https://www.youtube.com/watch?v=fyD2gv9UspU">[here]</a><br/>
</body>
</html>