aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAaron Weber <aaron@helixcode.com>2000-06-28 08:06:55 +0800
committerAaron Weber <aaron@src.gnome.org>2000-06-28 08:06:55 +0800
commit18f1b73bcbeb9ed43090ca7894fc95491ab08ca7 (patch)
tree3c2a6f905ba6c9bf2cc2c1eac45d44d8009f3936 /doc
parent73f9659b91d1d5ef64ea6a522e004b590114aef9 (diff)
downloadgsoc2013-evolution-18f1b73bcbeb9ed43090ca7894fc95491ab08ca7.tar
gsoc2013-evolution-18f1b73bcbeb9ed43090ca7894fc95491ab08ca7.tar.gz
gsoc2013-evolution-18f1b73bcbeb9ed43090ca7894fc95491ab08ca7.tar.bz2
gsoc2013-evolution-18f1b73bcbeb9ed43090ca7894fc95491ab08ca7.tar.lz
gsoc2013-evolution-18f1b73bcbeb9ed43090ca7894fc95491ab08ca7.tar.xz
gsoc2013-evolution-18f1b73bcbeb9ed43090ca7894fc95491ab08ca7.tar.zst
gsoc2013-evolution-18f1b73bcbeb9ed43090ca7894fc95491ab08ca7.zip
Removed file. Same. Same. Removed references to devel section. Removed
2000-06-27 Aaron Weber <aaron@helixcode.com> * C/devel-action.sgml: Removed file. * C/devel-script.sgml: Same. * C/devel-component.sgml: Same. * C/preface.sgml: Removed references to devel section. * C/evolution-guide.sgml: Removed references to devel section. svn path=/trunk/; revision=3769
Diffstat (limited to 'doc')
-rw-r--r--doc/C/devel-action.sgml18
-rw-r--r--doc/C/devel-component.sgml24
-rw-r--r--doc/C/devel-script.sgml17
-rw-r--r--doc/C/evolution-guide.sgml21
-rw-r--r--doc/C/preface.sgml18
5 files changed, 2 insertions, 96 deletions
diff --git a/doc/C/devel-action.sgml b/doc/C/devel-action.sgml
deleted file mode 100644
index 5d40c78bf7..0000000000
--- a/doc/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/doc/C/devel-component.sgml b/doc/C/devel-component.sgml
deleted file mode 100644
index db4f93c27d..0000000000
--- a/doc/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/doc/C/devel-script.sgml b/doc/C/devel-script.sgml
deleted file mode 100644
index 74dbf161cd..0000000000
--- a/doc/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/doc/C/evolution-guide.sgml b/doc/C/evolution-guide.sgml
index bd94cef55d..02b03c3851 100644
--- a/doc/C/evolution-guide.sgml
+++ b/doc/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/doc/C/preface.sgml b/doc/C/preface.sgml
index 9ccb257e5e..551c5b5ec5 100644
--- a/doc/C/preface.sgml
+++ b/doc/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>&mdash; 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>