summaryrefslogtreecommitdiff
path: root/specs/glossary.xml
AgeCommit message (Collapse)AuthorFilesLines
2010-12-04spec: move another indexterm in glossary to workaround fop crashing bugAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-12-03spec: Fix a bunch of the .BR -> <emphasis> mappingsAlan Coopersmith1-14/+14
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 Coopersmith1-16/+20
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-28spec: Stopping marking glossary terms as functions when they're notAlan Coopersmith1-99/+99
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-28spec: Finish converting some unconverted index entries in glossaryAlan Coopersmith1-19/+19
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 Coopersmith1-98/+98
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-31specs: Move indexterms out of glossdef tagsAlan Coopersmith1-77/+77
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 Coopersmith1-13/+13
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 Coopersmith1-78/+78
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 Dew1-0/+1313
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>