source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mandoc.bsd.lv
To: source@mandoc.bsd.lv
Subject: cvsweb: delete remnants of side by side diff mode and adjust $mime_types
Date: Sun, 10 Nov 2019 09:05:48 -0500 (EST)	[thread overview]
Message-ID: <8d076eb20ce9118a@mandoc.bsd.lv> (raw)

Log Message:
-----------
delete remnants of side by side diff mode
and adjust $mime_types to work chrooted;
from Mattieu Baptiste on ports@ 2012-06-15 11:54:34

Modified Files:
--------------
    cvsweb:
        cvsweb.conf

Revision Data
-------------
Index: cvsweb.conf
===================================================================
RCS file: /home/cvs/mandoc/cvsweb/cvsweb.conf,v
retrieving revision 4.2
retrieving revision 4.3
diff -Lcvsweb.conf -Lcvsweb.conf -u -p -r4.2 -r4.3
--- cvsweb.conf
+++ cvsweb.conf
@@ -139,10 +139,8 @@ $mancgi =
     #   h      Human readable
     #   u      Unified diff
     #   c      Context diff
-    #   s      Side by side
     #   uc     Unified diff, enscript colored (falls back to "u" w/o enscript)
     #   cc     Context diff, enscript colored (falls back to "c" w/o enscript)
-    #   sc     Side by side, enscript colored (falls back to "s" w/o enscript)
     "f" => "u",
 
     # hidecvsroot: Don't show the CVSROOT directory.  Note that this is
@@ -287,15 +285,6 @@ $hr_breakable = 1;
 #
 $showfunc = 1;
 
-# For each pair of regexps, files that match the first regexp will be diff'ed
-# with an -F option using the second regexp (unified and context only).
-# See the -F option in the diff(1) man page.
-#
-%funcline_regexp = (
-    qr/\.(?:4th|fr)$/o => "\\(^\\|[ \t]\\): ",
-    qr/\.rb$/o         => "^[\t ]*\\(class\\|module\\|def\\) ",
-);
-
 # Ignore whitespace in human readable diffs? ('-w' option to diff)
 #
 $hr_ignwhite = 0;
@@ -362,7 +351,7 @@ $inputTextSize = 12;
 # The traditional mime.types file, eg. the one from Apache is fine.
 # See above where this gets used.
 #
-$mime_types = '/usr/local/etc/apache/mime.types';
+$mime_types = '/conf/mime.types';
 
 # Charset appended to the Content-Type HTTP header for text/* MIME types.
 # Note that the web server may default to some charset which may take effect
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

                 reply	other threads:[~2019-11-10 14:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8d076eb20ce9118a@mandoc.bsd.lv \
    --to=schwarze@mandoc.bsd.lv \
    --cc=source@mandoc.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).