]> git.scottworley.com Git - paperdoorknob/shortlog
paperdoorknob
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
2023-11-23 Scott Worleyfetch: test: Explicitly join webserver thread
2023-11-23 Scott Worleyfetch: Try closing connections more aggressively
2023-11-23 Scott Worleyfetch: Verify error handling
2023-11-23 Scott Worleyfetch: test: Choose port dynamically
2023-11-23 Scott WorleyFetch URLs
2023-11-22 Scott WorleyBegin