zk_html/diary/2002-08-08-00:06:28.html

38 lines
2.5 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Alright..</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
<link rel="stylesheet" type="text/css" href="/style.css?2024-05-04" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | Alright..</h1>
</header>
<article class="content">
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
<p>Now that the initial elation is over, I&rsquo;ll actually write something. I don&rsquo;t mean to make this journal very personal, so you probably won&rsquo;t find much about me on here, which is good, &lsquo;cause I&rsquo;m awfully boring. Most of what I&rsquo;ll post here is code snippets, ideas for projects, and finished projects. Getting right to the point..</p>
<p><strong>Nanon</strong> - project in progress - http://ranna.bolognia.net/cgi-bin/dirlist.pl/nanoen/
I have the notes up, and I started a program to display everything all pretty-like, but Louis made me decide to write a formal Grammar for it. It&rsquo;s currently being done in LaTeX, but I&rsquo;m kinda rusty at that, so it may be a while. As for the pretty display program..</p>
<p><strong>RF!P CM - Content Manager</strong> - idea - no url
Perl, of course. Uses a mixture of <code>$ENV{&lsquo;PATH_INFO&rsquo;}</code> and CGI to load subroutines and deal with files of different types (perhaps based on extension?). This might also do well for some sort of front end for..</p>
<p><strong>FoxFe</strong> - project in progress - http://ranna.bolognia.net/cgi-bin/dirlist.pl/available/in-progress/ffcode
Bigass perl story server that I&rsquo;ve been working on for eternity (sorry &lsquo;Leah). It kinda works.. only not.. and it doesn&rsquo;t have any frontends, except for one that I started in VB. It&rsquo;s purrrrddyyyy&hellip;</p>
</article>
<footer>
<p>Page generated on 2002-08-08 00:06:28</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>