[# This is not a standalone blogme file. It pretends to be one, in a sense, but only for tests. Load this with [INCLUDE TH/blog.blogme] when you want the mov blog style. Cheers. Edrx 2006mar16 (find-angg "TH/speedbar.blogme") http://mov.void.cc/index.html http://mov.void.cc/style.css #] [SETHEADSTYLE body { color: #000000; background: #ffffff; position: relative; font-size: 14px; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; text-align: justify; width: 90%; left: 20px; } .title { font-size: 22px; padding-bottom: 50px; } .section { padding-bottom: 50px; } .section .title-section { font-size: 18px; border-bottom: 1px #000000 dotted; } .subsection { padding-top: 20px; padding-left: 20px; } .subsection .title-subsection { font-size: 18px; } .subsubsection { padding-top: 20px; padding-left: 40px; } .subsubsection .title-subsubsection { font-size: 18px; } a { text-decoration: none; } a:link { color: blue; } a:visited { color: blue; } a:active { color: #000000; } a:hover { color: #ffffff; background-color: #000000; } ] [# http://mov.void.cc/index.html http://mov.void.cc/style.css #] [lua: L = R; LR = R ] [lua: def [[ DIVCLASS 2 class,text "
$text\n
\n" ]] def [[ section 1 text DIVCLASS("section", text) ]] def [[ title_section 1 text DIVCLASS("title-section", text) ]] def [[ subsection 1 text DIVCLASS("subsection", text) ]] def [[ title_subsection 1 text DIVCLASS("title-subsection", text) ]] def [[ subsubsection 1 text DIVCLASS("subsubsection", text) ]] def [[ title_subsubsection 1 text DIVCLASS("title-subsubsection", text) ]] mov_foo = function (bigf, f, title, body) return bigf(f(title)..body) end def [[ section+ 2 title,body mov_foo(section, title_section, title, body) ]] def [[ subsection+ 2 title,body mov_foo(subsection, title_subsection, title, body) ]] def [[ subsubsection+ 2 title,body mov_foo(subsection, title_subsubsection, title, body) ]] ] [htmlize [J Blog] [DIVCLASS title ( [BF vilson] | [BF mov] ) dot [BF void] dot [BF cc] ] [section+ About [P My name is [IT Vilson Vieira da Silva, Jr.], but people say [IT mov] to call me (yes, it's an assembly command).] [P I'm a brazilian [R http://paulgraham.com/gba.html hacker] wannabe who loves everything about computer science, mathematics, music theory, arts, photography, politics, history, technology, science fiction, books, movies, free software, logic games and ham radio (my callsign is [IT PU5 JJJ]).] [P I'm doing my graduate in computer science at [R http://www.joinville.udesc.br Udesc] (Santa Catarina State University).] [P I have hacking as my life philosophy. I love to know and make everything from scratch (yes, I'm masochist). I am also a free software activist.] [P If you want to contact me use [IT vilson at void dot cc] or whois [IT mov] at [IT irc.freenode.net].] [P [BF [IT NEW: I'm a blogger again. Please, see [R http://mov.void.cc/blog http://mov.void.cc/blog]. I'll use it as a temporary blog.]]] ] [section+ Articles [subsection+ Personal [subsubsection+ [J Perspectives About Uses of R Language] [P This article wants to describe the application forms of the statistical language R. The objective is to use that in the future as project development support language and in the education of the Statistics discipline.] [P [BF Date:] [IT August 19, 2005]. [BF Language:] [IT Portuguese]. [BF Download:] ([R articles/r-perspectivas/r-perspectivas.pdf PDF]) ([R articles/r-perspectivas/r-perspectivas.tex TeX]) ([R articles/r-perspectivas/r-perspectivas.bib BIB]) ] ] ] ] [section+ Reviews [subsection+ [J Science Fiction Books] [subsubsection+ [J Brave New World, [IT Aldous Huxley (ISBN: [R http://www.amazon.com/gp/product/0060929871 0060929871])]] [P A beautiful fiction about a society where the felicity is a prison and the chaos is the real liberty. It were translated to portuguese as "[Q Admirável] Mundo Novo".] [P [BF Read date:] [IT July 7, 2005] [BF Language:] [IT Portuguese] [BF Download:] ([R reviews/admiravel-mundo-novo/admiravel-mundo-novo.pdf PDF]) ([R reviews/admiravel-mundo-novo/admiravel-mundo-novo.tex TeX]) ] ] ] ] [section+ [J Pictures] [subsection+ [J My pictures at Flickr] [P I have [R http://flickr.com/photos/mov an account] in [R http://flickr.com Flickr]. Normally I put my dailly pictures there.] ] ] ] [# # Local Variables: # coding: raw-text-unix # modes: (fundamental-mode blogme-mode) # End: #]