Nederland open in verbinding

Posted by Paul Verreth Mon, 17 Dec 2007 08:59:00 GMT

De Nederlandse Tweede Kamer heeft een actieplan goedgekeurd dat bij alle overheidsdiensten de open documentstandaarden moet implementeren. Het plan zou niet op België zijn geïnspireerd, maar de gelijkenissen zijn treffend.

Aanbieding actieplan Nederland open in verbinding: actieplan voor het gebruik van open standaarden en open source software bij de (semi-) publieke sector

Meer info:

Posted in

Startup script for Radiant with Mongrel

Posted by Paul Verreth Mon, 26 Mar 2007 05:54:00 GMT

Mongrel is IMHO the preferred (web)server for Ruby on Rails applications hence for Radiant.

Here you can find a startup script for Fedora linux, but of course also usable for Ubuntu, ...

#!/bin/bash
#
#    /etc/rc.d/init.d/radiant_cms
#
# Start mongrel & radiant
#
# chkconfig: - 65 35
# description: Mongrel & radiant
# processname: mongrel
# Source function library.
. /etc/init.d/functions

MONGREL=/usr/bin/mongrel_rails
RAILSDIR=/var/www/radiant
CONFFILE=mongrel_config

test -x $MONGREL || exit 0

RETVAL=0
prog="Mongrel for radiant" 

start() {
        echo -n $"Starting $prog: " 
    cd $RAILSDIR
    $MONGREL start -C $CONFFILE
    RETVAL=$?
    echo
}

stop() {
    echo -n $"Stopping $prog: " 
    cd $RAILSDIR
    $MONGREL stop
    RETVAL=$?
    echo
}

#
#    See how we were called.
#
case "$1" in
  start)
    start
    ;;
  stop)
    stop
    ;;
  restart)
    stop
    start
    RETVAL=$?
    ;;
  *)
    echo $"Usage: $0 {start|stop|restart}" 
    exit 1
esac

exit $RETVAL
Read more...

Posted in ,  | Tags ,

Open dot dot dot

Posted by Paul Verreth Wed, 14 Feb 2007 16:22:00 GMT

Open Source, Open Genomics, Open Content

Posted in

Let There Be Light: Promoting OpenOffice.org with Sun

Posted by Paul Verreth Wed, 14 Feb 2007 16:13:00 GMT

The OpenDocument Format (ODF) just keeps on getting stronger. It is now an official ISO standard; there are numerous applications that support it, with varying degrees of fidelity, including Google’s online word processor and spreadsheet; there’s an official Microsoft-funded plug-in for Microsoft Office that allows it to open and save ODF files, and a program that converts between ODF and the Chinese UOF XML office format; and the ODF community has largely sorted out issues of accessibility that threatened to de-rail its adoption by Massachusetts.

At the same time, Microsoft is clearly beginning to feel the pressure. Its attempts to ram its own XML format through as an ISO standard, and the unseemly haste with which its 6000 pages of documentation were approved as an ECMA standard, are an indication that it is playing catch-up in this sector, even if it remains the dominant player.

Read the rest of this Linux Journal article

Posted in ,

Microsoft en Open Document Format

Posted by Paul Verreth Mon, 08 Jan 2007 07:30:00 GMT

Wired: MS Fights to Own Your Office Docs

Posted in

Over linux, unicode en utf8

Posted by Paul Verreth Tue, 19 Dec 2006 11:12:00 GMT

Interessant artikel hierover.

(Gentoo)

Posted in ,  | Tags

Bizgres

Posted by Paul Verreth Tue, 12 Dec 2006 08:37:00 GMT

Bizgres is een interessante ontwikkeling op gebied van open source databases.

Te lezen op hun website:

The Bizgres Project aims to make PostgreSQL the world’s most robust open source database for Business Intelligence. The Bizgres project is sponsored by multiple companies, led by GreenPlum.

Posted in ,