all repos — h3rald @ 0eca4cd543aa3400707ae0fce88bceeeaf2cdef1

The sources of https://h3rald.com

Re-captured images; minor CSS/JS fixes.
h3rald h3rald@h3rald.com
Mon, 31 Aug 2009 17:36:05 +0200
commit

0eca4cd543aa3400707ae0fce88bceeeaf2cdef1

parent

37edce72d5797cf649ba2768ab17509174eccea0

M content/archives.textilecontent/archives.textile

@@ -23,9 +23,6 @@ <td><%= tag_link_with_count(t[0], t[1]) %></td>

<%= "</tr>" if c%5 == 0 %> <% end %></tr> </table> -<p style="margin: auto; text-align: center"> -<img src="/images/theme/heraldry/eagle.png" /> -</p> <h3>Articles by Month</h3> <table id="timeline"> <% c = 0
M content/projects.textilecontent/projects.textile

@@ -7,25 +7,16 @@ !</images/theme/heraldry/wyvern.png!

!>/images/theme/heraldry/dragon.png! - -This page lists all the open source projects I completed or I'm currently working on. Unless otherwise noted, all projects are hosted on "GitHub":http://www.github.com/h3rald. +This page lists all my _projects_. Except for a few cases, they normally are: +* open source +* programming-related +* developed using the "Ruby programming language":http://www.ruby-lang.org +* hosted on "GitHub":http://www.github.com/h3rald -<br /> -<br /> <br /> <br /> <br /> -h3. H3RALD Web Site +- "H3RALD Web Site":/h3rald := This very web site, in its 8th incarnation. H3RALD.com has been operative since 2004 and through the years its backend changed from being pure vanilla HTML, to server-side PHP (Prado and CakePHP) to Ruby (Rails, Nanoc). =: - -h3. "RawLine":/rawline - - -h3. "Concatenative":/concatenative - - -h3. "Herald Vim Color Scheme":/herald-vim-color-scheme - - - +- "RawLine":/rawline := Rawline is a Ruby library which provides a subset of the functionality of the C Readline library. Being implemented in pure Ruby, it gives Ruby developers much more control over key bindings and word completion. =:
M resources/.htaccessresources/.htaccess

@@ -45,9 +45,6 @@

# Rewrite rules. <IfModule mod_rewrite.c> RewriteEngine on - RewriteCond %{REQUEST_FILENAME} !-f - RewriteCond %{REQUEST_URI} !(.*)/$ - RewriteRule ^(.+[^/])$ /$1/ [R=301] RewriteRule ^(rss|atom)/$ /$1.xml [L] RewriteRule ^tags/(.+)/(rss|atom)/$ /tags/$1/$2.xml [L] RewriteRule ^$ /home/index.html [L]
M resources/css/code.cssresources/css/code.css

@@ -1,70 +1,42 @@

.highlight { font-family: "Consolas", Monospace; - background: #E3DCE0; border: 3px double #A4282D; padding: 5px; margin: 5px 0; overflow: auto; } - .highlight .hll { background-color: #ffffcc } -.highlight .c { color: #999988; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .k { font-weight: bold } /* Keyword */ -.highlight .o { font-weight: bold } /* Operator */ -.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ -.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.highlight .c { color: #008000 } /* Comment */ +.highlight .err { border: 1px solid #FF0000 } /* Error */ +.highlight .k { color: #0000ff } /* Keyword */ +.highlight .cm { color: #008000 } /* Comment.Multiline */ +.highlight .cp { color: #0000ff } /* Comment.Preproc */ +.highlight .c1 { color: #008000 } /* Comment.Single */ +.highlight .cs { color: #008000 } /* Comment.Special */ .highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #aa0000 } /* Generic.Error */ -.highlight .gh { color: #999999 } /* Generic.Heading */ -.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #555555 } /* Generic.Prompt */ +.highlight .gh { font-weight: bold } /* Generic.Heading */ +.highlight .gp { font-weight: bold } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #aaaaaa } /* Generic.Subheading */ -.highlight .gt { color: #aa0000 } /* Generic.Traceback */ -.highlight .kc { font-weight: bold } /* Keyword.Constant */ -.highlight .kd { font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #009999 } /* Literal.Number */ -.highlight .s { color: #bb8844 } /* Literal.String */ -.highlight .na { color: #008080 } /* Name.Attribute */ -.highlight .nb { color: #999999 } /* Name.Builtin */ -.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ -.highlight .no { color: #008080 } /* Name.Constant */ -.highlight .ni { color: #800080 } /* Name.Entity */ -.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ -.highlight .nn { color: #555555 } /* Name.Namespace */ -.highlight .nt { color: #000080 } /* Name.Tag */ -.highlight .nv { color: #008080 } /* Name.Variable */ -.highlight .ow { font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mf { color: #009999 } /* Literal.Number.Float */ -.highlight .mh { color: #009999 } /* Literal.Number.Hex */ -.highlight .mi { color: #009999 } /* Literal.Number.Integer */ -.highlight .mo { color: #009999 } /* Literal.Number.Oct */ -.highlight .sb { color: #bb8844 } /* Literal.String.Backtick */ -.highlight .sc { color: #bb8844 } /* Literal.String.Char */ -.highlight .sd { color: #bb8844 } /* Literal.String.Doc */ -.highlight .s2 { color: #bb8844 } /* Literal.String.Double */ -.highlight .se { color: #bb8844 } /* Literal.String.Escape */ -.highlight .sh { color: #bb8844 } /* Literal.String.Heredoc */ -.highlight .si { color: #bb8844 } /* Literal.String.Interpol */ -.highlight .sx { color: #bb8844 } /* Literal.String.Other */ -.highlight .sr { color: #808000 } /* Literal.String.Regex */ -.highlight .s1 { color: #bb8844 } /* Literal.String.Single */ -.highlight .ss { color: #bb8844 } /* Literal.String.Symbol */ -.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ -.highlight .vc { color: #008080 } /* Name.Variable.Class */ -.highlight .vg { color: #008080 } /* Name.Variable.Global */ -.highlight .vi { color: #008080 } /* Name.Variable.Instance */ -.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ +.highlight .gu { font-weight: bold } /* Generic.Subheading */ +.highlight .kc { color: #0000ff } /* Keyword.Constant */ +.highlight .kd { color: #0000ff } /* Keyword.Declaration */ +.highlight .kn { color: #0000ff } /* Keyword.Namespace */ +.highlight .kp { color: #0000ff } /* Keyword.Pseudo */ +.highlight .kr { color: #0000ff } /* Keyword.Reserved */ +.highlight .kt { color: #2b91af } /* Keyword.Type */ +.highlight .s { color: #a31515 } /* Literal.String */ +.highlight .nc { color: #2b91af } /* Name.Class */ +.highlight .ow { color: #0000ff } /* Operator.Word */ +.highlight .sb { color: #a31515 } /* Literal.String.Backtick */ +.highlight .sc { color: #a31515 } /* Literal.String.Char */ +.highlight .sd { color: #a31515 } /* Literal.String.Doc */ +.highlight .s2 { color: #a31515 } /* Literal.String.Double */ +.highlight .se { color: #a31515 } /* Literal.String.Escape */ +.highlight .sh { color: #a31515 } /* Literal.String.Heredoc */ +.highlight .si { color: #a31515 } /* Literal.String.Interpol */ +.highlight .sx { color: #a31515 } /* Literal.String.Other */ +.highlight .sr { color: #a31515 } /* Literal.String.Regex */ +.highlight .s1 { color: #a31515 } /* Literal.String.Single */ +.highlight .ss { color: #a31515 } /* Literal.String.Symbol */
M resources/css/elements.cssresources/css/elements.css

@@ -1,65 +1,3 @@

-/*** CONTENT ***/ - -#content img -{ - margin: 0 5px; - padding: 2px; -} - -#content li -{ - margin-left: 25px; - line-height: 1.5em; -} - -#content p -{ - line-height:1.5em; - margin: 1.7em 0; -} - -#footer div -{ - line-height: 1.5em; -} - - -blockquote, .note -{ - font-family: Georgia, Serif; - color:#555; - font-style:italic; - padding:0 0 0 33px; - margin: 0; - background: url(/images/theme/theme/quote.gif) no-repeat top left; -} - - -.day -{ - font-style: italic; -} - -.info -{ - margin: 0.5em 0; - padding: 0; - vertical-align: bottom; - display: block; - height: 1em; - color: #CACACA; -} - -.info img -{ - vertical-align: bottom; -} - -.no-margin-left -{ - margin-left: 0; -} - /*** HOME Page ***/ #services li

@@ -122,10 +60,9 @@ }

.project-data { - background: #E3DCE0; - border: 3px double #A4282D; - padding: 5px; - margin: 10px 0 10px 10px; + border-left: 1px dashed #A4282D; + padding: 0 1em 1em 1.5em; + margin: 0 0 0 1.5em; height: 300px; }
M resources/css/text.cssresources/css/text.css

@@ -16,16 +16,19 @@ h2

{ text-align: center; font-size: 1.7em; + margin: 1em 0 1em 0; } h3 { font-size: 1.5em; + margin: 1.5em 0 0.8em 0; } h4 { font-size: 1.3em; + margin: 1.2em 0 0.8em 0; } .dropcap {

@@ -62,6 +65,36 @@

#footer, #border-bottom { color: #BDB7BA; +} + +/*** CONTENT ***/ + +#content img +{ + margin: 0 5px; + padding: 2px; +} + +#content li +{ + margin-left: 30px; + line-height: 1.5em; +} + +#content p +{ + line-height:1.5em; + margin: 1.7em 0; +} + +blockquote, .note +{ + font-family: Georgia, Serif; + color:#555; + font-style:italic; + padding:0 0 0 33px; + margin: 0; + background: url(/images/theme/theme/quote.gif) no-repeat top left; } /**** Article Lists ****/
M resources/js/feeds.jsresources/js/feeds.js

@@ -16,6 +16,7 @@ var item = delicious_entry(data[i])

break; case "#twitter": var item = twitter_entry(data[i]) + break; case "#github": var item = github_entry(data.commits[i], options.repo) break;