svn commit: r51733 - head/en_US.ISO8859-1/htdocs/docproj
Eitan Adler
eadler at FreeBSD.org
Mon May 28 17:21:32 UTC 2018
Author: eadler
Date: Mon May 28 17:21:31 2018
New Revision: 51733
URL: https://svnweb.freebsd.org/changeset/doc/51733
Log:
htdocs/docproj: point people to wiki for current projects
Rather than maintaining multiple separate lists of "current" projects
just point people to the wiki. The deleted page already does this as the
first item anyways
Reviewed by: bcr
Modified:
head/en_US.ISO8859-1/htdocs/docproj/Makefile
head/en_US.ISO8859-1/htdocs/docproj/docproj.xml
Modified: head/en_US.ISO8859-1/htdocs/docproj/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/docproj/Makefile Mon May 28 13:21:32 2018 (r51732)
+++ head/en_US.ISO8859-1/htdocs/docproj/Makefile Mon May 28 17:21:31 2018 (r51733)
@@ -7,7 +7,6 @@
.include "../Makefile.inc"
.endif
-DOCS= current.xml
DOCS+= doc-set.xml
DOCS+= submitting.xml
DOCS+= who.xml
Modified: head/en_US.ISO8859-1/htdocs/docproj/docproj.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/docproj/docproj.xml Mon May 28 13:21:32 2018 (r51732)
+++ head/en_US.ISO8859-1/htdocs/docproj/docproj.xml Mon May 28 17:21:31 2018 (r51733)
@@ -49,7 +49,8 @@
<p>There are a number of projects currently <em>in progress</em> as
part of the documentation effort. Please take the time to look over
- <a href="current.html">this list</a> and see if there is anything <b>you</b> can help
+ <a href="https://wiki.freebsd.org/DocIdeaList">the current list of projects</a>
+ and see if there is anything <b>you</b> can help
with.</p></td>
</tr>
</tbody>
More information about the svn-doc-head
mailing list