From e3fa0107618c55802619ac0cdac5e66a291dff16 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 4 Jan 2020 14:46:29 +0100 Subject: 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 --- doc/en/HTML/Makefile.am | 13 ------------- doc/en/HTML/index.html | 6 +++--- doc/en/Makefile.am | 10 ---------- 3 files changed, 3 insertions(+), 26 deletions(-) delete mode 100644 doc/en/HTML/Makefile.am delete mode 100644 doc/en/Makefile.am (limited to 'doc/en') 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 @@
- The K Desktop Environment + The Trinity Desktop Environment
@@ -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.

- 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.

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.

Documentation

-

The complete KRename handbook ist available as PDF file and can be downloaded from www.krename.net.

+

The original KRename handbook is available as a PDF file and can be downloaded at https://sourceforge.net.


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 - - -- cgit v1.2.1