From ededcc28b46bb4a33cddae207b95ccb8722885a4 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 27 Oct 2018 13:04:14 +0200 Subject: conversion to the cmake building system Signed-off-by: gregory guy --- doc/en/HTML/CMakeLists.txt | 4 ++++ doc/en/HTML/index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 doc/en/HTML/CMakeLists.txt (limited to 'doc/en/HTML') diff --git a/doc/en/HTML/CMakeLists.txt b/doc/en/HTML/CMakeLists.txt new file mode 100644 index 0000000..efd0958 --- /dev/null +++ b/doc/en/HTML/CMakeLists.txt @@ -0,0 +1,4 @@ +install( + FILES index.html + DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME} +) diff --git a/doc/en/HTML/index.html b/doc/en/HTML/index.html index dac77b7..93d62dc 100644 --- a/doc/en/HTML/index.html +++ b/doc/en/HTML/index.html @@ -43,7 +43,7 @@

Introduction

- KRename is a batch renamer or a mass renamer, how it is called by a few people, for KDE. 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. + 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. -- cgit v1.2.3