< Manage digital documents | Contents | Bibwiki's Markups >

Groupware facilities

1. Restrict editing

Set   $wgRestrictEditsToBureaucrats in   BibwikiSettings.php  to   true   if you want to restrict editing the bibliography (adding, deleting, editing, inserting, creating, importing records) to bureaucrats and sysops.

2. Create per-user-bibliographies

All bibliographies in   $wgBibPath   are visible to anybody. If you want some bibliographies only to be accessible to a single user you have to create a folder with the name of that user in   $wgBibPath.   All .bib files in that folder are only accessible to the user with the same name as the folder.

2.1 Example

$wgBibPath = '/texmf/bibtex/bib';

/texmf/bibtex/bib
               |
               +-- default.bib
               |
               +-- /steph
               |      |
               |      +-- private.bib
               |
               +-- /rick
                      |
                      +-- private.bib
                      |
                      +-- misc.bib

In this structure all users can work with the bibliography   default.bib.   But only user 'steph' has access to   steph/private.bib,   and user 'rick' has access to   rick/private.bib   and   rick/misc.bib.

< Manage digital documents | Contents | Bibwiki's Markups >