diff options
Diffstat (limited to 'help')
-rw-r--r-- | help/C/devel-action.sgml | 18 | ||||
-rw-r--r-- | help/C/devel-component.sgml | 24 | ||||
-rw-r--r-- | help/C/devel-script.sgml | 17 | ||||
-rw-r--r-- | help/C/evolution-guide.sgml | 21 | ||||
-rw-r--r-- | help/C/preface.sgml | 18 |
5 files changed, 2 insertions, 96 deletions
diff --git a/help/C/devel-action.sgml b/help/C/devel-action.sgml deleted file mode 100644 index 5d40c78bf7..0000000000 --- a/help/C/devel-action.sgml +++ /dev/null @@ -1,18 +0,0 @@ - - <chapter id="devel-actions"> - <title>Actions: Making Evolution Behave</title> - <sect1 id="devel-actions-build"> - <title>Build Actions</title> - <para> - How to create an action. - </para> - </sect1> - - <sect1 id="devel-actions-use"> - <title>Using Actions</title> - <para> - How to use an action you or someone else has built. - </para> - </sect1> - </chapter> -
\ No newline at end of file diff --git a/help/C/devel-component.sgml b/help/C/devel-component.sgml deleted file mode 100644 index db4f93c27d..0000000000 --- a/help/C/devel-component.sgml +++ /dev/null @@ -1,24 +0,0 @@ - - <chapter id="devel-component"> - <title>Evolution Components</title> - <subtitle> Build your own species </subtitle> - <para> - Explain exactly what an Evolution Component is. - </para> - - <sect1 id="devel-component-build"> - <title>Building Evolution Components</title> - <para> - Explain how to build them-- what resources are available, - what interfaces exposed. - </para> - </sect1> - - <sect1 id="devel-component-use"> - <title>Using Additional Evolution Components</title> - <para> - Once you've got one--either you've built it or borrowed it-- - you can use it. Here's how. - </para> - </sect1> - </chapter>
\ No newline at end of file diff --git a/help/C/devel-script.sgml b/help/C/devel-script.sgml deleted file mode 100644 index 74dbf161cd..0000000000 --- a/help/C/devel-script.sgml +++ /dev/null @@ -1,17 +0,0 @@ - - <chapter id="devel-scripts" > - <title>Scripting: Making Evolution Sit up and Beg</title> - <sect1 id="devel-scripts-build"> - <title>Writing Scripts</title> - <para> - How to write scripts for Evolution. - </para> - </sect1> - - <sect1 id="devel-scripts-use"> - <title>Using Scripts</title> - <para> - How to use and install scripts for Evolution. - </para> - </sect1> - </chapter> diff --git a/help/C/evolution-guide.sgml b/help/C/evolution-guide.sgml index bd94cef55d..02b03c3851 100644 --- a/help/C/evolution-guide.sgml +++ b/help/C/evolution-guide.sgml @@ -8,9 +8,6 @@ <!ENTITY CONFIG-SETUPASSIST SYSTEM "config-setupassist.sgml"> <!ENTITY CONFIG-PREFS SYSTEM "config-prefs.sgml"> <!ENTITY CONFIG-SYNC SYSTEM "config-sync.sgml"> -<!ENTITY DEVEL-ACTION SYSTEM "devel-action.sgml"> -<!ENTITY DEVEL-SCRIPT SYSTEM "devel-script.sgml"> -<!ENTITY DEVEL-COMPONENT SYSTEM "devel-component.sgml"> <!ENTITY APX-GLOSS SYSTEM "apx-gloss.sgml"> <!ENTITY APX-BUGS SYSTEM "apx-bugs.sgml"> <!ENTITY APX-AUTHORS SYSTEM "apx-authors.sgml"> @@ -99,24 +96,6 @@ standardize on second person, not 1st pers. plural. &CONFIG-PREFS; &CONFIG-SYNC; </part> - <part id="devel"> - <title>Developing for Evolution</title> - <subtitle>An Introduction for the Happy Few</subtitle> - <partintro> - <para> - There are three levels of developing for - <application>Evolution</application>. You can write actions. - You can write scripts. And you can write full-fledged - Evolution components. This paragraph will eventually describe - what that means, if the entire part is not phased out of this - manual. - </para> - </partintro> - - &DEVEL-ACTION; - &DEVEL-SCRIPT; - &DEVEL-COMPONENT; - </part> &APX-GLOSS; &APX-BUGS; &APX-AUTHORS; diff --git a/help/C/preface.sgml b/help/C/preface.sgml index 9ccb257e5e..551c5b5ec5 100644 --- a/help/C/preface.sgml +++ b/help/C/preface.sgml @@ -111,7 +111,7 @@ <!-- ************* END DRAFT ONLY PARAGRAPH ************** --> <para> - This book is divided into three sections. The first section is + This book is divided into two sections. The first section is a <link linkend="usage">guided tour</link>— it will explain how to use <application>Evolution</application>. If you are new to <application>Evolution</application> or to @@ -119,21 +119,7 @@ section, covering <link linkend="config">configuration</link>, is targeted at advanced users and administrators. If you are a network administrator, you may find yourself referring to - this section frequently. The third section is a quick <link - linkend="devel">developer's guide</link>, for power users and - hackers. If you want to add advanced scripting to - <application>Evolution</application>, write your own - embeddable components, or simply want to find out just how - powerful <application>Evolution</application> can be, this is - the section for you. - </para> - <para> - Throughout the book, you'll find examples, tips and warnings - to help you along. Most of them are decent, hardworking - pieces of information, and genuinely try to be helpful. Some - of the tips, entitled <emphasis>Bad Ideas</emphasis>, - are, in fact, out to trick you. Please don't follow their - advice, no matter how appealing it may sound. + this section frequently. </para> <formalpara> <title>Typographical conventions</title> |