From 281d2aab00faf83de37cbba98de9da9e9b1364d0 Mon Sep 17 00:00:00 2001 From: barbieri Date: Wed, 23 Jan 2008 16:04:04 +0000 Subject: [PATCH] Say that users will access scanned data through SQLite3. --- www/index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/www/index.html b/www/index.html index 931aca1..5d5d58f 100644 --- a/www/index.html +++ b/www/index.html @@ -34,9 +34,19 @@ body { connection and the file id within the master table 'files' are handled to plugins for relationship with other tables.

+

+ 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 + (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

-- 1.7.9.5