diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-11 01:06:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-11 01:06:45 -0600 |
commit | 5eb58a2799773cfb4b30c2f61d9d8c16b53da558 (patch) | |
tree | 8fc56f7f7dc4f8a9132115202d845b85ab36ad35 /doc/en | |
parent | c2bb8c935c0b5c921be31d9c51f0d431129523b2 (diff) | |
download | tdesvn-5eb58a2799773cfb4b30c2f61d9d8c16b53da558.tar.gz tdesvn-5eb58a2799773cfb4b30c2f61d9d8c16b53da558.zip |
Fix FTBFS
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/index.docbook | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index e33077d..08332f2 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -375,7 +375,7 @@ Deleting items is always recursive. Eg., when you delete a folder all subitems w <sect1 id="working-with-repositories"> <title>Working on repositories</title> <para> -Simple repository browsing may done within &konqi; &krus; or similar filebrowsers: Open a URL with protocol described in <xref linkend="tdesvn-features" xreflabel="Features" /> (the variants starting with "k") and them will display the content. So simple operations like copy, move and delete may work. When appending a query "?rev=<xxx>" the listing comes from a specific revision. Format of revision-query is described in <xref linkend="revision-syntax" />, some more information about TDEIO::ksvn are in <xref linkend="tdesvn-kio" /> +Simple repository browsing may done within &konqi; &krus; or similar filebrowsers: Open a URL with protocol described in <xref linkend="tdesvn-features" xreflabel="Features" /> (the variants starting with "k") and them will display the content. So simple operations like copy, move and delete may work. When appending a query "?rev=<xxx>" the listing comes from a specific revision. Format of revision-query is described in <xref linkend="revision-syntax" />, some more information about TDEIO::ksvn are in <xref linkend="tdesvn-tdeio" /> </para> <para> All work except "Copy" may only done when browsing at revision HEAD. @@ -783,9 +783,9 @@ you may store you ssh-key-password for your current session so no further enteri </sect1> </chapter> -<chapter id="tdesvn-kio"> +<chapter id="tdesvn-tdeio"> <title>Konqueror, KIO, &kappname;</title> -<sect1 id="tdesvn-kio-desc"> +<sect1 id="tdesvn-tdeio-desc"> <title>Description</title> <para> As of version 0.7.0 of &kappname; it comes with some modules integrating some commands directly into konqueror menus. @@ -800,7 +800,7 @@ As of version 0.7.0 of &kappname; it comes with some modules integrating some co <listitem><para>ksvn+ssh</para></listitem> <listitem><para>ksvn</para></listitem> </itemizedlist> -The same maybe for "svn+..." but as from kde 3.4, tdesdk has it own small svn-kio called "svn+http"etc. So packages are organized that way - or should that "svn+..." comes as an extra package so it may installed if tdesdk hasn't installed it. +The same maybe for "svn+..." but as from kde 3.4, tdesdk has it own small svn-tdeio called "svn+http"etc. So packages are organized that way - or should that "svn+..." comes as an extra package so it may installed if tdesdk hasn't installed it. </para> <para> These protocols are designed only for repositories, not for working copies. E.g. "ksvn+file:///<path>" must point to the beginning of a repository different to the application itself or KPart. @@ -844,7 +844,7 @@ Let kdiff3 print all differences between two revisions. Note! Using this within </para> </sect2> </sect1> -<sect1 id="kio-svn-special"> +<sect1 id="tdeio-svn-special"> <title>Programmers information about TDEIO::ksvn</title> <para> <note><para>You may skip this if not interested in KIO programming.</para></note> @@ -854,7 +854,7 @@ so, for instance, tdevelop may use it if tdesdk isn't installed but uses tdesvn: <sect2> <title>Commandlist</title> <para> -<table id="kio-svn-special-commands"> +<table id="tdeio-svn-special-commands"> <title>Command overview for TDEIO::ksvn::special</title> <tgroup cols="4"> @@ -1002,7 +1002,7 @@ Use this with care - this may produce a lot of data. Return values may given via metadata, see apidoc for details. </para> <para> -<table id="kio-ksvn-metadata"> +<table id="tdeio-ksvn-metadata"> <title>Content of metadata</title> <tgroup cols="2"> @@ -1606,7 +1606,7 @@ Target name, eg., the origin name. For kdiff3 (as an example) this would be name </sect3> </sect2> </sect1> -<sect1 id="kio-cmdline-settings"> +<sect1 id="tdeio-cmdline-settings"> <title>KIO / commandline</title> <para> <variablelist> @@ -1645,7 +1645,7 @@ tdesvn action menu for konqueror but only copy/move/mkdir/delete made with konqu <varlistentry> <term>Standard message</term> <listitem><para> -The message tdesvn-kio should set on operations from within konqueror when the flag above is set. Default is "Revision made with tdesvn KIO." +The message tdesvn-tdeio should set on operations from within konqueror when the flag above is set. Default is "Revision made with tdesvn KIO." </para></listitem> </varlistentry> |