aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-10-07 21:01:52 +0000
committerNils Gillmann <ng0@n0.is>2018-10-07 21:01:52 +0000
commit0bee735c630f3abc4fca4a613bb80fe25e6e7020 (patch)
tree3158cd325d3a6e0a74b20abb2df6e3278cc2585c /TODO
parentdffb152a753e72302eef9e4201db9b05bccea814 (diff)
downloadgnunetbib-0bee735c630f3abc4fca4a613bb80fe25e6e7020.tar.gz
gnunetbib-0bee735c630f3abc4fca4a613bb80fe25e6e7020.zip
merge README-GNUNET.txt into TODO
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'TODO')
-rw-r--r--TODO32
1 files changed, 32 insertions, 0 deletions
diff --git a/TODO b/TODO
index c208fc2..fb34347 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,36 @@
1- GNUnet:
2 - Fix up gnunetbib.bib so that make no longer throws errors:
3 - Add PDF links or remove the relevant key requirement
4 - Fix some faulty pages/publication types/dates in the bib
5 - Organize into categories
6 - Create the subdomain for this, docs.gnunet.org, where it should
7 be deployed in /bib/.
8 - stylistic branding (css etc) to match whatever new gnunet.org will use.
9 - save the keywords! We have a whole bunch of keywords here https://gnunet.org/bibliography/keywords
10 and anonbib supports categorizing / tagging.
11 - improve the unique title/names (the first text appearing in the bib record).
1 12
13 - BibTeX.py shortcomings fixing:
14 - add better handling for when 'author' (or: the lack of 'author') returns NoneType:
15 user@abyayala ~/src/gnunet/gnunetbibv1/anonbib [env]$ make | grep "author"
16 ERROR: 2009_16 has no author field
17 ERROR: 2008_3 has no author field
18 ERROR: 2006_18 has no author field
19 ERROR: 2005_8 has no author field
20 ERROR: 2004_8 has no author field
21 ERROR: 2001_1 has no author field
22 Traceback (most recent call last):
23 File "writeHTML.py", line 244, in <module>
24 writePageSet(config, bib, tag)
25 File "writeHTML.py", line 154, in writePageSet
26 cache_url_path=cache_url_path)
27 File "writeHTML.py", line 108, in writeHTML
28 base_url=root)
29 File "writeHTML.py", line 49, in writeBody
30 print >>f, e.to_html(cache_path=cache_path, base_url=base_url)
31 File "/home/user/src/gnunet/gnunetbibv1/anonbib/BibTeX.py", line 611, in to_html
32 htmlAuthors = [a.htmlizeWithLink() for a in self.parsedAuthor]
33 TypeError: 'NoneType' object is not iterable
2 34
3- More general tasks 35- More general tasks
4 . Know about @book 36 . Know about @book