Sun 2008-01-13 ( bl )

I’m testing my new blog. It’s very small (318 lines of Ruby code, about 130 lines of CSS), using Camping and Textile.

The source code and the style sheet are Public Domain.

Say something! / Sag was!

Spam protected (I hope); tested in Firefox, Safari and Opera. Don't know about IE yet.
Testing the comments @ 11:03 on Sunday, 2008-01-13
Schicker kleiner blokk.. Viel Erfolg beim Füllen!


mfg
Daniel
V1/\GR/\ FOR U @ 18:04 on Sunday, 2008-01-13
<p>Dein jetziger Code sieht so aus:</p>
<p><code>def view
  _post @post, true
  h2 'Comments'
  for c in @comments
    div.comment do
      div.body { self << RedCloth.new(c.body, [:filter_html, :filter_styles]).to_html }
      timestamp = post.created_at.strftime('%H:%M on %A, %Y-%m-%d')
      div.username "#{c.username} wrote this at #{timestamp}"
      a 'Delete', :href => R(Shoot, c), :onclick => "return confirm('Sure?');" if logged_in?
    end
  end
  _comment_form @post
end</code></p>
Zeile 7 müsste aber:
<p><code>timestamp = c.created_at.strftime('%H:%M on %A, %Y-%m-%d')</code></p>
<p>lauten.</p>
bovi @ 18:11 on Sunday, 2008-01-13
hey danke :D ist gefixt.

statt @<code>@ solltest du besser @<pre>@ benutzen.
murphy @ 18:22 on Sunday, 2008-01-13
h1. A <b>bold</b> man
murphy testing @ 18:26 on Sunday, 2008-01-13
h1. A <b>bold</b> man
murphy @ 18:35 on Sunday, 2008-01-13
<big>Test</big>
murphy @ 18:43 on Sunday, 2008-01-13
another test
murphy @ 22:23 on Monday, 2008-01-14
another test, IE7 this time
murphy @ 22:34 on Monday, 2008-01-14
another test, Opera 9 this time
murphy @ 22:38 on Monday, 2008-01-14
test
test

test
murphy @ 21:45 on Wednesday, 2008-01-23
Testie
Jono @ 15:37 on Thursday, 2009-01-15

No markup, just plain monospace text. / Kein Markup, nur Normschrift-Klartext.