OpenBSD CVS

CVS log for www/faq/upgrade53.html


[BACK] Up to [local] / www / faq

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26 / (download) / (as text) - annotate - [select for diffs], Tue May 28 01:53:11 2019 UTC (5 years ago) by bentley
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Give FAQ pages their own HTML id, for future use.

Revision 1.25 / (download) / (as text) - annotate - [select for diffs], Tue Sep 18 08:04:03 2018 UTC (5 years, 8 months ago) by bentley
Branch: MAIN
Changes since 1.24: +25 -25 lines
Diff to previous 1.24 (colored)

Convert FAQ to HTML5.

ok tj@

Revision 1.24 / (download) / (as text) - annotate - [select for diffs], Mon Sep 10 04:27:44 2018 UTC (5 years, 8 months ago) by bentley
Branch: MAIN
Changes since 1.23: +7 -17 lines
Diff to previous 1.23 (colored)

Simplify HTML: drop implicit elements, replace big markup with CSS.

ok tj@

Revision 1.23 / (download) / (as text) - annotate - [select for diffs], Mon Oct 16 23:04:53 2017 UTC (6 years, 7 months ago) by tb
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

remove one hierarchy of titles in faq15.html so index.html is a bit more
informative. remove the #PkgMgmt anchor that is no longer useful.

ok tj

Revision 1.22 / (download) / (as text) - annotate - [select for diffs], Mon Jun 26 17:18:58 2017 UTC (6 years, 11 months ago) by tb
Branch: MAIN
Changes since 1.21: +25 -25 lines
Diff to previous 1.21 (colored)

move man.openbsd.org links from http:// to https://
reduces the number of http:// links in www/ from >33k to <7k

thanks to schwarze for doing the work

Revision 1.21 / (download) / (as text) - annotate - [select for diffs], Sun Oct 16 19:11:30 2016 UTC (7 years, 7 months ago) by tb
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Switch a few links to ftp.openbsd.org, www.libressl.org and www.openssh.org
to https now that the certificates are fully supported. Only fully
qualified links are modified and none that are generated from build/. While
there, fix a few broken links that were found during the conversion.

requested by tj, "yes, but carefully" beck

Revision 1.20 / (download) / (as text) - annotate - [select for diffs], Mon Aug 15 02:22:14 2016 UTC (7 years, 9 months ago) by tb
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (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.19 / (download) / (as text) - annotate - [select for diffs], Fri Apr 15 20:39:49 2016 UTC (8 years, 1 month ago) by tb
Branch: MAIN
Changes since 1.18: +25 -25 lines
Diff to previous 1.18 (colored)

use short form man links in the faq and fix a few broken links

Revision 1.18 / (download) / (as text) - annotate - [select for diffs], Sat Apr 9 22:55:45 2016 UTC (8 years, 1 month ago) by tb
Branch: MAIN
Changes since 1.17: +33 -81 lines
Diff to previous 1.17 (colored)

more css surgery, metadata and other cleanup, validation fixes.

Revision 1.17 / (download) / (as text) - annotate - [select for diffs], Sun Mar 27 19:52:09 2016 UTC (8 years, 2 months ago) by sthen
Branch: MAIN
Changes since 1.16: +3 -1 lines
Diff to previous 1.16 (colored)

add a small sprinkling of css to improve readability in the faq, ok tj@ tb@

Revision 1.16 / (download) / (as text) - annotate - [select for diffs], Tue Mar 22 10:54:48 2016 UTC (8 years, 2 months ago) by sthen
Branch: MAIN
Changes since 1.15: +25 -25 lines
Diff to previous 1.15 (colored)

fix URIs, the / before querystring isn't optional, if it isn't fixed up
by the browser the server returns 400 Bad Request

Revision 1.15 / (download) / (as text) - annotate - [select for diffs], Mon Mar 21 05:46:21 2016 UTC (8 years, 2 months ago) by beck
Branch: MAIN
Changes since 1.14: +25 -25 lines
Diff to previous 1.14 (colored)

change http://www.openbsd.org/cgi-bin/man.cgi to be http://man.openbsd.org
this points stuff to the new place and gets us ready to deprecate the old
place we did this.

Revision 1.14 / (download) / (as text) - annotate - [select for diffs], Fri Jan 8 13:06:28 2016 UTC (8 years, 4 months ago) by schwarze
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

fix man page links after renaming sndiod(1) to sndiod(8)

Revision 1.13 / (download) / (as text) - annotate - [select for diffs], Wed Jul 8 01:11:32 2015 UTC (8 years, 11 months ago) by nick
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)


better pages <title>, better matching the page.  From Pavel Plamenov
(pvlplmnv at gmail), thanks!

Revision 1.12 / (download) / (as text) - annotate - [select for diffs], Thu Jul 2 05:49:04 2015 UTC (8 years, 11 months ago) by bentley
Branch: MAIN
Changes since 1.11: +1 -4 lines
Diff to previous 1.11 (colored)

Clean up meta tags.

name=distribution, name=keywords, and name=resource-type have no effect
in modern search engines and just clutter up the page source.

From Pavel Plamenov.

Revision 1.11 / (download) / (as text) - annotate - [select for diffs], Mon May 11 11:18:30 2015 UTC (9 years ago) by sthen
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (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.10 / (download) / (as text) - annotate - [select for diffs], Wed Oct 22 17:26:39 2014 UTC (9 years, 7 months ago) by nick
Branch: MAIN
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)


duplicated duplicated word word which has been here for a while.
diff from Carlin Bingham (cb at viennan dot net), thanks!

Revision 1.9 / (download) / (as text) - annotate - [select for diffs], Mon Mar 31 01:47:54 2014 UTC (10 years, 2 months ago) by nick
Branch: MAIN
Changes since 1.8: +1 -3 lines
Diff to previous 1.8 (colored)


www@ is no more.  normalized 54 to new footer style, but rest were left
unchanged deliberately.

Revision 1.8 / (download) / (as text) - annotate - [select for diffs], Sun Nov 3 02:52:27 2013 UTC (10 years, 7 months ago) by nick
Branch: MAIN
Changes since 1.7: +5 -15 lines
Diff to previous 1.7 (colored)


forward link upgrade54.html.  Reminded (AGAIN) by mitja at muzenic dot net.

Revision 1.7 / (download) / (as text) - annotate - [select for diffs], Mon Sep 23 13:11:51 2013 UTC (10 years, 8 months ago) by espie
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

pkg_add is interactive by default, say pkg_add -u instead of pkg_add -ui

Revision 1.6 / (download) / (as text) - annotate - [select for diffs], Tue Aug 27 11:13:33 2013 UTC (10 years, 9 months ago) by nick
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)


missing quote; from Craig Skinner (skinner at britvault dot co uk), thanks!

Revision 1.5 / (download) / (as text) - annotate - [select for diffs], Sun Apr 7 01:04:22 2013 UTC (11 years, 2 months ago) by nick
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)


screen -> window, which is closer to sthen@'s wording anyway...and ack
that it isn't always possible.

Revision 1.4 / (download) / (as text) - annotate - [select for diffs], Sun Apr 7 00:59:38 2013 UTC (11 years, 2 months ago) by nick
Branch: MAIN
Changes since 1.3: +7 -8 lines
Diff to previous 1.3 (colored)


few improvements inspired by remco at d-compu dot dyndns org and sthen@:
sysmerge handles changed files in general, not just "locally" changed files.
Intro paragraph was too specific.
sdiff really can use a wider-than-80 character terminal window if you have
it available.

Revision 1.3 / (download) / (as text) - annotate - [select for diffs], Thu Mar 28 00:12:27 2013 UTC (11 years, 2 months ago) by nick
Branch: MAIN
Changes since 1.2: +5 -4 lines
Diff to previous 1.2 (colored)


fontconf change is for 5.4, not 5.3.  Missing a # char.

Revision 1.2 / (download) / (as text) - annotate - [select for diffs], Wed Mar 27 11:56:24 2013 UTC (11 years, 2 months ago) by sthen
Branch: MAIN
Changes since 1.1: +10 -2 lines
Diff to previous 1.1 (colored)

squid may need some config changes, expanded from a diff by giovanni@,
ok giovanni nick

Revision 1.1 / (download) / (as text) - annotate - [select for diffs], Wed Mar 27 01:57:48 2013 UTC (11 years, 2 months ago) by nick
Branch: MAIN


upgrade guide for 5.3.
note: not planning on doing the patch file this release. Sysmerge rocks,
I really can't think of a benefit to the patch file anymore.  If anyone
wishes to try to change my mind, feel free to do so.

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.