Jahr: 2002

  • OpenLDAP

    OpenLDAP setup takes a while… Configuration files are in /usr/local/etc/openldap. List all entries: ldapsearch -x -b ‚dc=tim,dc=digicol,dc=de‘ ‚(objectclass=*)‘ Create a new entry using a text file like the following: dn: cn=Tim Strehle,dc=tim,dc=digicol,dc=de objectclass: inetOrgPerson jpegPhoto:< file:///data/00/00/00/616.jpg sn: Strehle givenname: Tim uid: tim userPassword: secret mail: tim@strehle.de mail: tim@digicol.de labeledURI: http://tim.digicol.de/data/00/00/00/616.jpg Then run: ldapadd -x -D…

  • Templates in PHP – yes or no?

    No: „The Deadly Sins of Templates in PHP“ http://www.thephpguy.com/modules/news/article.php?storyid=30 Yes: „Why Use Smarty“ http://smarty.php.net/whyuse.php

  • SliMP3 Ethernet MP3 Player

    An MP3 player streaming from your PC into the living room: http://www.slimdevices.com/products/slimp3/index.html

  • WAP example

    Found a nice WAP example at http://www.wap-de.de/resources/examples/php/ . This is how I want to access XDD (search for addresses, appointments, e-mails…)! Update: This example inspired me to build WMLStart.php, a sample WML (WAP) application in a single PHP script…

  • InView Momentum

    … a P2P application – a little bit like Groove/Sametime, written in Java. Commercial software. http://www.inviewsoftware.com/products/index.htm

  • ContentXXL

    An interesting Content Management System? (Was the .NET success story in the iX magazine 12/2002…) http://www.contentxxl.com/

  • PHP iCalendar

    Extremely good-looking (read-only) web calender written in PHP: http://phpicalendar.sourceforge.net/nuke/index.php

  • „ARD-Jahresrückblicke“ 1952 to 2001

    The German ARD have been summarizing the past year on TV since 1952 – all the clips are available online now! http://www.tagesschau.de/thema/0,2046,OID1307088,00.html

  • www.zeit.de CMS

    Apache 2, Zope, Xapian etc.: http://software.zeit.de/software/index

  • Courier IMAP-Server

    Installed courier-imap-1.6.1.20021124 for testing „fake e-mail accounts“. Installation instructions: http://www.inter7.com/courierimap/INSTALL.html#userdb Now I can simply put RFC822 text files into maildir/new, and they appear in the IMAP inbox (or in the POP3 inbox)! Use this for push profiles (SDI), e-mail archiving (the user can simply drag&drop mails into this folder using his mail client), … User…