Improvements to survey.html

Made the survey.html agnostic to protocol used, previously
the iframe was hardcoded with a http:// link and this breaks when
visiting the site over https.

Also set the iframe height to 2000px and enabled scrollbars, this is
to allow longer sides to show properly without the need of having a
really long page for all other pages
2 files changed
tree: fe89798b8f93f304ce1c3a9de1f7b21f65c92e94
  1. content/
  2. source/
  3. .gitignore
  4. build.sh
  5. config.rb
  6. Gemfile
  7. Gemfile.lock
  8. LICENSE
  9. makewholist.py
  10. README.md
README.md

Source of Apache CloudStack Web site

This is built using middleman

$ gem install middleman
$ bundle install

All sources are in the /source directory

Build the site with:

$ middleman build

To serve it locally:

$ middleman server

IMPORTANT: To publish your changes, commit the build into the asf-site * branch *

GOTCHA, TODO, the build directory needs to be renamed content in the asf-site branch for the site to be served properly.

TODO check the build.sh script and make it better, simple build that stages all changes to /content

Use GitHub PR to make changes.

TODO Add gitHUB PR contribution instructions and better build instructions for committers