now that i finally have access to a real pc again instead of a macbook air, I can continue coding this thing.
Here are some variables that will change, mostly to make them more consistent accross different pages:
[v:l.avgrating] -> [v:l.rating]
[c:isnotlastcomic] => [c:!islastcomic]
[c:isnotfirstcomic] => [c:!isfirstcomic]
[c:noavatar] => [c:!avatar]
[c:isnotguest] => [c:!isguest]
[c:notsearched] => !searched
noresults => !foundresults
noblogsexist => !blogsexist
hasnocomic => !hascomics
blogsexist => hasblogs
noblogentries => !hasblogs
some of these are really old legacy variables from the very first template system in 2008, that didn't have negators (now "n:" soon "!"), that basically no layouts whatsoever use. All variables will be automatically converted to their new equivalent, so this is really mostly not interesting for you.
anyway, yeah. I'm making progress.