You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/08/20 23:11:01 UTC

allura-site git commit: Add 2015-rest-api-docs

Repository: allura-site
Updated Branches:
  refs/heads/asf-site 3be47b7ce -> f95e2200e


Add 2015-rest-api-docs


Project: http://git-wip-us.apache.org/repos/asf/allura-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura-site/commit/f95e2200
Tree: http://git-wip-us.apache.org/repos/asf/allura-site/tree/f95e2200
Diff: http://git-wip-us.apache.org/repos/asf/allura-site/diff/f95e2200

Branch: refs/heads/asf-site
Commit: f95e2200edf06aceb6223650461a1e445f7eaed6
Parents: 3be47b7
Author: Dave Brondsema <da...@brondsema.net>
Authored: Thu Aug 20 17:10:45 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Thu Aug 20 17:10:45 2015 -0400

----------------------------------------------------------------------
 _src/content/2015-rest-api-docs.md |  12 ++++
 feeds/all.atom.xml                 |   6 +-
 index.html                         |   1 +
 posts/2015-rest-api-docs.html      | 106 ++++++++++++++++++++++++++++++++
 4 files changed, 124 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/f95e2200/_src/content/2015-rest-api-docs.md
----------------------------------------------------------------------
diff --git a/_src/content/2015-rest-api-docs.md b/_src/content/2015-rest-api-docs.md
new file mode 100644
index 0000000..0b5f4e6
--- /dev/null
+++ b/_src/content/2015-rest-api-docs.md
@@ -0,0 +1,12 @@
+Title: REST API documentation
+Date: 2015-08-20
+Tags: 
+Slug: rest-api-docs
+Summary: New docs for Allura's REST API are now published
+
+We have just published new docs for Allura's REST API.  The API is documented as
+[RAML files](https://forge-allura.apache.org/p/allura/git/ci/master/tree/Allura/docs/api-rest/) including many examples
+and schemas.
+
+[View the API documentation here.](https://anypoint.mulesoft.com/apiplatform/forge-allura/#/portals/organizations/86c00a85-31e6-4302-b36d-049ca5d042fd/apis/32370/versions/33732)
+This portal also lets you try the API live, so you can see exactly what each API endpoint does.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/allura-site/blob/f95e2200/feeds/all.atom.xml
----------------------------------------------------------------------
diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml
index 3e6be52..08b745c 100644
--- a/feeds/all.atom.xml
+++ b/feeds/all.atom.xml
@@ -1,5 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/all.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2015-08-10T00:00:00+00:00</updated><entry><title>Apache Allura 1.3.1 released</title><link href="//allura.apache.org/posts/2015-allura-1.3.1-release.html" rel="alternate"></link><updated>2015-08-10T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2015-08-10:posts/2015-allura-1.3.1-release.html</id><summary type="html">&lt;p&gt;Apache Allura 1.3.1 has been released.  It includes 3 security fixes and many small fixes and improvements.  The major
+<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/all.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2015-08-20T00:00:00+00:00</updated><entry><title>REST API documentation</title><link href="//allura.apache.org/posts/2015-rest-api-docs.html" rel="alternate"></link><updated>2015-08-20T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2015-08-20:posts/2015-rest-api-docs.html</id><summary type="html">&lt;p&gt;We have just published new docs for Allura's REST API.  The API is documented as
+&lt;a href="https://forge-allura.apache.org/p/allura/git/ci/master/tree/Allura/docs/api-rest/"&gt;RAML files&lt;/a&gt; including many examples
+and schemas.&lt;/p&gt;
+&lt;p&gt;&lt;a href="https://anypoint.mulesoft.com/apiplatform/forge-allura/#/portals/organizations/86c00a85-31e6-4302-b36d-049ca5d042fd/apis/32370/versions/33732"&gt;View the API documentation here.&lt;/a&gt;
+This portal also lets you try the API live, so you can see exactly what each API endpoint does.&lt;/p&gt;</summary></entry><entry><title>Apache Allura 1.3.1 released</title><link href="//allura.apache.org/posts/2015-allura-1.3.1-release.html" rel="alternate"></link><updated>2015-08-10T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2015-08-10:posts/2015-allura-1.3.1-release.html</id><summary type="html">&lt;p&gt;Apache Allura 1.3.1 has been released.  It includes 3 security fixes and many small fixes and improvements.  The major
 new features are:&lt;/p&gt;
 &lt;ul&gt;
 &lt;li&gt;&lt;a href="//allura.apache.org/posts/2015-cors.html"&gt;CORS support&lt;/a&gt;, allowing broader access to the REST APIs.&lt;/li&gt;

http://git-wip-us.apache.org/repos/asf/allura-site/blob/f95e2200/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index f486450..c73d8a1 100644
--- a/index.html
+++ b/index.html
@@ -95,6 +95,7 @@
         <div id="news" class="col-12 auto-margin pad-vert-xs text-center">
             <h5>News</h5>
             <ul>
+                    <li><a href="//allura.apache.org/posts/2015-rest-api-docs.html">REST API documentation</a></li>
                     <li><a href="//allura.apache.org/posts/2015-allura-1.3.1-release.html">Apache Allura 1.3.1 released</a></li>
                     <li><a href="//allura.apache.org/posts/2015-markdown-editor.html">New Markdown Editor</a></li>
                     <li><a href="//allura.apache.org/posts/2015-cors.html">CORS support added to Allura</a></li>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/f95e2200/posts/2015-rest-api-docs.html
----------------------------------------------------------------------
diff --git a/posts/2015-rest-api-docs.html b/posts/2015-rest-api-docs.html
new file mode 100644
index 0000000..36b3003
--- /dev/null
+++ b/posts/2015-rest-api-docs.html
@@ -0,0 +1,106 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>    REST API documentation
+</title>
+  <meta charset="utf-8">
+  <meta name="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="keywords" content="">
+  <meta name="author" content="">
+  <link rel="canonical" href="//allura.apache.org">
+
+  <!--    Facebook Meta Info-->
+  <meta property="og:url" content="//allura.apache.org">
+  <meta property="og:image" content="//allura.apache.org/theme/img/logo-asf-apache.png">
+  <meta property="og:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta property="og:title" content="Apache Allura">
+  <meta property="og:site_name" content="Apache Allura">
+  <meta property="og:see_also" content="//allura.apache.org">
+
+  <!--    Twitter Meta Info-->
+  <meta name="twitter:card" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="twitter:url" content="//allura.apache.org">
+  <meta name="twitter:title" content="Apache Allura">
+  <meta name="twitter:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="twitter:image" content="//allura.apache.org/theme/img/logo-asf-apache.png">
+
+  <!--    Google+ Meta Info-->
+  <meta itemprop="name" content="Apache Allura">
+  <meta itemprop="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta itemprop="image" content="//allura.apache.org/theme/img/logo-asf-apache.png">
+
+  <link rel="stylesheet" type="text/css" href="//allura.apache.org/theme/css/flex.min.css">
+  <link rel="stylesheet" type="text/css" href="//allura.apache.org/theme/css/style.css">
+
+
+</head>
+
+<body cz-shortcut-listen="true" class="pg-">
+  <section id="content_wrapper" class="mobile-desktop row">
+    <div id="header" class="row ">
+      <header id="login_header" class="row">
+        <div class="bg-shadow pad-vert-md">
+          <span><h1 class="text-center"><a href="//allura.apache.org">Apache <img src="//allura.apache.org/theme/img/logo_white.png" width="94"> Allura<span class="tm">™</span></a></h1></span>
+          <span></span>
+          <h6 class="text-center">Open source project hosting platform</h6>
+        </div>
+      </header>
+    </div>
+
+<div class="row bg-white pad-vert-lg">
+  <div class="row">
+    <h3 class="text-black text-center">REST API documentation</h3>
+  </div>
+
+  <div class="post-info text-center">
+    Published:
+    <abbr class="published" title="2015-08-20T00:00:00+00:00">
+      Thu 20 August 2015
+    </abbr>
+    <br>
+    Tagged:
+  </div>
+
+  <div class="row">
+    <div class="col-20 no-float auto-margin">
+      <div class="row">
+        <div class="pad-md text-black"><p>We have just published new docs for Allura's REST API.  The API is documented as
+<a href="https://forge-allura.apache.org/p/allura/git/ci/master/tree/Allura/docs/api-rest/">RAML files</a> including many examples
+and schemas.</p>
+<p><a href="https://anypoint.mulesoft.com/apiplatform/forge-allura/#/portals/organizations/86c00a85-31e6-4302-b36d-049ca5d042fd/apis/32370/versions/33732">View the API documentation here.</a>
+This portal also lets you try the API live, so you can see exactly what each API endpoint does.</p></div>
+      </div>
+    </div>
+  </div>
+</div>
+
+    <div class="row">
+      <footer id="footer" class="bg-black text-white col-24">
+        <p class="copy pad-top-sm text-center">Copyright © 2015 The Apache Software Foundation, Licensed under
+            <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
+        <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      </footer>
+    </div>
+  </section>
+
+  <script type="application/javascript" src="//allura.apache.org/theme/js/jquery-1.11.2.min.js"></script>
+  <script type="application/javascript" src="//allura.apache.org/theme/js/frontend.js"></script>
+  <!-- Credits
+
+          Logo Design: Will Leonard
+          http://willleonard.org
+
+          Site design: Perry Merrity
+          http://perrymerrity.com/
+
+          bg-header-forge.jpg
+          Photo by: Stefan Schmitz
+          https://creativecommons.org/licenses/by-nd/2.0
+
+          bg-developers-fire.jpg
+          Photo by: Frédéric Bisson
+          https://creativecommons.org/licenses/by-nd/2.0
+      -->
+</body>
+</html>
\ No newline at end of file