Author: robbie
Date: Sat Mar 21 14:57:39 2015
New Revision: 1668292
URL: http://svn.apache.org/r1668292
Log:
add the README.md contents to the generated release, produce local HTML rather
than linking out to GitHub
Modified:
qpid/site/input/components/jms/index.md
qpid/site/scripts/gen-jms-release-docs
qpid/site/scripts/gen-jms-release-page
Modified: qpid/site/input/components/jms/index.md
URL:
http://svn.apache.org/viewvc/qpid/site/input/components/jms/index.md?rev=1668292&r1=1668291&r2=1668292&view=diff
==============================================================================
--- qpid/site/input/components/jms/index.md (original)
+++ qpid/site/input/components/jms/index.md Sat Mar 21 14:57:39 2015
@@ -51,7 +51,7 @@ Qpid also provides an alternate JMS clie
- [API
reference](http://docs.oracle.com/javaee/1.4/api/javax/jms/package-summary.html)
-
[Examples](https://github.com/apache/qpid-jms/tree/qpid-jms-@current-jms-release@/qpid-jms-examples)
- [Configuration](@current-jms-release-url@/docs/index.html)
- - [Installing Qpid
JMS](https://github.com/apache/qpid-jms/blob/master/README.md)
+ - [Building Qpid JMS](@current-jms-release-url@/building.html)
</div>
Modified: qpid/site/scripts/gen-jms-release-docs
URL:
http://svn.apache.org/viewvc/qpid/site/scripts/gen-jms-release-docs?rev=1668292&r1=1668291&r2=1668292&view=diff
==============================================================================
--- qpid/site/scripts/gen-jms-release-docs (original)
+++ qpid/site/scripts/gen-jms-release-docs Sat Mar 21 14:57:39 2015
@@ -21,13 +21,15 @@
from qpid_site.generate import *
def gen_docs(release, source_dir, output_dir):
- input_dir = join(source_dir, "qpid-jms-docs")
+ docs_input_dir = join(source_dir, "qpid-jms-docs")
docs_output_dir = join(output_dir, "docs")
remove(docs_output_dir)
- copy(join(input_dir, "Configuration.md"), join(docs_output_dir,
"index.md"))
+ copy(join(docs_input_dir, "Configuration.md"), join(docs_output_dir,
"index.md"))
+
+ copy(join(source_dir, "README.md"), join(output_dir, "building.md"))
## Now do stuff ##
Modified: qpid/site/scripts/gen-jms-release-page
URL:
http://svn.apache.org/viewvc/qpid/site/scripts/gen-jms-release-page?rev=1668292&r1=1668291&r2=1668292&view=diff
==============================================================================
--- qpid/site/scripts/gen-jms-release-page (original)
+++ qpid/site/scripts/gen-jms-release-page Sat Mar 21 14:57:39 2015
@@ -81,7 +81,7 @@ files you download.
- [API
reference](http://docs.oracle.com/javaee/1.4/api/javax/jms/package-summary.html)
-
[Examples](https://github.com/apache/qpid-jms/tree/qpid-jms-{release}/qpid-jms-examples)
- [Configuration](docs/index.html)
- - [Installing Qpid
JMS](https://github.com/apache/qpid-jms/blob/qpid-jms-{release}/README.md)
+ - [Building Qpid JMS](building.html)
</div>
@@ -160,8 +160,8 @@ This content was generated at {time} on
- [API
reference](http://docs.oracle.com/javaee/1.4/api/javax/jms/package-summary.html)
- [Examples](https://github.com/apache/qpid-jms/tree/master/qpid-jms-examples)
- -
[Configuration](https://github.com/apache/qpid-jms/blob/master/qpid-jms-docs/Configuration.md)
- - [Installing Qpid
JMS](https://github.com/apache/qpid-jms/blob/master/README.md)
+ - [Configuration](docs/index.html)
+ - [Building Qpid JMS](building.html)
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]