]> Sergey Matveev's repositories - public-inbox.git/commit
implement /s/$SUBJECT_PATH.html lookups
authorEric Wong <e@80x24.org>
Sun, 16 Aug 2015 08:14:40 +0000 (08:14 +0000)
committerEric Wong <e@80x24.org>
Sun, 16 Aug 2015 08:19:53 +0000 (08:19 +0000)
commiteb5f82b20944d780ac3b2ff9a926c023da9468fd
tree993d57db192d18dd46216adc66158135e43860d7
parent7745ac38a4e2d4ae42e7192183f65c84a8e5662a
implement /s/$SUBJECT_PATH.html lookups

Quick-and-dirty wiring up of to Subject: paths.
This may prove more memorizable and easier-to-share than
/t/$MESSAGE_ID.html links, but less strict.

This changes our schema version to 1, since we now
use lower-case subject paths.
lib/PublicInbox/Search.pm
lib/PublicInbox/View.pm
lib/PublicInbox/WWW.pm
t/search.t