Skip to content

Commit

Permalink
Update README.md with markup
Browse files Browse the repository at this point in the history
>git mv README README.md

>git commit -m "renamed README to README.md"

>git log --follow README.md

commit d2512c2
Author: Mandar <[email protected]>
Date:   Fri Jan 15 08:13:17 2016 +0530

Create README.md

commit 6e5abf3
Author: Reja Mario <[email protected]>
Date:   Mon Jan 6 21:04:42 2014 +0200

Fixed install scripts and readme files

commit a54fd6e
Author: Fritz Elfert <[email protected]>
Date:   Tue Apr 24 18:22:10 2012 +0200

- Fixed a typo

commit a2bdb1c
Author: Fritz Elfert <[email protected]>
Date:   Tue Apr 24 18:20:21 2012 +0200

- Initial README

commit 04479c6
Author: Norbert Federa <[email protected]>
Date:   Tue Mar 20 15:13:58 2012 +0100

first commit
  • Loading branch information
Mandar-Shinde committed Jan 15, 2016
1 parent 2f76ef0 commit cb82edb
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
FreeRDP-WebConnect
======
FreeRDP-WebConnect will be a gateway for seamless access to your RDP-Sessions
in any HTML5-compliant browser. In particular it relies on the
Canvas (http://www.w3.org/TR/2dcontext/) and
WebSockets (http://www.w3.org/TR/websockets/) feature.
in any HTML5-compliant browser.
In particular it relies on the features
* Canvas (http://www.w3.org/TR/2dcontext/)
* WebSockets (http://www.w3.org/TR/websockets/)

The server side WebSockets implementation handles current RFC6455
(http://tools.ietf.org/html/rfc6455) only, so browsers that implement
Expand All @@ -15,8 +18,18 @@ connect as a client to any RDP session.
Although the project is still in a very early development phase (project was started
on April 3, 2012), it already can display an RDP session right now.

Added automated build/install script setup-all.sh
For unattended setup, installing all prereqs and deleting conflicting packages, run the script as root, specifying the following command:
### Installation ###
**Automated build/install script**::
```sh
setup-all.sh
```
**Unattended install script**
```sh
./setup-all.sh -f -i -d
```
* Force to run as root user (-f)
* Install all dependency packages (-i)
* Remove conflicting packages (-d)

For addition details on the setup script and webconnect prereqs consult wsgate/README.
### More Details ###
For addition details on the setup script and webconnect prereqs consult [wsgate/README](wsgate/README).

0 comments on commit cb82edb

Please sign in to comment.