From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id D3C4F20248 for ; Fri, 5 Apr 2019 20:04:29 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] a few more cgit compatibility updates Date: Fri, 5 Apr 2019 20:04:24 +0000 Message-Id: <20190405200429.16973-1-e@80x24.org> List-Id: This all needs tests, but Works For Me right now... Eric Wong (5): config: support cgit scan-path and scan-hidden-path cgit: serve static css, logo, favicon directly config: support more cgit directives for project lists doc/config: update cgit.cgi scan location viewdiff: document constants Documentation/public-inbox-config.pod | 2 +- lib/PublicInbox/Cgit.pm | 41 ++++++++++++- lib/PublicInbox/Config.pm | 107 +++++++++++++++++++++++++++++++--- lib/PublicInbox/GitHTTPBackend.pm | 62 +++++++++++--------- lib/PublicInbox/ViewDiff.pm | 4 ++ 5 files changed, 174 insertions(+), 42 deletions(-) -- EW