Bug 1421438

Summary: No image in Book_Info.xml
Product: [Community] Publican Reporter: Sascha Manns <Sascha.Manns>
Component: publicanAssignee: Nobody <nobody>
Status: NEW --- QA Contact: Ruediger Landmann <rlandman>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: futureCC: cbredesen, rlandman
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sascha Manns 2017-02-12 10:58:00 UTC
Description of problem:
I'm using that one in Book_Info.xml:

<orgname>
	<inlinemediaobject>
		<imageobject>
			<imagedata fileref="images/publican_creators.png" format="PNG" />
		</imageobject>
	</inlinemediaobject>
</orgname>
Full file on https://github.com/saigkill/docs/blob/master/books/PublicanCreators/en-US/Book_Info.xml

But after building the html, the image isn't placed in the html. See a result on: https://saigkill.tuxfamily.org/dotclear/docs/PublicanCreators/userdoc/html/

Version-Release number of selected component (if applicable):
4.3.2

How reproducible:
Each build


Steps to Reproduce:
1. clone git
2. publican build
3.

Actual results:
No image in the output

Expected results:
A image should seen in html

Additional info:

Comment 1 Jeff Fearn 🐞 2017-02-13 01:02:27 UTC
IIRC we dropped support for that use-case on the cover age as it didn't meet accessibility requirements.

From the PUG:

<mediaobject role="logo">
<imageobject>
<imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
</imageobject>
<textobject>
<phrase>Team Publican</phrase>
</textobject>
</mediaobject>

Comment 2 Sascha Manns 2017-02-13 07:31:12 UTC
Now i changed the Book_Info.xml to https://github.com/saigkill/docs/blob/master/books/PublicanCreators/en-US/Book_Info.xml

I'm using that branch "manns" http://bazaar.launchpad.net/~sascha-manns-h/+junk/publican-manns/files/head:/en-US/images/

The url points directly to the images directory.

The current build of html looks like: https://saigkill.tuxfamily.org/dotclear/docs/PublicanCreators/userdoc/html/

So sadly currently the title_logo isn't visible.

BTW: Is SVG usable in html context?