page titles; markdown
authorTero Marttila <terom@qmsk.net>
Mon, 10 Oct 2016 19:59:46 +0300
changeset 136 a0a1270f1b08
parent 135 334383eb0c22
child 137 6d1bdd8da93d
page titles; markdown
pages/about.html
pages/masters.markdown
pages/projects/degal.tmpl
pages/projects/evsql.html
pages/projects/evsql.md
pages/projects/index.html
pages/projects/irclogs2.html
pages/projects/kg.html
pages/projects/kg.md
pages/projects/nr-ttd.html
pages/projects/pngtile.markdown
pages/projects/qmsk-www.markdown
pages/projects/qmsk.web.html
pages/spbot.html
--- a/pages/about.html	Mon Oct 10 19:59:39 2016 +0300
+++ b/pages/about.html	Mon Oct 10 19:59:46 2016 +0300
@@ -1,6 +1,8 @@
-<!-- <h2>About Me</h2> -->
+<h1>About</h1>
+
 <p>
-My name is Tero Marttila. I am a Master's student at <s><a href="http://www.tkk.fi/">Helsinki University of Technology</a></s> <a href="http://elec.aalto.fi/">Aalto University, School of Electrical Engineering</a>.
+My name is Tero Marttila.
+I am a Master's student at <s><a href="http://www.tkk.fi/">Helsinki University of Technology</a></s> <a href="http://elec.aalto.fi/">Aalto University, School of Electrical Engineering</a>.
 </p>
 
 <h2>Contact</h2>
--- a/pages/masters.markdown	Mon Oct 10 19:59:39 2016 +0300
+++ b/pages/masters.markdown	Mon Oct 10 19:59:46 2016 +0300
@@ -1,4 +1,4 @@
-> Design and Implementation of the <a href="https://github.com/qmsk/clusterf"><tt>clusterf</tt></a> Load Balancer for Docker Clusters
+# Design and Implementation of the <a href="https://github.com/qmsk/clusterf"><tt>clusterf</tt></a> Load Balancer for Docker Clusters
 
 ### Author
 Tero Marttila
--- a/pages/projects/degal.tmpl	Mon Oct 10 19:59:39 2016 +0300
+++ b/pages/projects/degal.tmpl	Mon Oct 10 19:59:46 2016 +0300
@@ -18,6 +18,7 @@
     ))
 %>
 
+<h1>Degal</h1>
     <h2>About</h2>
         <p>
             <strong>Degal</strong> is a HTML photo gallery script written in Python.
--- a/pages/projects/evsql.html	Mon Oct 10 19:59:39 2016 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-    <p>Evsql is a C-language SQL library designed for use with libevent, and primarily PostgreSQL's libpq.</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>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pages/projects/evsql.md	Mon Oct 10 19:59:46 2016 +0300
@@ -0,0 +1,6 @@
+#evsql
+
+Evsql is a C-language SQL library designed for use with libevent, and primarily PostgreSQL's libpq.
+
+Why would you be writing a PostgreSQL application in C?
+But if you are, you can find the (MIT) source code at [github.com/SpComb/evsql](https://github.com/SpComb/evsql).
--- a/pages/projects/index.html	Mon Oct 10 19:59:39 2016 +0300
+++ b/pages/projects/index.html	Mon Oct 10 19:59:46 2016 +0300
@@ -1,3 +1,5 @@
+<h1>Projects</h1>
+
     <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 interesting ones have their own project pages here (see menu to the left).</p>
--- a/pages/projects/irclogs2.html	Mon Oct 10 19:59:39 2016 +0300
+++ b/pages/projects/irclogs2.html	Mon Oct 10 19:59:46 2016 +0300
@@ -1,3 +1,5 @@
+<h1>irclogs2</h1>
+
     <p>
         <strong>irclogs2</strong> is a web-based IRC log viewer.
     </p>
--- a/pages/projects/kg.html	Mon Oct 10 19:59:39 2016 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-
-    <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>You can find the Mercurial repository of the (GPL) source code at <a href="http://hg.qmsk.net/kg">hg.qmsk.net/kg</a>.
-
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pages/projects/kg.md	Mon Oct 10 19:59:46 2016 +0300
@@ -0,0 +1,6 @@
+#kg
+
+<em>Kišna Glista</em> is a (yet another) Liero clone written in C++, with GPL source code, running on Linux platforms.
+
+You can find the Mercurial repository of the (GPL) source code at [hg.qmsk.net/kg](http://hg.qmsk.net/kg).
+
--- a/pages/projects/nr-ttd.html	Mon Oct 10 19:59:39 2016 +0300
+++ b/pages/projects/nr-ttd.html	Mon Oct 10 19:59:46 2016 +0300
@@ -1,6 +1,6 @@
-<p>
+<h1>
     Seriously? Why are you looking at this? Go away.
-</p>
+</h1>
 
 
 <h2>Summary</h2>
--- a/pages/projects/pngtile.markdown	Mon Oct 10 19:59:39 2016 +0300
+++ b/pages/projects/pngtile.markdown	Mon Oct 10 19:59:46 2016 +0300
@@ -1,3 +1,5 @@
+# pngtile 
+
 A gigapixel PNG image web viewer using [leaflet.js](http://leafletjs.com/).
 
 Implemented as a C library with a Python wrapper.
--- a/pages/projects/qmsk-www.markdown	Mon Oct 10 19:59:39 2016 +0300
+++ b/pages/projects/qmsk-www.markdown	Mon Oct 10 19:59:46 2016 +0300
@@ -1,3 +1,5 @@
+# qmsk-www
+
 A Django based project/app that renders a webpage from a filesystem layout without any database.
 
 ## Examples
--- a/pages/projects/qmsk.web.html	Mon Oct 10 19:59:39 2016 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-<p>
-    Having grown tired of using the various massive Python web frameworks that no mere user could ever hope to
-    understand or modify, and having already learned how fun it was to write plain CGI scripts in python, one day I
-    stumbled across WSGI.
-</p>
-<p>
-    WSGI is a low-level interface that provides the bare essentials needed to write something that can operate over
-    HTTP. Working at the WSGI-level gave me the oppertunity to develop my own "framework" code which I could really
-    understand and use properly, since I had written it myself.
-</p>
-<p>
-    The result eventually became <strong>qmsk.web</strong>, a simple library providing what I, myself,
-    needed to write <a href="/projects/www.qmsk.net">www.qmsk.net</a> and <a href="/projects/irclogs2">irclogs2</a>.
-    I do not claim qmsk.web to be suitable for use by anyone else, and might recommend other projects like
-    <a href="http://werkzeug.pocoo.org/">werkzeug</a> for general use, as they provide more features and less bugs in
-    a better package with better documentation, but qmsk.web works well for me.
-</p>
-<p>
-    <a href="http://hg.qmsk.net/qmsk.web">Mercurial repo</a>
-</p>
--- a/pages/spbot.html	Mon Oct 10 19:59:39 2016 +0300
+++ b/pages/spbot.html	Mon Oct 10 19:59:46 2016 +0300
@@ -1,3 +1,5 @@
+<h1>SpBot</h1>
+
 <p>SpBot was an IRC bot (actually a headless irssi client) that performed IRC channel logging for <a href="http://irclogs.qmsk.net/">irclogs.qmsk.net</a>.</p>
 
 <p>The <a href="http://irclogs.qmsk.net/">irclogs.qmsk.net</a> service has been retired, and 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>