port tag links:
http://www.FreeBSD.org/cgi/url.cgi?ports/category/port changed to: http://www.FreeBSD.org/cgi/url.cgi?ports/category/port/pkg-descr The CGI returns "port does not exist" for the old instance. Reviewed by: murray
This commit is contained in:
parent
193538c0a9
commit
1121738517
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10259
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.43 2001/07/27 21:16:55 murray Exp $ -->
|
||||
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.44 2001/08/02 03:24:04 murray Exp $ -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY % output.html "IGNORE">
|
||||
|
@ -136,7 +136,8 @@
|
|||
(element port
|
||||
(let* ((urlurl "http://www.FreeBSD.org/cgi/url.cgi")
|
||||
(href (string-append urlurl "?ports/"
|
||||
(data (current-node)))))
|
||||
(data (current-node))
|
||||
"/pkg-descr")))
|
||||
(create-link (list (list "HREF" href))
|
||||
($mono-seq$))))
|
||||
]]>
|
||||
|
|
Loading…
Reference in a new issue