mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-23 04:47:59 +01:00
84 lines
3.1 KiB
HTML
84 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<meta name="viewport" content="width=640" />
|
|
|
|
<link rel="stylesheet" href="stylesheets/core.css" media="screen"/>
|
|
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)"/>
|
|
<link rel="stylesheet" href="stylesheets/pygment_trac.css"/>
|
|
|
|
<script type="text/javascript" src="javascripts/modernizr.js"></script>
|
|
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
|
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function () {
|
|
$('#main_content').headsmart()
|
|
})
|
|
</script>
|
|
<title>ponysay by erkin</title>
|
|
</head>
|
|
|
|
<body>
|
|
<a id="forkme_banner" href="https://github.com/erkin/ponysay">Fork Me on GitHub</a>
|
|
<div class="shell">
|
|
|
|
<header>
|
|
<span class="ribbon-outer">
|
|
<span class="ribbon-inner">
|
|
<h1>ponysay</h1>
|
|
<h2>Pony wrapper for cowsay.</h2>
|
|
</span>
|
|
<span class="left-tail"></span>
|
|
<span class="right-tail"></span>
|
|
</span>
|
|
</header>
|
|
|
|
<section id="downloads">
|
|
<span class="inner">
|
|
<a href="https://github.com/erkin/ponysay/zipball/master" class="zip"><em>download</em> .ZIP</a><a href="https://github.com/erkin/ponysay/tarball/master" class="tgz"><em>download</em> .TGZ</a>
|
|
</span>
|
|
</section>
|
|
|
|
<span class="banner-fix"></span>
|
|
|
|
<section id="main_content">
|
|
<h3>ponysay</h3>
|
|
|
|
<p><strong>ponysay</strong> is a cowsay wrapper that is written solely for ponies.</p>
|
|
|
|
<p>It depends on <a href="http://www.nog.net/~tony/warez/cowsay.shtml">cowsay</a> for obvious reasons.</p>
|
|
|
|
<h3>FAQ</h3>
|
|
|
|
<p><strong>Q:</strong> The output looks like a mess in <em>(TTY/PuTTY/other)</em>!</p>
|
|
|
|
<p><strong>A:</strong> Unfortunately, there's nothing much we can do about it. See <a href="https://github.com/erkin/ponysay/issues/1"> issue 1</a>.
|
|
|
|
<p><strong>Q:</strong> You are missing <em>(my-favourite-pony)</em>!</p>
|
|
|
|
<p><strong>A:</strong> Ask and we'll add!</p>
|
|
|
|
<p><strong>Q:</strong> Which programs do you use to generate the pony files?</p>
|
|
|
|
<p><strong>A:</strong> The pony files are actually <a href="http://web.student.tuwien.ac.at/~e0427417/browser-ponies/ponies.html">browser ponies</a> that are generated into cow files via <a href="https://github.com/rossy2401/img2xterm">img2xterm</a>.</p>
|
|
</section>
|
|
|
|
<footer>
|
|
<span class="ribbon-outer">
|
|
<span class="ribbon-inner">
|
|
<p>this project by <a href="https://github.com/erkin">erkin</a> can be found on <a href="https://github.com/erkin/ponysay">GitHub</a></p>
|
|
</span>
|
|
<span class="left-tail"></span>
|
|
<span class="right-tail"></span>
|
|
</span>
|
|
<p>Generated with <a href="http://pages.github.com">GitHub Pages</a> using Merlot</p>
|
|
<span class="octocat"></span>
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html>
|