]> git.scottworley.com Git - paperdoorknob/history - paperdoorknob.py
Support _ in URLs
[paperdoorknob] / paperdoorknob.py
2023-12-31 Scott WorleySupport _ in URLs
2023-12-30 Scott WorleyProgress messages for fetch and parse
2023-12-30 Scott WorleyRename: html → dom
2023-12-30 Scott WorleyRender links as footnotes
2023-12-30 Scott Worley--quiet flag to suppress progress messages
2023-12-30 Scott WorleyProgress indicator
2023-12-29 Scott WorleySupport strikethrough
2023-12-29 Scott Worleytexfilter to work around \emph nesting issue
2023-12-29 Scott WorleyUse LaTeX packages: longtable and booktabs
2023-12-28 Scott WorleyUse view=flat to get whole threads at once
2023-12-21 Scott WorleyBorder around icon + author data that extends between...
2023-12-21 Scott Worleywrapfig → wrapstuff, for \wrapstuffclear
2023-12-21 Scott WorleyLines between chunks
2023-12-20 Scott WorleyReify Layout
2023-12-20 Scott WorleyNew dependency: wrapfig TeX package
2023-12-20 Scott WorleyMore structure and tests around splitting the page...
2023-12-20 Scott WorleySpecify page geometry
2023-12-20 Scott WorleyExtensible, flag-controlled DOM filters
2023-12-20 Scott WorleyStrip all  
2023-12-20 Scott WorleyBundle the things needed for a run together into a...
2023-12-19 Scott WorleyTexifier interface
2023-12-19 Scott WorleyRename: fetch → parse
2023-12-19 Scott WorleyUse the new encapsulated fetchers
2023-12-01 Scott WorleyLaTeX output is a valid LaTeX file
2023-11-30 Scott WorleyInvoke pandoc to convert HTML to LaTeX
2023-11-25 Scott Worley--pandoc flag
2023-11-25 Scott WorleyOpen output file
2023-11-25 Scott WorleyDrop Post as a class
2023-11-24 Scott WorleyStrip edit-boxes and footers
2023-11-24 Scott Worleyentries() convenience method
2023-11-24 Scott WorleyReplies
2023-11-24 Scott WorleyBegin parsing glowfic html
2023-11-24 Scott WorleyParse HTML
2023-11-23 Scott Worleyfetch: Honor Cache-Control headers
2023-11-23 Scott Worleyfetch: cache: Keep cache in XDG_CACHE_HOME (eg: ~/...
2023-11-23 Scott Worleyfetch: Cache
2023-11-23 Scott Worleyfetch: Multiple fetches per session
2023-11-23 Scott Worleyfetch: Use a session
2023-11-23 Scott Worleyfetch: Try closing connections more aggressively
2023-11-23 Scott WorleyFetch URLs
2023-11-22 Scott WorleyBegin