6 Nov 2002 premus   » (Journeyer)

Hm, almost a year since my last entry here, me bad. Short and difficult year even if I managed to produce the my best software till now still leaves me unsatisfied. Anyway if you care for some free software check out the first public releases of the SpaceMapper project, mn8 and DataStore.

BTW logic, that would be in mn8

    define FooBar [
        static : main ($args typeof Series) [
            $response = $args/2/
            $response.setContentType("text/html")
            print "<h1>Foobar!</h1>"
        ]
    ]

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!