From 90825e2392b2d70e43c7a25b8a3752299a933894 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtjava/javalib/docs/en/Makefile.am | 25 +++++++++++++ qtjava/javalib/docs/en/index-1.html | 28 ++++++++++++++ qtjava/javalib/docs/en/index-2.html | 58 +++++++++++++++++++++++++++++ qtjava/javalib/docs/en/index-3.html | 27 ++++++++++++++ qtjava/javalib/docs/en/index-4.html | 24 ++++++++++++ qtjava/javalib/docs/en/index-5.html | 24 ++++++++++++ qtjava/javalib/docs/en/index-6.html | 37 +++++++++++++++++++ qtjava/javalib/docs/en/index.html | 55 +++++++++++++++++++++++++++ qtjava/javalib/docs/en/index.sgml | 74 +++++++++++++++++++++++++++++++++++++ 9 files changed, 352 insertions(+) create mode 100644 qtjava/javalib/docs/en/Makefile.am create mode 100644 qtjava/javalib/docs/en/index-1.html create mode 100644 qtjava/javalib/docs/en/index-2.html create mode 100644 qtjava/javalib/docs/en/index-3.html create mode 100644 qtjava/javalib/docs/en/index-4.html create mode 100644 qtjava/javalib/docs/en/index-5.html create mode 100644 qtjava/javalib/docs/en/index-6.html create mode 100644 qtjava/javalib/docs/en/index.html create mode 100644 qtjava/javalib/docs/en/index.sgml (limited to 'qtjava/javalib/docs/en') diff --git a/qtjava/javalib/docs/en/Makefile.am b/qtjava/javalib/docs/en/Makefile.am new file mode 100644 index 00000000..994b6b10 --- /dev/null +++ b/qtjava/javalib/docs/en/Makefile.am @@ -0,0 +1,25 @@ +####### kdevelop will overwrite this part!!! (begin)########## + + +EXTRA_DIST = index.html index-1.html index-2.html index-3.html index-4.html index-5.html index-6.html + +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/en/javalib/ + $(INSTALL_DATA) $(srcdir)/index.html $(DESTDIR)$(kde_htmldir)/en/javalib/index.html + $(INSTALL_DATA) $(srcdir)/index-1.html $(DESTDIR)$(kde_htmldir)/en/javalib/index-1.html + $(INSTALL_DATA) $(srcdir)/index-2.html $(DESTDIR)$(kde_htmldir)/en/javalib/index-2.html + $(INSTALL_DATA) $(srcdir)/index-3.html $(DESTDIR)$(kde_htmldir)/en/javalib/index-3.html + $(INSTALL_DATA) $(srcdir)/index-4.html $(DESTDIR)$(kde_htmldir)/en/javalib/index-4.html + $(INSTALL_DATA) $(srcdir)/index-5.html $(DESTDIR)$(kde_htmldir)/en/javalib/index-5.html + $(INSTALL_DATA) $(srcdir)/index-6.html $(DESTDIR)$(kde_htmldir)/en/javalib/index-6.html + +uninstall-local: + -rm -f $(DESTDIR)$(kde_htmldir)/en/javalib/index.html + -rm -f $(DESTDIR)$(kde_htmldir)/en/javalib/index-1.html + -rm -f $(DESTDIR)$(kde_htmldir)/en/javalib/index-2.html + -rm -f $(DESTDIR)$(kde_htmldir)/en/javalib/index-3.html + -rm -f $(DESTDIR)$(kde_htmldir)/en/javalib/index-4.html + -rm -f $(DESTDIR)$(kde_htmldir)/en/javalib/index-5.html + -rm -f $(DESTDIR)$(kde_htmldir)/en/javalib/index-6.html + +####### kdevelop will overwrite this part!!! (end)############ diff --git a/qtjava/javalib/docs/en/index-1.html b/qtjava/javalib/docs/en/index-1.html new file mode 100644 index 00000000..7363d248 --- /dev/null +++ b/qtjava/javalib/docs/en/index-1.html @@ -0,0 +1,28 @@ + + + + + The Javalib Handbook: Introduction + + + + + +Next +Previous +Contents +
+

1. Introduction

+ +

+

1.1 Changes +

+ +

+

+


+Next +Previous +Contents + + diff --git a/qtjava/javalib/docs/en/index-2.html b/qtjava/javalib/docs/en/index-2.html new file mode 100644 index 00000000..1f6e9f97 --- /dev/null +++ b/qtjava/javalib/docs/en/index-2.html @@ -0,0 +1,58 @@ + + + + + The Javalib Handbook: Installation + + + + + +Next +Previous +Contents +
+

2. Installation

+ +

+

2.1 How to obtain Javalib +

+ +

+

+

2.2 Requirements +

+ +

+

+

2.3 Compilation and installation +

+ +

+

In order to compile and install Javalib on your system, type the following in +the base directory of the Javalib distribution: +

+

+
+% ./configure
+% make
+% make install
+
+
+

+

Since Javalib uses +

+autoconf
+
+ you should have not trouble +compiling it. +Should you run into problems please report them to the the author at +Richard Dale

+

+

+


+Next +Previous +Contents + + diff --git a/qtjava/javalib/docs/en/index-3.html b/qtjava/javalib/docs/en/index-3.html new file mode 100644 index 00000000..b8ae1ff7 --- /dev/null +++ b/qtjava/javalib/docs/en/index-3.html @@ -0,0 +1,27 @@ + + + + + The Javalib Handbook: Usage + + + + + +Next +Previous +Contents +
+

3. Usage

+ +

+

3.1 General Usage +

+ +

+


+Next +Previous +Contents + + diff --git a/qtjava/javalib/docs/en/index-4.html b/qtjava/javalib/docs/en/index-4.html new file mode 100644 index 00000000..8985d1b5 --- /dev/null +++ b/qtjava/javalib/docs/en/index-4.html @@ -0,0 +1,24 @@ + + + + + The Javalib Handbook: Another Section + + + + + +Next +Previous +Contents +
+

4. Another Section

+ +

+

+


+Next +Previous +Contents + + diff --git a/qtjava/javalib/docs/en/index-5.html b/qtjava/javalib/docs/en/index-5.html new file mode 100644 index 00000000..0311add8 --- /dev/null +++ b/qtjava/javalib/docs/en/index-5.html @@ -0,0 +1,24 @@ + + + + + The Javalib Handbook: Questions and Answers + + + + + +Next +Previous +Contents +
+

5. Questions and Answers

+ +

+

+


+Next +Previous +Contents + + diff --git a/qtjava/javalib/docs/en/index-6.html b/qtjava/javalib/docs/en/index-6.html new file mode 100644 index 00000000..3528ffb9 --- /dev/null +++ b/qtjava/javalib/docs/en/index-6.html @@ -0,0 +1,37 @@ + + + + + The Javalib Handbook: Copyright + + + + +Next +Previous +Contents +
+

6. Copyright

+ +

+

Javalib Copyright 2000 Richard Dale , Lost_Highway@tipitina.demon.co.uk +

+

This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. +

This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. +

You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +

+

+


+Next +Previous +Contents + + diff --git a/qtjava/javalib/docs/en/index.html b/qtjava/javalib/docs/en/index.html new file mode 100644 index 00000000..d85635d4 --- /dev/null +++ b/qtjava/javalib/docs/en/index.html @@ -0,0 +1,55 @@ + + + + + The Javalib Handbook + + + + + +Next +Previous +Contents +
+

The Javalib Handbook

+ +

Richard Dale Lost_Highway@tipitina.demon.co.uk

Version 0.1 , Sat Nov 11 16:26:58 GMT 2000 +


+This Handbook describes Javalib Version 0.1 +
+

+

1. Introduction

+ + +

+

2. Installation

+ + +

+

3. Usage

+ + +

+

4. Another Section

+ +

+

5. Questions and Answers

+ +

+

6. Copyright

+ +
+Next +Previous +Contents + + diff --git a/qtjava/javalib/docs/en/index.sgml b/qtjava/javalib/docs/en/index.sgml new file mode 100644 index 00000000..50f771e9 --- /dev/null +++ b/qtjava/javalib/docs/en/index.sgml @@ -0,0 +1,74 @@ + + +
+The Javalib Handbook +<author>Richard Dale <tt>Lost_Highway@tipitina.demon.co.uk</tt> +<date>Version 0.1 , Sat Nov 11 16:26:58 GMT 2000 +<abstract> +This Handbook describes Javalib Version 0.1 +</abstract> + +<toc> + +<sect>Introduction +<p> +<sect1>Changes +<p> + +<sect>Installation +<p> +<sect1>How to obtain Javalib +<p> + +<sect1>Requirements +<p> + +<sect1>Compilation and installation +<p> + +In order to compile and install Javalib on your system, type the following in +the base directory of the Javalib distribution: + +<tscreen><verb> +% ./configure +% make +% make install +</verb></tscreen> + +<p> +Since Javalib uses <verb>autoconf</verb> you should have not trouble +compiling it. +Should you run into problems please report them to the the author at +<htmlurl url="mailto:Lost_Highway@tipitina.demon.co.uk" name = "Richard Dale"> + + +<p> +<sect> Usage <p> +<sect1> General Usage +<p> +<sect> Another Section +<p> + +<sect>Questions and Answers<p> + +<sect>Copyright<p> + +Javalib Copyright 2000 Richard Dale , Lost_Highway@tipitina.demon.co.uk + + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +<p> +</article> -- cgit v1.2.1