metanohi-misc-subsites/old-projects/totxt/example1.php

51 lines
4.1 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>totxt example (1)</title>
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
<style type='text/css'>
* {
margin: 0;
padding: 0;
}
pre.totxt {
margin: 5px;
}
</style>
<?php if (!$_SERVER['QUERY_STRING']) { ?>
<script type='text/javascript' src='totxt.js'></script>
<script type='text/javascript'>
window.onload = load_totxt_generator
</script>
<?php } ?>
</head>
<body>
<h1 class='totxt'>Fish</h1>
<h2>What is a fish?</h2>
<p>A fish is any aquatic vertebrate animal that is typically ectothermic (or cold-blooded), covered with scales, and equipped with two sets of paired fins and several unpaired fins. Fish are abundant in the sea and in fresh water, with species being known from mountain streams (e.g., char and gudgeon) as well as in the deepest depths of the ocean (e.g., gulpers and anglerfish).</p>
<p></p>
<p>Food prepared from fish is also called fish, and it is an important food source for humans. They are harvested either from wild fisheries (see fishing) or farmed in much the same way as cattle or chickens (see aquaculture). They are also exploited by recreational fishers and fishkeepers, and are exhibited in public aquaria. Fish have had a role in many cultures through the ages, ranging from deities and religious symbols to the subjects of books and popular movies.</p>
<p><br />From <a href='http://en.wikipedia.org/wiki/Fish'>http://en.wikipedia.org/wiki/Fish</a>. Licensed under CC-BY-SA 3.0.</p>
<h1 class='totxt'>Plain text</h1>
<p>In computing, plain text is a term used for an ordinary "unformatted" sequential file readable as textual material without much processing.</p>
<p></p>
<p>The encoding has traditionally been either ASCII, one of its many derivatives such as ISO/IEC 646 etc., or sometimes EBCDIC. No other encodings are used in plain text files which neither contain any (character-based) structural tags such as heading marks, nor any typographic markers like bold face, italics, etc.</p>
<p></p>
<p>Unicode is today gradually replacing the older ASCII derivatives limited to 7 or 8 bit codes. It will probably serve much the same purposes, but this time permitting almost any human language as well as important punctuation and symbols such as mathematical relations (≠ ≤ ≥ ≈), multiplication (× •), etc, which are not included in the more restricted ASCII set.</p>
<p><br />From <a href='http://en.wikipedia.org/wiki/Plain_text'>http://en.wikipedia.org/wiki/Plain_text</a>. Licensed under CC-BY-SA 3.0.</p>
<h1 class='totxt'>Lojban</h1>
<h2>A logical language</h2>
<p>Lojban (pronounced [ˈloʒban]) is a constructed, syntactically unambiguous human language based on predicate logic. Its predecessor is Loglan, the original logical language by James Cooke Brown.</p>
<p></p>
<p>Development of the language began in 1987 by The Logical Language Group (LLG), who intended to realize Loglan's purposes as well as further complement the language by making it more usable, and freely available (as indicated by its official full English name "Lojban: a realization of Loglan"). After a long initial period of debating and testing, the baseline was completed in 1998 with the publication of The Complete Lojban Language. The name "Lojban" is a combination of loj and ban, which are short forms of logji (logic) and bangu (language), respectively.</p>
<p></p>
<p>The principal sources of its basic vocabulary were the six (at the time) most widely spoken languages: Mandarin, English, Hindi, Spanish, Russian, and Arabic, chosen to reduce the unfamiliarity or strangeness of the root words to people of diverse linguistic backgrounds. The language has drawn on other constructed languages' components, a notable instance of which is Láadan's set of indicators[1].</p>
<p><br />From <a href='http://en.wikipedia.org/wiki/Lojban'>http://en.wikipedia.org/wiki/Lojban</a>. Licensed under CC-BY-SA 3.0.</p>
</body>
</html>