diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/Makefile.am | 2 | ||||
-rw-r--r-- | doc/en/index.docbook | 31 |
2 files changed, 16 insertions, 17 deletions
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 07c7ded..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = tdeio_sword -KDE_LANG = en diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 516e211..38f0d1e 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -56,7 +56,7 @@ Do NOT change these in the translation. --> <abstract> <para> -&tdeio_sword; is a Bible reading tool written for the &kde; environment. It is a +&tdeio_sword; is a Bible reading tool written for the TDE environment. It is a front-end for the SWORD Bible system, and enables you to view, browse and search your SWORD modules from the web browser (Konqueror). </para> @@ -80,14 +80,14 @@ Do NOT change these in the translation. --> <title>Introduction</title> <para> -&tdeio_sword; is a Bible reading tool written for the &kde; environment. It is a +&tdeio_sword; is a Bible reading tool written for the TDE environment. It is a front-end for the SWORD Bible system, and enables you to view, browse and search your SWORD modules from the web browser (Konqueror). It is intended to - be a lightweight companion to programs like BibleTime (for the KDE environment) + be a lightweight companion to programs like BibleTime (for the TDE environment) and other SWORD programs. </para> -<para> Please report any problems or feature requests to the author. +<para> Please report any problems or feature requests to the Trinity Desktop dev team. </para> </chapter> @@ -197,7 +197,7 @@ Program and documentation copyright 2004-2006 Luke Plant <email>L.Plant. <sect1 id="getting-tdeio_sword"> <title>How to obtain &tdeio_sword;</title> -<para>Download from <ulink url="http://lukeplant.me.uk/kio-sword/">The &tdeio_sword; home page</ulink> </para> +<para>Download from <ulink url="https://mirror.git.trinitydesktop.org/gitea/TDE/tdeio-sword">The &tdeio_sword; home page</ulink> </para> <!-- This first entity contains boiler plate for applications that are part of KDE CVS. You should remove it if you are releasing your application --> @@ -221,7 +221,7 @@ information here. <para>The following libraries are required:</para> <para>SWORD 1.5.8 or greater</para> -<para>KDE 3 or greater</para> +<para>TDE libraries</para> <!-- FIXME link to getting SWORD --> @@ -229,7 +229,7 @@ information here. or the ChangeLog file, or ... --> <para> You can find a list of changes at <ulink -url="http://apps.kde.org/kio_sword">http://apps.kde.org/kio_sword</ulink>. +url="https://mirror.git.trinitydesktop.org/gitea/TDE/tdeio-sword">https://mirror.git.trinitydesktop.org/gitea/TDE/tdeio-sword</ulink>. </para> </sect1> @@ -241,18 +241,20 @@ url="http://apps.kde.org/kio_sword">http://apps.kde.org/kio_sword</ulink>. unpack the source code. Then type the following in the base directory of the &kappname; distribution:</para> -<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> -<prompt>%</prompt> <userinput><command>make</command></userinput> -<prompt>%</prompt> <userinput><command>make</command> install</userinput> +<screen> + <prompt>%</prompt> <userinput><command>mkdir -p build</command></userinput> + <prompt>%</prompt> <userinput><command>cd build</command></userinput> + <prompt>%</prompt> <userinput><command>cmake ../</command></userinput> + <prompt>#</prompt> <userinput><command>make</command> install</userinput> </screen> -<para>You will need the header files for tdelibs4 and SWORD installed on your system.</para> +<para>You will need the header files from the tdelibs library and SWORD installed on your system. Please take a look +at the INSTALL file for more cmake options.</para> <para>You will need to be root before doing the 'make install' step.</para> -<para>Since &kappname; uses <command>autoconf</command> and -<command>automake</command> you should have no trouble compiling it. Should you -run into problems please report them to the author.</para> +<para>Since &kappname; uses <command>cmake</command> you should have no trouble compiling it. Should you +run into problems please report them to the TDE dev team.</para> </sect1> @@ -280,4 +282,3 @@ End: vim:tabstop=2:shiftwidth=2:expandtab --> - |