all repos — h3rald @ 425428113d8c1e657d1891b48a26e397cb43889c

The sources of https://h3rald.com

Added article on Ruby Compendium 0.2.0.
h3rald h3rald@h3rald.com
Sun, 07 Aug 2011 17:58:51 +0200
commit

425428113d8c1e657d1891b48a26e397cb43889c

parent

2984a73a2a3909b83b0679f65b7e36afda6a1725

A content/archives/august-2011.textile

@@ -0,0 +1,15 @@

+----- +:type: page +:permalink: august-2011 +:filters_pre: +- erb +:title: "Archive: August 2011" +----- + +<p>1 article was written in <em>August 2011</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "August 2011"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul> +
M content/articles/introducing-ruby-compendium.glyphcontent/articles/introducing-ruby-compendium.glyph

@@ -4,7 +4,7 @@ :subtitle: "An Essential Guide to the Ruby Ecosystem"

:image: /img/pictures/ruby.png :type: article :date: 2011-01-23 19:02:15.355674 +02:00 -:tags: ["ruby", "books"] +:tags: ["ruby-compendium", "books", "ruby"] :permalink: introducing-ruby-compendium :intro: | Learning a programming language can be hard and time consuming. You normally have to go through a bunch of tutorials, ask questions, read books... Ruby is no exception: there are plenty of resources out there about it, but it is often hard to find what you're looking for. So, as a weekend project, I decided to create a _Ruby Compendium_, a short book about the Ruby Ecosystem.
A content/articles/ruby-compendium-020.glyph

@@ -0,0 +1,21 @@

+----- +:title: "Ruby Compendium v0.2.0 released" +:subtitle: "With up-to-date ruby implementations, more resources, and online version" +:image: /img/pictures/ruby.png +:type: article +:date: 2011-08-07 18:01:52.573674 +02:00 +:tags: ["ruby-compendium", "books", "ruby"] +:permalink: ruby-compendium-020 +:intro: | + The Ruby Compendium has been updated, and it now lists the most up-to-date versions of various Ruby implementatios, even more web sites, books, podcasts, and Rubyists. In addition to the PDF version, the book can now be read online "here on H3RALD.com":/ruby-compendium/book/. +:extended_intro: | + Overall, this is a relatively minor update; however, I felt it was a good time to release it to keep the book up-to-date. +----- + +$[document.intro] + +textile[ +The _Ruby Compendium_ is available free of charge, under the terms of the "Creative Commons Attribution-ShareAlike 3.0 Unported License":http://creativecommons.org/licenses/by-sa/3.0/, and you can help improving it! It was written using my very own "Glyph Framework":http://www.h3rald.com/glyph, and the entire source code is available on "GitHub":https://github.com/h3rald/ruby-compendium, for anyone to fork. + +div{text-align:center;margin:20px; auto;font-size: 18px; font-weight:bold;}. =>[https://github.com/downloads/h3rald/ruby-compendium/ruby-compendium.pdf|Download PDF] \| =>[http://www.h3rald.com/ruby-compendium/book|Read Online] +]
D content/ruby-compendium.textile

@@ -1,30 +0,0 @@

------ -permalink: ruby-compendium -filters_pre: -- erb -- redcloth -title: "Project: Ruby Compendium" -subtitle: "An Essential Guide to the Ruby Ecosystem" -type: project -github: ruby-compendium -links: -- "Download": https://github.com/h3rald/ruby-compendium/downloads -- "Read Online": /ruby-compendium/book -- "Source": https://github.com/h3rald/ruby-compendium -- "Tracking": http://github.com/h3rald/ruby-compendium/issues -status: Active -version: 0.2.0 ------ - -<%= render 'project_data', :tag => 'ruby-compendium' %> - -<p>This book was written by Fabio Cevasco and it is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</p> -<p>This book was authored using <a href="http://www.h3rald.com/glyph">Glyph</a> and the <span class="caps">PDF</span> version was produced with <a href="http://www.princexml.org">Prince <span class="caps">XML</span></a>.</p> -<p>The Ruby logo is copyright &#169; 2006, Yukihiro Matsumoto, and used under the terms of the <a href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.</p> -<p>Special thanks to the following individuals who contributed to the project, in some ways:</p> -<ul> - <li><a href="http://blog.dio.jp/">Akira Matsuda</a></li> - <li><a href="http://www.bitcetera.com/">Sven Schwyn</a></li> -</ul> - -<%= render 'project_updates', :tag => 'ruby-compendium' %>