OpenBSD CVS

CVS log for www/Attic/art2.html


[BACK] Up to [local] / www

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20, Thu Apr 28 17:01:56 2022 UTC (2 years ago) by tj
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +0 -0 lines
FILE REMOVED

almost all of the images on these pages give a 404 error since they're not
stored in the www repo. remove them for now so people stop finding them on
search engines.

Revision 1.19 / (download) / (as text) - annotate - [select for diffs], Sat Jun 1 22:34:41 2019 UTC (4 years, 11 months ago) by tj
Branch: MAIN
Changes since 1.18: +9 -0 lines
Diff to previous 1.18 (colored)

in dark mode, set images to 85% opacity, then return them to 100% when
the user hovers their mouse over the thumbnail. this creates a neat
"glowing" effect that makes image selection a bit more apparent.

Revision 1.18 / (download) / (as text) - annotate - [select for diffs], Mon May 27 22:55:19 2019 UTC (4 years, 11 months ago) by bentley
Branch: MAIN
Changes since 1.17: +165 -97 lines
Diff to previous 1.17 (colored)

Substantially clean up and modernize HTML markup across openbsd.org.

This was done with three purposes in mind:
- to reduce the massive amount of inline HTML, to be easier on developers
  adding actual content
- to allow running the HTML validator across the source (doing this found
  many unintentional mistakes in the present code, including at least a
  dozen cases of half- or fully-invisible text)
- to separate content from presentation, so appearance can be controlled
  through stylesheets

Great care was taken to keep all pages, even very old ones, looking the
same, give or take a few pixels of whitespace.

Much review, critique, and improvement from tj@

Revision 1.17 / (download) / (as text) - annotate - [select for diffs], Mon Aug 15 02:22:06 2016 UTC (7 years, 9 months ago) by tb
Branch: MAIN
Changes since 1.16: +67 -67 lines
Diff to previous 1.16 (colored)

tls on openbsd.org is now real:
- link to https://www.openbsd.org from the sub-projects' pages
- make internal links relative
- switch link rel=canonical to https to please some search engines
"go ahead" from beck, "do it!!!!" tj

Revision 1.16 / (download) / (as text) - annotate - [select for diffs], Mon May 9 19:27:21 2016 UTC (8 years ago) by juanfra
Branch: MAIN
Changes since 1.15: +66 -66 lines
Diff to previous 1.15 (colored)

The src=http:// urls will not work on modern browsers for users using https.

Revision 1.15 / (download) / (as text) - annotate - [select for diffs], Sun Apr 24 20:08:48 2016 UTC (8 years ago) by tj
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 (colored)

<hr> inside of <h2> is invalid html and looks bad, so reorder them properly.

remove link to undeadly errata rss feed.

sync <title> and page title where they differ.

with/ok tb

Revision 1.14 / (download) / (as text) - annotate - [select for diffs], Tue Mar 29 14:58:59 2016 UTC (8 years, 1 month ago) by tb
Branch: MAIN
Changes since 1.13: +10 -4 lines
Diff to previous 1.13 (colored)

another batch of css conversions. except tshirts, these all pass
the validator test. with tj

Revision 1.13 / (download) / (as text) - annotate - [select for diffs], Mon May 11 11:18:29 2015 UTC (9 years ago) by sthen
Branch: MAIN
Changes since 1.12: +1 -0 lines
Diff to previous 1.12 (colored)

Add 'link rel="canonical"' to pages, acting as a hint to search engines
to list the copies on www.openbsd.org rather than mirrors.

From Carlin Bingham, ok millert@ nick@

Revision 1.12 / (download) / (as text) - annotate - [select for diffs], Tue Mar 11 07:02:06 2014 UTC (10 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.11: +0 -6 lines
Diff to previous 1.11 (colored)

start to get rid of annoying tail at the bottom of each page; browser
back buttons do that fine, and the rest of the text is not very relevant.

Revision 1.11 / (download) / (as text) - annotate - [select for diffs], Sat Sep 9 12:24:18 2006 UTC (17 years, 8 months ago) by steven
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

missing </tr>,  janus@errornet.de

Revision 1.10 / (download) / (as text) - annotate - [select for diffs], Sat Jul 17 03:37:33 2004 UTC (19 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

new art page containing reference images of puffy

Revision 1.9 / (download) / (as text) - annotate - [select for diffs], Thu Mar 4 06:37:25 2004 UTC (20 years, 2 months ago) by david
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

replace uppercase <BODY> tag with lowercase tag like the rest of file
(very simple one-liner in each file)
ok saad@

Revision 1.8 / (download) / (as text) - annotate - [select for diffs], Thu Mar 6 23:13:54 2003 UTC (21 years, 2 months ago) by naddy
Branch: MAIN
Changes since 1.7: +69 -69 lines
Diff to previous 1.7 (colored)

valid HTML

Revision 1.7 / (download) / (as text) - annotate - [select for diffs], Tue Jun 18 01:44:05 2002 UTC (21 years, 11 months ago) by jsyn
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

make the OpenBSD logo on each page a link back to index.html; from
s@smith.net, ok deraadt@

Revision 1.6 / (download) / (as text) - annotate - [select for diffs], Fri Jun 1 20:48:23 2001 UTC (22 years, 11 months ago) by jakob
Branch: MAIN
Changes since 1.5: +71 -70 lines
Diff to previous 1.5 (colored)

cleanup. ok deraadt@

Revision 1.5 / (download) / (as text) - annotate - [select for diffs], Sat Aug 19 01:57:47 2000 UTC (23 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +8 -1 lines
Diff to previous 1.4 (colored)

useage rules

Revision 1.4 / (download) / (as text) - annotate - [select for diffs], Thu Mar 23 21:19:02 2000 UTC (24 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.3: +74 -14 lines
Diff to previous 1.3 (colored)

banner page

Revision 1.3 / (download) / (as text) - annotate - [select for diffs], Fri Mar 10 00:49:46 2000 UTC (24 years, 2 months ago) by wvdputte
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Small cleanups, most due to cut and paste

Revision 1.2 / (download) / (as text) - annotate - [select for diffs], Mon Feb 7 01:31:38 2000 UTC (24 years, 3 months ago) by wvdputte
Branch: MAIN
Changes since 1.1: +12 -14 lines
Diff to previous 1.1 (colored)

Added width= "xx" and height= "yy" tags for faster browsing

Revision 1.1 / (download) / (as text) - annotate - [select for diffs], Sun Feb 6 18:31:54 2000 UTC (24 years, 3 months ago) by deraadt
Branch: MAIN

more

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.