You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2013/11/19 21:57:20 UTC

svn commit: r1543573 - in /qpid/site: docs/ docs/components/messenger/ docs/components/messenger/book/ docs/releases/qpid-proton-0.5/ input/ input/components/messenger/ input/components/messenger/book/ input/releases/qpid-proton-0.5/

Author: jross
Date: Tue Nov 19 20:57:19 2013
New Revision: 1543573

URL: http://svn.apache.org/r1543573
Log:
QPID-5311: Remove out-of-date messenger intro; deep link into the doxygen file list for the engine api

Removed:
    qpid/site/docs/components/messenger/book/
    qpid/site/input/components/messenger/book/
Modified:
    qpid/site/docs/components/messenger/index.html
    qpid/site/docs/documentation.html
    qpid/site/docs/releases/qpid-proton-0.5/index.html
    qpid/site/input/components/messenger/index.md
    qpid/site/input/documentation.md
    qpid/site/input/releases/qpid-proton-0.5/index.md

Modified: qpid/site/docs/components/messenger/index.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/components/messenger/index.html?rev=1543573&r1=1543572&r2=1543573&view=diff
==============================================================================
--- qpid/site/docs/components/messenger/index.html (original)
+++ qpid/site/docs/components/messenger/index.html Tue Nov 19 20:57:19 2013
@@ -90,7 +90,6 @@ find previous versions with our
 <div class="two-column">
 
 <ul>
-<li><a href="book/index.html">Introduction</a></li>
 <li><a href="http://qpid.apache.org/releases/qpid-proton-0.5/protocol-engine/c/api/messenger_8h.html">C API reference</a></li>
 <li><a href="http://qpid.apache.org/releases/qpid-proton-0.5/messenger/c/examples/index.html">C examples</a></li>
 <li><a href="http://qpid.apache.org/releases/qpid-proton-0.5/protocol-engine/java/api/org/apache/qpid/proton/messenger/Messenger.html">Java API reference</a></li>

Modified: qpid/site/docs/documentation.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/documentation.html?rev=1543573&r1=1543572&r2=1543573&view=diff
==============================================================================
--- qpid/site/docs/documentation.html (original)
+++ qpid/site/docs/documentation.html Tue Nov 19 20:57:19 2013
@@ -78,7 +78,7 @@ find older versions with our
 
 <ul>
 <li><a href="http://qpid.apache.org/components/protocol-engine/index.html">Overview</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-proton-0.5/protocol-engine/c/api/index.html">C API reference</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-proton-0.5/protocol-engine/c/api/files.html">C API reference</a></li>
 <li><a href="http://qpid.apache.org/releases/qpid-proton-0.5/protocol-engine/java/api/index.html">Java API reference</a></li>
 <li><a href="http://qpid.apache.org/releases/qpid-proton-0.5/protocol-engine/python/api/index.html">Python API reference</a></li>
 </ul>

Modified: qpid/site/docs/releases/qpid-proton-0.5/index.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-proton-0.5/index.html?rev=1543573&r1=1543572&r2=1543573&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-proton-0.5/index.html (original)
+++ qpid/site/docs/releases/qpid-proton-0.5/index.html Tue Nov 19 20:57:19 2013
@@ -93,7 +93,7 @@ files you download.</p>
 <h3 id="amqp-protocol-engine">AMQP Protocol Engine</h3>
 
 <ul>
-<li><a href="protocol-engine/c/api/index.html">C API reference</a></li>
+<li><a href="protocol-engine/c/api/files.html">C API reference</a></li>
 <li><a href="protocol-engine/java/api/index.html">Java API reference</a></li>
 <li><a href="protocol-engine/python/api/index.html">Python API reference</a></li>
 </ul>

Modified: qpid/site/input/components/messenger/index.md
URL: http://svn.apache.org/viewvc/qpid/site/input/components/messenger/index.md?rev=1543573&r1=1543572&r2=1543573&view=diff
==============================================================================
--- qpid/site/input/components/messenger/index.md (original)
+++ qpid/site/input/components/messenger/index.md Tue Nov 19 20:57:19 2013
@@ -53,7 +53,6 @@ find previous versions with our
 
 <div class="two-column" markdown="1">
 
- - [Introduction](book/index.html)
  - [C API reference](@current-proton-release-url@/protocol-engine/c/api/messenger_8h.html)
  - [C examples](@current-proton-release-url@/messenger/c/examples/index.html)
  - [Java API reference](@current-proton-release-url@/protocol-engine/java/api/org/apache/qpid/proton/messenger/Messenger.html)

Modified: qpid/site/input/documentation.md
URL: http://svn.apache.org/viewvc/qpid/site/input/documentation.md?rev=1543573&r1=1543572&r2=1543573&view=diff
==============================================================================
--- qpid/site/input/documentation.md (original)
+++ qpid/site/input/documentation.md Tue Nov 19 20:57:19 2013
@@ -26,7 +26,7 @@ find older versions with our
 ### AMQP Protocol Engine
 
  - [Overview](@site-url@/components/protocol-engine/index.html)
- - [C API reference](@current-proton-release-url@/protocol-engine/c/api/index.html)
+ - [C API reference](@current-proton-release-url@/protocol-engine/c/api/files.html)
  - [Java API reference](@current-proton-release-url@/protocol-engine/java/api/index.html)
  - [Python API reference](@current-proton-release-url@/protocol-engine/python/api/index.html)
 

Modified: qpid/site/input/releases/qpid-proton-0.5/index.md
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-0.5/index.md?rev=1543573&r1=1543572&r2=1543573&view=diff
==============================================================================
--- qpid/site/input/releases/qpid-proton-0.5/index.md (original)
+++ qpid/site/input/releases/qpid-proton-0.5/index.md Tue Nov 19 20:57:19 2013
@@ -51,7 +51,7 @@ files you download.
 
 ### AMQP Protocol Engine
 
- - [C API reference](protocol-engine/c/api/index.html)
+ - [C API reference](protocol-engine/c/api/files.html)
  - [Java API reference](protocol-engine/java/api/index.html)
  - [Python API reference](protocol-engine/python/api/index.html)
 
@@ -77,4 +77,4 @@ files you download.
  - [All release artefacts](http://www.apache.org/dist/qpid/proton/0.5)
  - [Resolved issues in JIRA](https://issues.apache.org/jira/issues/?jql=project+%3D+PROTON+AND+fixVersion+%3D+%270.5%27+ORDER+BY+priority+DESC)
  - [Source repository branch](http://svn.apache.org/repos/asf/qpid/proton/branches/0.5)
- - [Source repository tag](http://svn.apache.org/repos/asf/qpid/proton/tags/0.5)
\ No newline at end of file
+ - [Source repository tag](http://svn.apache.org/repos/asf/qpid/proton/tags/0.5)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org