News
October 2009 : a new release (bibus 1.5.0)
- OOo3.1 compatibility
- Infinite number of file/http links
- Clever capitalization (lord of war => Lord of War ...)
- Better handling of journal abbreviations
- Import/Export filters can be added easily (plugin)
- journal abbreviations and shortcuts can be easily edited (simple csv file that can be edited in OOo/excel or a text editor)
- Lot of bug fixes
- Requires python2.5 (not a problem anymore under Windows since OOo3.1 includes 2.6)
- Requires wxpython-2.8
Import/Export filters
From Bibus
Since Bibus 1.5, you can add custom Import and Export filters (File -> Import / Export -> install a new filter). A filter is just a simple python file which can be edited with a traditional text editor. You can add here your own filters or corrections to existing filters: fill the table and copy your script. If you want to install a filter from this page, copy the corresponding script in a text editor and save the file (for ex: myfilter.py). Then File -> Import -> Install a new filter -> Select myfilter.py. The table is ordered by filter type (export and import).
You will find relevant tutorial detailing how to import/export references in bibus here.
| Type | Name | Author | Description | Link |
|---|---|---|---|---|
| Export | example | example | example | link |
| Import | example | example | example | link |
[edit]
Filter 1
add your filter
[edit]
Filter 2
add your filter

