Skip to content

Commit 9444c01

Browse files
committed
Update readme and metadata
1 parent 4c97cdf commit 9444c01

File tree

2 files changed

+67
-7
lines changed

2 files changed

+67
-7
lines changed

README.md

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,57 @@
11
# VServer
22

33

4-
VServer opens a basic http server in the desired folder. Very usefull to share files in a easy and fast way.
4+
VServer opens an http server in the desired folder. Very usefull to share files in a easy and fast way.
5+
Do you have a film in the computer and you want to watch it on the mobile phone? Just start Vserver in you computer and go to the given link with the mobile phone, you will have the film right there!
6+
7+
<ul>
8+
<li>Start an http server through a clean and minimalist gui.</li>
9+
<li>Use the command line options to start an http server through the console (type "com.github.bcedu.valasimplehttpserver --help" to learn more).</li>
10+
<li>Choose the port where vserver listens through the gui.</li>
11+
</ul>
12+
13+
<p float="left">
14+
<img src="/data/imgs/init.png" width="49%" />
15+
<img src="/data/imgs/sharing.png" width="49%" />
16+
</p>
17+
<p float="left">
18+
<img src="/data/imgs/browser.png" width="100%" />
19+
</p>
20+
21+
VServer is "inspired" in the well known python SimpleHTTPServer.
22+
23+
24+
## Installation
25+
26+
### Install .deb file
27+
28+
Comming soon.
29+
30+
### Elementary App Store
31+
32+
Download VServer through the elementary app store. It's always updated to lastest version.
33+
Easy and fast.
34+
35+
### Manual Instalation
36+
37+
You will need the following packages, that can be installed through apt:
38+
- gobject-2.0
39+
- glib-2.0
40+
- gtk+-3.0
41+
- granite
42+
- gee-0.8
43+
- libsoup-2.4
44+
45+
Download last release (zip file), extract files and enter to the folder where they where extracted.
46+
47+
Install your application with the following commands:
48+
- meson build --prefix=/usr
49+
- cd build
50+
- ninja
51+
- sudo ninja install
52+
53+
DO NOT DELETE FILES AFTER MANUAL INSTALLATION, THEY ARE NEEDED DURING UNINSTALL PROCESS
54+
55+
To uninstall type from de build folder:
56+
- sudo ninja uninstall
557

6-
It is "inspired" in the python SimpleHTTPServer.

data/com.github.bcedu.valasimplehttpserver.appdata.xml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
<name>VServer</name>
99
<summary>Acces to your files from any device in the same network</summary>
1010
<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>
11+
<p>VServer opens an http server in the desired folder. Very usefull to share files in a easy and fast way.
12+
Do you have a film in the computer and you want to watch it on the mobile phone? Just start Vserver in you computer and go to the given link with the mobile phone, you will have the film right there!</p>
1413
<p>It has been developed to follow the same behaviour than the wellknown python's simpleHTTPserver.
1514
</p>
1615
<p>It also works throught comand line options. Try typing 'com.github.bcedu.valasimplehttpserver --help' to learn more.</p>
@@ -24,14 +23,24 @@
2423
<screenshot type="default">
2524
<image>https://raw.githubusercontent.com/bcedu/ValaSimpleHTTPServer/master/data/imgs/init.png</image>
2625
</screenshot>
27-
<screenshot type="default">
26+
<screenshot>
2827
<image>https://raw.githubusercontent.com/bcedu/ValaSimpleHTTPServer/master/data/imgs/sharing.png</image>
2928
</screenshot>
30-
<screenshot type="default">
29+
<screenshot>
3130
<image>https://raw.githubusercontent.com/bcedu/ValaSimpleHTTPServer/master/data/imgs/browser.png</image>
3231
</screenshot>
3332
</screenshots>
3433
<releases>
34+
<release version="1.1.0" date="2018-12-01">
35+
<description>
36+
<p>VServer release</p>
37+
<ul>
38+
<li>Start an http server through a clean and minimalist gui.</li>
39+
<li>Use the command line options to start an http server through the console (type "com.github.bcedu.valasimplehttpserver --help" to learn more).</li>
40+
<li>Choose the port where vserver listens through the gui.</li>
41+
</ul>
42+
</description>
43+
</release>
3544
<release version="1.0.0" date="2018-11-19">
3645
<description>
3746
<p>Initial 1.0.2 release!</p>

0 commit comments

Comments
 (0)