Issue 14684

Summary: possibility to add links to XML readme
Product: Installation Reporter: rambousek
Component: uiAssignee: frank.loehmann
Status: CLOSED FIXED QA Contact: issues@installation <issues>
Severity: Trivial    
Priority: P3 CC: issues, pavel
Version: OOo 1.1 Beta2   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Latest Confirmation in: ---
Developer Difficulty: ---

Description rambousek 2003-05-20 18:41:24 UTC
Is it possible to add nodes with URL links in localized readmes? We need to have
original and "localized" link, for example mailing-lists etc.
Comment 1 Olaf Felka 2003-05-21 08:26:04 UTC
Hi Frank,
is this something for you or Martin?
Comment 2 frank.loehmann 2003-07-29 16:04:51 UTC
This is possible with the new XML readme tooling.
Example:
[...]
<Text id="asw2" url="ahead" xml:lang="de">Aktuelle Informationen zu
dieser Beta-Version finden Sie im Internet unter </Text>
<Text id="asw2" url="ahead" xml:lang="en-US">You can find the latest
information for this release on the web at </Text>
<Text id="asw2b" url="true" path="url"
xml:lang="de">www.sun.com/software/staroffice/beta/</Text>
<Text id="asw2b" url="true" path="url"
xml:lang="en-US">www.sun.com/software/staroffice/beta/</Text>
[...]
now DTD looks like:
<!ELEMENT Readme (Section)+>
<!ATTLIST Readme
	name CDATA #REQUIRED
	col-span CDATA "70"
>
<!ELEMENT Section (Paragraph)+>
<!ATTLIST Section
	id CDATA #REQUIRED
>
<!ELEMENT Paragraph (Text | List)*>
<!ATTLIST Paragraph
	id CDATA #REQUIRED
	gui (all | UNX | WNT) "all"
	os (none | all | SOLARIS | LINUX | WNT | MACOSX) "all"
	cpuname (all | SPARC | INTEL | POWERPC) "all"
	com (all | C50 | C52 | GCC | MSC) "all"
	localized (true | false) "true"
	style (P | H1 | H2 | H3 | HR) "P"
>
<!ELEMENT Text (#PCDATA)>
<!ATTLIST Text
	id CDATA #REQUIRED
	xml:lang CDATA #REQUIRED
	style (none | b | i | u) "none"
	Wrap (true | false) "false"
	url (true | false | ahead) "false"
	path (none | file | url) "none"
>
<!ELEMENT List (Text | Paragraph)+>
<!ATTLIST List
	Enum (true | false) "false"
Comment 3 frank.loehmann 2003-07-29 16:29:06 UTC
This is possible with the new XML readme tooling.
Example:
[...]
<Text id="asw2" url="ahead" xml:lang="de">Aktuelle Informationen zu
dieser Beta-Version finden Sie im Internet unter </Text>
<Text id="asw2" url="ahead" xml:lang="en-US">You can find the latest
information for this release on the web at </Text>
<Text id="asw2b" url="true" path="url"
xml:lang="de">www.sun.com/software/staroffice/beta/</Text>
<Text id="asw2b" url="true" path="url"
xml:lang="en-US">www.sun.com/software/staroffice/beta/</Text>
[...]
now DTD looks like:
<!ELEMENT Readme (Section)+>
<!ATTLIST Readme
	name CDATA #REQUIRED
	col-span CDATA "70"
>
<!ELEMENT Section (Paragraph)+>
<!ATTLIST Section
	id CDATA #REQUIRED
>
<!ELEMENT Paragraph (Text | List)*>
<!ATTLIST Paragraph
	id CDATA #REQUIRED
	gui (all | UNX | WNT) "all"
	os (none | all | SOLARIS | LINUX | WNT | MACOSX) "all"
	cpuname (all | SPARC | INTEL | POWERPC) "all"
	com (all | C50 | C52 | GCC | MSC) "all"
	localized (true | false) "true"
	style (P | H1 | H2 | H3 | HR) "P"
>
<!ELEMENT Text (#PCDATA)>
<!ATTLIST Text
	id CDATA #REQUIRED
	xml:lang CDATA #REQUIRED
	style (none | b | i | u) "none"
	Wrap (true | false) "false"
	url (true | false | ahead) "false"
	path (none | file | url) "none"
>
<!ELEMENT List (Text | Paragraph)+>
<!ATTLIST List
	Enum (true | false) "false"
Comment 4 frank.loehmann 2003-07-29 16:47:17 UTC
Please see description above for how to make links in readme files. 
Comment 5 frank.loehmann 2003-07-29 16:48:13 UTC
Please see description above for how to make links in readme files. 
Comment 6 pavel 2003-12-14 16:09:34 UTC
The resolution of this bug in empty but its status is CLOSED. Why?
Comment 7 frank.loehmann 2003-12-15 09:59:59 UTC
FL: I do not know why the resolution is empty. It was already possible to add
links with the XML tooling when the bug had been submitted. Maybe there was no
adequate entry in resolution matching this situation. Can't change field because
it has been closed and I don't bother leaving it empty.