From kde-commits Tue Oct 17 18:49:12 2006 From: Martin Ellis Date: Tue, 17 Oct 2006 18:49:12 +0000 To: kde-commits Subject: www/areas/koffice Message-Id: <1161110952.333051.15592.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=116111098432100 SVN commit 596510 by martin: * Remove "(functional)" comments - you'd expect it to be functional if it's listed. * Don't point directly to the source download in the FAQ: point to the generic download page. M +2 -3 faq/index.php M +3 -5 filters/1.6/kexi/mdb.php M +24 -10 kexi/features.php --- trunk/www/areas/koffice/faq/index.php #596509:596510 @@ -130,9 +130,8 @@ $faq->addSection("How to get and install KOffice?"); $faq->addQuestion("How do I get and compile the KOffice sources?", -"Please have a look at -this page." -); +"Please see the download +page." ); $faq->addQuestion("I want to be on the bleeding edge. How can I get my sources up to date?", "You need to checkout the koffice path of KDE's SVN either --- trunk/www/areas/koffice/filters/1.6/kexi/mdb.php #596509:596510 @@ -7,12 +7,10 @@

Overview

-

Support for importing Microsoft Access databases is available for - Kexi.

+

Support for importing Microsoft Access databases is available + as separate plugin for Kexi. For more information, see the + Download section below

-

It is distributed as separate plugin for Kexi. For more - information, see the Download section below

-

The plugin can be used to import Access databases into a Kexi database only: it cannot be used to edit the database, nor to export to an Access database. However, it should also be able to import --- trunk/www/areas/koffice/kexi/features.php #596509:596510 @@ -10,8 +10,8 @@

@@ -20,9 +20,12 @@ Data Processing and Access

@@ -31,13 +34,24 @@ Supported Database Backends

-At the moment this documentation is written, drivers for the following database engines are developed as integrated (single user) backends:

+ Kexi projects are usually stored in a file. This is convenient for + databases that are only used by a single person. +

+

+ However, for some projects, users may prefer to store their data on + a remote database server. This allows several users to use the same + database. Currently, changes to the database structure should only + be made by one user: concurrent modifications to the database + structure are not supported. +

+ +

Kexi supports the following database systems:

+

It is planned to support also other database systems, especially for FireBird/Interbase and ODBC interface, for better corporate usage in the next versions. Typically, most up to date and best supported backends (from KexiDB point of view) are always: SQLite, PostgreSQL and MySQL.