From d2512c2e74cf6c14744407ce9c591a0727c6ba64 Mon Sep 17 00:00:00 2001 From: Mandar <01.mandar@gmail.com> Date: Fri, 15 Jan 2016 08:13:17 +0530 Subject: Create README.md --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a5b8115 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +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 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 +the older drafts do *not* work. With RFC6455 being raised to the +"Proposed Standard" level, this should change now really soon. + +On the server side, a standalone daemon - written in C++ - provides a +Web page via HTTPS (or HTTP, if configured) and uses FreeRDP libs to +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. + +### Installation ### +**Automated build/install script**:: +``` +setup-all.sh +``` +**Unattended install script** +``` +./setup-all.sh -f -i -d +``` +* Force to run as root user (-f) +* Install all dependency packages (-i) +* Remove conflicting packages (-d) + +### More Details ### +For addition details on the setup script and webconnect prereqs consult [wsgate/README](wsgate/README). -- cgit v1.2.3 From 2f76ef07fa3d37a769fa3f560651cd3199be2913 Mon Sep 17 00:00:00 2001 From: Mandar <01.mandar@gmail.com> Date: Fri, 15 Jan 2016 23:29:05 +0530 Subject: Renamed README to README.md --- README | 22 ---------------------- README.md | 25 ++++++------------------- 2 files changed, 6 insertions(+), 41 deletions(-) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 index 9fa6e9a..0000000 --- a/README +++ /dev/null @@ -1,22 +0,0 @@ -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. - -The server side WebSockets implementation handles current RFC6455 -(http://tools.ietf.org/html/rfc6455) only, so browsers that implement -the older drafts do *not* work. With RFC6455 being raised to the -"Proposed Standard" level, this should change now really soon. - -On the server side, a standalone daemon - written in C++ - provides a -Web page via HTTPS (or HTTP, if configured) and uses FreeRDP libs to -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: -./setup-all.sh -f -i -d - -For addition details on the setup script and webconnect prereqs consult wsgate/README. \ No newline at end of file diff --git a/README.md b/README.md index a5b8115..9fa6e9a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ -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 features -* Canvas (http://www.w3.org/TR/2dcontext/) -* WebSockets (http://www.w3.org/TR/websockets/) +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. The server side WebSockets implementation handles current RFC6455 (http://tools.ietf.org/html/rfc6455) only, so browsers that implement @@ -18,18 +15,8 @@ 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. -### Installation ### -**Automated build/install script**:: -``` -setup-all.sh -``` -**Unattended install script** -``` +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: ./setup-all.sh -f -i -d -``` -* Force to run as root user (-f) -* Install all dependency packages (-i) -* Remove conflicting packages (-d) -### More Details ### -For addition details on the setup script and webconnect prereqs consult [wsgate/README](wsgate/README). +For addition details on the setup script and webconnect prereqs consult wsgate/README. \ No newline at end of file -- cgit v1.2.3 From cb82edb8c460ec71a6844b9283dd52ff9bbd964c Mon Sep 17 00:00:00 2001 From: Mandar <01.mandar@gmail.com> Date: Fri, 15 Jan 2016 23:32:06 +0530 Subject: Update README.md with markup >git mv README README.md >git commit -m "renamed README to README.md" >git log --follow README.md commit d2512c2e74cf6c14744407ce9c591a0727c6ba64 Author: Mandar <01.mandar@gmail.com> Date: Fri Jan 15 08:13:17 2016 +0530 Create README.md commit 6e5abf324a862209ee5091e56ded8335591d6a74 Author: Reja Mario Date: Mon Jan 6 21:04:42 2014 +0200 Fixed install scripts and readme files commit a54fd6eb95b7a10ac371eb1b7e6ebcc7c826cc11 Author: Fritz Elfert Date: Tue Apr 24 18:22:10 2012 +0200 - Fixed a typo commit a2bdb1cf022f9567459d469807c2b34dee82e9f7 Author: Fritz Elfert Date: Tue Apr 24 18:20:21 2012 +0200 - Initial README commit 04479c609488a362270842a4892bfee1772eac1e Author: Norbert Federa Date: Tue Mar 20 15:13:58 2012 +0100 first commit --- README.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9fa6e9a..745d01f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. \ No newline at end of file +### More Details ### +For addition details on the setup script and webconnect prereqs consult [wsgate/README](wsgate/README). -- cgit v1.2.3