[Libreoffice-commits] .: extras/source

Caolán McNamara caolan at kemper.freedesktop.org
Fri Mar 9 07:09:53 PST 2012


 extras/source/database/biblio.README |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

New commits:
commit c7de2ddf67158733ba15cea4cb8f1786e83776d9
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Mar 9 15:09:47 2012 +0000

    document how to update the damn bibliography database

diff --git a/extras/source/database/biblio.README b/extras/source/database/biblio.README
new file mode 100644
index 0000000..8a25c5d
--- /dev/null
+++ b/extras/source/database/biblio.README
@@ -0,0 +1,21 @@
+When updating biblio.odb be aware that biblio.odb *does not* embed the data of
+the database inside the .odb, instead it is configured to store its data in the
+per-user database/biblio/biblio.dbf and database/biblio/biblio.dbt files. i.e.
+the contents of the ~/.libreoffice/3/user/database/biblio dir.
+
+If you edit biblio.odb in "base" you will really just be changing your local data
+store.
+
+So, to really change the bibliography the easiest thing to do is to launch writer and
+use tools->bibliography database and edit your local one through that UI [1]
+
+Then *copy* ~/.libreoffice/3/user/database/biblio/biblio.db* to
+extras/source/database/ in order to overwrite biblio.dbf and biblio.dbt and
+copy ~/.libreoffice/3/user/database/biblio.odb to
+extras/source/database/biblio.odb
+
+[1] a) oddly base doesn't show the same fields that the bibliography widget does,
+       possibly a bug worth fixing ?
+    b) oddly base doesn't seem to "PACK" the dbase III files after editing, so
+       deleted records still take up space in the file, possibly a bug worth
+       fixing ?


More information about the Libreoffice-commits mailing list