From 7fbb972791f9e3fbde5dfa85c113285353122600 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:43:57 -0600 Subject: Additional renaming of kde to tde --- doc/en/index.docbook | 194 +++++++++++++++++++++++++-------------------------- 1 file changed, 97 insertions(+), 97 deletions(-) (limited to 'doc/en') diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 6b136ea..5800b5f 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -1,8 +1,8 @@ kdesvn"> - - + tdesvn"> + + konqueror"> krusader"> @@ -22,7 +22,7 @@ as Authors, publish date, the abstract, and Keywords --> -The &kdesvn; Handbook +The &tdesvn; Handbook @@ -61,7 +61,7 @@ Do NOT change these in the translation. --> -&kdesvn; - a subversion client for &kde;. +&tdesvn; - a subversion client for &kde;. @@ -71,7 +71,7 @@ Please at least include KDE, the KDE package it is in, the name KDE -kdesvn +tdesvn subversion version control system @@ -96,17 +96,17 @@ problems. Basically a long version of the abstract. Don't include a revision history. (see installation appendix comment) --> -&kdesvn; is a subversion client for &kde;. +&tdesvn; is a subversion client for &kde;. You should have some knowledge about subversion itself, but hopefully most items are self explanatory. -You may send bugreports and feature wishes via -http://kdesvn.alwins-world.de/. +You may send bugreports and feature wishes via +http://tdesvn.alwins-world.de/. - + Terms If you're familiar with revision control systems you may skip that - or read and correct the author ;) @@ -117,14 +117,14 @@ If you're familiar with revision control systems you may skip that - or read and Repository Central store of data. That may be a database or a flat filesystem. Without special clients you're not able to read -data in it. For Subversion repositories &kdesvn; is such a client. +data in it. For Subversion repositories &tdesvn; is such a client. Working copy A flat copy of a repository on local filesystem. This is used like any normal filemanager, editing files and so forth. -RCS-information you can read with clients like &kdesvn;. +RCS-information you can read with clients like &tdesvn;. Remember that subversion doesn't know something about KIO, so a working copy must reside in an area where it may reached without any specific protocol, eg "fish://" or such isn't possible. @@ -136,7 +136,7 @@ Remember that subversion doesn't know something about KIO, so a working copy mus WebDav is a protocol which let you modify files on a remote webserver. Subversion is a special kind of WebDAV when repositories are accessed via webserver. In normal use this is read-only. With special configurations you may get a read-write enabled WebDAV which you may access via -specialized browser. &kdesvn; is NOT a webdav-client, but Konqueror is via the "webdav://" protocol. But with &kdesvn; you +specialized browser. &tdesvn; is NOT a webdav-client, but Konqueror is via the "webdav://" protocol. But with &tdesvn; you may browse through the version tree of a repository (via "http://") @@ -145,12 +145,12 @@ may browse through the version tree of a repository (via "http://") - -Using &kdesvn; - -&kdesvn; features + +Using &tdesvn; + +&tdesvn; features -&kdesvn; understands following protocols for browsing repositories: +&tdesvn; understands following protocols for browsing repositories: @@ -170,21 +170,21 @@ Standard encrypted web browser protocol (k)svn+http -Standard web browser protocol. May be used to let konqueror automatic call &kdesvn;. +Standard web browser protocol. May be used to let konqueror automatic call &tdesvn;. (k)svn+https -Standard encrypted web browser protocol. May be used to let konqueror automatic call &kdesvn;. +Standard encrypted web browser protocol. May be used to let konqueror automatic call &tdesvn;. (k)svn+file -Local repository protocol. May used to let konqueror automatic call &kdesvn;. +Local repository protocol. May used to let konqueror automatic call &tdesvn;. @@ -205,18 +205,18 @@ Subversion over ssh. See FAQ for details about some s file -Direct repository accesss. &kdesvn; checks if a given path is a repository or a working copy and opens it in the right mode. For subversion +Direct repository accesss. &tdesvn; checks if a given path is a repository or a working copy and opens it in the right mode. For subversion file:///dir and /dir is not the same! -This list may used for urls given for commandline, too. +This list may used for urls given for commandline, too. -Beginning with subversion and kdesvn +Beginning with subversion and tdesvn This section is mostly for beginners not familiar with subversion and explains how subversions and/or RCS works. @@ -226,7 +226,7 @@ This section is mostly for beginners not familiar with subversion and explains h Working copies MUST be accessible via local paths. Subversion doesn't know something about pseudo filesystems like -smb:// or fish://. &kdesvn; translates some of them if possible (like system:/home) but it isn't possible over a network. +smb:// or fish://. &tdesvn; translates some of them if possible (like system:/home) but it isn't possible over a network. @@ -248,7 +248,7 @@ Last but not least, the revision to checkout. Mostly that should be "HEAD&q is the referenced version. -After clicking on "[OK]" &kdesvn; will create your new working copy and (if the box was checked) opens it. +After clicking on "[OK]" &tdesvn; will create your new working copy and (if the box was checked) opens it. When you have opened a repository for browsing you may mark a folder and than select @@ -274,10 +274,10 @@ Mark the entry or entries you want to send and select -If you try to commit if no item is selected, &kdesvn; uses the top-most element of opened working copy, eg, the working copy path itself. +If you try to commit if no item is selected, &tdesvn; uses the top-most element of opened working copy, eg, the working copy path itself. -This operation is always recursive, means, if selecting a folder &kdesvn; always send all changed items below it. When you setup that you want to review all items before commit inside the following dialog all items kdesvn would send are listed. There you may unmark items you don't want to send. In that case &kdesvn; sends all items alone, eg, not recursive. Or you may select items not versioned for add and commit (if them are not marked to be ignored). So you may see if there are newer items you forgot. +This operation is always recursive, means, if selecting a folder &tdesvn; always send all changed items below it. When you setup that you want to review all items before commit inside the following dialog all items tdesvn would send are listed. There you may unmark items you don't want to send. In that case &tdesvn; sends all items alone, eg, not recursive. Or you may select items not versioned for add and commit (if them are not marked to be ignored). So you may see if there are newer items you forgot. Enter a log message what you're sending and hit "OK" and the transfer starts. @@ -286,7 +286,7 @@ Enter a log message what you're sending and hit "OK" and the transfer Update working copy -This brings you local working copy in sync with the repository. You may setup that &kdesvn; checks on opening a working copy for newer/modified items in repository. This runs in background and you may work meanwhile with &kdesvn;. Or start check with +This brings you local working copy in sync with the repository. You may setup that &tdesvn; checks on opening a working copy for newer/modified items in repository. This runs in background and you may work meanwhile with &tdesvn;. Or start check with Subversion Working copy @@ -358,7 +358,7 @@ You may check if there are somewhere in working copy unversioned items. After se Drag and drop -Mark in konqueror or any other compatible filebrowser items you want to add and drag them to &kdesvn;. You may drop them on folders inside the opened working copy and than &kdesvn; copy the dropped items to it and add the items. +Mark in konqueror or any other compatible filebrowser items you want to add and drag them to &tdesvn;. You may drop them on folders inside the opened working copy and than &tdesvn; copy the dropped items to it and add the items. @@ -375,7 +375,7 @@ Deleting items is always recursive. Eg., when you delete a folder all subitems w Working on repositories -Simple repository browsing may done within &konqi; &krus; or similar filebrowsers: Open a URL with protocol described in (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 , some more information about KIO::ksvn are in +Simple repository browsing may done within &konqi; &krus; or similar filebrowsers: Open a URL with protocol described in (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 , some more information about KIO::ksvn are in All work except "Copy" may only done when browsing at revision HEAD. @@ -389,7 +389,7 @@ In subversion restoring deleted items is a copy operation of item at specific re Repository Select browse revision -and enter the wanted revision. Now kdesvn displays the content at this term. Mark the entry you want to restore, select +and enter the wanted revision. Now tdesvn displays the content at this term. Mark the entry you want to restore, select C @@ -408,7 +408,7 @@ Due restrictions of subversion itself only folders, not single files, may import With drag and drop -Mark in any compatible filemanager the folder you want to import and drag it to the folder entry in &kdesvn; where you want to import it. +Mark in any compatible filemanager the folder you want to import and drag it to the folder entry in &tdesvn; where you want to import it. @@ -552,7 +552,7 @@ subversion GUI. This moment &kappname; doesn't support extra fields in commit bo bugtraq:url Holds the url to bugtracker. It has to contain the %BUGID% marker. -http://kdesvn.alwins-world.de/ticket/%BUGID% +http://tdesvn.alwins-world.de/ticket/%BUGID% @@ -629,7 +629,7 @@ Entries may be marked with overlayed icons when not in "normal" state. - + Locked @@ -637,14 +637,14 @@ Entries may be marked with overlayed icons when not in "normal" state. -This entry is locked. In last column the owner of lock is listed. You may setup if kdesvn should check for locked items in repository, too. But be carefull: depending of the kind of the server this may take a long time! +This entry is locked. In last column the owner of lock is listed. You may setup if tdesvn should check for locked items in repository, too. But be carefull: depending of the kind of the server this may take a long time! - + Needs locked @@ -659,7 +659,7 @@ This entry must be locked before edit and commit. Until you'll not set a lock su - + Updates @@ -675,7 +675,7 @@ This entry or - if a folder - an entry below has newer version in repository. Wo - + Modified @@ -690,7 +690,7 @@ This entry or - if a folder - an entry below was changed on local disc. - + overlay added @@ -705,7 +705,7 @@ This entry is locally added to subversion but not yet committed. - + overlay deleted @@ -720,7 +720,7 @@ This entry is locally deleted from subversion but hasn't yet been committed. - + overlay deleted @@ -737,7 +737,7 @@ This entry (or entry below if folder) got conflicts to resolve with last update. - + &kappname; and passwords &kappname;/subversion is able to save passwords. Saving passwords is always a security risk, but may let a graphical frontend more useable. @@ -751,13 +751,13 @@ Most secure way, but sometimes unhandy with GUIs like &kappname;. In particular Saving passwords in kdewallet -Secured password storage used by a lot of kde programs like kmail and konqueror. If you'saving passwords and mostly using kdesvn you should use this. Keep care that the encrypted storage isn't a high-secure storage. Details see kdewallet documentation. +Secured password storage used by a lot of kde programs like kmail and konqueror. If you'saving passwords and mostly using tdesvn you should use this. Keep care that the encrypted storage isn't a high-secure storage. Details see kdewallet documentation. Saving to subversions own password storage -This is not recommended 'cause the passwords are stored as cleartext! Not believing? Take a look into the files in ~/.subversion/auth/svn.simple. You should only use this if you're using frequently other clients than &kappname; like rapidsvn or esvn or the original svn commandline client. If you're using the commandline client mostly for checkouts or updates which doesn't require a password and kdesvn for commit/move/copy you should use kdewallet instead. +This is not recommended 'cause the passwords are stored as cleartext! Not believing? Take a look into the files in ~/.subversion/auth/svn.simple. You should only use this if you're using frequently other clients than &kappname; like rapidsvn or esvn or the original svn commandline client. If you're using the commandline client mostly for checkouts or updates which doesn't require a password and tdesvn for commit/move/copy you should use kdewallet instead. @@ -783,9 +783,9 @@ you may store you ssh-key-password for your current session so no further enteri - + Konqueror, KIO, &kappname; - + Description 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 ksvn+ssh ksvn -The same maybe for "svn+..." but as from kde 3.4, kdesdk 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 kdesdk hasn't installed it. +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. 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. @@ -815,7 +815,7 @@ For browsing at a specific revision you may append the query commandline variant of &kappname;. +to the commandline variant of &kappname;. This menu is static up to kde 3.5, so you should care about what you're selecting. Otherwise &kappname; prints an error box. @@ -838,7 +838,7 @@ kdiff3 \ ksvn://anonsvn.kde.org/home/kde/trunk/KDE/arts?rev=455064 -Let kdiff3 print all differences between two revisions. Note! Using this within kdesvn (diff'ing two revisions) is MUCH faster because the internal mechanisms of subversion are used. +Let kdiff3 print all differences between two revisions. Note! Using this within tdesvn (diff'ing two revisions) is MUCH faster because the internal mechanisms of subversion are used. @@ -848,8 +848,8 @@ Let kdiff3 print all differences between two revisions. Note! Using this within Programmers information about KIO::ksvn You may skip this if not interested in KIO programming. -KIO::ksvn::special knows the following operations, these are made almost equal in call to the current existing in KIO from kdesdk -so, for instance, kdevelop may use it if kdesdk isn't installed but uses kdesvn::KIO::svn. +KIO::ksvn::special knows the following operations, these are made almost equal in call to the current existing in KIO from tdesdk +so, for instance, tdevelop may use it if tdesdk isn't installed but uses tdesvn::KIO::svn. Commandlist @@ -1085,12 +1085,12 @@ Return values may given via metadata, see apidoc for details. - -Using kdesvn via commandline - + +Using tdesvn via commandline + Overview -Some subversion operations may used via the commandline, eg., like a standard commandline client but user interaction is made via KDE-UI. The standard syntax is kdesvn exec <command> [parameter] <url>. +Some subversion operations may used via the commandline, eg., like a standard commandline client but user interaction is made via KDE-UI. The standard syntax is tdesvn exec <command> [parameter] <url>. If a single revision on a single url is wanted it may be set as a parameter of the url @@ -1101,7 +1101,7 @@ A revision may given as a number or one of HEAD or BASE or as date format like {YYYY-MM-DD}. - + Commandlist If in following overview as possible parameter -r revision is given, this revision may set as <url>?rev=the-revision. @@ -1286,7 +1286,7 @@ Inside that dialog you may select log entries and get the differences between th Display the last 20 commit logs -kdesvn exec log -l 20 -r HEAD:1 myfile.c +tdesvn exec log -l 20 -r HEAD:1 myfile.c Beware of order of revision: You want go from HEAD to START for the LAST one. So you must giverevision HEAD as starting point, otherwise you would get the first 20 entries. @@ -1301,13 +1301,13 @@ may gived as -r STARTREV:ENDREV. When diffing an item inside a Print difference against repository, eg. local changes -kdesvn exec diff myfile.c +tdesvn exec diff myfile.c print difference between revisions -kdesvn exec diff -r 21:20 myfile.c +tdesvn exec diff -r 21:20 myfile.c @@ -1317,7 +1317,7 @@ When diffing two items revisions may be appended to url of items. e.g.: Diffing two tagged versions -kdesvn exec diff http://www.alwins-world.de/repos/kdesvn/tags/rel_0_6_2 http://www.alwins-world.de/repos/kdesvn/tags/rel_0_6_3 +tdesvn exec diff http://www.alwins-world.de/repos/tdesvn/tags/rel_0_6_2 http://www.alwins-world.de/repos/tdesvn/tags/rel_0_6_3 @@ -1346,7 +1346,7 @@ Setting may changed from the setup dialog. Them are seperated into some subdialo Show preview in fileinfo -If kdesvn should show a preview in fileinfo tooltip (local access only, not on networked repositories) +If tdesvn should show a preview in fileinfo tooltip (local access only, not on networked repositories) Mark item status with iconoverlay @@ -1393,7 +1393,7 @@ Setting may changed from the setup dialog. Them are seperated into some subdialo Get file details while remote listing -When checked, kdesvn get more detailed info about file items when making a listing to remote repositories. So you may see remote locks in overview. Be careful: This may let listings REAL slow! +When checked, tdesvn get more detailed info about file items when making a listing to remote repositories. So you may see remote locks in overview. Be careful: This may let listings REAL slow! @@ -1433,7 +1433,7 @@ Setting may changed from the setup dialog. Them are seperated into some subdialo Review items before commit -When doing a commit &kdesvn; may make a check what to do. Eg., if unversioned items are below which may added, list items changed and current operation will commit. This cost a depending on tree more or less time. +When doing a commit &tdesvn; may make a check what to do. Eg., if unversioned items are below which may added, list items changed and current operation will commit. This cost a depending on tree more or less time. Maximum displayed logs when full log @@ -1494,7 +1494,7 @@ you must enter a valid program in "External diff display". Only if int External diff display -Defines what &kdesvn; is using for external display and how it will called. There are three ways: +Defines what &tdesvn; is using for external display and how it will called. There are three ways: @@ -1629,23 +1629,23 @@ only shown when interesting output was generated (commitlog and so on) Don't display contextmenu in konqueror -If set, no action menu entry for kdesvn is made in konqueror. Works only with KDE 3.5. +If set, no action menu entry for tdesvn is made in konqueror. Works only with KDE 3.5. KIO operations use standard logmessage. -When making operations on a repository via the kdesvn KIO protocol from within konqueror (eg., "ksvn+..." protocols) on large operations like moving or copy folders kdesvn would ask for a logmessage for each item. This is a behavior of konqueror. -When this option is set, the KIO implementation from kdesvn will not ask for a logmessage but set a standard logmessage. This flags not the operations from -kdesvn action menu for konqueror but only copy/move/mkdir/delete made with konqueror or other filemanagers on a KIO-url. +When making operations on a repository via the tdesvn KIO protocol from within konqueror (eg., "ksvn+..." protocols) on large operations like moving or copy folders tdesvn would ask for a logmessage for each item. This is a behavior of konqueror. +When this option is set, the KIO implementation from tdesvn will not ask for a logmessage but set a standard logmessage. This flags not the operations from +tdesvn action menu for konqueror but only copy/move/mkdir/delete made with konqueror or other filemanagers on a KIO-url. Standard message -The message kdesvn-kio should set on operations from within konqueror when the flag above is set. Default is "Revision made with kdesvn KIO." +The message tdesvn-kio should set on operations from within konqueror when the flag above is set. Default is "Revision made with tdesvn KIO." @@ -1664,8 +1664,8 @@ Also include any keys that have a special function but have no equivalent in the menus or toolbars. This may not be necessary for small apps or apps with no tool or menu bars. --> - -The main &kdesvn; window + +The main &tdesvn; window The File Menu @@ -1701,7 +1701,7 @@ or menu bars. --> File Quit -Quits &kdesvn; +Quits &tdesvn; @@ -1712,7 +1712,7 @@ or menu bars. --> see konqueror help - + The <guimenu>Subversion</guimenu> Menu @@ -2015,7 +2015,7 @@ last state the working copy was updated to, not against the version in repositor The <guimenu>Help</guimenu> Menu - + @@ -2023,7 +2023,7 @@ last state the working copy was updated to, not against the version in repositor - + The subversion toolbar @@ -2069,42 +2069,42 @@ authenticate. This may you fix when you store your local public identity to the repository. If your public identity has a password, ssh-agent will asked (when ssh-agent is installed). -When you're running a ssh-agent before starting &kdesvn;, you should add your identity to its cache, &kdesvn; will not +When you're running a ssh-agent before starting &tdesvn;, you should add your identity to its cache, &tdesvn; will not modifiy it due security reasons, so it would ask for your password again and again. (see Manpage of ssh-add) -The password prompt for (k)svn+ssh comes on terminal when kdesvn started from there, how do I switch off this? +The password prompt for (k)svn+ssh comes on terminal when tdesvn started from there, how do I switch off this? It may not switched off. This is a feature of ssh-agent itself, when it see it has a terminal it asks for password in terminal not -in a X-Dialog like kdesvnaskpass. (see Manpage of ssh-add). +in a X-Dialog like tdesvnaskpass. (see Manpage of ssh-add). -When checking for updates kdesvn doesn't display something but I know there are newer items! +When checking for updates tdesvn doesn't display something but I know there are newer items! Updates may only displayed when the remote server is subversion 1.2, too. Eg., seems that repository runs with -subversion <1.2. It is not planned that &kdesvn; do that check recursive itself - this makes no sense. Ask for upgrading +subversion <1.2. It is not planned that &tdesvn; do that check recursive itself - this makes no sense. Ask for upgrading repository to newer subversion. -When starting kdesvn it sends a dialog "Could not find our part" and shows an empty window, why? +When starting tdesvn it sends a dialog "Could not find our part" and shows an empty window, why? There are many reasons why the program couldn't load. This mostly happens when you building subversion-libs yourself. In that case you may -check out issue entry. +check out issue entry. The next big thing could that you forgot to give a libsuffix on 64-Bit systems at compile-time. So the part will installed in $PREFIX/lib instead of $PREFIX/lib64. So give -DLIB_SUFFIX=64 as paramter to cmake. @@ -2112,7 +2112,7 @@ The next big thing could that you forgot to give a libsuffix on 64-Bit systems a If this does not solve your problem, you may try out on a console: export LD_PRELOAD=/usr/lib/trinity/libtdesvnpart.so - kdesvn + tdesvn unset LD_PRELOAD (/usr/lib/trinity depends of course on your system, please check where it is installed) @@ -2199,7 +2199,7 @@ Appending a specific revision to an url will always made via "?rev=<revi Reporting bugs / Feedback -Bugreports and wishes may send to kdesvn-bugs@alwins-world.de, questions about usage or any other feedback to kdesvn@alwins-world.de. +Bugreports and wishes may send to tdesvn-bugs@alwins-world.de, questions about usage or any other feedback to tdesvn@alwins-world.de. An overview for the mailinglists for &kappname; you may get in the mailinglist overview. @@ -2212,7 +2212,7 @@ the credits with a reference to the appropriate license file included in the KDE distribution. --> Credits and License and Thanks -Program copyright 2005-2006 Rajko Albrecht kdesvn@alwins-world.de +Program copyright 2005-2006 Rajko Albrecht tdesvn@alwins-world.de Many tnx to contributors: @@ -2227,10 +2227,10 @@ Many tnx to contributors: And tnx to all other translators (I never thought that I get that fast such a lot of translations!) and for all of your positive and negative feedback. It helped a lot. -If you want your own translation for &kappname; and may want help please read on the homepage of &kappname; or ask on kdesvn-i10n@alwins-world.de mailinglist. +If you want your own translation for &kappname; and may want help please read on the homepage of &kappname; or ask on tdesvn-i10n@alwins-world.de mailinglist. -Documentation copyright 2005-2006 Rajko Albrecht kdesvn@alwins-world.de +Documentation copyright 2005-2006 Rajko Albrecht tdesvn@alwins-world.de @@ -2252,22 +2252,22 @@ Documentation copyright 2005-2006 Rajko Albrecht kdesvn@alwins-world.de Installation - -How to obtain &kdesvn; + +How to obtain &tdesvn; -&kdesvn; itself can be found -at -the &kdesvn; download area. +&tdesvn; itself can be found +at +the &tdesvn; download area. -You may get latest repository version when looking whats going on. +You may get latest repository version when looking whats going on. -The homepage of that project is http://kdesvn.alwins-world.de/ +The homepage of that project is http://tdesvn.alwins-world.de/ @@ -2277,7 +2277,7 @@ The homepage of that project is http You can find a list of changes at http://kdesvn.alwins-world.de/browser/trunk/ChangeLog. +url="http://tdesvn.alwins-world.de/trac.fcgi/browser/trunk/ChangeLog">http://tdesvn.alwins-world.de/browser/trunk/ChangeLog. -- cgit v1.2.3