Re: [dev] [sw] Suckless web-framework

From: Kai Hendry <hendry_AT_iki.fi>
Date: Sun, 4 Apr 2010 17:49:18 +0100

I don't like URLs with "sw.cgi" in them or the .md suffix.

Why CGI? I prefer the compiler type approach of ikiwiki.info

The first bit of code with the window.location= can surely be done
better with an Apache CGI catchall redirect thing. Same does for the
next block which I assume is some sort of 404 handler.

As for HTML, don't use <div class="header">. Use <header>.
Same goes for <div id="footer">
Instead of <div id=\"side-bar\">, use <menu>

Collapse that charset stuff just to:
<meta charset="utf-8" />

Use http://validator.nu/ for validation. I think it's worth it. :)

-HTML5 fan boy
http://hendry.iki.fi
Received on Sun Apr 04 2010 - 16:49:18 UTC

This archive was generated by hypermail 2.2.0 : Sun Apr 04 2010 - 17:00:04 UTC