Documentation/design_www.txt | 2 ++ Documentation/hosted.txt | 2 ++ Documentation/include.mk | 5 +++-- Documentation/txt2pre | 3 +-- diff --git a/Documentation/design_www.txt b/Documentation/design_www.txt index cd715b2a3f50abd10d3b644628114b0dd3fd296c..f15a55629745869ab34f4d0735c337d5b5035b31 100644 --- a/Documentation/design_www.txt +++ b/Documentation/design_www.txt @@ -1,3 +1,5 @@ +PublicInbox::WWW (PSGI interface) design notes + URL and anchor naming --------------------- diff --git a/Documentation/hosted.txt b/Documentation/hosted.txt index 42926d252e4284871577f9cdfe1b6ef71826654a..0b1fb92a6459cd9cf7014a127e0ee2253e953d32 100644 --- a/Documentation/hosted.txt +++ b/Documentation/hosted.txt @@ -1,3 +1,5 @@ +unofficially hosted mirrors at public-inbox.org + In addition to eating our own dogfood at , public-inbox.org hosts unofficial archives for several other projects as a service to their users and to further test our own software. diff --git a/Documentation/include.mk b/Documentation/include.mk index 02cbef302af798b1888c0246268adcfbdb6f07b9..9089e0620373473ac42ee42d107b1347843eb2f8 100644 --- a/Documentation/include.mk +++ b/Documentation/include.mk @@ -87,8 +87,9 @@ Documentation/standards.txt : Documentation/standards.perl $(PERL) $< >$@+ && mv $@+ $@ -%.html: %.txt - TITLE="$(basename $( }; -my $title = $ENV{TITLE}; -($title) = ($str =~ /\A([^\n]+)/) unless $title; +my ($title) = ($str =~ /\A([^\n]+)/); $title = ascii_html($title); my $l = PublicInbox::Linkify->new; $str = $l->linkify_1($str);