Author: aconway
Date: Mon Sep 28 20:54:17 2015
New Revision: 1705774
URL: http://svn.apache.org/viewvc?rev=1705774&view=rev
Log:
Updated Go import metadata
Added:
qpid/site/docs/proton/stub.html
qpid/site/input/proton/amqp/
qpid/site/input/proton/amqp/_transom_template.html (with props)
qpid/site/input/proton/amqp/index.md (with props)
qpid/site/input/proton/concurrent/
qpid/site/input/proton/concurrent/_transom_template.html (with props)
qpid/site/input/proton/concurrent/index.md (with props)
qpid/site/input/proton/stub.md
Removed:
qpid/site/docs/proton/go/
qpid/site/input/proton/go/
Modified:
qpid/site/docs/proton/contributing.html
qpid/site/docs/proton/development.html
qpid/site/docs/proton/index.html
qpid/site/docs/proton/mailing-list.html
qpid/site/docs/proton/messenger.html
qpid/site/docs/proton/overview.html
qpid/site/docs/proton/proton-j-proton-c.html
qpid/site/docs/proton/submitting-patches.html
qpid/site/input/proton/_transom_template.html
Modified: qpid/site/docs/proton/contributing.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/contributing.html?rev=1705774&r1=1705773&r2=1705774&view=diff
==============================================================================
--- qpid/site/docs/proton/contributing.html (original)
+++ qpid/site/docs/proton/contributing.html Mon Sep 28 20:54:17 2015
@@ -24,11 +24,6 @@
<title>Contributing to Proton - Apache Qpid™</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <meta name="go-import" content="qpid.apache.org/proton git
https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
- <meta name="go-source" content="qpid.apache.org/proton
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/README.md
-https://github.com/apache/qpid-proton/tree/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}/{file}#L{line}"/>
<link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
<link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
<script type="text/javascript">var _deferredFunctions = [];</script>
@@ -36,7 +31,16 @@ https://github.com/apache/qpid-proton/bl
<!--[if lte IE 8]>
<link rel="stylesheet" href="/ie.css" type="text/css"/>
<script type="text/javascript" src="/html5shiv.js"></script>
- <![endif]-->
+ <![endif]-->
+
+ <!-- FIXME aconway 2015-09-28: redirects for `go get` and godoc.org -->
+ <meta name="go-import"
+ content="qpid.apache.org/proton git
https://github.com/alanconway/proton-go.git"/>
+ <meta name="go-source"
+ content="qpid.apache.org/proton
+https://github.com/alanconway/proton-go/blob/master/README.md
+https://github.com/alanconway/proton-go/tree/master/src/qpid.apache.org/proton{/dir}
+https://github.com/alanconway/proton-go/blob/master/src/qpid.apache.org/proton{/dir}/{file}#L{line}"/>
</head>
<body>
<div id="-content">
Modified: qpid/site/docs/proton/development.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/development.html?rev=1705774&r1=1705773&r2=1705774&view=diff
==============================================================================
--- qpid/site/docs/proton/development.html (original)
+++ qpid/site/docs/proton/development.html Mon Sep 28 20:54:17 2015
@@ -24,11 +24,6 @@
<title>Development Plans - Apache Qpid™</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <meta name="go-import" content="qpid.apache.org/proton git
https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
- <meta name="go-source" content="qpid.apache.org/proton
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/README.md
-https://github.com/apache/qpid-proton/tree/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}/{file}#L{line}"/>
<link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
<link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
<script type="text/javascript">var _deferredFunctions = [];</script>
@@ -36,7 +31,16 @@ https://github.com/apache/qpid-proton/bl
<!--[if lte IE 8]>
<link rel="stylesheet" href="/ie.css" type="text/css"/>
<script type="text/javascript" src="/html5shiv.js"></script>
- <![endif]-->
+ <![endif]-->
+
+ <!-- FIXME aconway 2015-09-28: redirects for `go get` and godoc.org -->
+ <meta name="go-import"
+ content="qpid.apache.org/proton git
https://github.com/alanconway/proton-go.git"/>
+ <meta name="go-source"
+ content="qpid.apache.org/proton
+https://github.com/alanconway/proton-go/blob/master/README.md
+https://github.com/alanconway/proton-go/tree/master/src/qpid.apache.org/proton{/dir}
+https://github.com/alanconway/proton-go/blob/master/src/qpid.apache.org/proton{/dir}/{file}#L{line}"/>
</head>
<body>
<div id="-content">
Modified: qpid/site/docs/proton/index.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/index.html?rev=1705774&r1=1705773&r2=1705774&view=diff
==============================================================================
--- qpid/site/docs/proton/index.html (original)
+++ qpid/site/docs/proton/index.html Mon Sep 28 20:54:17 2015
@@ -24,11 +24,6 @@
<title>Qpid Proton - Apache Qpid™</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <meta name="go-import" content="qpid.apache.org/proton git
https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
- <meta name="go-source" content="qpid.apache.org/proton
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/README.md
-https://github.com/apache/qpid-proton/tree/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}/{file}#L{line}"/>
<link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
<link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
<script type="text/javascript">var _deferredFunctions = [];</script>
@@ -36,7 +31,16 @@ https://github.com/apache/qpid-proton/bl
<!--[if lte IE 8]>
<link rel="stylesheet" href="/ie.css" type="text/css"/>
<script type="text/javascript" src="/html5shiv.js"></script>
- <![endif]-->
+ <![endif]-->
+
+ <!-- FIXME aconway 2015-09-28: redirects for `go get` and godoc.org -->
+ <meta name="go-import"
+ content="qpid.apache.org/proton git
https://github.com/alanconway/proton-go.git"/>
+ <meta name="go-source"
+ content="qpid.apache.org/proton
+https://github.com/alanconway/proton-go/blob/master/README.md
+https://github.com/alanconway/proton-go/tree/master/src/qpid.apache.org/proton{/dir}
+https://github.com/alanconway/proton-go/blob/master/src/qpid.apache.org/proton{/dir}/{file}#L{line}"/>
</head>
<body>
<div id="-content">
Modified: qpid/site/docs/proton/mailing-list.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/mailing-list.html?rev=1705774&r1=1705773&r2=1705774&view=diff
==============================================================================
--- qpid/site/docs/proton/mailing-list.html (original)
+++ qpid/site/docs/proton/mailing-list.html Mon Sep 28 20:54:17 2015
@@ -24,11 +24,6 @@
<title>Proton mailing list - Apache Qpid™</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <meta name="go-import" content="qpid.apache.org/proton git
https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
- <meta name="go-source" content="qpid.apache.org/proton
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/README.md
-https://github.com/apache/qpid-proton/tree/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}/{file}#L{line}"/>
<link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
<link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
<script type="text/javascript">var _deferredFunctions = [];</script>
@@ -36,7 +31,16 @@ https://github.com/apache/qpid-proton/bl
<!--[if lte IE 8]>
<link rel="stylesheet" href="/ie.css" type="text/css"/>
<script type="text/javascript" src="/html5shiv.js"></script>
- <![endif]-->
+ <![endif]-->
+
+ <!-- FIXME aconway 2015-09-28: redirects for `go get` and godoc.org -->
+ <meta name="go-import"
+ content="qpid.apache.org/proton git
https://github.com/alanconway/proton-go.git"/>
+ <meta name="go-source"
+ content="qpid.apache.org/proton
+https://github.com/alanconway/proton-go/blob/master/README.md
+https://github.com/alanconway/proton-go/tree/master/src/qpid.apache.org/proton{/dir}
+https://github.com/alanconway/proton-go/blob/master/src/qpid.apache.org/proton{/dir}/{file}#L{line}"/>
</head>
<body>
<div id="-content">
Modified: qpid/site/docs/proton/messenger.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/messenger.html?rev=1705774&r1=1705773&r2=1705774&view=diff
==============================================================================
--- qpid/site/docs/proton/messenger.html (original)
+++ qpid/site/docs/proton/messenger.html Mon Sep 28 20:54:17 2015
@@ -24,11 +24,6 @@
<title>Proton Messenger - Apache Qpid™</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <meta name="go-import" content="qpid.apache.org/proton git
https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
- <meta name="go-source" content="qpid.apache.org/proton
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/README.md
-https://github.com/apache/qpid-proton/tree/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}/{file}#L{line}"/>
<link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
<link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
<script type="text/javascript">var _deferredFunctions = [];</script>
@@ -36,7 +31,16 @@ https://github.com/apache/qpid-proton/bl
<!--[if lte IE 8]>
<link rel="stylesheet" href="/ie.css" type="text/css"/>
<script type="text/javascript" src="/html5shiv.js"></script>
- <![endif]-->
+ <![endif]-->
+
+ <!-- FIXME aconway 2015-09-28: redirects for `go get` and godoc.org -->
+ <meta name="go-import"
+ content="qpid.apache.org/proton git
https://github.com/alanconway/proton-go.git"/>
+ <meta name="go-source"
+ content="qpid.apache.org/proton
+https://github.com/alanconway/proton-go/blob/master/README.md
+https://github.com/alanconway/proton-go/tree/master/src/qpid.apache.org/proton{/dir}
+https://github.com/alanconway/proton-go/blob/master/src/qpid.apache.org/proton{/dir}/{file}#L{line}"/>
</head>
<body>
<div id="-content">
Modified: qpid/site/docs/proton/overview.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/overview.html?rev=1705774&r1=1705773&r2=1705774&view=diff
==============================================================================
--- qpid/site/docs/proton/overview.html (original)
+++ qpid/site/docs/proton/overview.html Mon Sep 28 20:54:17 2015
@@ -24,11 +24,6 @@
<title>Overview - Apache Qpid™</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <meta name="go-import" content="qpid.apache.org/proton git
https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
- <meta name="go-source" content="qpid.apache.org/proton
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/README.md
-https://github.com/apache/qpid-proton/tree/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}/{file}#L{line}"/>
<link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
<link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
<script type="text/javascript">var _deferredFunctions = [];</script>
@@ -36,7 +31,16 @@ https://github.com/apache/qpid-proton/bl
<!--[if lte IE 8]>
<link rel="stylesheet" href="/ie.css" type="text/css"/>
<script type="text/javascript" src="/html5shiv.js"></script>
- <![endif]-->
+ <![endif]-->
+
+ <!-- FIXME aconway 2015-09-28: redirects for `go get` and godoc.org -->
+ <meta name="go-import"
+ content="qpid.apache.org/proton git
https://github.com/alanconway/proton-go.git"/>
+ <meta name="go-source"
+ content="qpid.apache.org/proton
+https://github.com/alanconway/proton-go/blob/master/README.md
+https://github.com/alanconway/proton-go/tree/master/src/qpid.apache.org/proton{/dir}
+https://github.com/alanconway/proton-go/blob/master/src/qpid.apache.org/proton{/dir}/{file}#L{line}"/>
</head>
<body>
<div id="-content">
Modified: qpid/site/docs/proton/proton-j-proton-c.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/proton-j-proton-c.html?rev=1705774&r1=1705773&r2=1705774&view=diff
==============================================================================
--- qpid/site/docs/proton/proton-j-proton-c.html (original)
+++ qpid/site/docs/proton/proton-j-proton-c.html Mon Sep 28 20:54:17 2015
@@ -24,11 +24,6 @@
<title>Proton-J/Proton-C - Apache Qpid™</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <meta name="go-import" content="qpid.apache.org/proton git
https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
- <meta name="go-source" content="qpid.apache.org/proton
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/README.md
-https://github.com/apache/qpid-proton/tree/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}/{file}#L{line}"/>
<link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
<link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
<script type="text/javascript">var _deferredFunctions = [];</script>
@@ -36,7 +31,16 @@ https://github.com/apache/qpid-proton/bl
<!--[if lte IE 8]>
<link rel="stylesheet" href="/ie.css" type="text/css"/>
<script type="text/javascript" src="/html5shiv.js"></script>
- <![endif]-->
+ <![endif]-->
+
+ <!-- FIXME aconway 2015-09-28: redirects for `go get` and godoc.org -->
+ <meta name="go-import"
+ content="qpid.apache.org/proton git
https://github.com/alanconway/proton-go.git"/>
+ <meta name="go-source"
+ content="qpid.apache.org/proton
+https://github.com/alanconway/proton-go/blob/master/README.md
+https://github.com/alanconway/proton-go/tree/master/src/qpid.apache.org/proton{/dir}
+https://github.com/alanconway/proton-go/blob/master/src/qpid.apache.org/proton{/dir}/{file}#L{line}"/>
</head>
<body>
<div id="-content">
Added: qpid/site/docs/proton/stub.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/stub.html?rev=1705774&view=auto
==============================================================================
--- qpid/site/docs/proton/stub.html (added)
+++ qpid/site/docs/proton/stub.html Mon Sep 28 20:54:17 2015
@@ -0,0 +1,146 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements. See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership. The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License. You may obtain a copy of the License at
+ -
+ - http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied. See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <head>
+ <title>stub.html - Apache Qpid™</title>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+ <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+ <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+ <script type="text/javascript">var _deferredFunctions = [];</script>
+ <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+ <!--[if lte IE 8]>
+ <link rel="stylesheet" href="/ie.css" type="text/css"/>
+ <script type="text/javascript" src="/html5shiv.js"></script>
+ <![endif]-->
+
+ <!-- FIXME aconway 2015-09-28: redirects for `go get` and godoc.org -->
+ <meta name="go-import"
+ content="qpid.apache.org/proton git
https://github.com/alanconway/proton-go.git"/>
+ <meta name="go-source"
+ content="qpid.apache.org/proton
+https://github.com/alanconway/proton-go/blob/master/README.md
+https://github.com/alanconway/proton-go/tree/master/src/qpid.apache.org/proton{/dir}
+https://github.com/alanconway/proton-go/blob/master/src/qpid.apache.org/proton{/dir}/{file}#L{line}"/>
+ </head>
+ <body>
+ <div id="-content">
+ <div id="-top" class="panel">
+ <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a>
+
+ <a id="-search-link"><img width="22" height="16" src=""
alt="Search"/></a>
+
+ <ul id="-global-navigation">
+ <li><a id="-logotype" href="/index.html">Apache
Qpid<sup>™</sup></a></li>
+ <li><a href="/documentation.html">Documentation</a></li>
+ <li><a href="/download.html">Download</a></li>
+ <li><a href="/discussion.html">Discussion</a></li>
+ </ul>
+ </div>
+
+ <div id="-menu" class="panel" style="display: none;">
+ <div class="flex">
+ <section>
+ <h3>Project</h3>
+
+ <ul>
+ <li><a href="/overview.html">Overview</a></li>
+ <li><a href="/components/index.html">Components</a></li>
+ <li><a href="/releases/index.html">Releases</a></li>
+ </ul>
+ </section>
+
+ <section>
+ <h3>Messaging APIs</h3>
+
+ <ul>
+ <li><a href="/proton/index.html">Qpid Proton</a></li>
+ <li><a href="/components/jms/index.html">Qpid JMS</a></li>
+ <li><a href="/components/messaging-api/index.html">Qpid
Messaging API</a></li>
+ </ul>
+ </section>
+
+ <section>
+ <h3>Servers and tools</h3>
+
+ <ul>
+ <li><a href="/components/java-broker/index.html">Java
broker</a></li>
+ <li><a href="/components/cpp-broker/index.html">C++
broker</a></li>
+ <li><a href="/components/dispatch-router/index.html">Dispatch
router</a></li>
+ </ul>
+ </section>
+
+ <section>
+ <h3>Resources</h3>
+
+ <ul>
+ <li><a href="/dashboard.html">Dashboard</a></li>
+ <li><a
href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li>
+ <li><a href="/resources.html">More resources</a></li>
+ </ul>
+ </section>
+ </div>
+ </div>
+
+ <div id="-search" class="panel" style="display: none;">
+ <form action="http://www.google.com/search" method="get">
+ <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+ <input type="text" name="q" maxlength="255" autofocus="autofocus"
tabindex="1"/>
+ <button type="submit">Search</button>
+ <a href="/search.html">More ways to search</a>
+ </form>
+ </div>
+
+ <div id="-middle" class="panel">
+ <ul id="-path-navigation"><li><a
href="/index.html">Home</a></li><li><a href="/proton/index.html">Qpid
Proton</a></li><li>stub.html</li></ul>
+
+ <div id="-middle-content">
+ <p>This is not a web page, it is a Go package stub.
+<a
href="https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/README.md">Find
out more</a>.</p>
+
+
+ <hr/>
+
+ <ul id="-apache-navigation">
+ <li><a href="http://www.apache.org/">Apache</a></li>
+ <li><a href="http://www.apache.org/licenses/">License</a></li>
+ <li><a
href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+ <li><a
href="http://www.apache.org/foundation/thanks.html">Thanks!</a></li>
+ <li><a href="http://www.apache.org/security/">Security</a></li>
+ <li><a href="http://www.apache.org/"><img id="-apache-feather"
width="48" height="14" src="" alt="Apache"/></a></li>
+ </ul>
+
+ <p id="-legal">
+ Apache Qpid, Messaging built on AMQP; Copyright © 2015
+ The Apache Software Foundation; Licensed under
+ the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+ License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+ Proton, Apache, the Apache feather logo, and the Apache Qpid
+ project logo are trademarks of The Apache Software
+ Foundation; All other marks mentioned may be trademarks or
+ registered trademarks of their respective owners
+ </p>
+ </div>
+ </div>
+ </div>
+ </body>
+</html>
Modified: qpid/site/docs/proton/submitting-patches.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/submitting-patches.html?rev=1705774&r1=1705773&r2=1705774&view=diff
==============================================================================
--- qpid/site/docs/proton/submitting-patches.html (original)
+++ qpid/site/docs/proton/submitting-patches.html Mon Sep 28 20:54:17 2015
@@ -24,11 +24,6 @@
<title>Submitting Patches - Apache Qpid™</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <meta name="go-import" content="qpid.apache.org/proton git
https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
- <meta name="go-source" content="qpid.apache.org/proton
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/README.md
-https://github.com/apache/qpid-proton/tree/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}/{file}#L{line}"/>
<link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
<link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
<script type="text/javascript">var _deferredFunctions = [];</script>
@@ -36,7 +31,16 @@ https://github.com/apache/qpid-proton/bl
<!--[if lte IE 8]>
<link rel="stylesheet" href="/ie.css" type="text/css"/>
<script type="text/javascript" src="/html5shiv.js"></script>
- <![endif]-->
+ <![endif]-->
+
+ <!-- FIXME aconway 2015-09-28: redirects for `go get` and godoc.org -->
+ <meta name="go-import"
+ content="qpid.apache.org/proton git
https://github.com/alanconway/proton-go.git"/>
+ <meta name="go-source"
+ content="qpid.apache.org/proton
+https://github.com/alanconway/proton-go/blob/master/README.md
+https://github.com/alanconway/proton-go/tree/master/src/qpid.apache.org/proton{/dir}
+https://github.com/alanconway/proton-go/blob/master/src/qpid.apache.org/proton{/dir}/{file}#L{line}"/>
</head>
<body>
<div id="-content">
Modified: qpid/site/input/proton/_transom_template.html
URL:
http://svn.apache.org/viewvc/qpid/site/input/proton/_transom_template.html?rev=1705774&r1=1705773&r2=1705774&view=diff
==============================================================================
--- qpid/site/input/proton/_transom_template.html (original)
+++ qpid/site/input/proton/_transom_template.html Mon Sep 28 20:54:17 2015
@@ -24,11 +24,6 @@
<title>{{title}} - Apache Qpid™</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <meta name="go-import" content="qpid.apache.org/proton git
https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/>
- <meta name="go-source" content="qpid.apache.org/proton
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/README.md
-https://github.com/apache/qpid-proton/tree/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}
-https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/src/qpid.apache.org/proton/go{/dir}/{file}#L{line}"/>
<link rel="stylesheet" href="{{site_url}}/site.css" type="text/css"
async="async"/>
<link rel="stylesheet" href="{{site_url}}/deferred.css" type="text/css"
defer="defer"/>
<script type="text/javascript">var _deferredFunctions = [];</script>
@@ -36,7 +31,16 @@ https://github.com/apache/qpid-proton/bl
<!--[if lte IE 8]>
<link rel="stylesheet" href="{{site_url}}/ie.css" type="text/css"/>
<script type="text/javascript" src="{{site_url}}/html5shiv.js"></script>
- <![endif]-->
+ <![endif]-->
+
+ <!-- FIXME aconway 2015-09-28: redirects for `go get` and godoc.org -->
+ <meta name="go-import"
+ content="qpid.apache.org/proton git
https://github.com/alanconway/proton-go.git"/>
+ <meta name="go-source"
+ content="qpid.apache.org/proton
+https://github.com/alanconway/proton-go/blob/master/README.md
+https://github.com/alanconway/proton-go/tree/master/src/qpid.apache.org/proton{/dir}
+https://github.com/alanconway/proton-go/blob/master/src/qpid.apache.org/proton{/dir}/{file}#L{line}"/>
</head>
<body>
<div id="-content">
Added: qpid/site/input/proton/amqp/_transom_template.html
URL:
http://svn.apache.org/viewvc/qpid/site/input/proton/amqp/_transom_template.html?rev=1705774&view=auto
==============================================================================
--- qpid/site/input/proton/amqp/_transom_template.html (added)
+++ qpid/site/input/proton/amqp/_transom_template.html Mon Sep 28 20:54:17 2015
@@ -0,0 +1 @@
+link /home/aconway/svn/qpid-site/input/proton/_transom_template.html
\ No newline at end of file
Propchange: qpid/site/input/proton/amqp/_transom_template.html
------------------------------------------------------------------------------
svn:special = *
Added: qpid/site/input/proton/amqp/index.md
URL:
http://svn.apache.org/viewvc/qpid/site/input/proton/amqp/index.md?rev=1705774&view=auto
==============================================================================
--- qpid/site/input/proton/amqp/index.md (added)
+++ qpid/site/input/proton/amqp/index.md Mon Sep 28 20:54:17 2015
@@ -0,0 +1 @@
+link /home/aconway/svn/qpid-site/input/proton/stub.md
\ No newline at end of file
Propchange: qpid/site/input/proton/amqp/index.md
------------------------------------------------------------------------------
svn:special = *
Added: qpid/site/input/proton/concurrent/_transom_template.html
URL:
http://svn.apache.org/viewvc/qpid/site/input/proton/concurrent/_transom_template.html?rev=1705774&view=auto
==============================================================================
--- qpid/site/input/proton/concurrent/_transom_template.html (added)
+++ qpid/site/input/proton/concurrent/_transom_template.html Mon Sep 28
20:54:17 2015
@@ -0,0 +1 @@
+link /home/aconway/svn/qpid-site/input/proton/_transom_template.html
\ No newline at end of file
Propchange: qpid/site/input/proton/concurrent/_transom_template.html
------------------------------------------------------------------------------
svn:special = *
Added: qpid/site/input/proton/concurrent/index.md
URL:
http://svn.apache.org/viewvc/qpid/site/input/proton/concurrent/index.md?rev=1705774&view=auto
==============================================================================
--- qpid/site/input/proton/concurrent/index.md (added)
+++ qpid/site/input/proton/concurrent/index.md Mon Sep 28 20:54:17 2015
@@ -0,0 +1 @@
+link /home/aconway/svn/qpid-site/input/proton/stub.md
\ No newline at end of file
Propchange: qpid/site/input/proton/concurrent/index.md
------------------------------------------------------------------------------
svn:special = *
Added: qpid/site/input/proton/stub.md
URL:
http://svn.apache.org/viewvc/qpid/site/input/proton/stub.md?rev=1705774&view=auto
==============================================================================
--- qpid/site/input/proton/stub.md (added)
+++ qpid/site/input/proton/stub.md Mon Sep 28 20:54:17 2015
@@ -0,0 +1,2 @@
+This is not a web page, it is a Go package stub.
+[Find out
more](https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/README.md).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]