Submitted by jfhovinne on Tue, 11/10/2011 - 12:00
"Redmine is a flexible project management web application. Written using Ruby on Rails framework, it is cross-platform and cross-database."
To install Redmine on Ubuntu Oneiric with Apache, Passenger and MySQL, simply follow the following procedure:
$ sudo aptitude install redmine redmine-mysql mysql-server mysql-client apache2 libapache2-mod-passenger
Configure the virtual host:
$ sudo vi /etc/apache2/sites-available/yourhostname.example.com
Submitted by jfhovinne on Sun, 19/06/2011 - 12:00
A simple POP3 filter written in PHP to delete unwanted emails from your POP3 mailbox, before downloading them, based on the sender's email address.
Submitted by jfhovinne on Wed, 05/01/2011 - 12:00
Drupal 7, the friendly and powerful content management platform for building nearly any kind of website, is available today!
Drupal 7 is
- Easier to use
- More flexible
- More scalable
- Open source
Read all about Drupal 7.
Submitted by jfhovinne on Wed, 17/09/2008 - 22:42
WYMeditor 0.5 beta 1 has been released!
This release brings new features and fixes bugs.
New features:
Submitted by jfhovinne on Fri, 09/05/2008 - 21:07
WYMeditor 0.5 alpha 1 has been released!
This new version brings major new features:
Submitted by jfhovinne on Tue, 12/02/2008 - 22:08
I've been very busy these last months, and unfortunately I had no time to blog, nor work on WYMeditor.
Things are finally getting back to normal, though I must admit I currently don't have so much time for the project...
Anyway, we have started to refactor WYMeditor's code, cleaning up the global object, moving classes to the WYMeditor namespace, and so on. No new feature, but I think the code is getting better and easier to maintain.
Next step: use NaturalDocs for the code documentation.
Submitted by jfhovinne on Mon, 10/09/2007 - 20:48
WYMeditor 0.4 stable has been released!
This release includes Bermi Ferrer's powerful XHTML and CSS parsers, and fixes some outstanding bugs.
For your convenience, jQuery 1.1.4 has been included in the package, as well as getting started examples, which should work out of the box.
Thanks to all the contributors who made this release possible.
Enjoy!
Download WYMeditor 0.4
Submitted by jfhovinne on Thu, 09/08/2007 - 22:54
This a widget example, using the jQuery jFeed and wordStats plugins, to display a list of articles related to the current document.
Submitted by jfhovinne on Thu, 09/08/2007 - 22:18
The jQuery wordStats plugin tries to determine what a page is about by computing the density of its keywords.
It uses a simple algorithm which adds a variable weight for each keyword occurence, depending on its 'position' in the document.
Although this computation model is quite simple, I get good results with all sorts of documents.
There's of course a system to exclude 'stop words' (frequent pronouns, prepositions, adverbs and so on).
Submitted by jfhovinne on Mon, 30/07/2007 - 22:04
fixedBox is a lightweight jQuery plugin that allows you to display a fixed box in the web page.
The box is centered by default, but you can also define the left and/or top positions.
Pages