update projects
authorTero Marttila <terom@qmsk.net>
Mon, 10 Oct 2016 19:01:21 +0300
changeset 123 4731149a4c84
parent 122 e7395ee1b10a
child 124 31f6ffac2dc8
update projects
pages/projects/evsql.html
pages/projects/index.html
pages/projects/irclogs2.html
pages/projects/kg.html
pages/projects/nr-ttd.html
pages/projects/pngtile.markdown
--- a/pages/projects/evsql.html	Mon Oct 10 18:40:54 2016 +0300
+++ b/pages/projects/evsql.html	Mon Oct 10 19:01:21 2016 +0300
@@ -1,4 +1,7 @@
     <p>Evsql is a C-language SQL library designed for use with libevent, and primarily PostgreSQL's libpq.</p>
 
-    <p>For more information, read the <a href="http://qmsk.net/static/evsql-doxygen/">Doxygen documentation</a>, or look at the <a href="http://hg.qmsk.net/evfuse.hg/file/tip/src/">Mercurial repo</a> (currently part of evfuse).</p>
+    <p>
+        Why would you be writing a PostgreSQL application in C?
 
+        But if you are, you can find the (MIT) source code at <a href="https://github.com/SpComb/evsql">github.com/SpComb/evsql</a>
+    </p>
--- a/pages/projects/index.html	Mon Oct 10 18:40:54 2016 +0300
+++ b/pages/projects/index.html	Mon Oct 10 19:01:21 2016 +0300
@@ -1,17 +1,33 @@
     <p>I've worked on a variety of projects over the years, leaving them in various stages of completion.</p>
 
-    <p>Some of the perhaps more noteworthy ones have their own project pages here (see menu to the left).</p>
-    
-    <h3>irclogs2</h3>
-        <p>A neat web-based IRC log viewer: <a href="http://irclogs.qmsk.net/">irclogs.qmsk.net</a></p>
+    <p>Some of the perhaps more interesting ones have their own project pages here (see menu to the left).</p>
+  
+    <p>These projects are listed here by year of development for context. I've censored the ones that are too embarassing.</p>
 
-    <h3>Degal</h3>
-        <p>A HTML photo gallery.</p>
+    <h2>2014</h2>
+        <h3>qmsk-www</h3>
+            <p>Django web frontend for static files in git. Like this site.</p>
 
-    <h3>Nr-TTD</h3>
-        <p>A bunch of Microsoft batch-file code that functions as an installer for <a href="http://www.ttdpatch.net/">TTD Patch</a>, a third-party binary patch for an <a href="http://en.wikipedia.org/wiki/Transport_Tycoon">old game</a>.</p>
+        <h3>pngtile</h3>
+            <p>Gigapixel PNG web viewer.</p>
 
-    <h3>Kišna Glista</h3>
+    <h2>2009</h2>
+        <h3>Kišna Glista</h3>
+            <p>An open-source Liero clone (the 985th one) with network multiplayer.</p>
 
-        <p>An open-source Liero clone (the 985th one).</p>
+        <h3>irclogs2</h3>
+            <p>A web-based IRC log viewer supporting irssi logfiles.</p>
 
+        <h3>Degal</h3>
+            <p>A static HTML photo gallery generator.</p>
+
+        <h3>evsql</h3>
+            <p>A libevent wrapper for the libpq PostgreSQL client</p>
+
+    <h2>2005</h2>
+        <h3>Nr-TTD</h3>
+            <p>
+                A bunch of Microsoft batch-file code that functions as an installer for <a href="http://www.ttdpatch.net/">TTD Patch</a>, a third-party binary patch for an <a href="http://en.wikipedia.org/wiki/Transport_Tycoon">old game</a>.
+            </p>
+
+
--- a/pages/projects/irclogs2.html	Mon Oct 10 18:40:54 2016 +0300
+++ b/pages/projects/irclogs2.html	Mon Oct 10 19:01:21 2016 +0300
@@ -3,7 +3,10 @@
     </p>
 
     <p>
-        Visit the site at <a href="http://irclogs.qmsk.net/">irclogs.qmsk.net</a>.
+        The <a href="http://irclogs.qmsk.net/">irclogs.qmsk.net</a> service has been retired.
+    </p>
+    <p>
+        All that remains is an Apache htaccess file configured to return HTTP 401 Gone responses including an embedded YouTube video of a Month Python sketch about a dead parrot.
     </p>
 
 <h2>History</h2>
@@ -48,17 +51,19 @@
 
 <h2>Support</h2>
     <p>
-        If you have questions about this project, please don't hesitate to <a href="/about">contact me</a>.
+        If you have questions about this project, please don't <a href="/about">contact me</a>.
     </p>
 
     <p>
-        There is also a issue tracker available at <a href="http://projects.qmsk.net/irclogs2/trac/query">the project Trac</a>.
+        There was also a issue tracker available at <a href="http://projects.qmsk.net/irclogs2/trac/query">the project Trac</a>.
+
+        Not anymore. Remember how things used to be in the pre-GitHub days?
     </p>
 
 <h2>Development</h2>
     <p>
-        The web code is based on <a href="/projects/qmsk.web">qmsk.web</a>. Mercurial repository is available at 
-        <a href="http://hg.qmsk.net/irclogs2">http://hg.qmsk.net/irclogs2</a>, project Trac at 
-        <a href="http://projects.qmsk.net/irclogs2/trac">http://projects.qmsk.net/irclogs2/trac</a>.
+        Mercurial archive available at <a href="http://hg.qmsk.net/qmsk.irclogs">hg.qmsk.net/qmsk.irclogs</a>.
+        
+        The web frontend is based on <a href="/projects/qmsk.web">qmsk.web</a>, which is a custom web framework that you really don't want to use.
     </p>
 
--- a/pages/projects/kg.html	Mon Oct 10 18:40:54 2016 +0300
+++ b/pages/projects/kg.html	Mon Oct 10 19:01:21 2016 +0300
@@ -1,5 +1,5 @@
 
     <p><em>Kišna Glista</em> is a (yet another) Liero clone written in C++, with GPL source code, running on Linux platforms.</p>
 
-    <p>Visit the <a href="http://kg.qmsk.net/">project website</a> for more information</p>
+    <p>You can find the Mercurial repository of the (GPL) source code at <a href="http://hg.qmsk.net/kg">hg.qmsk.net/kg</a>.
 
--- a/pages/projects/nr-ttd.html	Mon Oct 10 18:40:54 2016 +0300
+++ b/pages/projects/nr-ttd.html	Mon Oct 10 19:01:21 2016 +0300
@@ -1,3 +1,8 @@
+<p>
+    Seriously? Why are you looking at this? Go away.
+</p>
+
+
 <h2>Summary</h2>
 
     <p><em>nr-TTD</em> (originally <q>No Registry - TTD</q>) is a batch file installer for TTD. It can download and install <a href="http://en.wikipedia.org/wiki/Transport_Tycoon#Transport_Tycoon_Deluxe">TTD</a>, <a href="http://ttdpatch.net/">TTD Patch</a>, <a href="http://www.tt-forums.net/viewtopic.php?t=26352">TTD Patch Configurator</a> as well as a (poor) selection of newgrf files.</p>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pages/projects/pngtile.markdown	Mon Oct 10 19:01:21 2016 +0300
@@ -0,0 +1,13 @@
+A gigapixel PNG image web viewer using [leaflet.js](http://leafletjs.com/).
+
+Implemented as a C library with a Python wrapper.
+
+## Examples
+
+You can find some example screenshots from my [OpenTTD](http://www.openttd.org/en/) game here:
+
+[pngtile.qmsk.net](http://pngtile.qmsk.net/terom/openttd/20091218/)
+
+## Implementation
+
+You can find the source code as a clonable mercurial repo at [hg.qmsk.net/pngtile](http://hg.qmsk.net/pngtile/).