about summary refs log tree commit homepage
path: root/lib/PublicInbox/WwwStream.pm
DateCommit message (Expand)
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-27wwwstream: discard single-use $ctx fields after use
2020-01-27www*stream: favor \&close instead of *close
2020-01-24wwwstream: shorten cloneurl uniquification
2020-01-06hval: export prurl and add prototype
2019-10-17Merge remote-tracking branch 'origin/inboxdir'
2019-10-17doc: avoid [<directory>] arg for git-clone(1)
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-10-01www: fix absolute URLs when mounted under a subdir
2019-09-27wwwtext: support $INBOX_URL/_/text/config/raw
2019-09-09run update-copyrights from gnulib for 2019
2019-06-14rename reference to git epochs as "partitions"
2019-05-07wwwstream: do not load URI.pm
2019-05-05Merge remote-tracking branch 'origin/wwwlisting'
2019-05-04wwwstream: drop tor2web URL
2019-04-19www: support listing of inboxes
2019-04-16cleanup: use '$ibx' consistently when referring to Inbox refs
2019-01-20$INBOX/_/text/color/ and sample user-side CSS
2019-01-20www: admin-configurable CSS via "publicinbox.css"
2019-01-09doc: various overview-level module comments
2018-12-28wwwstream: always show multi-line cloning instructions
2018-03-30wwwstream: flesh out clone instructions for v2
2018-03-27www: support cloning individual v2 git partitions
2018-02-07update copyrights for 2018
2016-12-03wwwstream: improve documentation and variable naming
2016-11-29note the source code is AGPL for cloning
2016-08-23www: give tor2web some exposure, too
2016-08-18www: implement generic help text
2016-08-12www: allow including links to NNTP sites in HTML footer
2016-08-02wwwstream: prioritize search in top title bar
2016-07-21www: redefinable project name and URL
2016-07-21www: a note .onion URLs require the usage of Tor
2016-07-21www: label sections and hopefully improve navigation
2016-07-06wwwstream: allow undef noop callback
2016-07-02wwwstream: wording/grammar tweaks in trailer
2016-07-02inbox: base_url method takes PSGI env hashref instead
2016-07-01www_stream: fix stupid typo :x
2016-07-01git: allow cloning from the URL root, too
2016-07-01update git repo location to https:// using GitHTTPBackend.pm
2016-07-01www_stream: fix search for new.html endpoint
2016-06-30www_stream: add response wrapper sub
2016-06-30www: use WwwStream for dumping thread and search views
2016-06-25www_stream: linkify cloneurl entries if they're HTTP/HTTPS
2016-06-18view: introduce WwwStream interface