svn commit: r53699 - head/en_US.ISO8859-1/htdocs/docproj

Sergio Carlavilla Delgado carlavilla at FreeBSD.org
Sun Dec 15 17:58:38 UTC 2019


Author: carlavilla
Date: Sun Dec 15 17:58:37 2019
New Revision: 53699
URL: https://svnweb.freebsd.org/changeset/doc/53699

Log:
  Reference documentation project primer in "Submitting Documentation"
  guide, small rewordings
  
  PR:		231624
  Submitted by:	andreas.sommer87 at googlemail.com
  Approved by:	bcr@
  Differential Revision:	https://reviews.freebsd.org/D22769

Modified:
  head/en_US.ISO8859-1/htdocs/docproj/submitting.xml
  head/en_US.ISO8859-1/htdocs/docproj/who.xml

Modified: head/en_US.ISO8859-1/htdocs/docproj/submitting.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/docproj/submitting.xml	Sun Dec 15 11:18:38 2019	(r53698)
+++ head/en_US.ISO8859-1/htdocs/docproj/submitting.xml	Sun Dec 15 17:58:37 2019	(r53699)
@@ -2,6 +2,7 @@
 <!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
 "http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
 <!ENTITY url.articles "../doc/en_US.ISO8859-1/articles">
+<!ENTITY url.books "../doc/en_US.ISO8859-1/books">
 <!ENTITY title "FreeBSD Documentation Project: Submitting documentation">
 ]>
 
@@ -101,6 +102,13 @@
       described earlier, and attach the <tt>foo.diff</tt> file to the
       PR.</p>
 
-    <p></p><a href="docproj.html">FreeBSD Documentation Project Home</a>
+    <h2>Further reading</h2>
+    <ul>
+      <li><a
+        href="&url.books;/fdp-primer/index.html">Documentation
+        Project Primer for New Contributors</a></li>
+      <li><a href="docproj.html">&os; Documentation Project
+        Home</a></li>
+    </ul>
   </body>
 </html>

Modified: head/en_US.ISO8859-1/htdocs/docproj/who.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/docproj/who.xml	Sun Dec 15 11:18:38 2019	(r53698)
+++ head/en_US.ISO8859-1/htdocs/docproj/who.xml	Sun Dec 15 17:58:37 2019	(r53699)
@@ -1,7 +1,7 @@
 <?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 title "FreeBSD Documentation Project: Who are we?">
+<!ENTITY title "FreeBSD Documentation Project: Who are we, how to join?">
 ]>
 
 <html xmlns="http://www.w3.org/1999/xhtml">


More information about the svn-doc-all mailing list