Community: make "newsgroups" a direct reference
Right now the 'Newsgroup' page is a single paragraph that indirectly links to the handbook.
This commit is contained in:
parent
87b5a670ed
commit
f18add0e01
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51870
3 changed files with 2 additions and 30 deletions
|
@ -7,6 +7,6 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= irc.xml mailinglists.xml newsgroups.xml webresources.xml
|
||||
DOCS= irc.xml mailinglists.xml webresources.xml
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,28 +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/share/xml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY CDATA "..">
|
||||
<!ENTITY title "Newsgroups">
|
||||
]>
|
||||
|
||||
<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.community">
|
||||
|
||||
<p>There are a few FreeBSD specific <a
|
||||
href="&base;/doc/en_US.ISO8859-1/books/handbook/eresources-news.html">newsgroups</a>, along with
|
||||
numerous other newsgroups on topics of interest to FreeBSD users, though
|
||||
the mailing lists remain the most reliable way to get in touch with the
|
||||
FreeBSD developers. For miscellaneous FreeBSD discussion, see <a
|
||||
href="news:comp.unix.bsd.freebsd.misc">comp.unix.bsd.freebsd.misc</a>.
|
||||
For important announcements, see <a
|
||||
href="news:comp.unix.bsd.freebsd.announce">comp.unix.bsd.freebsd.announce</a>.</p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -32,7 +32,7 @@
|
|||
<li><a href="&base;/community/mailinglists.html">Mailing Lists</a></li>
|
||||
<li><a href="https://forums.FreeBSD.org/">Forums</a></li>
|
||||
<li><a href="&base;/community/irc.html">IRC</a></li>
|
||||
<li><a href="&base;/community/newsgroups.html">Newsgroups</a></li>
|
||||
<li><a href="&base;/doc/en_US.ISO8859-1/books/handbook/eresources-news.html">Newsgroups</a></li>
|
||||
<li><a href="&base;/usergroups.html">User Groups</a></li>
|
||||
<li><a href="https://planet.FreeBSD.org/">Blogs</a></li>
|
||||
<li><a href="&base;/events/events.html">Events</a></li>
|
||||
|
|
Loading…
Reference in a new issue