summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-01-04 14:46:29 +0100
committergregory guy <gregory-tde@laposte.net>2020-01-04 14:46:29 +0100
commite3fa0107618c55802619ac0cdac5e66a291dff16 (patch)
tree4b0cedcffa4518cafe4d37a38d7417bb07c37001 /doc
parent916f8486a55ba27d846a7b70f45563c5c08aeece (diff)
downloadkrename-e3fa0107618c55802619ac0cdac5e66a291dff16.tar.gz
krename-e3fa0107618c55802619ac0cdac5e66a291dff16.zip
Drop automake build support.
Add basic cmake build instructions. Delete rpm spec file. Rework of the README file and html page. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am6
-rw-r--r--doc/en/HTML/Makefile.am13
-rw-r--r--doc/en/HTML/index.html6
-rw-r--r--doc/en/Makefile.am10
4 files changed, 3 insertions, 32 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
deleted file mode 100644
index 9f56c25..0000000
--- a/doc/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-####### tdevelop will overwrite this part!!! (begin)##########
-
-SUBDIRS = en
-
-####### tdevelop will overwrite this part!!! (end)############
-
diff --git a/doc/en/HTML/Makefile.am b/doc/en/HTML/Makefile.am
deleted file mode 100644
index 84ba063..0000000
--- a/doc/en/HTML/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-####### tdevelop will overwrite this part!!! (begin)##########
-
-
-EXTRA_DIST = index.html
-
-install-data-local:
- $(mkinstalldirs) $(kde_htmldir)/en/krename/
- $(INSTALL_DATA) $(srcdir)/index.html $(kde_htmldir)/en/krename/index.html
-
-uninstall-local:
- -rm -f $(kde_htmldir)/en/krename/index.html
-
-####### tdevelop will overwrite this part!!! (end)############
diff --git a/doc/en/HTML/index.html b/doc/en/HTML/index.html
index 93d62dc..3d78bcf 100644
--- a/doc/en/HTML/index.html
+++ b/doc/en/HTML/index.html
@@ -19,7 +19,7 @@
</head>
<body class="BOOK" bgcolor="#FFFFFF" text="#000000" link="#AA0000" vlink="#AA0055" alink="#AA0000" style="font-family: sans-serif;">
<div class="logoheader">
- <a href="http://www.kde.org/"><img src="common/logotp3.png" border="0" alt="The K Desktop Environment" height="62" width="229"></a>
+ <a href="http://www.kde.org/"><img src="common/logotp3.png" border="0" alt="The Trinity Desktop Environment" height="62" width="229"></a>
</div>
<div class="BOOK">
<div class="TITLEPAGE">
@@ -46,13 +46,13 @@
KRename is a batch renamer or a mass renamer, how it is called by a few people, for TDE. A batch renamer takes a list of files and renames them all at once using a given set of expressions. KRename has lot's of features which makes the renaming easier.
</p>
<p>
- First of all there is the powerful GUI with two GUI modes: One mode (called wizard-mode) is for first time KRename users witch only want to do simple tasks and the other mode (called tabbedmode) shows the full power of KRename and allows you to do allmost everything with your filenames. But there is much more than only the GUI. KRename supports all of the great KDE technologies, like TDEIO-Slaves, which allow to rename files almost everywhere (on ftp:// servers, over fish:// or on smb:// shares), DCOP, giving you easy scripting access to KRename, and the powerful KDE file plugins. Thanks to the file plugins of KDE, KRename can access information, such as the interpret of a mp3 or ogg file or the creation date of a jpeg image.
+ First of all there is the powerful GUI with two modes: One mode (called wizard-mode) is for first timers who only want to do simple tasks and the other mode (called tabbedmode) shows the full power of KRename and allows you to do almost everything with your filenames. But there is much more than only the GUI. KRename supports all of the great TDE technologies, like TDEIO-Slaves, which allow to rename files almost everywhere (on ftp:// servers, over fish:// or on smb:// shares), DCOP, giving you easy scripting access to KRename, and the powerful TDE file plugins. Thanks to the file plugins of TDE, KRename can access information, such as the interpret of a mp3 or ogg file or the creation date of a jpeg image.
</p>
<p>
And of course there is support for simple stuff like converting a filename from upper case to lower case, adding to a number to a filename or doing simple find and replace on filenames. Finally KRename comes with an undo function so that you do not break anything while playing with KRename.
</p>
<p><h3>Documentation</h3></p>
- <p>The complete KRename handbook ist available as PDF file and can be downloaded from <a href="http://www.krename.net/Documentation.20.0.html">www.krename.net</a>.</p>
+ <p>The original KRename handbook is available as a PDF file and can be downloaded at <a href="https://sourceforge.net/projects/krename/files/Documentation/3.0.12/krename-3.0.12.pdf">https://sourceforge.net</a>.</p>
</div>
<hr>
</div>
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am
deleted file mode 100644
index f7a12ac..0000000
--- a/doc/en/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-####### tdevelop will overwrite this part!!! (begin)##########
-
-SUBDIRS = HTML
-
-####### tdevelop will overwrite this part!!! (end)############
-
-KDE_LANG = en
-KDE_DOCS = krename
-
-