# HG changeset patch # User Tero Marttila # Date 1233975929 -7200 # Node ID 2acfbbe1422654efa5a77ebf2e941a5ef8db7144 # Parent 9d3beac1b196ac9ce3398091373ea91f56164d72 breadcrumb in , evsql page diff -r 9d3beac1b196 -r 2acfbbe14226 pages/list --- a/pages/list Sat Feb 07 04:57:22 2009 +0200 +++ b/pages/list Sat Feb 07 05:05:29 2009 +0200 @@ -2,6 +2,7 @@ : Index projects : Projects qmsk.net : qmsk.net + evsql : evsql nr-ttd : Nr-TTD kg : Kišna Glista about : About diff -r 9d3beac1b196 -r 2acfbbe14226 pages/projects/evsql.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pages/projects/evsql.html Sat Feb 07 05:05:29 2009 +0200 @@ -0,0 +1,5 @@ +<h1>evsql</h1> + <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> + diff -r 9d3beac1b196 -r 2acfbbe14226 templates/layout.tmpl --- a/templates/layout.tmpl Sat Feb 07 04:57:22 2009 +0200 +++ b/templates/layout.tmpl Sat Feb 07 05:05:29 2009 +0200 @@ -13,9 +13,13 @@ </ul> </%def> +<%def name="breadcumb(trail)"> +${' » '.join(pi.title for pi in trail)} +</%def> + <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> - <title>qmsk.net :: ${page.title} + qmsk.net :: ${breadcumb(menu.ancestry)}