source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mandoc.bsd.lv
To: source@mandoc.bsd.lv
Subject: cvsweb: Fix CVS identifiers: remove "FreeBSD" ids that were never
Date: Fri, 8 Nov 2019 16:09:51 -0500 (EST)	[thread overview]
Message-ID: <8d0766375408b8f5@mandoc.bsd.lv> (raw)

Log Message:
-----------
Fix CVS identifiers: remove "FreeBSD" ids that were never functional
in the KNU/SCOP repository, remove "Idaemons" ids that got frozen 
at some random point in the history, add "knu" ids reporting the
latest revision from the trunk of the KNU/SCOP repo, and add "Id"
identifiers to report the current revision in the SCHWARZE repository.

Tags:
----
4.1

Modified Files:
--------------
    cvsweb/css:
        cvsweb.css

Revision Data
-------------
--- /dev/null
+++ css/cvsweb.css
@@ -0,0 +1,195 @@
+/* CSS for FreeBSD-CVSweb */
+/* $Id: cvsweb.css,v 4.1 2019/11/08 21:09:51 schwarze Exp $ */
+/* $knu: css/cvsweb.css,v 2005/12/03 18:39:45 scop */
+
+body {
+  color: #000;
+  background-color: #fff;
+}
+th {
+  text-align: left;
+}
+hr {
+  height: 1px;
+  border: none;
+  background-color: #000;
+}
+h1 {
+  text-align: center;
+}
+fieldset {
+  background-color: #eee;
+  padding: 0.8em;
+}
+input[type="submit"] {
+  padding-left: 0.5em;
+  padding-right: 0.5em;
+}
+
+/* Generic nowrap class */
+.nowrap {
+  white-space: nowrap;
+}
+
+/* Source, diff and annotate views */
+.src {
+  color: #000;
+  background-color: #eee;
+  font-style: normal;
+  font-weight: normal;
+}
+
+/* Navigation header for source views, diffs and annotations */
+.navigate-header {
+  background-color: #99e;
+  padding: 2px;
+  border: 2px outset;
+}
+
+/* Directory table */
+table.dir {
+  border-right: 1px solid #ccc;
+}
+/* Cells */
+table.dir * td {
+  border-left: 1px solid #ccc;
+  border-bottom: 1px solid #ccc;
+  padding-left: 5px;
+  padding-right: 5px;
+}
+/* Column headers */
+table.dir * th {
+  background-color: #ffc;
+  border: thin outset;
+  padding-left: 5px;
+  padding-right: 5px;
+}
+/* Sorted column header */
+table.dir * th.sorted {
+  background-color: #fc6;
+  border: thin inset;
+}
+/* Even rows */
+table.dir * tr.even {
+  background-color: #fff;
+}
+/* Odd rows */
+table.dir * tr.odd {
+  background-color: #fff;
+}
+/* File and dir name columns */
+table.dir * td.file, table.dir * td.dir {
+  white-space: nowrap;
+}
+/* Graph link column */
+table.dir * td.graph {
+  padding-left: 3px;
+  padding-right: 3px;
+  text-align: center;
+  width: 1%;
+}
+/* Age column */
+table.dir * td.age {
+  font-style: italic;
+  white-space: nowrap;
+}
+table.dir * td.years {
+  color: #000;
+}
+table.dir * td.months {
+  color: #0a0;
+}
+table.dir * td.weeks {
+  color: #aa0;
+}
+table.dir * td.days,    table.dir * td.hours,
+table.dir * td.minutes, table.dir * td.seconds {
+  color: #f00;
+}
+/* Author column */
+table.dir * td.author {
+  white-space: nowrap;
+}
+/* Log entry column */
+table.dir * td.log {
+  font-size: smaller;
+}
+/* Attic toggles in directory view */
+.attic {
+  font-size: smaller;
+}
+
+/* Option table labels and values */
+.opt-label {
+  text-align: right;
+  padding-left: 0.5em;
+}
+.opt-value {
+  padding-right: 0.5em;
+}
+
+/* Log entry in markup */
+.log-markup {
+  background-color: #fff;
+  width: 100%;
+}
+
+/* Diff-selected revision in log */
+.diff-selected {
+  padding-right: 0.5em;
+  border-right: 10px solid #fc6;
+}
+
+/* 'Line'-header of each diffed file */
+.diff-heading {
+  background-color: #9cc;
+  border: 2px outset;
+  padding: 5px;
+}
+/* Common properties for diff "contents" */
+.diff {
+  font-family: sans-serif;
+  font-size: smaller;
+}
+/* Lines that are the same */
+.diff-same {
+  background-color: inherit;
+}
+/* Empty lines */
+.diff-empty {
+  background-color: #ccc;
+}
+/* Added lines */
+.diff-added {
+  background-color: #9f9;
+}
+/* Removed lines */
+.diff-removed {
+  background-color: #f99;
+}
+/* Changed lines */
+.diff-changed {
+  background-color: #ff6;
+}
+/* Empty changed lines */
+.diff-changed-missing {
+  background-color: #ee6;
+}
+/* Unchanged text in ediffs */
+.diff-unchanged {
+  background-color: #ccc;
+}
+
+/* Current revision lines in annotate view */
+.current-rev {
+  font-weight: bold;
+}
+
+/* Download links */
+.download-link { 
+  font-weight: bold;
+}
+/* Display links */
+.display-link { 
+  font-weight: bold;
+}
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

             reply	other threads:[~2019-11-08 21:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-08 21:09 schwarze [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-11-08 21:11 schwarze
2019-11-08 21:08 schwarze
2019-11-07  9:45 schwarze

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=8d0766375408b8f5@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).