Bug 433577
Summary: | publican collab bug/feature request | ||
---|---|---|---|
Product: | [Community] Publican | Reporter: | Christopher Curran <ccurran> |
Component: | publican | Assignee: | Brian Forte <bforte> |
Status: | CLOSED NOTABUG | QA Contact: | Michael Hideo <mhideo> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 2.0 | CC: | mmcallis, publican-list, rlandman |
Target Milestone: | --- | Keywords: | Documentation |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-02-21 00:08:29 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Christopher Curran
2008-02-20 04:15:10 UTC
This isn't a bug, it's expected behaviour: publican handles <collabname> or <coolab> in the default manner as neither tag is recommended for use. The tag to use for this sort of credit is <othercredit> with an appropriate attribute. An SME, for example should probably be credited as follows <info> <title>Credits (ie who's to blame)</title> <author> <personname> <firstname>Chris</firstname> <surname>Curran</surname> </personname> </author> <othercredit class="technicaleditor"> <personname> <firstname>Jo</firstname> <surname>Hacker</surname> </personname> <contrib> Technical Editor for chapters 1 and 2 (covering Foo design and deployment). </contrib> </othercredit> </info> If you think of <author> and <editor> as special cases of <othercredit> it's easier to grok. |