Give a direct link to the porter's handbook instead of going through a second page.
This commit is contained in:
parent
582ec9bb39
commit
a88958a4cb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42045
3 changed files with 3 additions and 25 deletions
en_US.ISO8859-1/htdocs/java
|
@ -8,6 +8,5 @@
|
|||
.endif
|
||||
|
||||
DOCS = faq.xml
|
||||
DOCS+= howtoports.xml
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/xml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY title "FreeBSD &java; Project: How To Make a Port">
|
||||
<!ENTITY url.books "../../doc/en_US.ISO8859-1/books">
|
||||
]>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>&title;</title>
|
||||
|
||||
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
||||
</head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
|
||||
<p>General instructions can be found in the
|
||||
<a href="&url.books;/porters-handbook/index.html">Porter's Handbook</a>.</p>
|
||||
<p>For &java; ports, please refer to the
|
||||
<a href="&url.books;/porters-handbook/using-java.html">Using Java</a> section.</p>
|
||||
<p>The more ported applications we have, the better.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -2,6 +2,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/xml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY title "FreeBSD &java; Project">
|
||||
<!ENTITY url.books "../../doc/en_US.ISO8859-1/books">
|
||||
]>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
@ -56,7 +57,8 @@
|
|||
|
||||
<ul>
|
||||
<li><a href="docs/faq.html">FAQ</a></li>
|
||||
<li><a href="docs/howtoports.html">Creating Ports...</a></li>
|
||||
|
||||
<li><a href="&url.books;/porters-handbook/using-java.html">Creating Ports</a></li>
|
||||
<li><a href="links.html">Links</a></li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in a new issue