Date: Sun, 17 Aug 2014 22:34:12 +0000 (UTC) From: Gavin Atkinson <gavin@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45470 - head/en_US.ISO8859-1/htdocs/ports Message-ID: <201408172234.s7HMYCZ5073629@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gavin Date: Sun Aug 17 22:34:11 2014 New Revision: 45470 URL: http://svnweb.freebsd.org/changeset/doc/45470 Log: Several changes: - Fix anchors, we now use lowercase anchors. - Remove an anchor reference that no longer exists - Use HTML <q> rather than our own quotes Modified: head/en_US.ISO8859-1/htdocs/ports/index.xml Modified: head/en_US.ISO8859-1/htdocs/ports/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/ports/index.xml Sun Aug 17 22:24:09 2014 (r45469) +++ head/en_US.ISO8859-1/htdocs/ports/index.xml Sun Aug 17 22:34:11 2014 (r45470) @@ -26,9 +26,9 @@ users and administrators to install appl </p> <p>The Ports Collection supports the latest release on the -<a href="&base;/doc/en_US.ISO8859-1/books/faq/introduction.html#CURRENT"> +<a href="&base;/doc/en_US.ISO8859-1/books/faq/introduction.html#current"> FreeBSD-CURRENT</a> and -<a href="&base;/doc/en_US.ISO8859-1/books/faq/introduction.html#STABLE"> +<a href="&base;/doc/en_US.ISO8859-1/books/faq/introduction.html#stable"> FreeBSD-STABLE</a> branches. Older releases are not supported and may or may not work correctly with an up-to-date ports collection. Over time, changes to the ports collection may rely on @@ -39,7 +39,7 @@ the user community to maintain support f be committed. </p> -<p>Each ``port'' listed here +<p>Each <q>port</q> listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as typing @@ -48,7 +48,7 @@ install</tt> in the port directory. If you download the framework for the entire list of ports by installing the <!--<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ports/ports.tar.gz">--> -<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html#ports-tree"> +<a href="&base;/doc/en_US.ISO8859-1/books/handbook/ports-using.html"> ports hierarchy</a>, you can have thousands of applications right at your fingertips. </p>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408172234.s7HMYCZ5073629>