-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFAQ.html
106 lines (70 loc) · 3.8 KB
/
FAQ.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Cowsay - FAQ">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>FAQ - Cowsay</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/cowsay-org/cowsay">View on GitHub</a>
<h1 id="project_title">Cowsay</h1>
<h2 id="project_tagline">Classic configurable talking cows</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<!-- Navigation header -->
<center>
<a href="index.html">Home</a> |
<a href="FAQ.html">FAQ</a> |
<a href="roadmap.html">Roadmap</a> |
<a href="community.html">Community</a>
</center>
<!-- End navigation header -->
<h1>
<a id="FAQ" class="anchor" href="#FAQ" aria-hipen="true"><span aria-hipen="true" class="octicon octicon-link"></span></a>FAQ</h1>
<h5>What's the difference between "classic" cowsay and cowsay-apj?</h5>
<p>
Classic cowsay (AKA "rank amateur cowsay") is the original cowsay project by Tony Monroe.
Cowsay-apj (this project) is Andrew Janke's 2016 fork of classic cowsay, intended to make cowsay readily available to a modern audience.
All the functionality, core code, and cows in cowsay come from Tony Monroe's classic cowsay. The GitHub hosting, project management, heavyweight software development process, and bureaucratic aspects are added by cowsay-apj.
</p>
<h5>Does cowsay support J2EE or other Oracle Middleware?</h5>
<p>Not at this time.</p>
<h5>Does cowsay support PeopleSoft?</h5>
<p>Not at this time.</p>
<h5>Does cowsay support SOAP/XSD/WSDL bindings?</h5>
<p>Not at this time.</p>
<h5>Is there a CORBA binding for cowsay?</h5>
<p>Not at this time.</p>
<h5>Is there a COM/ActiveX control for cowsay?</h5>
<p>Not at this time.</p>
<h5>Why use .diamonds as the TLD for your web address?</h5>
<p>Empirically speaking, .diamonds is the funniest gTLD for domain names.</p>
<p>While no whole-population studies have been done, existing field experiments with college students and frequent online media consumers demonstrate a clear advantage for .diamonds, with observed per-impression responses regularly in the 200 millichortle range.</p>
<img src="images/gtld_humor_response.png"/>
<p>We look forward to future research that provides a theoretical framework for the <i>a priori</i> evaluation of the relative humor value of domain names, but as of yet little has been published in this area, so for now we have to rely on experimental results comparing extant TLDs and our own judgment.</p>
<h5>This web site is obviously a cheap auto-generated GitHub Pages site. How did you get more than one page in it?</h5>
<p>I used GitHub's auto-generator to make the main page, and then made the rest by hand in HTML, making liberal use of copy-and-paste. The navigation bar at the top is a manual addition, not a feature of the page generator. I also adjusted the links to account for the fact that this Pages site is stored in a separate repo from the main project.
</p>
<h5>Where can I find the repo for this website?</h5>
<p><a href="https://github.com/cowsay-org/cowsay-www">https://github.com/cowsay-org/cowsay-www</a></p>
<h5>Is this a joke?</h5>
<p>Yes, but it's only funny because we take it seriously.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Cowsay maintained by <a href="https://github.com/cowsay-org">cowsay-org</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>