2020-04-25 06:10:06 +00:00
<!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" >
2020-04-25 06:30:08 +00:00
< 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 >
2020-04-25 06:10:06 +00:00
< 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 >
2020-06-24 07:10:07 +00:00
< 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 >
2020-04-25 06:10:06 +00:00
< / ul >
< p > Quo usque tandem abutere, Catalina, patientia nostra? Quam diu etiam furor iste tuus nos eludet?
2020-06-24 07:10:07 +00:00
– >
2020-04-25 06:10:06 +00:00
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 >
2020-06-24 07:10:07 +00:00
< 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 >
2020-04-25 06:10:06 +00:00
< / article >
< footer >
< p > Page generated on 2004-06-01 09:58:57< / p >
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< 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 >
2020-04-25 06:10:06 +00:00
< / body >
< / html >