summaryrefslogtreecommitdiff
path: root/specs/glossary.xml
AgeCommit message (Collapse)Author
2011-05-28spec: Add more indexterm & glossterm linksAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-05-28spec: Add zone attributes to indexterm tags for more stable link idsAlan Coopersmith
Use named id's instead of autogenerating idXXXXXX values that change in different versions so that it's easier to have stable links. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-05-28spec: Add cross-reference links in glossary to InputOnly & InputOutputAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-12-04spec: move another indexterm in glossary to workaround fop crashing bugAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-12-03spec: Fix a bunch of the .BR -> <emphasis> mappingsAlan Coopersmith
perl -i -p -e 's{ (\W*?)\s*</emphasis>}{</emphasis>$1}g' *.xml Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-29spec: Add glossterm cross reference links to glossaryAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-28spec: Stopping marking glossary terms as functions when they're notAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-28spec: Finish converting some unconverted index entries in glossaryAlan Coopersmith
Change made by: perl -i -p -e 's{\<\!-- \.IN "([^"]+)" "([^"]+)" "\@DEF\@" --\>}{ <indexterm significance="preferred"><primary>$1</primary><secondary>$2</secondary></indexterm>}' glossary.xml Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-28spec: Add id's to glossary entries for use in cross-reference linksAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-31specs: Move indexterms out of glossdef tagsAlan Coopersmith
Try to avoid problems similar to those fixed in libX11 commit 511c4f6d29b2da4f71093feabcbb3913cb5d12a7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-31specs: Convert troff ``quotes'' to DocBook <quote>quotes</quote>Alan Coopersmith
perl -i -p -e 's{\`\`([^\047]+)\047\047}{<quote>$1</quote>}g' *.xml Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-31specs: Convert .IN troff tags to <indexterm> DocBook TagsAlan Coopersmith
Many of the .IN tags seem to have been lost in translation before this. Converted those still in comments with: perl -i -p -e 's{\<\!-- \.IN "([^"]+)" "" "\@DEF\@" --\>}{<indexterm significance="preferred"><primary>$1</primary></indexterm>}' *.xml Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-08-18specs: convert protocol .ms from xorg-docs to DocBook XMLMatt Dew
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>