Skip to content

Commit

Permalink
update information about the mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzhi713 committed May 20, 2021
1 parent de8b39f commit f3984dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ However, optional backend storage features are available. Users can choose to lo

## Mirror

To facilitate access in China, we provide a mirror: https://cn.plannable.org/. It is synchronized with https://plannable.org/ once per hour.
<s> To facilitate access in China, we provide a mirror: https://cn.plannable.org/. It is synchronized with https://plannable.org/ once per hour.</s>

> Note: due to technical issues, the synchronization must be performed manually, so the mirror might not be up-to-date. I suggest to use the main website https://plannable.org/.
### Supported browsers

Since Plannable uses some of the cutting-edge features of CSS and Javascript, it requires relatively recent versions of the mainstream browsers. Specifically, Edge >= 16, Firefox >= 52, Chrome >= 57, Safari >= 11, Opera >= 44 are supported. IE is not supported. Plannable might also work on browsers not mentioned above, as long as the newer features such as ES6, WebAssembly and CSS Grid are supported.

## Desktop App

Expand Down
15 changes: 2 additions & 13 deletions src/components/tabs/Information.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,19 +180,8 @@
<p>
The primary address of our website is
<a href="https://plannable.org">https://plannable.org</a>. It is hosted on
GitHub. Since we load content from many sources, it may take a while for
first-time loading. For users in China, we provide a <strong>mirror</strong> (<a
href="https://cn.plannable.org"
>https://cn.plannable.org</a
>) whose content is synchronized with the primary website once per hour. Note
that it automatically redirects to
<a href="https://plannable.gitee.io">https://plannable.gitee.io</a>, because to
host websites in China, one needs to register at ICP (ICP备案), which is somehow
complicated. To avoid such a burden, we hosted our website on gitee.io, a top
level domain operated by a Chinese company. However, your data is not
synchronized (and it is techniqually impossible to do so). If you want to
transfer your data between them, you need to use the
<a href="#item-7-2" @click="showGuide(7)">Export to JSON</a> function provided.
GitHub (free of charge!). Since we load content from many sources, it may take a
while for first-time loading.
</p>

<h5>Privacy</h5>
Expand Down

0 comments on commit f3984dc

Please sign in to comment.