This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git
The following commit(s) were added to refs/heads/master by this push:
new e0a0c35 Remove the download of 0.7.0 (pre-Apache)
new a53c6ff Merge pull request #51 from samperson1997/remove_0,7
e0a0c35 is described below
commit e0a0c352855fa646fc03352d623f399ca59347b5
Author: samperson1997 <[email protected]>
AuthorDate: Wed Dec 18 16:58:47 2019 +0800
Remove the download of 0.7.0 (pre-Apache)
---
src/views/Download.vue | 28 +---------------------------
1 file changed, 1 insertion(+), 27 deletions(-)
diff --git a/src/views/Download.vue b/src/views/Download.vue
index e2c0fbd..0db4ea6 100644
--- a/src/views/Download.vue
+++ b/src/views/Download.vue
@@ -26,18 +26,10 @@
</li>
</ul>
- <div class="unofficial-notice"
v-if="selectVersionObj.isUnofficialVersion">
- <p><b>Notice:</b> The version is a legacy version and was released
before IoTDB was donated to ASF.
- <br/>
- As it is not an Apache-verified released version, we suggest
users who use the version
- upgrade the latest Apache released version ASAP.</p>
- </div>
-
<p>Main features and change list of each version, please check
<a class="link-color"
:href="selectVersionObj.releaseNoteUrl">release notes</a>.
</p>
- <span v-if="!selectVersionObj.isUnofficialVersion">
<h2 class="download-title">Verifying Hashes and Signatures</h2>
<p>
Along with our releases, we also provide sha512 hashes in *.sha512
files and
@@ -49,7 +41,6 @@
href="https://www.apache.org/dist/incubator/iotdb/KEYS">
KEYS </a>.
</p>
- </span>
</div>
<my-sidebar/>
</div>
@@ -112,18 +103,7 @@
sourcesSHA512Url:
'https://www.apache.org/dist/incubator/iotdb/0.8.0-incubating/apache-iotdb-0.8.0-incubating-source-release.zip.sha512',
sourcesASCUrl:
'https://www.apache.org/dist/incubator/iotdb/0.8.0-incubating/apache-iotdb-0.8.0-incubating-source-release.zip.asc',
releaseNoteUrl:
'https://raw.githubusercontent.com/apache/incubator-iotdb/release/0.8.0/RELEASE_NOTES.md'
- },
- {
- text: 'IoTDB v0.7.0 pre-Apache',
- binariesUrl: 'https://github.com/thulab/iotdb/releases/tag/v0.7.0',
- binariesSHA512Url: '',
- binariesASCUrl: '',
- sourcesUrl: '',
- sourcesSHA512Url: '',
- sourcesASCUrl: '',
- isUnofficialVersion: true,
- releaseNoteUrl:
'https://raw.githubusercontent.com/apache/incubator-iotdb/0.7.0-doc/docs/Documentation/OtherMaterial-ReleaseNotesV0.7.0.md'
- },
+ }
]
}
},
@@ -165,12 +145,6 @@
display: none;
}
- .unofficial-notice {
- color: #fcac45;
- border-radius: 5px;
- padding: 0 15px;
- }
-
p, a {
font-size: 16px;
}