The 5th alpha version of my script to import e107 data to WordPress is out ! This version is now able to import static pages as is.
Tag Archives: CMS
WordPress to e107 v0.4: now with Comments Import
The 4th alpha version of my script to import e107 data to WordPress is out ! This version fix lots of bugs, especially due to non-escaped SQL queries, and now import news comments and link them to users.
Useful Commands: Introduction
In april ’06, I’ve decided to no longer use Nuxeo’s CPS and start a new online adventure with this blog.
Last week I’ve moved the majority of my stuff (articles and scripts mainly) from my objectis.org web site. There, I’ve compiled a list of linux commands I don’t want to forget, in the spirit of “Directory of Linux commands” from O’Reilly and pixelbeat.org Command Line Tips.
I’ve reordered all of the commands by theme and I’ll now publish each theme as a unique post, one theme per week, under the “Useful Commands: [Theme Name]” title. This week: Useful Commands: Files & Archives.
Old Site to Blog: Merge in Progress
I’m currently moving all the content from my old site to this blog. Here is the list of “new old” things I’ve manually imported:
Articles:
- Easy Mirroring Without RAID: the Poor Man’s Disk Array
- HowTo Compile and Use xvidcap
- How-To Mount a File System Binary Image
- Remote backup with rsync
- Créer un Espace de Stockage Fiable avec RAID 5 et LVM sous Linux [FR]
Linux Scripts:
- KNewsTicker to Akregator: feeds importer
- Phorum to e107 migration
- confsaver.py
- KopeteChatRenderer.py
- phorum_anon2user.php
- phorum_bodies_update.php
Please have a look at the dedicated linux script page to get a short description of each of those scripts.
e107 to WordPress: v0.3 add user import
I’ve finish the third alpha version of my plugin to import e107 websites to WordPress. This version is now able to import the all users and associate each user with their posts.
e107 to WordPress Importer: v0.2 with bbcode support
Here is the second alpha release of my e107 to WordPress import plug-in. This release add bbcode support to news content, based on original code from the e107 project. This mean that all your e107 news that use bbcode will be automattically transformed in pure html code to fit in WordPress.
The tests I’ve done on my local machine showed me that there is still some problems with embedded URLs that use [link] bbcode and with image rendering (which are not rendered with img html tag). I hope to find some time soon to understand and fix this bad behaviour.