Bitacoreando

26/1/2007

Fix MP3 Tags with Rake

I wanted to fix ID tags on lots of MP3 files, so I chose Rake to do the job. Here’s the code: Fix MP3 Tags with Rake

Filed under: Bitacoreando, Ruby, Tech stuff — ruben @ 3:27 pm

28/11/2006

Using the Rake Build Language

Excelente artículo para entender el uso del sistema de construcción (build system) para Ruby : Rake

Using the Rake Build Language

Filed under: Bitacoreando, Ruby — ruben @ 6:27 pm

20/11/2006

Ruby 1.8.4 on Mac OS X Panther

I use Fink to manage my Mac Mini, a Panther box which is patiently waiting for some Leopard love :-)

In the meantime, if you need a fairly recent install of Ruby (1.8.4 at time of writing) on a Panther box (PPC or Intel), here’s a quick list fo things to do, the Fink way:

Enjoy.

Filed under: Bitacoreando, Ruby — ruben @ 7:09 pm

14/11/2006

RakeWeb 1.0

RakeWeb 1.0
—– SPANISH ———-

RakeWeb es un sistema que permita la generación de sitios de web de forma simple. No es una herramienta avanzada para la administración de grandes portales, ni tampoco es un CMS. RakeWeb toma las plantillas que tú hayas creado y las convierte en un conjunto de páginas de web, con una navegación común.

RakeWeb está creado utilizando el "sistema de construcción" (build system) denominado Rake, que a su vez está creado en el lenguaje Ruby. Adicionalmente puede utilizar ERB, que permite ejecutar código Ruby al momento de replicar las plantillas, y por último utiliza YAML, que es un formato simple de almacenamiento de datos nativo del lenguaje Ruby.

El proyecto está alojado en http://rakeweb.rubyforge.org/

—– ENGLISH ——– 

RakeWeb is a system that allows for static website generation in a very simple way. I’ts not an advanced tool for managing huge portals, nor is it a CMS. RakeWeb uses any templates of your own making and turns them into a coherent set of web pages, with a common navigation.

RakeWeb is created using the build system known as Rake, which itself is created using the Ruby programming language. It can use ERB, executing Ruby code at generation time. It also uses YAML, which is a simple format for storing data, native to Ruby.

The project is hosted at Rubyforge:  http://rakeweb.rubyforge.org/

Filed under: Bitacoreando, Ruby — ruben @ 12:57 pm

Powered by WordPress