From 73f60e1fa4e2180bca02c9f04abaacffa3605f92 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 8 Aug 2009 10:59:45 -0400 Subject: Add a glossary and links from the text --- sigmodr/doc/glossary.docbook | 47 ++++++++++++++++++++++++++++++++++++++++ sigmodr/doc/index.docbook | 2 ++ sigmodr/doc/introduction.docbook | 17 ++++++++------- 3 files changed, 58 insertions(+), 8 deletions(-) create mode 100644 sigmodr/doc/glossary.docbook diff --git a/sigmodr/doc/glossary.docbook b/sigmodr/doc/glossary.docbook new file mode 100644 index 00000000..521b327e --- /dev/null +++ b/sigmodr/doc/glossary.docbook @@ -0,0 +1,47 @@ + + + + + + +&Ben.Boeckel; +&Ben.Boeckel.mail; + + + + +2009-08-08 + + + +Glossary + + + + +Sigen + +Sigen is a term made from the initial letters of SIgma Game ENgine +. + + + + +&sigmod; + +A &sigmod; is a game file for use in &sigen;. + + + + +Validation + +Validation is used to verify that all internal references exist, values +are within the bounds imposed by the rules or the engine, and that important +text values are not empty. + + + + + + diff --git a/sigmodr/doc/index.docbook b/sigmodr/doc/index.docbook index a74a85e0..4fcd1d2e 100644 --- a/sigmodr/doc/index.docbook +++ b/sigmodr/doc/index.docbook @@ -14,6 +14,7 @@ + ]> @@ -62,6 +63,7 @@ &sigmodr-editing-beginning; &sigmodr-editing-sigmod; &sigmodr-reporting-bugs; +&sigmodr-glossary; diff --git a/sigmodr/doc/introduction.docbook b/sigmodr/doc/introduction.docbook index 08c49799..d589e9d1 100644 --- a/sigmodr/doc/introduction.docbook +++ b/sigmodr/doc/introduction.docbook @@ -20,16 +20,17 @@ What is &sigmodr;? -&sigmodr; is an editor for &sigmod; files. It -features a user-friendly interface for editing the various data structures of a -&sigmod;. +&sigmodr; is an editor for &sigmod; + files. It features a user-friendly interface for editing the +various data structures of a &sigmod;. It provides an easy way to edit and verify &sigmod; files. With validation, users can verify that all of the -internal links and references to other data sources are valid. It can also -download &sigmod; files for editing and upload &sigmod;s using the -FreeDesktop.org GHNS - specification. +linkend="validation">validation +, users can verify that all of the internal links and +references to other data sources are valid. It can also download &sigmod; files +for editing and upload &sigmod;s using the FreeDesktop.org GHNS +specification. -- cgit