drupal

Radical Reference, Free Software Use in Librarianship

Apr 28 2009 4:30 pm
Apr 28 2009 5:20 pm
US/Eastern

Location

Ocean Place Resort & SpaLong Branch, NJ
United States
See map: Google Maps

Radical Reference is an online reference service provided by volunteer library workers in a collaborative virtual setting using free/open source technology. Come learn more about how you can use this model to deliver services in your own communities (social, political, familial, spiritual, etc.). Presenters will share the five year history of the group and discuss how it collaborates, as well as give an accessible history of free/open source software.

Drupalcamp, How to and Q & A

Mar 6 2009 3:00 pm
Mar 6 2009 4:00 pm
Etc/GMT

Location

Washington DC Convention CenterDC
United States
See map: Google Maps

Curious what it takes to run a Drupalcamp? Drupalcamp organizers from the U.S, Europe and around are gathering to discuss what it takes to run a drupalcamp as well as tips, tricks and best practices. We'll cover topics such as costs, venue choices, and how to find your audience. You'll leave this session with the knowledge and tools to hold a successful Drupalcamp.

Presented by:
Eric Goldhagen
Jacob Redding
Crystal Williams
Greg Knaddison
Chris Charlton
Blake Hall

Filestore2 files recovered

Finally after being lost in limbo since upgrading to drupal 5, I've managed to recover the old files uploaded to the radicalreference.info website.

What I'm blocking this week

A little follow-up on my earlier post about using ad block plus to keep google analytics from violating your privacy :

Here are the filters that I've added in this past week:

*.hitbox.com/*
drupal.org/files/hbx/hbx.js

Drupal Development for Community Media Centers

Jul 10 2008 1:30 pm
Jul 10 2008 3:00 pm
Etc/GMT

Location

Omni Shorham HotelWashington DC, DC
United States
See map: Google Maps

Usually, I post these before the presentation, not the day after, but this happened last minute.

Slash code to drupal conversion, finally done!

[[updated feb 17 to include info on redirecting old slashcode urls to the new drupal urls]]

Started as part of a workshop I did at the 3rd NYC Drupal Camp on converting to/from drupal, I have finally finished converting the Autonomedia/Interactivist Info Exchange site from slash to drupal. It will relaunch soon at http://info.interactivist.net

While it might have been somewhat more "correct" for me to have written a php script that bootstrapped drupal and then just grab the data and pass it through drupal's user and node api's, I was stubbornly determined to convert the site by only writing sql queries between the databases.

Part of my reasoning for doing this sql only was that converting thousands of nodes and users via the drupal api can take forever, where direct database manipulation is fast.

While I will write this up better later and post it to drupal.org, I wanted to get it up before I got distracted onto other tasks.

so, without further delay: here are the step by step notes I took as I went through the process.
[much thanks to Blake Carver of LIS News http://www.lisnews.org/ for the motivation to finish and the queries that populate the node and node revisions tables]