Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow affiliation inside author #36

Closed
tomschr opened this issue Jan 29, 2018 · 0 comments
Closed

Allow affiliation inside author #36

tomschr opened this issue Jan 29, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tomschr
Copy link
Contributor

tomschr commented Jan 29, 2018

Problem

The author doesn't allow information about affiliation. This is needed for SUSE Best Practices.
(Reported by @chabowski).

Solution

@sknorr and I agreed that we need the following content model:

affiliation ::= (jobtitle | orgname | (jobtitle & orgname))

Example

<author>
    <personname>
     <firstname>Tux</firstname>
     <surname>Penguin</surname>
    </personname>
    <email>tux@example.org</email>
    <affiliation>
     <jobtitle>Ice breaker</jobtitle>
     <orgname>Icelandic Corporation Inc.</orgname>
    </affiliation>
</author>
@tomschr tomschr added the enhancement New feature or request label Jan 29, 2018
@tomschr tomschr added this to the 1.0.1 milestone Jan 29, 2018
@tomschr tomschr self-assigned this Jan 29, 2018
tomschr added a commit that referenced this issue Jan 29, 2018
Created 1.0.1
https://github.com/openSUSE/geekodoc/releases/tag/v1.0.1

* Geekodoc
  * Forbid xml:id on row and entry (#37)
  * Allow affiliation inside author (#36)
  * Forbid xml:id on remark (#32)
  * Inconsistency between informalfigure and informaltable (#35)
  * Allow sections (#34)

* Novdoc
  no changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant