From 83c653673ee793df8458304b68902e4bfcbf7147 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 3 Aug 2009 17:26:23 -0400 Subject: Rewrite the introduction --- sigmodr/doc/introduction.docbook | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'sigmodr') diff --git a/sigmodr/doc/introduction.docbook b/sigmodr/doc/introduction.docbook index 0d2025c5..1c42cefa 100644 --- a/sigmodr/doc/introduction.docbook +++ b/sigmodr/doc/introduction.docbook @@ -11,11 +11,25 @@ Overview - - &sigmodr; is an editor for Sigmod files. It can also - validate Sigmod files. It can also - download Sigmod files for editing, upload Sigmods using the FreeDesktop.org - GHNS - specification. - + + 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;. + + 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. + + + + &sigmod; files + &sigmod; files are &XML; file with all of the information, such as + rules, maps, and species information, and media, including audio and images, + necessary to use the &sigmod; embedded in the file. All binary data is stored + in base64 encoding to avoid control characters from disrupting parsing + of the file. + -- cgit