scratch/content/html/en/blog.md
2010-05-05 21:54:48 +02:00

1.9 KiB

kind title menupriority noSubMenu
blog Blog 2 true

<% number_of_articles=10 number_of_char_for_resume=800 language=@item_rep.path.sub(//Scratch//,'').sub(//.*$/,'') if language == "fr" monthnames=[nil]+%w(Jan Fév Mar Avr Mai Jui Jul Aoû Sep Oct Nov Déc) else monthnames=[nil]+%w(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec) end last_articles = articles.select do |a| a.reps[0].path =~ //#{language}// end last_articles=last_articles.sort { |x,y| y[:created_at] <=> x[:created_at] }[0..(number_of_articles-1)] %>

Last <%= number_of_articles %> articles

    <% last_articles.each do |a| %>
  • <%= a[:created_at].day %>
    <%= monthnames[ a[:created_at].mon ] %>
    <%= a[:created_at].year %>
    <%= link_to(a[:title], a) %>
  • <% end %>

Archives ↓

newcorps

<%= tagCloud %>

enddiv

Archives

<%= generateBlogSubMenu(monthnames) %>

newcorps

Two word about the content

Here you'll can find mostly technical articles. Some are just reminder of technical tips. But some are long and technically detailled articles.


I do my best to traduce each page in french and in english. It not always easy. English is not my natural language. I make many errors, orthographic, grammatical, typographical…

Thanks not to judge me based on these errors! And don't forget content is more important than presentation!

The first impression I'll let you if we meet in real life should be different from the one I let you based on my website.

I wish you to find something useful or interesting on this website.