From cb428de428a236b59c5b581a1b5332bb7bb37dfb Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 6 Jul 2012 12:01:11 -0300 Subject: [PATCH] announce project is moving outside of garage.maemo.org --- www/index.html | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/www/index.html b/www/index.html index 2e01a30..b9fee03 100644 --- a/www/index.html +++ b/www/index.html @@ -18,6 +18,14 @@ body { Lightweight media scanner meant to be used in not-so-powerful devices, like embedded systems or old machines.

+
+

+ This project moved to + ProFUSION servers + and also mirrored at + github. +

+

Provides an optimized way to recursively scan directories, handling the parser in a child process, avoiding breaks of the @@ -40,14 +48,14 @@ body { Applications should then access the SQLite3 database to get all the informations about scanned media. See tables and fields description at http://lms.garage.maemo.org/api/index.html + href="http://packages.profusion.mobi/lightmediascanner/docs/api/">http://packages.profusion.mobi/lightmediascanner/docs/api/ (end of the page). You can use any SQLite3 access library, for instance you have SQLObject, SQLAlchemy and Storm for python, Sequel for Ruby and possible others.

Documentation