Commit ddf3dd8e7de240fc788fb594227f4df73aa21d47

Authored by Perry Werneck
Committed by GitHub
2 parents a6f8c9d1 12dbe74a

Merge pull request #17 from PerryWerneck/develop

Adding screenshot
Showing 2 changed files with 6 additions and 3 deletions   Show diff stats
1 1
2 ## GTK Based 3270 terminal emulator 2 ## GTK Based 3270 terminal emulator
3 3
  4 +<img src="https://raw.githubusercontent.com/PerryWerneck/PerryWerneck/master/screenshots/mvs-tk4.png" alt="Screenshot">
  5 +
4 pw3270 is a modern, GTK-based, completely free tn3270 emulator. 6 pw3270 is a modern, GTK-based, completely free tn3270 emulator.
5 7
6 Created originally for Banco do Brasil, it's now an official Brazilian Government Public Software project, and is used worldwide. 8 Created originally for Banco do Brasil, it's now an official Brazilian Government Public Software project, and is used worldwide.
@@ -30,7 +32,7 @@ For the supported distributions get the install repositories and instructions fr @@ -30,7 +32,7 @@ For the supported distributions get the install repositories and instructions fr
30 32
31 ## Building for Linux 33 ## Building for Linux
32 34
33 - ``` 35 + ```shell
34 $ git clone https://github.com/PerryWerneck/pw3270.git 36 $ git clone https://github.com/PerryWerneck/pw3270.git
35 $ cd pw3270 37 $ cd pw3270
36 $ ./autogen.sh 38 $ ./autogen.sh
branding/appdata.xml.in
@@ -42,8 +42,9 @@ @@ -42,8 +42,9 @@
42 42
43 <screenshots> 43 <screenshots>
44 <screenshot type="default"> 44 <screenshot type="default">
45 - <caption>@PRODUCT_NAME@</caption>  
46 - <image height="600" width="600">https://raw.githubusercontent.com/PerryWerneck/pw3270/master/branding/pw3270.svg</image> 45 + <caption>Acessing MVS with @PRODUCT_NAME@</caption>
  46 + <caption xml:lang="pt_BR">@PRODUCT_NAME@ acessando MVS</caption>
  47 + <image>https://raw.githubusercontent.com/PerryWerneck/PerryWerneck/master/screenshots/mvs-tk4.png</image>
47 </screenshot> 48 </screenshot>
48 </screenshots> 49 </screenshots>
49 50