Skip to content

Commit

Permalink
Fix colwidth/width
Browse files Browse the repository at this point in the history
GeekoDoc v2.3.0 requires a number + unit. Some attributes have
empty values or wrong numbers/units.
  • Loading branch information
tomschr committed Jan 9, 2024
1 parent 3b9b10b commit 9073e5b
Show file tree
Hide file tree
Showing 9 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion xml/apps_firefox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[
<!ENTITY % entities SYSTEM "generic-entities.ent">
%entities;
<!ENTITY hamburger-icon "<inlinemediaobject xmlns='http://docbook.org/ns/docbook'><textobject role='description'><phrase>Three-lines button</phrase></textobject><imageobject role='fo'><imagedata fileref='hamburger_button.svg' width='1cm' format='SVG'/></imageobject><imageobject role='html'><imagedata fileref='hamburger_button-fallback.png' width='1em' format='PNG'/></imageobject></inlinemediaobject>">
<!ENTITY hamburger-icon "<inlinemediaobject xmlns='http://docbook.org/ns/docbook'><textobject role='description'><phrase>Three-lines button</phrase></textobject><imageobject role='fo'><imagedata fileref='hamburger_button.svg' width='1cm' format='SVG'/></imageobject><imageobject role='html'><imagedata fileref='hamburger_button-fallback.png' width='4mm' format='PNG'/></imageobject></inlinemediaobject>">
]>
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="cha-firefox">
<title><productname>Firefox</productname>: browsing the Web</title>
Expand Down
2 changes: 1 addition & 1 deletion xml/apps_libreoffice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[
<!ENTITY % entities SYSTEM "generic-entities.ent">
%entities;
<!ENTITY hamburger-icon "<inlinemediaobject xmlns='http://docbook.org/ns/docbook'><textobject role='description'><phrase>Three-lines button</phrase></textobject><imageobject role='fo'><imagedata fileref='hamburger_button.svg' width='0.8em' format='SVG'/></imageobject><imageobject role='html'><imagedata fileref='hamburger_button-fallback.png' width='1em' format='PNG'/></imageobject></inlinemediaobject>">
<!ENTITY hamburger-icon "<inlinemediaobject xmlns='http://docbook.org/ns/docbook'><textobject role='description'><phrase>Three-lines button</phrase></textobject><imageobject role='fo'><imagedata fileref='hamburger_button.svg' width='3mm' format='SVG'/></imageobject><imageobject role='html'><imagedata fileref='hamburger_button-fallback.png' width='3mm' format='PNG'/></imageobject></inlinemediaobject>">
]>
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
Expand Down
2 changes: 1 addition & 1 deletion xml/apps_librewriter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[
<!ENTITY % entities SYSTEM "generic-entities.ent">
%entities;
<!ENTITY libo-insert-icon "<inlinemediaobject xmlns='http://docbook.org/ns/docbook'><textobject role='description'><phrase>Insert</phrase></textobject><imageobject role='fo'><imagedata fileref='libreoffice-writer-master-insert.png' width='0.8em' format='PNG'/></imageobject><imageobject role='html'><imagedata fileref='libreoffice-writer-master-insert.png' width='1em' format='PNG'/></imageobject></inlinemediaobject>">
<!ENTITY libo-insert-icon "<inlinemediaobject xmlns='http://docbook.org/ns/docbook'><textobject role='description'><phrase>Insert</phrase></textobject><imageobject role='fo'><imagedata fileref='libreoffice-writer-master-insert.png' width='3mm' format='PNG'/></imageobject><imageobject role='html'><imagedata fileref='libreoffice-writer-master-insert.png' width='4mm' format='PNG'/></imageobject></inlinemediaobject>">
]>
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="cha-lo-writer">
<title>&libo; Writer</title>
Expand Down
8 changes: 4 additions & 4 deletions xml/apps_totem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
[
<!ENTITY % entities SYSTEM "generic-entities.ent">
%entities;
<!ENTITY pause-icon "<inlinemediaobject xmlns='http://docbook.org/ns/docbook'><textobject role='description'><phrase>&gnome; Videos Pause</phrase></textobject><imageobject role='fo'><imagedata fileref='totem_pause_button.svg' width='0.8em' format='SVG'/></imageobject><imageobject role='html'><imagedata fileref='totem_pause_button-fallback.png' width='1em' format='PNG'/></imageobject></inlinemediaobject>">
<!ENTITY play-icon "<inlinemediaobject xmlns='http://docbook.org/ns/docbook'><textobject role='description'><phrase>&gnome; Videos Play</phrase></textobject><imageobject role='fo'><imagedata fileref='totem_play_button.svg' width='0.8em' format='SVG'/></imageobject><imageobject role='html'><imagedata fileref='totem_play_button-fallback.png' width='1em' format='PNG'/></imageobject></inlinemediaobject>">
<!ENTITY next-icon "<inlinemediaobject xmlns='http://docbook.org/ns/docbook'><textobject role='description'><phrase>&gnome; Videos Next</phrase></textobject><imageobject role='fo'><imagedata fileref='totem_next_button.svg' width='0.8em' format='SVG'/></imageobject><imageobject role='html'><imagedata fileref='totem_next_button-fallback.png' width='1em' format='PNG'/></imageobject></inlinemediaobject>">
<!ENTITY previous-icon "<inlinemediaobject xmlns='http://docbook.org/ns/docbook'><textobject role='description'><phrase>&gnome; Videos Previous</phrase></textobject><imageobject role='fo'><imagedata fileref='totem_previous_button.svg' width='0.8em' format='SVG'/></imageobject><imageobject role='html'><imagedata fileref='totem_previous_button-fallback.png' width='1em' format='PNG'/></imageobject></inlinemediaobject>">
<!ENTITY pause-icon "<inlinemediaobject xmlns='http://docbook.org/ns/docbook'><textobject role='description'><phrase>&gnome; Videos Pause</phrase></textobject><imageobject role='fo'><imagedata fileref='totem_pause_button.svg' width='3mm' format='SVG'/></imageobject><imageobject role='html'><imagedata fileref='totem_pause_button-fallback.png' width='4mm' format='PNG'/></imageobject></inlinemediaobject>">
<!ENTITY play-icon "<inlinemediaobject xmlns='http://docbook.org/ns/docbook'><textobject role='description'><phrase>&gnome; Videos Play</phrase></textobject><imageobject role='fo'><imagedata fileref='totem_play_button.svg' width='3mm' format='SVG'/></imageobject><imageobject role='html'><imagedata fileref='totem_play_button-fallback.png' width='4mm' format='PNG'/></imageobject></inlinemediaobject>">
<!ENTITY next-icon "<inlinemediaobject xmlns='http://docbook.org/ns/docbook'><textobject role='description'><phrase>&gnome; Videos Next</phrase></textobject><imageobject role='fo'><imagedata fileref='totem_next_button.svg' width='3mm' format='SVG'/></imageobject><imageobject role='html'><imagedata fileref='totem_next_button-fallback.png' width='4mm' format='PNG'/></imageobject></inlinemediaobject>">
<!ENTITY previous-icon "<inlinemediaobject xmlns='http://docbook.org/ns/docbook'><textobject role='description'><phrase>&gnome; Videos Previous</phrase></textobject><imageobject role='fo'><imagedata fileref='totem_previous_button.svg' width='3mm' format='SVG'/></imageobject><imageobject role='html'><imagedata fileref='totem_previous_button-fallback.png' width='4mm' format='PNG'/></imageobject></inlinemediaobject>">
]>
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="cha-gnome-totem">
<title><guimenu>&gnome; Videos</guimenu></title>
Expand Down
4 changes: 2 additions & 2 deletions xml/art_installation-sleds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ disk:
<para>
Click the <inlinemediaobject><textobject role='description'>
<phrase>Change the widget theme</phrase></textobject>
<imageobject role='fo'><imagedata fileref='yast-day-night-mode.svg' width='1.2em'/></imageobject>
<imageobject role='html'><imagedata fileref='yast-day-night-mode.svg' width='1.2em'/></imageobject></inlinemediaobject>
<imageobject role='fo'><imagedata fileref='yast-day-night-mode.svg' width='4mm'/></imageobject>
<imageobject role='html'><imagedata fileref='yast-day-night-mode.svg' width='4mm'/></imageobject></inlinemediaobject>
button or press <keycombo><keycap function="shift"/><keycap>F3</keycap></keycombo>
to open a theme selection dialog. Select a theme from the list and
<guimenu>Close</guimenu> the dialog.
Expand Down
8 changes: 4 additions & 4 deletions xml/art_virtualization-best-practices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
<Table Rowsep="1">
<title>Scenario</title>
<tgroup cols="3">
<colspec colnum="1" colname="1" colwidth=""/>
<colspec colnum="2" colname="2" colwidth=""/>
<colspec colnum="1" colname="1" colwidth="1*"/>
<colspec colnum="2" colname="2" colwidth="1*"/>
<thead>
<row>
<entry>
Expand Down Expand Up @@ -1036,8 +1036,8 @@ w /sys/block/sdb/queue/scheduler - - - - none
<title>Block devices compared to disk images</title>
<tgroup cols="3">
<colspec colnum="1" colname="1" colwidth="10%"/>
<colspec colnum="2" colname="2" colwidth=""/>
<colspec colnum="3" colname="3" colwidth=""/>
<colspec colnum="2" colname="2" colwidth="45%"/>
<colspec colnum="3" colname="3" colwidth="45%"/>
<thead>
<row>
<entry>
Expand Down
4 changes: 2 additions & 2 deletions xml/deployment_yast_installer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,8 @@
<para>
Click the <inlinemediaobject><textobject role='description'>
<phrase>Change the widget theme</phrase></textobject>
<imageobject role='fo'><imagedata fileref='yast-day-night-mode.svg' width='1.2em'/></imageobject>
<imageobject role='html'><imagedata fileref='yast-day-night-mode.svg' width='1.2em'/></imageobject></inlinemediaobject>
<imageobject role='fo'><imagedata fileref='yast-day-night-mode.svg' width='5mm'/></imageobject>
<imageobject role='html'><imagedata fileref='yast-day-night-mode.svg' width='5mm'/></imageobject></inlinemediaobject>
button or press <keycombo><keycap function="shift"/><keycap>F3</keycap></keycombo>
to open a theme selection dialog. Select a theme from the list and
<guimenu>Close</guimenu> the dialog.
Expand Down
2 changes: 1 addition & 1 deletion xml/vnc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!ENTITY % entities SYSTEM "generic-entities.ent">
%entities;
<!ENTITY remmina-plus-icon "<inlinemediaobject xmlns='http://docbook.org/ns/docbook'><textobject
role='description'><phrase>Add new session</phrase></textobject><imageobject role='fo'><imagedata fileref='remmina_plus.png' width='1.2em' format='PNG'/></imageobject><imageobject role='html'><imagedata fileref='remmina_plus.png' width='1.2em' format='PNG'/></imageobject></inlinemediaobject>">
role='description'><phrase>Add new session</phrase></textobject><imageobject role='fo'><imagedata fileref='remmina_plus.png' width='4mm' format='PNG'/></imageobject><imageobject role='html'><imagedata fileref='remmina_plus.png' width='4mm' format='PNG'/></imageobject></inlinemediaobject>">
]>
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="cha-vnc">
<title>Remote graphical sessions with VNC</title>
Expand Down
Loading

0 comments on commit 9073e5b

Please sign in to comment.