Ticket #18438 (closed enhancement: fixed)
Validate The Guide
| Reported by: | and.damore@… | 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
Note: See
TracTickets for help on using
tickets.

