Re: applet template confusion



Telsa Gwynne <hobbit@aloss.ukuu.org.uk> writes:

|   Vaguely related question: for protocols like FTP, SLIP, PPP,
|   TCP/IPand so on, what DocBook tags exist?

If nothing seems to fit at the fisrt glance, you can use:

    <phrase role=protocol>FTP</prase>

or define Entities and postpone the decision:

<!DOCTYPE book ... [
<!ENTITY gnome-ftp "<phrase>FTP</phrase>">
]>
<book>
...
Use &gnome-ftp; to download files.
...
</book>

IMO, there's not need to tag protocols at all ;-)  Okay,
<acronym>SLIP</acronym> looks good.

-- 
work: ke@suse.de                          |
     : http://www.suse.de/~ke/             |          ------    ,__o
home: ke@gnu.franken.de                   |         ------   _-\_<,
     : http://www.franken.de/users/gnu/ke/ |        ------   (*)/'(*)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]