Author: fmui
Date: Fri May 27 13:56:32 2016
New Revision: 1745756
URL: http://svn.apache.org/viewvc?rev=1745756&view=rev
Log:
added PortCMIS release and changed some links to HTTPS
Modified:
chemistry/site/trunk/content/dotnet/dotcmis.mdtext
chemistry/site/trunk/content/dotnet/portcmis.mdtext
chemistry/site/trunk/content/index.mdtext
Modified: chemistry/site/trunk/content/dotnet/dotcmis.mdtext
URL:
http://svn.apache.org/viewvc/chemistry/site/trunk/content/dotnet/dotcmis.mdtext?rev=1745756&r1=1745755&r2=1745756&view=diff
==============================================================================
--- chemistry/site/trunk/content/dotnet/dotcmis.mdtext (original)
+++ chemistry/site/trunk/content/dotnet/dotcmis.mdtext Fri May 27 13:56:32 2016
@@ -26,8 +26,8 @@ For older releases please browse the [Ar
#### Verify authenticity of Downloads package
While downloading the packages, make yourself familiar on how to verify their
integrity, authenticity and provenience according to the Apache Software
Foundation best practices. Please make sure you check the following resources:
-* [Artifact
verification](http://chemistry.apache.org/project/verification.html) details
-* Developers and release managers PGP keys are publicly available
[here](http://apache.org/dist/chemistry/KEYS)
+* [Artifact
verification](https://chemistry.apache.org/project/verification.html) details
+* Developers and release managers PGP keys are publicly available
[here](https://apache.org/dist/chemistry/KEYS)
<a name="DotCMIS-Documentation"></a>
@@ -50,14 +50,14 @@ DotCMIS requires the .NET Framework vers
The DotCMIS unit tests require NUnit 2.5.
-[srczip]:
http://www.apache.org/dyn/closer.lua/chemistry/dotcmis/0.7/chemistry-dotcmis-0.7-src.zip
-[srcmd5]:
http://www.apache.org/dist/chemistry/dotcmis/0.7/chemistry-dotcmis-0.7-src.zip.md5
-[srcsha]:
http://www.apache.org/dist/chemistry/dotcmis/0.7/chemistry-dotcmis-0.7-src.zip.sha
-[srcpgp]:
http://www.apache.org/dist/chemistry/dotcmis/0.7/chemistry-dotcmis-0.7-src.zip.asc
-
-[binzip]:
http://www.apache.org/dyn/closer.lua/chemistry/dotcmis/0.7/chemistry-dotcmis-0.7-bin.zip
-[binmd5]:
http://www.apache.org/dist/chemistry/dotcmis/0.7/chemistry-dotcmis-0.7-bin.zip.md5
-[binsha]:
http://www.apache.org/dist/chemistry/dotcmis/0.7/chemistry-dotcmis-0.7-bin.zip.sha
-[binpgp]:
http://www.apache.org/dist/chemistry/dotcmis/0.7/chemistry-dotcmis-0.7-bin.zip.asc
+[srczip]:
https://www.apache.org/dyn/closer.lua/chemistry/dotcmis/0.7/chemistry-dotcmis-0.7-src.zip
+[srcmd5]:
https://www.apache.org/dist/chemistry/dotcmis/0.7/chemistry-dotcmis-0.7-src.zip.md5
+[srcsha]:
https://www.apache.org/dist/chemistry/dotcmis/0.7/chemistry-dotcmis-0.7-src.zip.sha
+[srcpgp]:
https://www.apache.org/dist/chemistry/dotcmis/0.7/chemistry-dotcmis-0.7-src.zip.asc
+
+[binzip]:
https://www.apache.org/dyn/closer.lua/chemistry/dotcmis/0.7/chemistry-dotcmis-0.7-bin.zip
+[binmd5]:
https://www.apache.org/dist/chemistry/dotcmis/0.7/chemistry-dotcmis-0.7-bin.zip.md5
+[binsha]:
https://www.apache.org/dist/chemistry/dotcmis/0.7/chemistry-dotcmis-0.7-bin.zip.sha
+[binpgp]:
https://www.apache.org/dist/chemistry/dotcmis/0.7/chemistry-dotcmis-0.7-bin.zip.asc
-[archives]: http://archive.apache.org/dist/chemistry/dotcmis
\ No newline at end of file
+[archives]: https://archive.apache.org/dist/chemistry/dotcmis
\ No newline at end of file
Modified: chemistry/site/trunk/content/dotnet/portcmis.mdtext
URL:
http://svn.apache.org/viewvc/chemistry/site/trunk/content/dotnet/portcmis.mdtext?rev=1745756&r1=1745755&r2=1745756&view=diff
==============================================================================
--- chemistry/site/trunk/content/dotnet/portcmis.mdtext (original)
+++ chemistry/site/trunk/content/dotnet/portcmis.mdtext Fri May 27 13:56:32 2016
@@ -21,16 +21,37 @@ Notice: Licensed to the Apache Softwa
Apache Chemistry PortCMIS is a [CMIS
1.0](http://docs.oasis-open.org/cmis/CMIS/v1.0/cmis-spec-v1.0.html) and [CMIS
1.1](http://docs.oasis-open.org/cmis/CMIS/v1.1/CMIS-v1.1.html) client library
for .NET. It is loosely based on the [OpenCMIS client
architecture](/java/opencmis-modules.html).
-PortCMIS is supposed to become the [successor of DotCMIS][1].
+PortCMIS is the [successor of DotCMIS][1].
## Get PortCMIS
<a name="PortCMIS-0.1FullDownloadpage"></a>
-#### Release
+#### Release 0.1 (2016-05-27)
-PortCMIS has not been released, yet.
+[Full Download
page](http://www.apache.org/dyn/closer.lua/chemistry/portcmis/0.1).
+
+Package| zip
+------|---
+PortCMIS client source|[Download][srczip] ([md5][srcmd5], [sha1][srcsha],
[pgp][srcpgp])
+PortCMIS client binary|[Download][binzip] ([md5][binmd5], [sha1][binsha],
[pgp][binpgp])
+PortCMIS client NUPKG|[Download][nupkgzip] ([md5][binmd5], [sha1][nupkgsha],
[pgp][nupkgpgp])
+
+
+#### Verify authenticity of Downloads package
+While downloading the packages, make yourself familiar on how to verify their
integrity, authenticity and provenience according to the Apache Software
Foundation best practices. Please make sure you check the following resources:
+
+* [Artifact
verification](https://chemistry.apache.org/project/verification.html) details
+* Developers and release managers PGP keys are publicly available
[here](https://apache.org/dist/chemistry/KEYS)
+
+
+<a name="DotCMIS-Documentation"></a>
+## Documentation
+
+tbd.
+
+Please refer to the [DotCMIS documentation](/dotnet/dotcmis.html) for now. The
APIs are very similar.
<a name="PortCMIS-Sourcecodeanddependencies"></a>
@@ -41,4 +62,22 @@ The PortCMIS source code is here: [https
PortCMIS requires the .NET Framework version 4.5 or higher. It does not depend
on anything else.
- [1]: /dotnet/dotcmis-vs-portcmis.html
\ No newline at end of file
+ [1]: /dotnet/dotcmis-vs-portcmis.html
+
+[srczip]:
https://www.apache.org/dyn/closer.lua/chemistry/portcmis/0.1/chemistry-portcmis-0.1-src.zip
+[srcmd5]:
https://www.apache.org/dist/chemistry/portcmis/0.1/chemistry-portcmis-0.1-src.zip.md5
+[srcsha]:
https://www.apache.org/dist/chemistry/portcmis/0.1/chemistry-portcmis-0.1-src.zip.sha
+[srcpgp]:
https://www.apache.org/dist/chemistry/portcmis/0.1/chemistry-portcmis-0.1-src.zip.asc
+
+[binzip]:
https://www.apache.org/dyn/closer.lua/chemistry/portcmis/0.1/chemistry-portcmis-0.1-bin.zip
+[binmd5]:
https://www.apache.org/dist/chemistry/portcmis/0.1/chemistry-portcmis-0.1-bin.zip.md5
+[binsha]:
https://www.apache.org/dist/chemistry/portcmis/0.1/chemistry-portcmis-0.1-bin.zip.sha
+[binpgp]:
https://www.apache.org/dist/chemistry/portcmis/0.1/chemistry-portcmis-0.1-bin.zip.asc
+
+[nupkgzip]:
https://www.apache.org/dyn/closer.lua/chemistry/portcmis/0.1/chemistry-portcmis-0.1-nupkg.zip
+[nupkgmd5]:
https://www.apache.org/dist/chemistry/portcmis/0.1/chemistry-portcmis-0.1-nupkg.zip.md5
+[nupkgsha]:
https://www.apache.org/dist/chemistry/portcmis/0.1/chemistry-portcmis-0.1-nupkg.zip.sha
+[nupkgpgp]:
https://www.apache.org/dist/chemistry/portcmis/0.1/chemistry-portcmis-0.1-nupkg.zip.asc
+
+
+[archives]: https://archive.apache.org/dist/chemistry/portcmis
\ No newline at end of file
Modified: chemistry/site/trunk/content/index.mdtext
URL:
http://svn.apache.org/viewvc/chemistry/site/trunk/content/index.mdtext?rev=1745756&r1=1745755&r2=1745756&view=diff
==============================================================================
--- chemistry/site/trunk/content/index.mdtext (original)
+++ chemistry/site/trunk/content/index.mdtext Fri May 27 13:56:32 2016
@@ -64,6 +64,7 @@ inclusion of the C.M.I.S. letters, "CheM
<a name="news"></a>
## Project News
+ * 2016-05-27 [PortCMIS
0.1](dotnet/portcmis.html#portcmis-0.1FullDownloadpage) released.
* 2016-05-23 [OpenCMIS
0.14.0](java/download.html#OpenCMIS-0.14.0FullDownloadpage) released,
introducing multiple fixes and improvements.
* 2015-04-13 [DotCMIS 0.7](dotnet/dotcmis.html#dotcmis-0.7FullDownloadpage)
released.
* 2015-04-06 [OpenCMIS
0.13.0](java/download.html#OpenCMIS-0.13.0FullDownloadpage) released,
introducing multiple fixes and improvements.