]> git.scottworley.com Git - paperdoorknob/shortlog
paperdoorknob
2024-01-26 Scott WorleyHandle Unicode characters ≈ and ◁ main
2024-01-26 Scott WorleyUser-facing progress report counts are 1-based
2024-01-26 Scott WorleyFollow 'Next Thread →' links
2024-01-26 Scott WorleyTest emit()
2024-01-26 Scott WorleyTest bare chunks
2024-01-26 Scott WorleyMove per-thread processing stuff into Thread
2024-01-26 Scott Worleynext_thread should be an absolute URL
2024-01-26 Scott WorleyUse a more URL-looking url in tests
2024-01-12 Scott WorleyFetch the non-flat view to get the next-thread link
2024-01-12 Scott WorleyAlways have Thread.__init__ fetch the HTML
2024-01-12 Scott WorleyOptionally have Thread.__init__ fetch the HTML
2024-01-12 Scott WorleyMove get_title() to Thread
2024-01-12 Scott WorleyRename html → dom
2024-01-12 Scott WorleyReify Thread
2024-01-06 Scott WorleyShow name of thread being processed
2024-01-01 Scott WorleyLearning TeX: Do Layouts with TeX macros
2024-01-01 Scott WorleyPut Texifier in spec
2023-12-31 Scott WorleyLearning TeX: Render icon images with TeX command
2023-12-31 Scott WorleyLearning TeX: Keep icon image size in TeX
2023-12-31 Scott WorleyDon't uselessly repeat preamble in test
2023-12-31 Scott WorleyUse raw strings for less escaping
2023-12-31 Scott WorleyStrip links from meta fields
2023-12-31 Scott WorleySupport _ in URLs
2023-12-31 Scott WorleyrenderIcon makes bytes
2023-12-30 Scott WorleyOnly look within each chunk-dom for chunk fields
2023-12-30 Scott WorleyEscape character names
2023-12-30 Scott Worleyargs: Prefer dashes to underscores
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 WorleyChange default layout: below → beside
2023-12-30 Scott Worley--quiet controls fetch cache hit rate report too
2023-12-30 Scott Worley--quiet flag to suppress progress messages
2023-12-30 Scott WorleyProgress indicator
2023-12-29 Scott WorleyRemove no-longer-needed DOMFilters NoEdit and NoFooter
2023-12-29 Scott WorleyApply bare-\emph fix to \st too
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-29 Scott Worleytest: Don't duplicate list of TeX modules in test
2023-12-29 Scott WorleyReduce the number of places we keep our version number...
2023-12-29 Scott WorleyReduce the number of places we keep our version number...
2023-12-29 Scott Worleyfetch: Send User-Agent header
2023-12-29 Scott Worleyimage filenames: Drop ? and following query parameters
2023-12-28 Scott WorleyUse view=flat to get whole threads at once
2023-12-28 Scott WorleyFakeFetcher: Show bad URLs in error messages
2023-12-24 Scott Worley`beside` layout
2023-12-21 Scott WorleyNo indent on first paragraph in each chunk
2023-12-21 Scott WorleyBorder around icon + author data that extends between...
2023-12-21 Scott WorleyLess space between icon and post-separation line
2023-12-21 Scott Worleywrapfig → wrapstuff, for \wrapstuffclear
2023-12-21 Scott WorleyForce line breaks between icon, character, screen name...
2023-12-21 Scott Worleywrapfigure 0pt width means auto-scale
2023-12-21 Scott WorleyLines between chunks
2023-12-21 Scott WorleyFix flaky test: Increment request count before responding
2023-12-21 Scott WorleyReport fetch cache hit rate
2023-12-21 Scott WorleyParagraph breaks
2023-12-21 Scott WorleyUniform icon image size
2023-12-20 Scott WorleyLaTeX doesn't like % in filenames
2023-12-20 Scott WorleyReify Layout
2023-12-20 Scott WorleyNew dependency: wrapfig TeX package
2023-12-20 Scott WorleyReify Chunk
2023-12-20 Scott WorleyFakeImageStore for tests
2023-12-20 Scott WorleyMore structure and tests around splitting the page...
2023-12-20 Scott WorleyPass an ImageStore around
2023-12-20 Scott WorleyAllow many Spec fields
2023-12-20 Scott WorleyImageStore
2023-12-20 Scott WorleySpecify page geometry
2023-12-20 Scott WorleyProject Lawful start URL in --help
2023-12-20 Scott WorleyExtensible, flag-controlled DOM filters
2023-12-20 Scott WorleyStrip all  
2023-12-20 Scott WorleyFakeFetcher for faster tests
2023-12-20 Scott WorleyMove HTML test data out to separate file
2023-12-20 Scott WorleyBundle the things needed for a run together into a...
2023-12-19 Scott WorleyContemplate generating LaTeX directly
2023-12-19 Scott WorleyTexifier interface
2023-12-19 Scott WorleyRename: fetch → parse
2023-12-19 Scott WorleyUse the new encapsulated fetchers
2023-12-19 Scott WorleyCleaner Fetcher interface
2023-12-19 Scott WorleyExtract fake webserver
2023-12-01 Scott WorleyLaTeX output is a valid LaTeX file
2023-11-30 Scott WorleyVerify that LaTeX conversion is doing something
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: Verify caching across sessions
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: test: Count requests
2023-11-23 Scott Worleyfetch: test: Explicitly close webserver
2023-11-23 Scott Worleyfetch: test: Hold reference to webserver
next