34 lines
2.1 KiB
HTML
34 lines
2.1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Yarr..</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 | Yarr..</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Babylonia’s down, probably for the weekend. Fucky.</p>
|
|
<p>Anyway, got some ideas for indexing my site with graphs using <em>dot</em> or <em>neato</em> (though probably dot, since not all links are bidirectional. This, however, would be trivial to fix once the origional graph is made. Once a file is added or edited, a revision program could be run to put a ‘pages that link to this page’ section in the document). Also thinking about adding a Rampancy .dme.</p>
|
|
<p>The Syntax highlighter is coming along fine. Or.. it was until babylonia went down. The problem is that I’m using Parse::RecDescent’s version of BNF for the syntax files, and that mows right through \n’s, so it’s turning into a sort of ‘tidy’ program that indents and spaces everything nicely. Maybe. It also works as a validator, either highlighting in red(reversevid()) or not highlighting at all anything that doesn’t match a rule. <a href="http://ranna.bolognia.net/available/in-progress/syn/xml.syn" target="_blank">Here</a>‘s a syntax file, even though you won’t be able to see until babylonia gets back up.</p>
|
|
<p>I miss Andrew</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2002-08-16 21:15:21</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>
|