OpenID support for TWiki coming soon.

 

Sven Dowideit’s working on re-architecting TWiki’s authentication and session system to enable better support for external user management – for the upcoming TWiki 4.2.0 release in June, we should see OpenID support – at least for login, and registration – and later, TWiki will be able to be an OpenID providor too..

To make the June – July release, we’re expecting to re-release the Jan-Rain CPAN Consumer – to fix bugs, and make taint safe, and then depending on demand and support, to either maintain that library as the premier perl OpenID library, or when the SXIP library becomes a reality, to port to that.

I guess our thunder has been stolen by Sun’s rather big announcement – http://blogs.sun.com/superpat/entry/openid_at_sun … but it does make the work more important, as Sun use TWiki for things like http://wiki.java.net

debian repository for TWiki

I’ve set up a debian repository that you can help test the release package before it gets uploaded into debian proper.

To try it out, add the following to your /etc/apt/sources.list
deb http://distributedinformation.com/experimental/ experimental main contrib
deb-src http://distributedinformation.com/experimental/ experimental main contrib


and then run

gpg --keyserver the.earth.li --recv-keys 3C0C33BB442B5BE9
apt-key add /root/.gnupg/pubring.gpg
apt-get update
apt-get install apache2 twiki

I will be putting my ongoing work into the experimental distribution there, until they are ready for general use from my stable. From there I’ll be pushing them to my debian mentors.

This repository contains about 226 twiki-plugins – autoupdated nightly direct from twiki.org. THe packages have as many dependencies as I was able to coerce my build scripts to work out – but there is more work needed.

This article shows how simple it is to manage your own debian repository. The hard thing is making usable packages.

Sorry, you will get a gpg error on these packages, they are updated nightly direct from twiki.org – and signing the repository requires personal intervention (as far as I can see).