From d0dae1a1924cac65f058e33df3d9bcc093616164 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Tue, 29 Mar 2022 18:03:52 +0300 Subject: [PATCH] small cleanups --- .gitignore | 1 + doc/index.html | 493 +++++++++--------- doc/index.org | 16 - .../eu/svjatoslav/meviz/replace/Main.java | 2 +- 4 files changed, 250 insertions(+), 262 deletions(-) diff --git a/.gitignore b/.gitignore index 721e35e..6de24b5 100755 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /.idea/ /meviz.iml src/main/resources/rebel.xml +/.factorypath diff --git a/doc/index.html b/doc/index.html index 2a898aa..f145364 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,250 +1,277 @@ - - + + + + + + MeWiz - Media Wizard - - - - - - - - + + - + -
-

MeWiz - Media Wizard

+
+

MeWiz - Media Wizard

+
+

Table of Contents

+ +
-
-

1 General

+
+

1 General

-
  • Other software projects hosted at svjatoslav.eu -
  • +
  • Other software projects hosted at svjatoslav.eu
  • -
    -

    1.1 Source code

    +
    +

    1.1 Source code

    - -
    -

    2 Introduction

    +
    +

    2 Introduction

    The idea is to have something like a Swiss army knife of various tools @@ -258,44 +285,20 @@ Current functionality:

    • Acts as unified frontend for linux commandline tools for audio, -video and photo conversion. -
    • +video and photo conversion.
    • Generates HTML listing for directory content with image thumbnails -and embedded video player. -
    • +and embedded video player. -
    • Batch file rename. -
    • +
    • Batch file rename.
    -
    -

    3 TODO Usage

    -
    -

    -– TODO --

    -
    -
    -
    -
    -

    Author: Svjatoslav Agejenko

    -

    Created: 2021-01-29 R 15:56

    -

    Emacs 26.1 (Org-mode 9.1.9)

    +
    +

    Author: Svjatoslav Agejenko

    +

    Created: 2022-03-29 Tue 18:01

    +

    Validate

    -
    diff --git a/doc/index.org b/doc/index.org index 665f51c..f6de47a 100644 --- a/doc/index.org +++ b/doc/index.org @@ -1,15 +1,5 @@ #+TITLE: MeWiz - Media Wizard -* (document settings) :noexport: -** use dark style for TWBS-HTML exporter -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: - * General - This program is free software: released under Creative Commons Zero (CC0) license @@ -23,15 +13,12 @@ ** Source code - [[https://www2.svjatoslav.eu/gitweb/?p=meviz.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] - - [[https://www2.svjatoslav.eu/gitweb/?p=meviz.git;a=summary][Browse Git repository online]] - Clone Git repository using command: : git clone https://www2.svjatoslav.eu/git/meviz.git - * Introduction - The idea is to have something like a Swiss army knife of various tools for audio, video, photo editing/conversion. @@ -45,6 +32,3 @@ Current functionality: and embedded video player. - Batch file rename. -* TODO Usage - --- TODO -- diff --git a/src/main/java/eu/svjatoslav/meviz/replace/Main.java b/src/main/java/eu/svjatoslav/meviz/replace/Main.java index b4887a7..884ac0b 100755 --- a/src/main/java/eu/svjatoslav/meviz/replace/Main.java +++ b/src/main/java/eu/svjatoslav/meviz/replace/Main.java @@ -18,7 +18,7 @@ public class Main implements Module { @Override public String getDescription() { - return "Replace one string to another string in all occurrances and all files recursively."; + return "Replace one string to another string in all occurrences and all files recursively."; } @Override -- 2.20.1