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/21 09:36:56 UTC

[1/3] cloudstack-www git commit: test if PHP files work, if they do we can do some header redirects for API docs

Repository: cloudstack-www
Updated Branches:
  refs/heads/master 5ce43497e -> dbdac932f


test if PHP files work, if they do we can do some header redirects for API docs


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

Branch: refs/heads/master
Commit: 874995d17f51a090e5b5f2068b855bd1be76a176
Parents: 5ce4349
Author: Ian Duffy <ia...@ianduffy.ie>
Authored: Thu May 14 07:34:20 2015 +0100
Committer: Ian Duffy <ia...@ianduffy.ie>
Committed: Thu May 14 07:34:20 2015 +0100

----------------------------------------------------------------------
 content/test.php | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/874995d1/content/test.php
----------------------------------------------------------------------
diff --git a/content/test.php b/content/test.php
new file mode 100644
index 0000000..4f1ec1a
--- /dev/null
+++ b/content/test.php
@@ -0,0 +1,3 @@
+<?php
+echo "test";
+


[3/3] cloudstack-www git commit: fix symbolic link...

Posted by se...@apache.org.
fix symbolic link...


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

Branch: refs/heads/master
Commit: dbdac932f14a3b647e4c518f7e35cb485cca840e
Parents: 35c37e5
Author: Ian Duffy <ia...@ianduffy.ie>
Authored: Thu May 14 07:46:54 2015 +0100
Committer: Ian Duffy <ia...@ianduffy.ie>
Committed: Thu May 14 07:46:54 2015 +0100

----------------------------------------------------------------------
 content/docs/api | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/dbdac932/content/docs/api
----------------------------------------------------------------------
diff --git a/content/docs/api b/content/docs/api
index 9e5bfb4..8edbb42 120000
--- a/content/docs/api
+++ b/content/docs/api
@@ -1 +1 @@
-api
\ No newline at end of file
+../api
\ No newline at end of file


[2/3] cloudstack-www git commit: Try do a temp fix for the API docs issue

Posted by se...@apache.org.
Try do a temp fix for the API docs issue


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

Branch: refs/heads/master
Commit: 35c37e52db8f892345c15717ca550fff92433a29
Parents: 874995d
Author: Ian Duffy <ia...@ianduffy.ie>
Authored: Thu May 14 07:45:12 2015 +0100
Committer: Ian Duffy <ia...@ianduffy.ie>
Committed: Thu May 14 07:45:12 2015 +0100

----------------------------------------------------------------------
 content/api/index.html | 9 +++++++++
 content/docs/api       | 1 +
 content/test.php       | 3 ---
 3 files changed, 10 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/35c37e52/content/api/index.html
----------------------------------------------------------------------
diff --git a/content/api/index.html b/content/api/index.html
new file mode 100644
index 0000000..f0bc18a
--- /dev/null
+++ b/content/api/index.html
@@ -0,0 +1,9 @@
+<html>
+<head>
+  <meta http-equiv="refresh" content="0; url=http://cloudstack.apache.org/api.html" />
+</head>
+<body>
+In few seconds, you should be redirected to the new location for the Cloudstack API documentation, if not  <a href="http://cloudstack.apache.org/api.html">click here</a>.
+</body>
+</html>
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/35c37e52/content/docs/api
----------------------------------------------------------------------
diff --git a/content/docs/api b/content/docs/api
new file mode 120000
index 0000000..9e5bfb4
--- /dev/null
+++ b/content/docs/api
@@ -0,0 +1 @@
+api
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/35c37e52/content/test.php
----------------------------------------------------------------------
diff --git a/content/test.php b/content/test.php
deleted file mode 100644
index 4f1ec1a..0000000
--- a/content/test.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-echo "test";
-