| Summary: | [Patch] Add smh@ to doc | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Christoph Mallon <christoph.mallon> | ||||
| Component: | Books & Articles | Assignee: | Steven Hartland <smh> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Christoph Mallon
2013-02-07 13:50:00 UTC
Responsible Changed From-To: freebsd-doc->smh I'll take it. Author: smh (src committer) Date: Mon Feb 18 11:40:31 2013 New Revision: 41005 URL: http://svnweb.freebsd.org/changeset/doc/41005 Log: Add my author entity, and list myself as a developer Add myself to the contributors list Add a news entry about me PR: docs/175925 Submitted by: Christoph Mallon Approved by: pjd (mentor) Modified: head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml head/share/xml/authors.ent head/share/xml/developers.ent head/share/xml/news.xml Modified: head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Mon Feb 18 00:41:15 2013 (r41004) +++ head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Mon Feb 18 11:40:31 2013 (r41005) @@ -524,6 +524,10 @@ </listitem> <listitem> + <para>&a.smh;</para> + </listitem> + + <listitem> <para>&a.ehaupt;</para> </listitem> Modified: head/share/xml/authors.ent ============================================================================== --- head/share/xml/authors.ent Mon Feb 18 00:41:15 2013 (r41004) +++ head/share/xml/authors.ent Mon Feb 18 11:40:31 2013 (r41005) @@ -1220,6 +1220,8 @@ <!ENTITY a.smace "Scott Mace <email>smace@FreeBSD.org</email>"> +<!ENTITY a.smh "Steven Hartland <email>smh@FreeBSD.org</email>"> + <!ENTITY a.smkelly "Sean Kelly <email>smkelly@FreeBSD.org</email>"> <!ENTITY a.smpatel "Sujal Patel <email>smpatel@FreeBSD.org</email>"> Modified: head/share/xml/developers.ent ============================================================================== --- head/share/xml/developers.ent Mon Feb 18 00:41:15 2013 (r41004) +++ head/share/xml/developers.ent Mon Feb 18 11:40:31 2013 (r41005) @@ -592,6 +592,7 @@ $FreeBSD$ <!ENTITY a.skreuzer "Steven Kreuzer"> <!ENTITY a.skv "Sergey Skvortsov"> <!ENTITY a.smace "Scott Mace"> +<!ENTITY a.smh "Steven Hartland"> <!ENTITY a.smkelly "Sean Kelly"> <!ENTITY a.smpatel "Sujal Patel"> <!ENTITY a.snb "Nick Barkas"> Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Mon Feb 18 00:41:15 2013 (r41004) +++ head/share/xml/news.xml Mon Feb 18 11:40:31 2013 (r41005) @@ -221,6 +221,15 @@ </day> <day> + <name>18</name> + + <event> + <p>New committer: + <a href="mailto:smh@FreeBSD.org">Steven Hartland</a> (src)</p> + </event> + </day> + + <day> <name>17</name> <event> _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |