Remove useless use of markdown in primarily-HTML index page.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/commit/2ad166bc Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/2ad166bc Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/2ad166bc Branch: refs/heads/master Commit: 2ad166bc709ed6dcd6f1145bbf9b9387dc62b677 Parents: c01b586 Author: Michael Jumper <[email protected]> Authored: Fri Dec 30 15:08:11 2016 -0800 Committer: Michael Jumper <[email protected]> Committed: Fri Dec 30 15:10:00 2016 -0800 ---------------------------------------------------------------------- index.html | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.md | 48 ------------------------------------------------ 2 files changed, 57 insertions(+), 48 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/2ad166bc/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html new file mode 100644 index 0000000..eb8193b --- /dev/null +++ b/index.html @@ -0,0 +1,57 @@ +--- +layout: default +--- + +<!-- Prominent software description/demo --> +<div class="hook"> + + <!-- Demo Video --> + <div class="demo"> + <img class="thumbnail" src="/images/demo-thumbnail.jpg" + alt="Screenshot of Guacamole 0.9.4"/> + <iframe + src="//player.vimeo.com/video/116207678?title=0&byline=0&portrait=0" + frameborder="0" webkitallowfullscreen mozallowfullscreen + allowfullscreen></iframe> + </div> + + <!-- High-level description --> + <div class="description"> + <p>Apache Guacamole is a <strong>clientless remote desktop + gateway</strong>. It supports standard protocols like VNC, RDP, and + SSH.</p> + + <p>We call it <em>clientless</em> because no plugins or client software + are required.</p> + + <p>Thanks to HTML5, once Guacamole is installed on a server, all you + need to access your desktops is a web browser.</p> + </div> + +</div> + +<!-- List of features --> +<ul class="features"> + <li class="html5"> + <h2>Access your computers from <em>anywhere</em></h2> + <p>Because the Guacamole client is an HTML5 web application, use of your computers is not tied to any one device or location. <strong>As long as you have access to a web browser, you have access to your machines.</strong></p> + </li> + <li class="cloud-desktop"> + <h2>Keep your desktop in the cloud</h2> + <p>Desktops accessed through Guacamole need not physically exist. With both Guacamole and a desktop operating system hosted in the cloud, you can combine the convenience of Guacamole with the resilience and flexibility of cloud computing.</p> + </li> + <li class="apache"> + <h2>Free and open source</h2> + <p>Apache Guacamole is and will always be <strong>free and open source software</strong>. It is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>, and is actively maintained by a community of developers that use Guacamole to access their own development environments.</p> + <p>We feel this sets us apart from other remote desktop solutions, and gives us a <a href="/open-source/">distinct advantage</a>.</p> + </li> + <li class="documented-api"> + <h2>Built on a well-documented API</h2> + <p>Apache Guacamole is built on its own stack of core APIs which are <a href="/api-documentation/">thoroughly documented</a>, including basic tutorials and conceptual overviews in the <a href="/doc/gug/">online manual</a>. These APIs allow Guacamole to be tightly integrated into other applications, whether they be open source or proprietary.</p> + </li> + <li class="commercially-supported"> + <h2>Commercially supported</h2> + <p>For enterprises, dedicated commercial support is also available through <a href="/support/#commercial-support">third party companies</a>.</p> + </li> +</ul> + http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/2ad166bc/index.md ---------------------------------------------------------------------- diff --git a/index.md b/index.md deleted file mode 100644 index ef345d5..0000000 --- a/index.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -layout: default ---- - -<!-- Demo Video --> -<div class="hook" markdown="1"> -<div class="demo"> - <img class="thumbnail" src="/images/demo-thumbnail.jpg" alt="Screenshot of Guacamole 0.9.4"/> - <iframe - src="//player.vimeo.com/video/116207678?title=0&byline=0&portrait=0" - frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> -</div> -<div class="description" markdown="1"> -Apache Guacamole is a **clientless remote desktop gateway**. It supports -standard protocols like VNC, RDP, and SSH. - -We call it _clientless_ because no plugins or client software are required. - -Thanks to HTML5, once Guacamole is installed on a server, all you need to -access your desktops is a web browser. -</div> -</div> - -<ul class="features"> - <li class="html5"> - <h2>Access your computers from <em>anywhere</em></h2> - <p>Because the Guacamole client is an HTML5 web application, use of your computers is not tied to any one device or location. <strong>As long as you have access to a web browser, you have access to your machines.</strong></p> - </li> - <li class="cloud-desktop"> - <h2>Keep your desktop in the cloud</h2> - <p>Desktops accessed through Guacamole need not physically exist. With both Guacamole and a desktop operating system hosted in the cloud, you can combine the convenience of Guacamole with the resilience and flexibility of cloud computing.</p> - </li> - <li class="apache"> - <h2>Free and open source</h2> - <p>Apache Guacamole is and will always be <strong>free and open source software</strong>. It is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>, and is actively maintained by a community of developers that use Guacamole to access their own development environments.</p> - <p>We feel this sets us apart from other remote desktop solutions, and gives us a <a href="/open-source/">distinct advantage</a>.</p> - </li> - <li class="documented-api"> - <h2>Built on a well-documented API</h2> - <p>Apache Guacamole is built on its own stack of core APIs which are <a href="/api-documentation/">thoroughly documented</a>, including basic tutorials and conceptual overviews in the <a href="/doc/gug/">online manual</a>. These APIs allow Guacamole to be tightly integrated into other applications, whether they be open source or proprietary.</p> - </li> - <li class="commercially-supported"> - <h2>Commercially supported</h2> - <p>For enterprises, dedicated commercial support is also available through <a href="/support/#commercial-support">third party companies</a>.</p> - </li> -</li> -</ul> -
