Summary: | meinproc fails on kdeutils/doc/kwallet/index.docbook | ||
---|---|---|---|
Product: | [Websites] docs.kde.org | Reporter: | Stefanos Harhalakis <v13> |
Component: | general | Assignee: | Documentation Editorial Team <kde-doc-english> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Stefanos Harhalakis
2004-06-05 20:41:04 UTC
The relevant lines in the docbook are: ---------------- <authorgroup> <author> &George.Staikos; &George.Staikos.mail; </author> <author> &Lauri.Watts; &Lauri.Watts.mail; </author> <othercredit role="developer"> <firstname>George</firstname><surname>Staikos</surname> <contrib>Developer</contrib>&George.Staikos.mail; </othercredit> <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> ---------------- Although I can not confirm this BR, because it works for me, I think this should be: ------- <othercredit role="developer"> &George.Staikos; &George.Staikos.mail; <contrib>Developer</contrib> </othercredit> ------- But if I look in other documentation I see a comment around the contrib element. Like in: <!-- Uncomment this when xslt bug is fixed <contrib>Developer</contrib> --> George Staikos is already mentioned as an author, so maybe this section can be removed as a whole? I'm unsure I should fix this during the freeze, maybe someone from the documentation Editorial Team could tell me how and when? *** Bug 79047 has been marked as a duplicate of this bug. *** Updating to the latest libxml2 and libxslt fixed this for me. CVS commit by toma: Hope this resolves the bug. CCMAIL: 82904-done@bugs.kde.org M +2 -1 index.docbook 1.4 --- kdeutils/doc/kwallet/index.docbook #1.3:1.4 @@ -22,5 +22,6 @@ <othercredit role="developer"> <firstname>George</firstname><surname>Staikos</surname> -<contrib>Developer</contrib>&George.Staikos.mail; +<affiliation><address><email>staikos@kde.org</email></address></affiliation> +<contrib>Developer</contrib> </othercredit> <!-- TRANS:ROLES_OF_TRANSLATORS --> |