From: Armaan Bhojwani Date: Mon, 15 Feb 2021 02:53:33 +0000 (-0500) Subject: Move un-minified index to index-raw X-Git-Url: https://git.armaanb.net/?p=lightcards-http.git;a=commitdiff_plain;h=fad1b4dacd2413ba08dfed56a19687d9d1bebce5 Move un-minified index to index-raw --- diff --git a/convert b/convert index 7252a0a..23c9457 100755 --- a/convert +++ b/convert @@ -10,5 +10,5 @@ find . -type f -name 'lightcards**' -not -name '*min*' | \ rm ${i}.html done -minify index.html > index.min.html +minify index-raw.html > index.html rm lightcards.1 lightcards-config.5 diff --git a/index-raw.html b/index-raw.html new file mode 100644 index 0000000..f826c0d --- /dev/null +++ b/index-raw.html @@ -0,0 +1,97 @@ + + + + + + + + + + lightcards + + + + +
+
+

lightcards

+ +
+ +
+

Installation

+

Lightcards is only tested and maintained on Linux. Support for other Unix-like operating systems such as MacOS and the various BSDs is likely, although untested. Lightcards requires Python 3.9.

+ +

From PyPI

+ pip install lightcards + +

From Git

+

Main branch (stable)

+ pip install git+https://git.sr.ht/~armaan/lightcards + +

Development branch

+ pip install git+https://git.sr.ht/~armaan/lightcards@devel +
+ +
+

Manpages

+ +
+ +
+

Gallery

+ + screenshot 1 + + + screenshot 2 + + + screenshot 3 + +
+ +
+

Copyright

+

Copyright 2021 Armaan Bhojwani, MIT license. +


+
+ + diff --git a/index.html b/index.html deleted file mode 100644 index f826c0d..0000000 --- a/index.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - lightcards - - - - -
-
-

lightcards

- -
- -
-

Installation

-

Lightcards is only tested and maintained on Linux. Support for other Unix-like operating systems such as MacOS and the various BSDs is likely, although untested. Lightcards requires Python 3.9.

- -

From PyPI

- pip install lightcards - -

From Git

-

Main branch (stable)

- pip install git+https://git.sr.ht/~armaan/lightcards - -

Development branch

- pip install git+https://git.sr.ht/~armaan/lightcards@devel -
- -
-

Manpages

- -
- -
-

Gallery

- - screenshot 1 - - - screenshot 2 - - - screenshot 3 - -
- -
-

Copyright

-

Copyright 2021 Armaan Bhojwani, MIT license. -


-
- -