X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=doc%2FTODO;h=6ec0d5a7e49d3be14919745482c6d2652e38e9b3;hb=4360b050bde8fe9eeee284ab9e74fb99e4041960;hp=85c2de792399318b2e15a810cf793a2ee4e11a5e;hpb=556fb077f2d174449a852fc64f2b32ee8e471482;p=bookmarks_db.git diff --git a/doc/TODO b/doc/TODO index 85c2de7..6ec0d5a 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,10 @@ -Remove absolute directory ~/lib to make it portable. +Change parse_html to parse strings, not files. -Switch simple robot to urllib2. +Split simple robot: separate network operations and URL handling. + +Allow parameters in BKMK_ROBOT; for example, 'forking:urllib'. + +A new robot based on urllib2. A new robot based on PycURL.