-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
24 lines (21 loc) · 883 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
* Add documentation for new features:
- Key generation
- PDF file storage
- HTML output
- Key "private"
- print command
- author file
* Improve handling of duplicated keys.
Currently, if one imports a database and a particular key is present
in both, one should not be allowed to keep both publications.
* Improve handling of allowed duplicates
Currently papers can be marked with "allow duplicates". This will skip
the duplicate test completely. Instead a list of ids to the duplicates
should be maintained and the paper should be tested against all other
papers not explicitly marked as duplicates.
* Encodings
Special characters in .pub are now assumed to be encoded in latex
style. Converting is now handled in the export script.
- We should consider if latex is the best encoding.
- Centralize the encoding conversion and use some standard python
modules.