From: Svjatoslav Agejenko Date: Fri, 29 Jan 2021 13:57:36 +0000 (+0200) Subject: Added preliminary documentation. X-Git-Tag: meviz-1.3~2 X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=meviz.git;a=commitdiff_plain;h=a96610479c12c31b35fd3e90a4cee16d2dc07d17 Added preliminary documentation. --- diff --git a/doc/index.html b/doc/index.html index 166eebc..2a898aa 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,44 +1,301 @@ - - + + - - MeWiz +MeWiz - Media Wizard + + + + + + + + + + + -

MeWiz - Media Wizard

-Download -   -Online homepage -   -Other applications hosted on svjatoslav.eu -
-Program author:
-    Svjatoslav Agejenko
-    Homepage: http://svjatoslav.eu
-    Email: svjatoslav@svjatoslav.eu
-
-This software is distributed under GNU GENERAL PUBLIC LICENSE Version
-        2.
-
-

Introdution

+
+

MeWiz - Media Wizard

+ +
+

1 General

+
+ +
+ +
+

1.1 Source code

+
+ +
+
+
+ + +
+

2 Introduction

+
+

The idea is to have something like a Swiss army knife of various tools for audio, video, photo editing/conversion. +

+

Current functionality: +

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

    3 TODO Usage

    +
    +

    +– TODO --

    +
    +
    +
    +
    + - \ No newline at end of file + diff --git a/doc/index.org b/doc/index.org new file mode 100644 index 0000000..665f51c --- /dev/null +++ b/doc/index.org @@ -0,0 +1,50 @@ +#+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 + +- Program author: + - Svjatoslav Agejenko + - Homepage: https://svjatoslav.eu + - Email: mailto://svjatoslav@svjatoslav.eu + +- [[https://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]] + +** 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. + + +Current functionality: + +- Acts as unified frontend for linux commandline tools for audio, + video and photo conversion. + +- Generates HTML listing for directory content with image thumbnails + and embedded video player. + +- Batch file rename. +* TODO Usage + +-- TODO --