Index: about/index.xml =================================================================== RCS file: /cvsroot/htdocs/about/index.xml,v retrieving revision 1.27 diff -u -p -r1.27 index.xml --- about/index.xml 2 Aug 2020 12:51:24 -0000 1.27 +++ about/index.xml 2 Sep 2020 17:14:28 -0000 @@ -88,12 +88,12 @@ which has resulted in a system with some features enabled by default, including strong address space layout randomization, PaX MPROTECT (W^X) enforced globally by default with an option to exclude binaries, and a hardened chroot implementation. - <ulink url="//netbsd.gw.com/cgi-bin/man-cgi?veriexec">veriexec</ulink> + <ulink url="//man.NetBSD.org/veriexec">veriexec</ulink> provides exceutable file integrity protection, and the traditional BSD - <ulink url="//netbsd.gw.com/cgi-bin/man-cgi?secmodel_securelevel">securelevels</ulink> + <ulink url="//man.NetBSD.org/secmodel_securelevel">securelevels</ulink> further restrict operations that can be performed by even the superuser. NetBSD includes its own native firewall, - <ulink url="//netbsd.gw.com/cgi-bin/man-cgi?npf">NPF</ulink>, + <ulink url="//man.NetBSD.org/npf">NPF</ulink>, and has been used successfully on security-critical networking devices. The base system has undergone extensive checks by code sanitizers and automated testing. </listitem> @@ -118,9 +118,9 @@ which has resulted in a system with some Modern storage capabilities </emphasis> - including the - <ulink url="//netbsd.gw.com/cgi-bin/man-cgi?zfs">ZFS</ulink> file system, - <ulink url="//netbsd.gw.com/cgi-bin/man-cgi?raid">RAIDframe</ulink> software RAID system, - and <ulink url="//netbsd.gw.com/cgi-bin/man-cgi?cgd">cgd</ulink> disk encryption. + <ulink url="//man.NetBSD.org/zfs">ZFS</ulink> file system, + <ulink url="//man.NetBSD.org/raid">RAIDframe</ulink> software RAID system, + and <ulink url="//man.NetBSD.org/cgd">cgd</ulink> disk encryption. There is support for the <ulink url="//www.NetBSD.org/docs/guide/en/chap-lvm.html">Logical Volume Manager,</ulink> as well as the traditional BSD filesystem (with logging extension) and Index: developers/www.xml =================================================================== RCS file: /cvsroot/htdocs/developers/www.xml,v retrieving revision 1.10 diff -u -p -r1.10 www.xml --- developers/www.xml 3 Jan 2020 03:16:12 -0000 1.10 +++ developers/www.xml 2 Sep 2020 17:14:28 -0000 @@ -262,7 +262,7 @@ xsl:import : unable to load http://docbo &man.cat.1;. They are all defined at <filename>htdocs/share/xml/man-refs.ent</filename>. The manual pages are hosted online at <ulink - url="https://netbsd.gw.com/cgi-bin/man-cgi" />. To add a new + url="//man.NetBSD.org/" />. To add a new manual page, add it to the <filename>man-refs.ent</filename> file and also email &a.kim; about the new page if it doesn't exist on that webserver. Index: docs/mirror.xml =================================================================== RCS file: /cvsroot/htdocs/docs/mirror.xml,v retrieving revision 1.9 diff -u -p -r1.9 mirror.xml --- docs/mirror.xml 7 Jul 2018 18:32:27 -0000 1.9 +++ docs/mirror.xml 2 Sep 2020 17:14:29 -0000 @@ -583,7 +583,7 @@ MAILTO=whoever@gets.the.mirror.mail 'netbsd' => ['NetBSD', '/home/cvsweb/netbsd'], ); -$mancgi = "http://netbsd.gw.com/cgi-bin/man-cgi?%s+%s+NetBSD-current"; +$mancgi = "//man.NetBSD.org/%s.%s"; </screen> <para>Place cvsweb.cgi in your web servers' cgi-bin directory and be sure to edit it to point to your Index: docs/guide/en/chap-inetd.xml =================================================================== RCS file: /cvsroot/htdocs/docs/guide/en/chap-inetd.xml,v retrieving revision 1.1 diff -u -p -r1.1 chap-inetd.xml --- docs/guide/en/chap-inetd.xml 9 Jun 2007 14:30:53 -0000 1.1 +++ docs/guide/en/chap-inetd.xml 2 Sep 2020 17:14:29 -0000 @@ -426,23 +426,23 @@ pop3s 995/udp <itemizedlist> <listitem> - <para><ulink url="http://netbsd.gw.com/cgi-bin/man-cgi/man?inetd+8+NetBSD-current">inetd(8)</ulink></para> + <para><ulink url="//man.NetBSD.org/inetd.8">inetd(8)</ulink></para> </listitem> <listitem> - <para><ulink url="http://netbsd.gw.com/cgi-bin/man-cgi/man?protocols+5+NetBSD-current">protocols(5)</ulink></para> + <para><ulink url="//man.NetBSD.org/protocols.5">protocols(5)</ulink></para> </listitem> <listitem> - <para><ulink url="http://netbsd.gw.com/cgi-bin/man-cgi/man?rpc+5+NetBSD-current">rpc(5)</ulink></para> + <para><ulink url="//man.NetBSD.org/rpc.5">rpc(5)</ulink></para> </listitem> <listitem> - <para><ulink url="http://netbsd.gw.com/cgi-bin/man-cgi/man?services+5+NetBSD-current">services(5)</ulink></para> + <para><ulink url="//man.NetBSD.org/services.5">services(5)</ulink></para> </listitem> <listitem> - <para><ulink url="http://netbsd.gw.com/cgi-bin/man-cgi/man?hosts_access+5+NetBSD-current">hosts_access(5)</ulink></para> + <para><ulink url="//man.NetBSD.org/hosts_access.5">hosts_access(5)</ulink></para> </listitem> </itemizedlist> Index: docs/kernel/porting_netbsd_arm_soc.xml =================================================================== RCS file: /cvsroot/htdocs/docs/kernel/porting_netbsd_arm_soc.xml,v retrieving revision 1.8 diff -u -p -r1.8 porting_netbsd_arm_soc.xml --- docs/kernel/porting_netbsd_arm_soc.xml 26 May 2020 14:44:26 -0000 1.8 +++ docs/kernel/porting_netbsd_arm_soc.xml 2 Sep 2020 17:14:29 -0000 @@ -526,7 +526,7 @@ export HOST_CXX=g++32 to a specific parent (bus). The syntax of this attachment is discussed in the <link linkend="kernel_config">kernel configuration section</link> , and described in detail in the <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?config+5+NetBSD-current">NetBSD + url="//man.NetBSD.org/config.5">NetBSD man page on config</ulink> . The root of the tree is the "root" bus; all other buses and devices are descendants of this. In particular, for ARM-based systems, the bus "mainbus" is attached to the root in the file @@ -676,7 +676,7 @@ export HOST_CXX=g++32 <para>Device instances and their locator values for cfdata loc fields are specified in VX115_VEP. The format of the device instance specification is defined in the NetBSD man page <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?config+5+NetBSD-current">config(5)</ulink>. + url="//man.NetBSD.org/config.5">config(5)</ulink>. The declarations for the timer device attached to the Vx115's APB is</para> @@ -1007,7 +1007,7 @@ export HOST_CXX=g++32 specification is described in the <link linkend="autoconfig">autoconfiguration section</link>, and in detail in the <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?config+5+NetBSD-current">NetBSD + url="//man.NetBSD.org/config.5">NetBSD config(5) man page</ulink> .</para> </listitem> </itemizedlist></para> Index: gallery/pkgsrc-interviews.xml =================================================================== RCS file: /cvsroot/htdocs/gallery/pkgsrc-interviews.xml,v retrieving revision 1.12 diff -u -p -r1.12 pkgsrc-interviews.xml --- gallery/pkgsrc-interviews.xml 26 Aug 2012 11:03:14 -0000 1.12 +++ gallery/pkgsrc-interviews.xml 2 Sep 2020 17:14:29 -0000 @@ -165,7 +165,7 @@ of the pkgsrc project.</emphasis> <para><emphasis>pkglint is available via pkgsrc (<ulink url="http://pkgsrc.se/pkgtools/pkglint">pkgtools/pkglint</ulink>). See the - <ulink url="http://netbsd.gw.com/cgi-bin/man-cgi?pkglint+pkg+NetBSD-current">pkglint man page</ulink> + pkglint man page for details about the use of pkglint.</emphasis></para> </blockquote> </formalpara> Index: gallery/advocacy/folien.tex =================================================================== RCS file: /cvsroot/htdocs/gallery/advocacy/folien.tex,v retrieving revision 1.5 diff -u -p -r1.5 folien.tex --- gallery/advocacy/folien.tex 7 Jun 2018 01:18:09 -0000 1.5 +++ gallery/advocacy/folien.tex 2 Sep 2020 17:14:29 -0000 @@ -163,15 +163,15 @@ ns32k powerpc sh3eb sh3el sparc sparc64 \item security "out-of-the-box" \pause \item security software available \pause \item -\href{http://netbsd.gw.com/cgi-bin/man-cgi?cgd++NetBSD-current}{cgd(4)} - cryptographic pseudodevice \pause +\href{http://man.NetBSD.org/cgd.4}{cgd(4)} - cryptographic pseudodevice \pause \item verified executable \pause \item -\href{http://netbsd.gw.com/cgi-bin/man-cgi?chroot++NetBSD-current}{chroot(8)}, -\href{http://netbsd.gw.com/cgi-bin/man-cgi?systrace++NetBSD-current}{systrace(1)} \pause +\href{http://man.NetBSD.org/chroot.8}{chroot(8)}, +\href{http://man.NetBSD.org/systrace.1}{systrace(1)} \pause \item \href{http://mail-index.NetBSD.org/tech-security/1999/02/01/0000.html}{kernel security levels}, -\href{http://netbsd.gw.com/cgi-bin/man-cgi?chflags++NetBSD-current}{file +\href{http://man.NetBSD.org/chflags.1}{file flags}\pause \item ipf, pf as LKM \end{itemize} Index: gallery/presentations/abhinav/AsiaBSDCon2012/apropos_replacement.tex =================================================================== RCS file: /cvsroot/htdocs/gallery/presentations/abhinav/AsiaBSDCon2012/apropos_replacement.tex,v retrieving revision 1.1 diff -u -p -r1.1 apropos_replacement.tex --- gallery/presentations/abhinav/AsiaBSDCon2012/apropos_replacement.tex 11 Oct 2016 11:11:25 -0000 1.1 +++ gallery/presentations/abhinav/AsiaBSDCon2012/apropos_replacement.tex 2 Sep 2020 17:14:29 -0000 @@ -802,16 +802,14 @@ administering the GSoC program for \text \emph{NetBSD manual page for the old version of apropos} \newline {\tt -http://netbsd.gw.com/cgi-bin/ -man-cgi?apropos++NetBSD-5.1 +http://man.NetBSD.org/NetBSD-5.1/apropos.1 } \bibitem{2} \emph{NetBSD manual page for makewhatis(8)} \newline {\tt -http://netbsd.gw.com/cgi-bin/ -man-cgi?makewhatis++NetBSD-5.1 +http://man.NetBSD.org/NetBSD-5.1/makewhatis.8 } \bibitem{3} @@ -859,8 +857,7 @@ http://sqlite.org/fts3.html \emph{Online manual page for makemandb(8)} \newline {\tt -http://netbsd.gw.com/cgi-bin/ -man-cgi?makemandb++NetBSD-current +http://man.NetBSD.org/makemandb.8 } \bibitem{10} @@ -889,8 +886,7 @@ http://mdocml.bsd.lv/mandocdb.8.html \emph{NetBSD online manual page for btree(3)} \newline {\tt -http://netbsd.gw.com/cgi-bin/ -man-cgi?btree+3+NetBSD-5.1 +http://man.NetBSD.org/NetBSD-5.1/btree.3 } \bibitem{14} Index: ports/amiga/index.xml =================================================================== RCS file: /cvsroot/htdocs/ports/amiga/index.xml,v retrieving revision 1.43 diff -u -p -r1.43 index.xml --- ports/amiga/index.xml 30 Apr 2013 21:32:31 -0000 1.43 +++ ports/amiga/index.xml 2 Sep 2020 17:14:29 -0000 @@ -76,7 +76,7 @@ <portnewsitem date="2013-04-28" title="Thylacine USB driver"> Zorro attachment code for <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?slhci+4+NetBSD-current">slhci(4)</ulink> + url="//man.NetBSD.org/slhci.4">slhci(4)</ulink> driver was added. Thylacine USB card is now supported. However, so far only keyboards and mice work reliably. To use them instead of standard Amiga keyboard and mouse wscons kernel is required. @@ -84,20 +84,20 @@ <portnewsitem date="2013-01-29" title="Mediator 4000 now supported"> Family of ELBOX Mediator 4000 PCI bridges is now supported by the new <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?em4k+4.amiga+NetBSD-current">em4k(4)</ulink> driver. It was tested successfully with SATALink 3114 and NE2000-compatible ethernet + url="//man.NetBSD.org/amiga/em4k.4">em4k(4)</ulink> driver. It was tested successfully with SATALink 3114 and NE2000-compatible ethernet cards. Work on graphics cards support is in progress. </portnewsitem> <portnewsitem date="2013-01-28" title="Software controlled power-off"> The new <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?empm+4.amiga+NetBSD-current">empm(4)</ulink> driver adds support for power management circuit on ELBOX Mediator + url="//man.NetBSD.org/amiga/empm.4">empm(4)</ulink> driver adds support for power management circuit on ELBOX Mediator 1200 TX and SX models. It allows powering off the Amiga from software if ATX PSU is used. </portnewsitem> <portnewsitem date="2012-11-26" title="Support for swap on Zorro III RAM boards added"> The new <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?z3rambd+4.amiga+NetBSD-current">z3rambd(4)</ulink> driver allows using Zorro III RAM boards (like ZorRAM and + url="//man.NetBSD.org/amiga/z3rambd.4">z3rambd(4)</ulink> driver allows using Zorro III RAM boards (like ZorRAM and BigRamPlus) as swap space. If the kernel is built without this driver, it is also possible to use these boards as normal RAM memory in some configurations (which was the usual behaviour). However, it might have @@ -107,7 +107,7 @@ <portnewsitem date="2012-11-19" title="X-Surf IDE support added"> The <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?xsurf+4.amiga+NetBSD-current">xsurf(4)</ulink> driver was extended to support IDE controller present on + url="//man.NetBSD.org/amiga/xsurf.4">xsurf(4)</ulink> driver was extended to support IDE controller present on Individual Computers X-Surf cards. </portnewsitem> @@ -115,13 +115,14 @@ The driver for A2000-style Real Time Clock modules (popular also on A1200 CPU cards) had bit-rotted so far as to be useless. It was rewritten as machine-independent <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?msm6242b++NetBSD-current">msm6242b(4)</ulink> - driver, with amiga-specific frontend under old a2kbbc(4) name. + url="//man.NetBSD.org/msm6242b.4">msm6242b(4)</ulink> + driver, with amiga-specific frontend under old <ulink + url="//man.NetBSD.org/amiga/a2kbbc.4">a2kbbc(4)</ulink> name. </portnewsitem> <portnewsitem date="2012-10-30" title="Hydra AmigaNet / ASDG LAN Rover driver rewritten"> The <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?ed+4.amiga+NetBSD-current">ed(4)</ulink> driver, supporting Hydra AmigaNet and ASDG LAN Rover cards was rewritten + url="//man.NetBSD.org/amiga/ed.4">ed(4)</ulink> driver, supporting Hydra AmigaNet and ASDG LAN Rover cards was rewritten by Frank Wille. The new incarnation solved compatibility problems of old ed(4) driver (especially with 68040 and 68060). </portnewsitem> @@ -133,35 +134,29 @@ <portnewsitem date="2012-06-07" title="Support for Mediator PCI 1200"> Support for ELBOX Mediator PCI 1200 has been added. The <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?empb+4.amiga+NetBSD-current">empb(4)</ulink> + url="//man.NetBSD.org/amiga/empb.4">empb(4)</ulink> driver is still in development, but already does support numerous PCI cards (like NE2000-compatible network cards, SATALink 3112 controllers and 3Dfx Voodoo 3). </portnewsitem> <portnewsitem date="2012-05-15" title="Updated X-Surf driver"> - The new, reworked <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?xsurf+.amiga+NetBSD-current">xsurf(4)</ulink> + The new, reworked <ulink url="//man.NetBSD.org/amiga/xsurf.4">xsurf(4)</ulink> driver features support for two clockports present on X-Surf card (in addition to already supported NE2000 ethernet). </portnewsitem> <portnewsitem date="2012-04-17" title="Clockport support"> The NetBSD finally includes support for clockport-based expansions, thanks - to the new <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?clockport+.amiga+NetBSD-current">clockport(4)</ulink> - layer and <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?a1k2cp+.amiga+NetBSD-current">a1k2cp(4)</ulink> + to the new <ulink url="//man.NetBSD.org/amiga/clockport.4">clockport(4)</ulink> + layer and <ulink url="//man.NetBSD.org/amiga/a1k2cp.4">a1k2cp(4)</ulink> backend driver. Also, as a proof of concept, SilverSurfer clockport-based - serial port card is now supported by the MI - <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?com+NetBSD-current">com(4)</ulink> - driver. + serial port card is now supported by the MI <ulink + url="//man.NetBSD.org/com.4">com(4)</ulink> driver. </portnewsitem> <portnewsitem date="2012-01-19" title="G-REX busboards support"> - The <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?p5pb+.amiga+NetBSD-current">p5pb(4)</ulink> + The <ulink url="//man.NetBSD.org/amiga/p5pb.4">p5pb(4)</ulink> driver now includes experimental support for DCE Computer G-REX 1200 and G-REX 4000 PCI bridges. </portnewsitem> @@ -169,13 +164,13 @@ <portnewsitem date="2011-10-28" title="FastATA 1200 driver"> FastATA 1200 Mk-III/Mk-IV EIDE controllers from ELBOX Computer are now supported by the new <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?efa+.amiga+NetBSD-current">efa(4)</ulink> + url="//man.NetBSD.org/amiga/efa.4">efa(4)</ulink> driver. </portnewsitem> <portnewsitem date="2011-09-17" title="Prometheus PCI driver"> The Prometheus PCI bridge is now supported by <ulink - url="http://netbsd.gw.com/cgi-bin/man-cgi?mppb+.amiga+NetBSD-current">mppb(4)</ulink> + url="//man.NetBSD.org/amiga/mppb.4">mppb(4)</ulink> driver. It is theoretically possible to use all non-DMA cards supported by MI PCI drivers. </portnewsitem> Index: releases/formal-5/NetBSD-5.0.xml =================================================================== RCS file: /cvsroot/htdocs/releases/formal-5/NetBSD-5.0.xml,v retrieving revision 1.29 diff -u -p -r1.29 NetBSD-5.0.xml --- releases/formal-5/NetBSD-5.0.xml 9 Oct 2015 12:26:42 -0000 1.29 +++ releases/formal-5/NetBSD-5.0.xml 2 Sep 2020 17:14:29 -0000 @@ -29,11 +29,11 @@ subsystem based on a 1:1 threading model, new kernel synchronization primitives, kernel preemption, a rewritten scheduler implementation, real-time scheduling extensions, - <ulink url="http://netbsd.gw.com/cgi-bin/man-cgi?pset+3+NetBSD-5.0"> + <ulink url="//man.NetBSD.org/NetBSD-5.0/pset.3"> processor sets</ulink>, and dynamic - <ulink url="http://netbsd.gw.com/cgi-bin/man-cgi?cpuset+3+NetBSD-5.0">CPU + <ulink url="//man.NetBSD.org/NetBSD-5.0/cpuset.3">CPU sets</ulink> for - <ulink url="http://netbsd.gw.com/cgi-bin/man-cgi?affinity+3+NetBSD-5.0"> + <ulink url="//man.NetBSD.org/NetBSD-5.0/affinity.3"> thread affinity</ulink>. Almost all core kernel subsystems, like virtual memory, memory allocators, file system frameworks for major file systems, and others were audited and @@ -52,23 +52,23 @@ In addition to scalability and performance improvements, a significant number of major features have been added. Some highlights are: a preview of metadata journaling for FFS file systems (known as - <ulink url="http://netbsd.gw.com/cgi-bin/man-cgi?wapbl+4+NetBSD-5.0"> + <ulink url="//man.NetBSD.org/NetBSD-5.0/wapbl.4"> WAPBL</ulink>, Write Ahead Physical Block Logging), the 'jemalloc' memory allocator, the <ulink url="http://www.x.org/">X.Org</ulink> X11 distribution instead of XFree86 on a number of ports, the - <ulink url="http://netbsd.gw.com/cgi-bin/man-cgi?pmf+9+NetBSD-5.0">Power + <ulink url="//man.NetBSD.org/NetBSD-5.0/pmf.9">Power Management Framework</ulink>, ACPI suspend/resume support on many laptops, write support for - <ulink url="http://netbsd.gw.com/cgi-bin/man-cgi?mount_udf+8+NetBSD-5.0">UDF + <ulink url="//man.NetBSD.org/NetBSD-5.0/mount_udf.8">UDF </ulink> file systems, the - <ulink url="http://netbsd.gw.com/cgi-bin/man-cgi?atf+7+NetBSD-5.0">Automated + <ulink url="//man.NetBSD.org/NetBSD-5.0/atf.7">Automated Testing Framework</ulink>, the - <ulink url="http://netbsd.gw.com/cgi-bin/man-cgi?rump+3+NetBSD-5.0">Runnable + <ulink url="//man.NetBSD.org/NetBSD-5.0/rump.3">Runnable Userspace Meta Program</ulink> framework, Xen 3.3 support for both i386 and amd64, POSIX - <ulink url="http://netbsd.gw.com/cgi-bin/man-cgi?mq_open+3+NetBSD-5.0"> + <ulink url="//man.NetBSD.org/NetBSD-5.0/mq_open.3"> message queues</ulink> and - <ulink url="http://netbsd.gw.com/cgi-bin/man-cgi?aio_read+3+NetBSD-5.0"> + <ulink url="//man.NetBSD.org/NetBSD-5.0/aio_read.3"> asynchronous I/O</ulink>, and many new hardware device drivers. Please read below for a full list of changes in NetBSD 5.0. Index: share/xml/netbsd.dsl =================================================================== RCS file: /cvsroot/htdocs/share/xml/netbsd.dsl,v retrieving revision 1.6 diff -u -p -r1.6 netbsd.dsl --- share/xml/netbsd.dsl 3 Jan 2020 03:35:28 -0000 1.6 +++ share/xml/netbsd.dsl 2 Sep 2020 17:14:30 -0000 @@ -318,11 +318,8 @@ <!-- Specify how to generate the man page link HREF --> (define ($create-refentry-xref-link$ #!optional (n (current-node))) (let* ((r (select-elements (children n) (normalize "refentrytitle"))) - (m (select-elements (children n) (normalize "manvolnum"))) - (v (attribute-string (normalize "vendor") n)) - (u (string-append "https://netbsd.gw.com/cgi-bin/man-cgi?" - (data r) "+" (data m)))) - (string-append u "+" "NetBSD-current"))) + (m (select-elements (children n) (normalize "manvolnum")))) + (string-append "//man.NetBSD.org/" (data r) "." (data m)))) (element citerefentry (let ((href ($create-refentry-xref-link$))) Index: share/xsl/errorpage.xsl =================================================================== RCS file: /cvsroot/htdocs/share/xsl/errorpage.xsl,v retrieving revision 1.29 diff -u -p -r1.29 errorpage.xsl --- share/xsl/errorpage.xsl 9 Aug 2020 12:46:20 -0000 1.29 +++ share/xsl/errorpage.xsl 2 Sep 2020 17:14:30 -0000 @@ -498,20 +498,8 @@ <xsl:variable name="arch" select="@arch"/> <a> <xsl:attribute name="href"> - <xsl:text>https://netbsd.gw.com/cgi-bin/man-cgi?</xsl:text> - <xsl:value-of select="refentrytitle"/> - <xsl:text>+</xsl:text> - <xsl:value-of select="manvolnum"/> - <xsl:choose> - <xsl:when test="not($arch)"> - <xsl:text>.i386</xsl:text> - </xsl:when> - <xsl:otherwise> - <xsl:text>.</xsl:text> - <xsl:value-of select="$arch"/> - </xsl:otherwise> - </xsl:choose> - <xsl:text>+&os;-</xsl:text> + <xsl:text>//man.NetBSD.org/</xsl:text> + <xsl:text>&os;-</xsl:text> <xsl:choose> <xsl:when test="not($release)"> <xsl:text>&release.latest;</xsl:text> @@ -520,6 +508,19 @@ <xsl:value-of select="$release"/> </xsl:otherwise> </xsl:choose> + <xsl:text>/</xsl:text> + <xsl:choose> + <xsl:when test="not($arch)"> + <xsl:text>i386</xsl:text> + </xsl:when> + <xsl:otherwise> + <xsl:value-of select="$arch"/> + </xsl:otherwise> + </xsl:choose> + <xsl:text>/</xsl:text> + <xsl:value-of select="refentrytitle"/> + <xsl:text>.</xsl:text> + <xsl:value-of select="manvolnum"/> </xsl:attribute> <xsl:value-of select="refentrytitle"/> <xsl:text>(</xsl:text> Index: share/xsl/netbsd-docbook-html-chunk.xsl =================================================================== RCS file: /cvsroot/htdocs/share/xsl/netbsd-docbook-html-chunk.xsl,v retrieving revision 1.17 diff -u -p -r1.17 netbsd-docbook-html-chunk.xsl --- share/xsl/netbsd-docbook-html-chunk.xsl 3 Jan 2020 03:35:28 -0000 1.17 +++ share/xsl/netbsd-docbook-html-chunk.xsl 2 Sep 2020 17:14:30 -0000 @@ -44,21 +44,21 @@ </xsl:template> <xsl:template name="generate.citerefentry.link"> - <xsl:text>https://netbsd.gw.com/cgi-bin/man-cgi?</xsl:text> - <xsl:value-of select="refentrytitle"/> - <xsl:text>+</xsl:text> - <xsl:value-of select="manvolnum"/> + <xsl:text>//man.NetBSD.org/</xsl:text> + <xsl:text>&os;-&release.latest;/</xsl:text> <xsl:variable name="arch" select="@arch"/> <xsl:choose> <xsl:when test="not($arch)"> - <xsl:text>.i386</xsl:text> + <xsl:text>i386</xsl:text> </xsl:when> <xsl:otherwise> - <xsl:text>.</xsl:text> <xsl:value-of select="$arch"/> </xsl:otherwise> </xsl:choose> - <xsl:text>+&os;-&release.latest;</xsl:text> + <xsl:text>/</xsl:text> + <xsl:value-of select="refentrytitle"/> + <xsl:text>.</xsl:text> + <xsl:value-of select="manvolnum"/> </xsl:template> <xsl:template match="processing-instruction('sdataEntity')"> Index: share/xsl/netbsd-docbook-html.xsl =================================================================== RCS file: /cvsroot/htdocs/share/xsl/netbsd-docbook-html.xsl,v retrieving revision 1.15 diff -u -p -r1.15 netbsd-docbook-html.xsl --- share/xsl/netbsd-docbook-html.xsl 3 Jan 2020 03:35:28 -0000 1.15 +++ share/xsl/netbsd-docbook-html.xsl 2 Sep 2020 17:14:30 -0000 @@ -38,21 +38,21 @@ </xsl:template> <xsl:template name="generate.citerefentry.link"> - <xsl:text>https://netbsd.gw.com/cgi-bin/man-cgi?</xsl:text> - <xsl:value-of select="refentrytitle"/> - <xsl:text>+</xsl:text> - <xsl:value-of select="manvolnum"/> + <xsl:text>https://man.NetBSD.org/</xsl:text> + <xsl:text>&os;-&release.latest;/</xsl:text> <xsl:variable name="arch" select="@arch"/> <xsl:choose> <xsl:when test="not($arch)"> - <xsl:text>.i386</xsl:text> + <xsl:text>i386</xsl:text> </xsl:when> <xsl:otherwise> - <xsl:text>.</xsl:text> <xsl:value-of select="$arch"/> </xsl:otherwise> </xsl:choose> - <xsl:text>+&os;-&release.latest;</xsl:text> + <xsl:text>/</xsl:text> + <xsl:value-of select="refentrytitle"/> + <xsl:text>.</xsl:text> + <xsl:value-of select="manvolnum"/> </xsl:template> <xsl:template match="processing-instruction('sdataEntity')"> Index: share/xsl/webpage.xsl =================================================================== RCS file: /cvsroot/htdocs/share/xsl/webpage.xsl,v retrieving revision 1.84 diff -u -p -r1.84 webpage.xsl --- share/xsl/webpage.xsl 9 Aug 2020 12:46:20 -0000 1.84 +++ share/xsl/webpage.xsl 2 Sep 2020 17:14:30 -0000 @@ -498,20 +498,8 @@ <xsl:variable name="arch" select="@arch"/> <a> <xsl:attribute name="href"> - <xsl:text>https://netbsd.gw.com/cgi-bin/man-cgi?</xsl:text> - <xsl:value-of select="refentrytitle"/> - <xsl:text>+</xsl:text> - <xsl:value-of select="manvolnum"/> - <xsl:choose> - <xsl:when test="not($arch)"> - <xsl:text>.i386</xsl:text> - </xsl:when> - <xsl:otherwise> - <xsl:text>.</xsl:text> - <xsl:value-of select="$arch"/> - </xsl:otherwise> - </xsl:choose> - <xsl:text>+&os;-</xsl:text> + <xsl:text>//man.NetBSD.org/</xsl:text> + <xsl:text>&os;-</xsl:text> <xsl:choose> <xsl:when test="not($release)"> <xsl:text>&release.latest;</xsl:text> @@ -520,6 +508,19 @@ <xsl:value-of select="$release"/> </xsl:otherwise> </xsl:choose> + <xsl:text>/</xsl:text> + <xsl:choose> + <xsl:when test="not($arch)"> + <xsl:text>i386</xsl:text> + </xsl:when> + <xsl:otherwise> + <xsl:value-of select="$arch"/> + </xsl:otherwise> + </xsl:choose> + <xsl:text>/</xsl:text> + <xsl:value-of select="refentrytitle"/> + <xsl:text>.</xsl:text> + <xsl:value-of select="manvolnum"/> </xsl:attribute> <xsl:value-of select="refentrytitle"/> <xsl:text>(</xsl:text> Index: support/security/index.xml =================================================================== RCS file: /cvsroot/htdocs/support/security/index.xml,v retrieving revision 1.144 diff -u -p -r1.144 index.xml --- support/security/index.xml 2 Apr 2020 10:55:29 -0000 1.144 +++ support/security/index.xml 2 Sep 2020 17:14:30 -0000 @@ -234,7 +234,7 @@ url="../../mailinglists/#tech-security">The tech-security mailing list</ulink> </listitem> <listitem><ulink - url="//netbsd.gw.com/cgi-bin/man-cgi?security++NetBSD-current">Security man page</ulink> + url="//man.NetBSD.org/security">Security man page</ulink> </listitem> <listitem><ulink url="//wiki.NetBSD.org/security/">Security wiki page</ulink>