Skip to content

[IOTDB-521]改为访问本地文件,优化首页界面#66

Closed
SailVR wants to merge 2 commits intoapache:masterfrom
SailVR:master
Closed

[IOTDB-521]改为访问本地文件,优化首页界面#66
SailVR wants to merge 2 commits intoapache:masterfrom
SailVR:master

Conversation

@SailVR
Copy link
Copy Markdown

@SailVR SailVR commented Mar 9, 2020

0.8/0.9版本为访问本地html,in progress版本为访问本地md文件

Copy link
Copy Markdown
Contributor

@samperson1997 samperson1997 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, you may have to merge and ACCEPT all other people's change before submitting PR... I thought you may revert many PRs that have already merged in the repository ...

Would you please have a look and cancel reverting them?

const downloadSparkConnector = 'https://github.com/apache/incubator-iotdb';

const cheerio = require('cheerio');
// const DOC_URL_PREFIX = "https://rhh.666love.cn/incubator-iotdb/";
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember to remove these comments when submitting PR : )

Comment on lines -62 to -71
<li class="dropdown">
<router-link to="/Community/Powered By" class="dropdown-toggle" data-toggle="dropdown" role="button"
aria-haspopup="true" aria-expanded="false"><span>ASF<b class="caret"></b></span>
</router-link>
<ul class="dropdown-menu">
<li v-for="item in ASF">
<a :href=item.url :class="nav-link"><span>{{item.content}}</span></a>
</li>
</ul>
</li>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't delete this

Comment on lines 126 to 116
],
"ASF": [
{"url":"http://www.apache.org/foundation/","content":"Foundation"},
{"url":"http://www.apache.org/licenses/","content":"License"},
{"url":"http://www.apache.org/security/","content":"Security"},
{"url":"http://www.apache.org/foundation/sponsorship.html","content":"Sponsorship"},
{"url":"http://www.apache.org/foundation/thanks.html","content":"Thanks"},
{"url":"http://www.apache.org/events/current-event","content":"Current Events"},
],
defaultDocLink: "/Documents/" + Global.DEFAULT_VERSION + "/chap1/sec1",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't delete this

Comment on lines +44 to +53
{
path: '/Tools',
name: 'Tools',
component: Tools
},
{
path: '/Tools/:content',
name: 'SingleTool',
component: SingleTool
},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete this useless components and the related import

Disclaimer: Apache IoTDB (incubating) (Database for Internet of Things) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
</p>
<span style="text-align: center">Copyright © 2020 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span>
<span>Copyright © 2019 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<span>Copyright © 2019 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span>
<span>Copyright © 2020 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span>

hashes and signatures </a> which you can follow by using any of these
release-signing <a class="link-color"
href="https://downloads.apache.org/incubator/iotdb/KEYS">
href="https://www.apache.org/dist/incubator/iotdb/KEYS">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use downloads.apache.org instead of www.apache.org/dist
And also all download links in this file.

@@ -0,0 +1,119 @@
<template>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete this file.

Disclaimer: Apache IoTDB (incubating) (Database for Internet of Things) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
</p>
<span style="text-align: center">Copyright © 2020 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span>
<span>Copyright © 2019 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<span>Copyright © 2019 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span>
<span>Copyright © 2020 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span>

margin-bottom: 5px;
padding: 5px;
max-width: 80%;
line-height: 15px;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't remove this

@@ -0,0 +1,253 @@
<template>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete this file

@samperson1997
Copy link
Copy Markdown
Contributor

New PR #67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants