pubs/NOTES
Fabien Benureau d3736e257b moving from pybtex to bibtextparser, fixed major regressions.
* only bibtex format is supported
* all tests except test_repo.py and edit test pass
* edit and update commands were not updated
* removed --format argument from export, only bibtex is supported.
2014-04-13 15:10:40 +02:00

28 lines
921 B
Plaintext

A paper correspond to 3 files :
name.pdf a pdf or ps file, the paper itself, whose location is arbitrary
bibdata/name.bibyaml a bibyaml file with all bibliographic data.
meta/name.meta a metadata file for internal use, notes, citekeys, status, etc.
+ requires config file (default repo, open command, ...)
- printing should include templating engine and several templates for bib types and output
* chose existing engine
- tests...
- import command for interactive import with auto bib
* basic title and author search in pdf
* online services (scholar, etc.)
- add command does not require pdf -> add from bib
About strings:
--------------
- so assumption is made that everything is utf-8
- conversions are performed at print time
Config values:
--------------
[pubs]
open-cmd = open
edit-cmd = edit
import-copy = True
import-move = False
terminal-encoding = from locale or utf8