Bump version to 5.0-14
[LibreOffice.git] / extras / source / database / biblio.README
blob7c1fcb0b7f597e13c212e754b02659abe895041c
1 When updating biblio.odb be aware that biblio.odb *does not* embed the data of
2 the database inside the .odb, instead it is configured to store its data in the
3 per-user database/biblio/biblio.dbf and database/biblio/biblio.dbt files. i.e.
4 the contents of the ~/.libreoffice/3/user/database/biblio dir.
6 If you edit biblio.odb in "base" you will really just be changing your local
7 data store.
9 So, to really change the bibliography the easiest thing to do is to launch
10 writer and use tools->bibliography database and edit your local one through
11 that UI.
13 Then *copy* ~/.libreoffice/3/user/database/biblio/biblio.db* to
14 extras/source/database/ in order to overwrite biblio.dbf and biblio.dbt and
15 copy ~/.libreoffice/3/user/database/biblio.odb to
16 extras/source/database/biblio.odb
18 NOTE: base doesn't seem to "PACK" the dbase III files after editing, so deleted
19 records still take up space in the file, possibly a bug worth fixing ?