48 lines
2.1 KiB
HTML
48 lines
2.1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Pig-english: a code language for Latin</title>
|
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<h1>Zk | Pig-english: a code language for Latin</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Heh. Thanks to <lj user="alcarilinque"></lj> for the idea. I found it in his LJ after following a comment he left in a previous post on throat singing.</p>
|
|
<ul>
|
|
<li>Last and first syllables switched</li>
|
|
<li>Ait at beginning of sentence.</li>
|
|
<li>Alternate sic and tum between words</li>
|
|
<li>
|
|
<p>iam at end.</p>
|
|
</li>
|
|
<li>
|
|
<p>Poetic Rules apply (erunt -> ere, poetic plurals, &c. Elision gets ruined by sic/tum)</p>
|
|
</li>
|
|
<li>Add suffix -it to non-conjugated/declined words and conjugated/declined words of one syllable (don’t switch last/first)</li>
|
|
<li>‘Impossible’ consonant clusters, insert y</li>
|
|
</ul>
|
|
<p>Quo usque tandem abutere, Catalina, patientia nostra? Quam diu etiam furor iste tuus nos eludet?
|
|
–>
|
|
Aitquo sic queus tum emdytamit sic rebutera, tum Atalinaca, sic atientipa tum rastynoiam? Aitquam sic udi tum amytie sic orfur tum teis sic ustu tum sic nosit tum etyludeiam?</p>
|
|
<p>It’s like a steganographic artlang from Latin ^^ I’m a geek, but forgive me, I just took a history final. Now I truly am done with school :o</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2004-06-01 09:58:57</p>
|
|
</footer>
|
|
</main>
|
|
<script type="text/javascript">
|
|
document.querySelectorAll('.tag').forEach(tag => {
|
|
let text = tag.innerText;
|
|
tag.innerText = '';
|
|
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|