You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2015/05/12 09:04:06 UTC

[2/3] cloudstack-www git commit: merge asf-site into master

merge asf-site into master


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/aabefaf3
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-www/tree/aabefaf3
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-www/diff/aabefaf3

Branch: refs/heads/asf-site
Commit: aabefaf31b469495169e997f70f2329115ae998c
Parents: a564b4c c616feb
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Mon May 11 20:54:10 2015 +0200
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon May 11 20:54:10 2015 +0200

----------------------------------------------------------------------
 .gitignore                                      |    1 +
 README.md                                       |    6 +-
 build.sh                                        |   21 +
 build/about.html                                |  179 -
 build/archives.html                             |  173 -
 build/bylaws.html                               |  524 --
 build/cloudstack-faq.html                       |  201 -
 build/contribute.html                           |  176 -
 build/developers.html                           |  322 -
 build/downloads.html                            |  334 -
 build/features.html                             |  324 -
 build/fonts/glyphicons-halflings-regular.eot    |  Bin 14079 -> 0 bytes
 build/fonts/glyphicons-halflings-regular.svg    |  228 -
 build/fonts/glyphicons-halflings-regular.ttf    |  Bin 29512 -> 0 bytes
 build/fonts/glyphicons-halflings-regular.woff   |  Bin 16448 -> 0 bytes
 build/history.html                              |  165 -
 build/images/banner-apache-4.0.0-incubating.png |  Bin 56939 -> 0 bytes
 build/images/cloudmonkey-fp-sm.png              |  Bin 44624 -> 0 bytes
 build/images/cloudmonkey-fp.png                 |  Bin 40902 -> 0 bytes
 build/images/cloudstack-oss-architecture.png    |  Bin 69366 -> 0 bytes
 build/images/cs-front-page.png                  |  Bin 197097 -> 0 bytes
 build/images/feed-icon-14x14.png                |  Bin 689 -> 0 bytes
 build/images/glyphicons-halflings-white.png     |  Bin 8777 -> 0 bytes
 build/images/glyphicons-halflings.png           |  Bin 12799 -> 0 bytes
 build/images/logo-sm.png                        |  Bin 8700 -> 0 bytes
 build/images/monkey-144.png                     |  Bin 10584 -> 0 bytes
 build/images/monkey.png                         |  Bin 30274 -> 0 bytes
 build/images/new-logo-sm.png                    |  Bin 14576 -> 0 bytes
 build/images/title_logo.png                     |  Bin 12266 -> 0 bytes
 build/index.html                                |  370 -
 build/javascripts/bootstrap.js                  | 2040 -----
 build/javascripts/bootstrap.min.js              |    9 -
 build/mailing-lists.html                        |  212 -
 build/security.html                             |  210 -
 build/software.html                             |  191 -
 build/stylesheets/all.css                       |  174 -
 build/stylesheets/bootstrap-responsive.css      | 1059 ---
 build/stylesheets/bootstrap-responsive.min.css  |   10 -
 build/stylesheets/bootstrap.css                 | 7445 ------------------
 build/stylesheets/bootstrap.min.css             |  842 --
 build/stylesheets/bootswatch.min.css            |    1 -
 build/stylesheets/font-awesome.css              |  304 -
 build/survey.html                               |  159 -
 build/trademark-guidelines.html                 |  299 -
 build/users.html                                |  373 -
 build/videos.html                               |  163 -
 build/who.html                                  |  356 -
 content/about.html                              |  178 +
 content/archives.html                           |  172 +
 content/bylaws.html                             |  523 ++
 content/cloudstack-faq.html                     |  200 +
 content/contribute.html                         |  175 +
 content/developers.html                         |  321 +
 content/downloads.html                          |  333 +
 content/features.html                           |  323 +
 content/fonts/glyphicons-halflings-regular.eot  |  Bin 0 -> 14079 bytes
 content/fonts/glyphicons-halflings-regular.svg  |  228 +
 content/fonts/glyphicons-halflings-regular.ttf  |  Bin 0 -> 29512 bytes
 content/fonts/glyphicons-halflings-regular.woff |  Bin 0 -> 16448 bytes
 content/history.html                            |  164 +
 .../images/banner-apache-4.0.0-incubating.png   |  Bin 0 -> 56939 bytes
 content/images/cloudmonkey-fp-sm.png            |  Bin 0 -> 44624 bytes
 content/images/cloudmonkey-fp.png               |  Bin 0 -> 40902 bytes
 content/images/cloudstack-oss-architecture.png  |  Bin 0 -> 69366 bytes
 content/images/cs-front-page.png                |  Bin 0 -> 197097 bytes
 content/images/feed-icon-14x14.png              |  Bin 0 -> 689 bytes
 content/images/glyphicons-halflings-white.png   |  Bin 0 -> 8777 bytes
 content/images/glyphicons-halflings.png         |  Bin 0 -> 12799 bytes
 content/images/logo-sm.png                      |  Bin 0 -> 8700 bytes
 content/images/monkey-144.png                   |  Bin 0 -> 10584 bytes
 content/images/monkey.png                       |  Bin 0 -> 30274 bytes
 content/images/new-logo-sm.png                  |  Bin 0 -> 14576 bytes
 content/images/title_logo.png                   |  Bin 0 -> 12266 bytes
 content/index.html                              |  369 +
 content/javascripts/bootstrap.js                | 2040 +++++
 content/javascripts/bootstrap.min.js            |    9 +
 content/mailing-lists.html                      |  211 +
 content/security.html                           |  209 +
 content/software.html                           |  190 +
 content/stylesheets/all.css                     |  174 +
 content/stylesheets/bootstrap-responsive.css    | 1059 +++
 .../stylesheets/bootstrap-responsive.min.css    |   10 +
 content/stylesheets/bootstrap.css               | 7445 ++++++++++++++++++
 content/stylesheets/bootstrap.min.css           |  842 ++
 content/stylesheets/bootswatch.min.css          |    1 +
 content/stylesheets/font-awesome.css            |  304 +
 content/survey.html                             |  158 +
 content/trademark-guidelines.html               |  298 +
 content/users.html                              |  372 +
 content/videos.html                             |  162 +
 content/who.html                                |  355 +
 source/layouts/layout.erb                       |    1 -
 source/users.markdown                           |    2 +-
 93 files changed, 16852 insertions(+), 16847 deletions(-)
----------------------------------------------------------------------