Browse Source

update screenshot

master
Alexandros Theodotou 2 years ago
parent
commit
c949a99f7f
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 2
      locale/messages.pot
  2. 0
      static/images/screenshots/apr-10-2020.png
  3. 0
      static/images/screenshots/apr-12-2020.png
  4. BIN
      static/images/screenshots/aug-1-2021.png
  5. 0
      static/images/screenshots/feb-15-2021.png
  6. 0
      static/images/screenshots/feb-20-2021.png
  7. 0
      static/images/screenshots/jun-26-2020.png
  8. 0
      static/images/screenshots/jun-7-2020.png
  9. 0
      static/images/screenshots/may-16-2020.png
  10. 0
      static/images/screenshots/sep-18-2020.png
  11. 0
      static/images/screenshots/sep-2-2020.png
  12. 2
      template.py

2
locale/messages.pot

@ -8,7 +8,7 @@ msgid "" @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-07-23 23:39+0100\n"
"POT-Creation-Date: 2021-08-01 17:57+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

0
static/images/apr-10-2020.png → static/images/screenshots/apr-10-2020.png

Before

Width:  |  Height:  |  Size: 295 KiB

After

Width:  |  Height:  |  Size: 295 KiB

0
static/images/apr-12-2020.png → static/images/screenshots/apr-12-2020.png

Before

Width:  |  Height:  |  Size: 285 KiB

After

Width:  |  Height:  |  Size: 285 KiB

BIN
static/images/screenshots/aug-1-2021.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 KiB

0
static/images/feb-15-2021.png → static/images/screenshots/feb-15-2021.png

Before

Width:  |  Height:  |  Size: 507 KiB

After

Width:  |  Height:  |  Size: 507 KiB

0
static/images/feb-20-2021.png → static/images/screenshots/feb-20-2021.png

Before

Width:  |  Height:  |  Size: 349 KiB

After

Width:  |  Height:  |  Size: 349 KiB

0
static/images/jun-26-2020.png → static/images/screenshots/jun-26-2020.png

Before

Width:  |  Height:  |  Size: 389 KiB

After

Width:  |  Height:  |  Size: 389 KiB

0
static/images/jun-7-2020.png → static/images/screenshots/jun-7-2020.png

Before

Width:  |  Height:  |  Size: 406 KiB

After

Width:  |  Height:  |  Size: 406 KiB

0
static/images/may-16-2020.png → static/images/screenshots/may-16-2020.png

Before

Width:  |  Height:  |  Size: 339 KiB

After

Width:  |  Height:  |  Size: 339 KiB

0
static/images/sep-18-2020.png → static/images/screenshots/sep-18-2020.png

Before

Width:  |  Height:  |  Size: 463 KiB

After

Width:  |  Height:  |  Size: 463 KiB

0
static/images/sep-2-2020.png → static/images/screenshots/sep-2-2020.png

Before

Width:  |  Height:  |  Size: 404 KiB

After

Width:  |  Height:  |  Size: 404 KiB

2
template.py

@ -271,7 +271,7 @@ def url(x): @@ -271,7 +271,7 @@ def url(x):
# TODO: check if file exists
return "../" + x
screenshot = url('static/images/feb-20-2021.png')
screenshot = url('static/images/screenshots/aug-1-2021.png')
class Plugin:
def __init__(self,name,is_img_static,img,summary,features):

Loading…
Cancel
Save