If you’re following the trunk, you may have noticed that many plugins have moved from the core to svn:externals. Source have been relocated into the new Typo official plugins repository. As I said a few weeks ago in The futur of Typo sidebar plugins, we’re only going to keep a few plugins in the core. The complete list is:
- Archives.
- Amazon.
- Categories.
- Static.
- Tags.
- XML Syndication.
And now, what’s next? As we now have our official plugins repository, I’ve been thinking about giving Typo a plugin manager. The manager will get a XML file with the official plugins list. Users will install plugins in 1 click.
How will it work? Very simply. The plugin manager will just run script/plugin install myplugin, and here you are.
We’re delighted to announce the release of Typo 4.1.1 as part of our ongoing program of shortening Typo’s iterations. Most of the changes this month are bugfixes, but there are a few new features:
h4. Article previews
As anyone who has run Typo with a hosting service can testify, our AJAX based live preview, though lovely, can be a bit of a CPU hog. So, you can now choose between the old preview behaviour, no previews at all, or you can use the TinyMCE visual editor. Which is nice.
h4. Statistics
We’ve added the Sitealizer statistics plugin. This is by way of an experiment, we’d appreciate feedback on how useful you find it. We expect to add configurability (if only at the level of whether or not to gather statistics) in a future release.
h4. German and Romanian translations
The Typo internationalization effort continues apace. Thanks to “Alex Deva”:http://alxx.dv8.ro/ for the Romanian and “Frithjof Eckhardt”:http://www.rubykids.de/ for the German.
h4. Easier rendering of multiple sidebars
You can now do things like:
<%= render_sidebars \
AmazonSidebar.new \
:title => 'Citations',
:associate_id => 'justasummary-20', \
:maxlinks => 10 %>In your layouts. The hope is that this will make 3 column layouts easier to design. Check out “my blog”:http://www.bofh.org.uk/ for an example of this in use.
h4. Sidebar warnings
If you’ve been following the trunk, you’ll have noticed a bit of a dance as sidebars got moved in and out of the main repository. The policy now is that some sidebars are now deprecated and you should get a warning to this effect the first time you log in to your admin pages. They will be going away in Typo 4.2 whenever that happens.
The first step will probably be to move the sidebars out of the trunk and then include them back using the magic of @svn:externals@. Hopefully we’ll find a good way of flagging up which sidebars are deprecated so you’ll have some route for easily reincluding the ones you use before the ‘big bang’.
Hopefully we’ll find a way of doing it automagically and seamlessly. Watch this space.
A French translation is avaliable on my personal blog
Between 4.0 and 4.1, there were lots of changes in Typo sidebar plugins architecture. Plugins have been rewriten to become basic rails plugins one can install with script/plugin install {#PLUGIN_SOURCE_URI}. This is aimed at removing some sidebr plugins from the trunk and create an official Typo plugin repository.
Why should we do this? After all, the more functionality you have in a program, the better it is, isn’t it ?
Well, this is not always true. Here are the 4 main reasons :
- Typo is somewhat heavy for what it does, and too many plugins is part of the issue.
- People need to wait for a Typo release every time a service changes its API. This won’t happen anymore. We just fix the plugin and users can update.
- I don’t think users use both Delicious AND Magnolia. And I wonder how much people really use the xbox card stuff. If code is not used, it doesn’t need to be there.
- We want to give plugin authors some visibility. The repository and plugin directory will help this.
Here is the plugin list we’re going to keep in the trunk :
- Archives. This one will be activated in the default install.
- Amazon. It may seem odd to keep it, but it’s the best example we have of interaction between a Typo text filter and a sidebar plugin.
- Categories. Activated in the default install.
- Recent comments
- Static. A Typo developers blogroll will keep being activated by default.
- Tags.
- XML syndication. Activated in the default install.
We’re starting moving the less used plugins tonight, with Audioscrobbler and Xbox Live. The whole change will be done step by step before the next release.
We know that it may break blogs using the trunk, just like this one or my own blog, and some people will complain. Please, before doing so, remember that running off the trunk is always at your own risk.
This should have happened sooner, but we’re proud to announce the opening of the official Typo blog. This blog is dedicated to major announcements, releases, infos, tweaks and tricks abbout your favourite blogging engine.
Things have been running fast lately, and some people are working around Typo to build the next major release. Translations are on their way but we still need people to help localize Typo. We are supporting English, French and German, so if you’re ready to translate, just join us. YOU can make Typo the wonderful blogging engine it may be.