CVS log for mandoc/Attic/style.css

[BACK] Up to [cvsweb.bsd.lv] / mandoc

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.32, Thu Nov 5 17:47:51 2015 UTC (8 years, 5 months ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.31: +1 -1 lines
FILE REMOVED

Unify the three stylesheets into a single CSS file.
Many thanks to bentley@ for doing this work.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Feb 10 08:05:30 2015 UTC (9 years, 2 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_13_3
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (unified)

trim trailing white space, no code change;
from Svyatoslav Mishyn <juef at openmailboxd dot org>, Crux Linux

Revision 1.30 / (download) - annotate - [select for diffs], Sat Sep 27 11:16:24 2014 UTC (9 years, 6 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_13_2
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (unified)

Specify the spacer in the overridable CSS.

Revision 1.29 / (download) - annotate - [select for diffs], Sat Sep 27 09:20:03 2014 UTC (9 years, 6 months ago) by kristaps
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (unified)

HTML5-isation: remove more alignments.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Sep 27 09:13:39 2014 UTC (9 years, 6 months ago) by kristaps
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (unified)

Continue in HTML5-ing by kicking out some hard-coded alignments.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Aug 14 00:31:43 2014 UTC (9 years, 8 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_12_4, VERSION_1_12
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (unified)

Revert previous, as requested by kristaps@.
The .Bf block can contain subblocks, so it has to render as an
element that can contain flow content.  But <em> cannot contain
flow content, only phrasing content.  Rendering .Em and .Bf differently
would by unfortunate, and closing out .Bf before subblocks and
re-opening it afterwards would merely complicate both the C code
of the program and the generated HTML code.  Besides, converting
.Em to semantic HTML markup would require some content to be put
into <em> and some into <i>, but we cannot automatically distinguish
which is which, so strictly speaking, we can't use semantic HTML
here but have to fall back to physical markup.  Wonders of HTML...

Revision 1.26 / (download) - annotate - [select for diffs], Wed Aug 13 15:25:22 2014 UTC (9 years, 8 months ago) by schwarze
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (unified)

Use <em> for .Em and .Bf -emphasis.

The vast majority of .Em in real-world manuals is stress emphasis,
for which <em> is the correct markup.  Admittedly, there are some
instances of .Em usage for alternate quality, for which <i> would
be a better match.  Most of these are technical terms that neither
allow semantic markup nor are keywords - for the latter, .Sy would
be preferable.  A typical example is that the shell breaks input into
.Em words .
Alternate voice or mood, which would also require <i>, is almost
absent from manuals.
We cannot satisfy both stress emphasis and alternate quality, so
pick the one that fits more often and looks less wrong when off.

Patch from Guy Harris <guy at alum dot mit dot edu>.
ok joerg@ bentley@

Revision 1.25 / (download) - annotate - [select for diffs], Fri Aug 26 09:03:17 2011 UTC (12 years, 7 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_13_1, VERSION_1_12_3, VERSION_1_12_2, VERSION_1_12_1, VERSION_1_12_0, VERSION_1_11_7
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (unified)

Make sure that `Ql' literalises its arguments in -T[x]html.  Found when
doing manpages.bsd.lv stuff.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Aug 18 09:16:01 2011 UTC (12 years, 8 months ago) by kristaps
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (unified)

Align `-offset indent' and `D1' by forcing BLOCKQUOTE to have a 5ex
margin.  This is dubious: the HTML4 spec specifically says that
BLOCKQUOTE shouldn't be abused for indentation, which is exactly what we
do.  However, `D1' needs indentation and it's the only way to force text
browsers to do so.  Alternatives?

Also remove the unused HALFINDENT defines while here.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Aug 18 09:02:22 2011 UTC (12 years, 8 months ago) by kristaps
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (unified)

Have `Li' be correctly monospaced in -T[x]html.  Also make sure that
`Li' prints as a CODE tag and the style-sheet has the `lit' class apply
to multiple tag types.

Revision 1.22 / (download) - annotate - [select for diffs], Sat May 14 23:40:49 2011 UTC (12 years, 11 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_11_6, VERSION_1_11_5, VERSION_1_11_4, VERSION_1_11_3
Changes since 1.21: +33 -40 lines
Diff to previous 1.21 (unified)

Make www style.css link up to example.style.css much nicer.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Feb 9 09:52:47 2011 UTC (13 years, 2 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_11_2, VERSION_1_11_1, VERSION_1_10_10
Changes since 1.20: +12 -7 lines
Diff to previous 1.20 (unified)

EQN blocks are now printed in all modes.  This is simply a printing of
the concatenated string (in -T[x]html, it gets a SPAN, too).

Revision 1.20 / (download) - annotate - [select for diffs], Fri Dec 24 22:51:13 2010 UTC (13 years, 3 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_10_9
Changes since 1.19: +2 -3 lines
Diff to previous 1.19 (unified)

Whack superfluous font-family in mdocml's www style.css.  Noted by
Anthony J. Bentley.  Thanks!

Revision 1.19 / (download) - annotate - [select for diffs], Fri Dec 24 14:14:00 2010 UTC (13 years, 3 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_10_8
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (unified)

Apparently the U tag is deprecated, so use a SPAN instead (blah).  Bump
version date for release.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Dec 22 11:58:02 2010 UTC (13 years, 3 months ago) by kristaps
Branch: MAIN
Changes since 1.17: +3 -1 lines
Diff to previous 1.17 (unified)

Build xhtml files for www site exemplaria.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Dec 20 13:39:24 2010 UTC (13 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.16: +20 -20 lines
Diff to previous 1.16 (unified)

Fix list-type being clobbered by margins.  Last default styles in place.
Added `Sx' to be default-italic (as in OpenBSD's cvsweb).  Added `diag'
formatting, which had been lost.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Dec 17 13:03:32 2010 UTC (13 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (unified)

Tweak default styles.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Dec 17 11:42:14 2010 UTC (13 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.14: +118 -50 lines
Diff to previous 1.14 (unified)

Merged example.style.css into style.css.  Adding version stuff.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Apr 6 11:51:44 2010 UTC (14 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_9_25, VERSION_1_9_24, VERSION_1_9_23, VERSION_1_10_7, VERSION_1_10_6, VERSION_1_10_5_PREPDF, VERSION_1_10_5, VERSION_1_10_4, VERSION_1_10_3, VERSION_1_10_2, VERSION_1_10_1
Changes since 1.13: +17 -8 lines
Diff to previous 1.13 (unified)

Prettyfied the stylesheet for mdocml.bsd.lv's online manuals.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Nov 4 08:07:31 2009 UTC (14 years, 5 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_9_22, VERSION_1_9_21, VERSION_1_9_20, VERSION_1_9_19, VERSION_1_9_18, VERSION_1_9_17, VERSION_1_9_16, VERSION_1_9_15-pre2, VERSION_1_9_15-pre1, VERSION_1_9_15, VERSION_1_9_14
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 (unified)

Fixed `Bf Li' default style (monospace).

Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 7 14:39:00 2009 UTC (14 years, 6 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_9_9, VERSION_1_9_8, VERSION_1_9_7, VERSION_1_9_13, VERSION_1_9_12, VERSION_1_9_11, VERSION_1_9_10
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (unified)

Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling (better more than less).
Fixed -column widths for -Thtml -mdoc.
Fixed left-hand margin padding for -Thtml -mdoc.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Sep 25 14:13:16 2009 UTC (14 years, 6 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_9_6
Changes since 1.10: +61 -19 lines
Diff to previous 1.10 (unified)

Changed stylesheet used for local documents.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Sep 24 09:20:02 2009 UTC (14 years, 6 months ago) by kristaps
Branch: MAIN
Changes since 1.9: +5 -0 lines
Diff to previous 1.9 (unified)

Many more macros added to -Thtml.
Minor space issues fixed in -Tascii.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 21 23:12:08 2009 UTC (14 years, 6 months ago) by kristaps
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (unified)

A few more macros in -Thtml.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Sep 21 13:44:56 2009 UTC (14 years, 7 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_9_5
Changes since 1.7: +20 -39 lines
Diff to previous 1.7 (unified)

Fixed body/divbody structure of html pages.
Added example style.css (example.style.css).
Enabled using -Thtml to generate manuals in Makefile.
Stopped making text manuals for webpage.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Sep 21 13:06:13 2009 UTC (14 years, 7 months ago) by kristaps
Branch: MAIN
Changes since 1.6: +35 -39 lines
Diff to previous 1.6 (unified)

Removed new-born out.{h,c} (not a good idea).
Removed if 0 for HTML-mode output (why not).
Added option -oxxxx for passing options to output devices.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jul 16 14:07:23 2009 UTC (14 years, 9 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_9_2, VERSION_1_9_1, VERSION_1_9_0, VERSION_1_8_5, VERSION_1_8_4, VERSION_1_8_3, VERSION_1_8_2, VERSION_1_8_1
Changes since 1.5: +8 -0 lines
Diff to previous 1.5 (unified)

Proper html showing of ChangeLog.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jul 4 08:06:42 2009 UTC (14 years, 9 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_8_0, VERSION_1_7_24, VERSION_1_7_23, VERSION_1_7_22, VERSION_1_7_21
Changes since 1.4: +6 -28 lines
Diff to previous 1.4 (unified)

Minor www fixes.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 25 08:42:06 2009 UTC (14 years, 9 months ago) by kristaps
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 (unified)

Updating web-page to be a bit more compact.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 5 16:34:22 2009 UTC (15 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_7_20, VERSION_1_7_19, VERSION_1_7_17, VERSION_1_7_16, VERSION_1_7_15, VERSION_1_7_14, VERSION_1_7_13, VERSION_1_7_12, VERSION_1_7_10, OPENBSD_CHECKIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (unified)

man(3) doesn't use err.h anymore.
Added .i to man(3).
Fixed up manuals.
Fixed up webpage.
Assertion fixes in man(3) (hashtable).
Fixed assertion for .IP in mandoc -man.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 24 10:28:06 2009 UTC (15 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_7_5
Changes since 1.1: +4 -0 lines
Diff to previous 1.1 (unified)

Fixing web-site (had old references).

Revision 1.1 / (download) - annotate - [select for diffs], Mon Feb 23 15:19:47 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_6_5, VERSION_1_6_2, VERSION_1_5_3, VERSION_1_5_1, VERSION_1_4_6, VERSION_1_4_5, VERSION_1_4_4, VERSION_1_4_2, VERSION_1_3_9, VERSION_1_3_8, VERSION_1_3_6, VERSION_1_3_5, VERSION_1_3_15, VERSION_1_3_13, VERSION_1_3_11, VERSION_1_3_10

Adding revamped webpage.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb