Submitted by clemens on Tue, 2008/12/09 - 2:57pm
Guess it's not intended to do but this is how I import languages into Drupal 6.
- wget the language files needed
- run the script below which creates *_full.po files.
#!/usr/bin/env bash
for FILE in *.tar.gz
do
DIR=`basename $FILE ".tar.gz"`
OUT="../${DIR}_full.po"
[ -f $OUT ] && rm $OUT && echo "File $OUT removed ... "
[ -d $DIR ] && rm -r $DIR && echo "directory $DIR gemoved ..."
[ ! -d $DIR ] && mkdir $DIR && echo "directory $DIR created ..."
cd $DIR
tar xzf ../$FILE
find . -type f -name "*.txt" -exec rm {} \;
rm $OUT
Submitted by clemens on Thu, 2008/11/27 - 1:36pm
This is a test for a ad service.
I thought is was hard to implement an ad service. But it is not. Just a few copy and paste actions at the right places.
[edit] Well initially it was easy but the video is not working now. That's quite annoying. Maybe it is because I use the files from Jeroen Wijering his site. If they are moved or that site is unavailable it will break.
So I changed this by grabbing the files from my own site.
[/edit]
Submitted by clemens on Mon, 2008/11/17 - 11:09am
Submitted by clemens on Fri, 2008/10/31 - 11:10am
I prepared a presentation for the Third Drupal Jam held in the Netherlands.
This is off course in Dutch. See the attached pdf.
Pages