diff --git a/README.md b/README.md index 752f093..401c3a8 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,28 @@ -# Mirva - -A tool to create a web gallery from a single folder of images. -Also .mp4 files are included in the gallery - -## Installation - -Usage requires ImageMagick binaries! Make sure you have `convert` in PATH. - -Use pip or similar to install from source. - -ex. - -`pip3 install --user --upgrade https://bitbucket.org/MoonQ/mirva/get/master.zip` - -or `pipx install https://bitbucket.org/MoonQ/mirva/get/master.zip` - -## Usage - -Use the command line tool `mirva` to render web sites. - - -## Acknowledgements - -Thank you Mirva for being a lustrous source of inspiration - May you stay -full of joy and love! +# Mirva + +A tool to create a web gallery from a single folder of images. +Also .mp4 files are included in the gallery + +## Installation + +Usage requires ImageMagick binaries! Make sure you have `convert` in PATH. + +Use pip or similar to install from source. + +ex. + +`pip3 install --user --upgrade https://bitbucket.org/MoonQ/mirva/get/master.zip` + +or `pipx install https://bitbucket.org/MoonQ/mirva/get/master.zip` + +## Usage + +Use the command line tool `mirva` to render web sites. + +note: Arrow keys left/right on web page move between images. + + +## Acknowledgements + +Thank you Mirva for being a lustrous source of inspiration - May you stay +full of joy and love! diff --git a/mirva/__init__.py b/mirva/__init__.py index e969690..e91c25f 100644 --- a/mirva/__init__.py +++ b/mirva/__init__.py @@ -1,4 +1,5 @@ __version__ = "20220124.0" +__version__ = "20211114.0" def get_version(): diff --git a/mirva/mirva.py b/mirva/mirva.py index 6e1fc94..6077910 100755 --- a/mirva/mirva.py +++ b/mirva/mirva.py @@ -159,43 +159,7 @@ Released : 20110306