Add Arnold Sykosch to authors

main
Fabien Benureau 9 years ago
parent eaa6ca8dab
commit 414043e88e

@ -13,8 +13,8 @@ Pubs is built with the following principles in mind:
**Notice:** pubs is still in early development and cannot be considered as stable. **Notice:** pubs is still in early development and cannot be considered as stable.
Getting started ## Getting started
---------------
Create your library (by default, goes to '~/.pubs/'). Create your library (by default, goes to '~/.pubs/').
pubs init pubs init
@ -36,8 +36,8 @@ or an ISBN (dashes are ignored):
pubs add -I 978-0822324669 -d article.pdf pubs add -I 978-0822324669 -d article.pdf
References always up-to-date ## References always up-to-date
----------------------------
If you use latex, you can automatize references, by creating a bash script with: If you use latex, you can automatize references, by creating a bash script with:
#!/bin/bash #!/bin/bash
@ -63,17 +63,17 @@ Pubs is designed to interact well with your command line tool chain. You can add
For more advanced functionalities, pubs also support plugins. Actually *alias* is itself a plugin! For more advanced functionalities, pubs also support plugins. Actually *alias* is itself a plugin!
Requirements ## Requirements
------------
- python >= 2.7 or >= 3.3 - python >= 2.7 or >= 3.3
- [dateutil](http://labix.org/python-dateutil) - [dateutil](http://labix.org/python-dateutil)
- [pyYaml](http://pyyaml.org) (will be deprecated soon) - [pyYaml](http://pyyaml.org) (will be deprecated soon)
- [bibtexparser](https://github.com/sciunto/python-bibtexparser) >= 0.6.1 - [bibtexparser](https://github.com/sciunto/python-bibtexparser) >= 0.6.1
Authors ## Authors
-------
- [Fabien Benureau](http://fabien.benureau.com) - [Fabien Benureau](http://fabien.benureau.com)
- Olivier Mangin - Olivier Mangin
- Jonathan Grizou - Jonathan Grizou
- Arnold Sykosch

Loading…
Cancel
Save