summaryrefslogtreecommitdiffstats
path: root/extras/source/database
diff options
context:
space:
mode:
Diffstat (limited to 'extras/source/database')
-rw-r--r--extras/source/database/biblio.README19
-rw-r--r--extras/source/database/biblio.dbfbin0 -> 75798 bytes
-rw-r--r--extras/source/database/biblio.dbtbin0 -> 46601 bytes
-rw-r--r--extras/source/database/biblio.odbbin0 -> 2892 bytes
-rw-r--r--extras/source/database/evolocal.odbbin0 -> 3759 bytes
5 files changed, 19 insertions, 0 deletions
diff --git a/extras/source/database/biblio.README b/extras/source/database/biblio.README
new file mode 100644
index 000000000..7c1fcb0b7
--- /dev/null
+++ b/extras/source/database/biblio.README
@@ -0,0 +1,19 @@
+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.
+
+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
+
+NOTE: 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 ?
diff --git a/extras/source/database/biblio.dbf b/extras/source/database/biblio.dbf
new file mode 100644
index 000000000..2715f9945
--- /dev/null
+++ b/extras/source/database/biblio.dbf
Binary files differ
diff --git a/extras/source/database/biblio.dbt b/extras/source/database/biblio.dbt
new file mode 100644
index 000000000..0ad40670b
--- /dev/null
+++ b/extras/source/database/biblio.dbt
Binary files differ
diff --git a/extras/source/database/biblio.odb b/extras/source/database/biblio.odb
new file mode 100644
index 000000000..9e7074495
--- /dev/null
+++ b/extras/source/database/biblio.odb
Binary files differ
diff --git a/extras/source/database/evolocal.odb b/extras/source/database/evolocal.odb
new file mode 100644
index 000000000..82f486a47
--- /dev/null
+++ b/extras/source/database/evolocal.odb
Binary files differ