|
1 | | - |
2 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
3 | 2 | <!-- Copyright 2018 Eduard Berloso Clarà <eduard.bc.95@gmail.com> --> |
4 | | -<component type="desktop-application"> |
| 3 | +<component type="desktop"> |
5 | 4 | <id>com.github.bcedu.valasimplehttpserver</id> |
6 | 5 | <metadata_license>CC0-1.0</metadata_license> |
7 | | - <project_license>AGPL-3.0</project_license> |
8 | | - <name>HTTP File Server</name> |
9 | | - <summary>Acces to your files from any device in the same network.</summary> |
| 6 | + <project_license>GPL-3.0+</project_license> |
10 | 7 | <developer_name>Eduard Berloso Clarà</developer_name> |
11 | | - <provides> |
12 | | - <binary>com.github.bcedu.valasimplehttpserver</binary> |
13 | | - </provides> |
| 8 | + <name>VServer</name> |
| 9 | + <summary>Acces to your files from any device in the same network</summary> |
| 10 | + <description> |
| 11 | + <p>Acces to your files from any device in the same network with VServer! |
| 12 | +</p> |
| 13 | + <p>VServer opens an http server in a selected folder. You can acces to the files of the selected folder from any device in the same network by going to the given link.</p> |
| 14 | + <p>It has been developed to follow the same behaviour than the wellknown python's simpleHTTPserver. |
| 15 | +</p> |
| 16 | + <p>It also works throught comand line options. Try typing 'com.github.bcedu.valasimplehttpserver --help' to learn more.</p> |
| 17 | + </description> |
| 18 | + <custom> |
| 19 | + <value key="x-appcenter-color-primary">#56A9E3</value> |
| 20 | + <value key="x-appcenter-color-primary-text">rgb(0,0,0)</value> |
| 21 | + <value key="x-appcenter-suggested-price">0</value> |
| 22 | + </custom> |
14 | 23 | <screenshots> |
15 | 24 | <screenshot type="default"> |
16 | | - <image>https://github.com/bcedu/ValaSimpleHTTPServer/blob/master/data/imgs/init.png</image> |
| 25 | + <image>https://raw.githubusercontent.com/bcedu/ValaSimpleHTTPServer/master/data/imgs/init.png</image> |
17 | 26 | </screenshot> |
18 | 27 | <screenshot type="default"> |
19 | | - <image>https://github.com/bcedu/ValaSimpleHTTPServer/blob/master/data/imgs/sharing.png</image> |
| 28 | + <image>https://raw.githubusercontent.com/bcedu/ValaSimpleHTTPServer/master/data/imgs/sharing.png</image> |
20 | 29 | </screenshot> |
21 | 30 | <screenshot type="default"> |
22 | | - <image>https://github.com/bcedu/ValaSimpleHTTPServer/blob/master/data/imgs/browser.png</image> |
| 31 | + <image>https://raw.githubusercontent.com/bcedu/ValaSimpleHTTPServer/master/data/imgs/browser.png</image> |
23 | 32 | </screenshot> |
24 | 33 | </screenshots> |
25 | | - <description> |
26 | | - <p>Acces to your files from any device in the same network!</p> |
27 | | - <br><br> |
28 | | - <p>ValaSimpleHTTPServers opens an http server in a selected folder. You can acces to the files of the selected folder from any device in the same network by going to the given link. |
29 | | - <br>It has been developed to follow the same behaviour than the wellknown python's simpleHTTPserver.</p> |
30 | | - <br><p>It also works throught comand line options. Try typing 'com.github.bcedu.valasimplehttpserver --help' to learn more.</p> |
31 | | - </description> |
32 | 34 | <releases> |
33 | 35 | <release version="1.0.0" date="2018-11-19"> |
34 | 36 | <description> |
35 | 37 | <p>Initial 1.0.2 release!</p> |
36 | 38 | <ul> |
37 | 39 | <li>Start an http server through a clean and minimalist gui.</li> |
38 | | - <li>Use the command line options to start an http server through the console.</li> |
| 40 | + <li>Use the command line options to start an http server through the console (type "com.github.bcedu.valasimplehttpserver --help" to learn more).</li> |
39 | 41 | </ul> |
40 | 42 | </description> |
41 | 43 | </release> |
42 | 44 | </releases> |
| 45 | + <provides> |
| 46 | + <binary>com.github.bcedu.valasimplehttpserver</binary> |
| 47 | + </provides> |
43 | 48 | <url type="homepage">https://github.com/bcedu/ValaSimpleHTTPServer</url> |
44 | 49 | <url type="bugtracker">https://github.com/bcedu/ValaSimpleHTTPServer/issues</url> |
45 | 50 | <url type="help">https://github.com/bcedu/ValaSimpleHTTPServer/issues</url> |
46 | 51 | <update_contact>eduard.bc.95@gmail.com</update_contact> |
47 | | - <custom> |
48 | | - <value key="x-appcenter-color-primary">#56A9E3</value> |
49 | | - <value key="x-appcenter-color-primary-text">#000000</value> |
50 | | - <value key="x-appcenter-suggested-price">0</value> |
51 | | - </custom> |
52 | 52 | </component> |
0 commit comments