Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18438 closed enhancement (fixed)

Validate The Guide

Reported by: anddam (Andrea D'Amore) Owned by: jmpp@…
Priority: Normal Milestone:
Component: website Version: 1.7.0
Keywords: guide Cc:
Port:

Description

As future reference, in order to add an "alt" attribute to the generated html code for the Guide look at this example patch for file in trunks/doc-new/

Index: guide/xml/project.xml
===================================================================
--- guide/xml/project.xml        (revision 46680)
+++ guide/xml/project.xml        (working copy)
@@ -73,8 +73,11 @@
 
       <screenshot>
         <screeninfo>A new Trac ticket</screeninfo>
-
+        
         <mediaobject>
+          <textobject>
+            <phrase>MY PHRASE</phrase>
+          </textobject>
           <imageobject>
             <imagedata fileref="trac-default.png" />
           </imageobject>

as per this FAQ

Change History (2)

comment:1 Changed 15 years ago by andrea.damore@…

Resolution: fixed
Status: newclosed

comment:2 Changed 15 years ago by (none)

Milestone: Website & Documentation

Milestone Website & Documentation deleted

Note: See TracTickets for help on using tickets.