diff options
Diffstat (limited to 'doc/umbrello/index.docbook')
-rw-r--r-- | doc/umbrello/index.docbook | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/doc/umbrello/index.docbook b/doc/umbrello/index.docbook new file mode 100644 index 00000000..0da7c91e --- /dev/null +++ b/doc/umbrello/index.docbook @@ -0,0 +1,69 @@ +<?xml version="1.0" ?> +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" + "dtd/kdex.dtd" [ + <!ENTITY umbrello "<application>Umbrello &UML; Modeller</application>"> + <!ENTITY kappname "&umbrello;"> + <!ENTITY packagename "kdesdk"> + <!ENTITY UML "<acronym>UML</acronym>"> + <!ENTITY introduction-chapter SYSTEM "introduction.docbook"> + <!ENTITY uml-basics-chapter SYSTEM "uml_basics.docbook"> + <!ENTITY working-with-umbrello-chapter SYSTEM "working_with_umbrello.docbook"> + <!ENTITY code-import-and-generation-chapter SYSTEM "code_import_and_generation.docbook"> + <!ENTITY other-features-chapter SYSTEM "other_features.docbook"> + <!ENTITY authors-chapter SYSTEM "authors.docbook"> + <!ENTITY credits-chapter SYSTEM "credits.docbook"> + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE"><!-- change language only here --> + <!-- Do not define any other entities; instead, use the entities + from kde-genent.entities and $LANG/user.entities. --> +]> + +<book id="Umbrello" lang="&language;"> +<bookinfo> +<title>&umbrello; Handbook</title> + +<authorgroup> +<corpauthor>&umbrello; Authors</corpauthor> +</authorgroup> + +<copyright> +<year>2001</year> +<holder>Paul Hensgen</holder> +</copyright> +<copyright> +<year>2002, 2003</year> +<holder>&umbrello; Authors</holder> +</copyright> + + +<date>2003-10-15</date> +<releaseinfo>1.2</releaseinfo> + +<abstract> +<para> +&umbrello; helps the software development +process by using the industry standard Unified Modelling Language (&UML;) +to enable you to create diagrams for designing and documenting your systems. +</para> +</abstract> + +<keywordset> +<keyword>KDE</keyword> +<keyword>UML</keyword> +<keyword>modelling</keyword> +<keyword>diagrams</keyword> +<keyword>software development</keyword> +<keyword>development</keyword> +</keywordset> + +</bookinfo> + +&introduction-chapter; +¨-basics-chapter; +&working-with-umbrello-chapter; +&code-import-and-generation-chapter; +&other-features-chapter; +&authors-chapter; +&credits-chapter; + +</book> |