Concept2 Logbook

Posted on September 16th, 2009 by dandavis

I saw that Concept2 had provided an iGoogle gadget to pull a rower's stats from their logbook. A few quick strokes with vi and I replicated some of that functionality as a Wordpress widget.

Concept2 Logbook Widget Source

Save the text file above as concept2-logbook.php and put it in the /wp-content/plugins directory of your Wordpress installation. The widget uses wget and grep so if you are on Windows, this widget might not work. If you get the Windows versions of those two utilities, you might be able to get it to work. If I ever get the notion, I'll convert it to use cURL instead of wget.

Post a comment