Thanks for fixing the 404s and making the homepage editable.

> we can not control the Apache server to force redirect all non-https
requests to the https version, so, now we can just replace manually, I will
check it through automated means.

The server should just be a Apache webserver (of course!) that can
accept .htaccess files to redirect non-http requests.
Super complicated example from Cordova:
https://github.com/apache/cordova-docs/blob/3c41a7d14192eb26c883c65fc63be303f811474e/www/.htaccess#L118-L130
There should be much easier ways to achieve this.

-J

Am Di., 26. Feb. 2019 um 10:44 Uhr schrieb 申远 <shenyua...@gmail.com>:
>
> >
> > I am fine with editing any .yml or .json files that include the
> > content, but the headline "Cross Platforms" has to come from somewhere
> > in this repo, right?
> >
>
> The homepage is generated by
> https://github.com/apache/incubator-weex-site/blob/draft/docs/.vuepress/data/lang-en.js
> on
> draft branch, I have just merged Dans' PR.
>
>
> > Old links that are listed in Google like e.g.
> > https://weex.apache.org/references/ also _have_ to be redirected to
> > the content's new location as quickly as possible. That is one of
> > those things that destroys existing traffic to websites on relaunches.
> > (https://www.google.com/search?client=firefox-b-d&q=site%3Aweex.apache.org
> > - 217 pages that show mostly a 404 right now)
>
>
> The 404 problems has been fixed thanks to Dan's effort.
>
> BTW, https://weex.io has been redirected to https://weex.apache.org
> officially. I will contact the owner of weex-project.io to make it redirect
> as well later.
>
> Best Regards,
> YorkShen
>
> 申远
>
>
> Dan <faterr...@gmail.com> 于2019年2月26日周二 下午1:29写道:
>
> > Hi, Jan
> >
> > > I am fine with editing any .yml or .json files that include the
> > content, but the headline "Cross Platforms" has to come from somewhere
> > in this repo, right?
> >
> > I have created a pull request to support edit homepage date, see  [docs]
> > support edit homepage data
> > <https://github.com/apache/incubator-weex-site/pull/327>, after the pull
> > request merged, you can edit the data file to change the homepage content.
> >
> > > One thing I would advise is that you make all non-https requests
> > redirect to the https version as soon as possible.
> >
> > we can not control the Apache server to force redirect all non-https
> > requests to the https version, so, now we can just replace manually, I will
> > check it through automated means.
> >
> > > Old links that are listed in Google like e.g.
> > https://weex.apache.org/references/ also _have_ to be redirected to
> > the content's new location as quickly as possible. That is one of
> > those things that destroys existing traffic to websites on relaunches.
> > (https://www.google.com/search?client=firefox-b-d&q=site%3Aweex.apache.org
> > - 217 pages that show mostly a 404 right now)
> >
> > I am do it now, will be fixed today.
> >
> > > Have you already created a Google Search Console account for the site?
> > If not, someone should do so. I would be happy to look at the reports
> > being generated and give advice how to fix any possible problems.
> >
> > After finish all the below jobs, I will study how to deploy  Google Search
> > Console account on the site.
> >
> > Thanks,
> > Dan
> >
> > Jan Piotrowski <piotrow...@gmail.com> 于2019年2月25日周一 下午9:18写道:
> >
> > > I am fine with editing any .yml or .json files that include the
> > > content, but the headline "Cross Platforms" has to come from somewhere
> > > in this repo, right?
> > >
> > > One thing I would advise is that you make all non-https requests
> > > redirect to the https version as soon as possible.
> > >
> > > Old links that are listed in Google like e.g.
> > > https://weex.apache.org/references/ also _have_ to be redirected to
> > > the content's new location as quickly as possible. That is one of
> > > those things that destroys existing traffic to websites on relaunches.
> > > (
> > https://www.google.com/search?client=firefox-b-d&q=site%3Aweex.apache.org
> > > - 217 pages that show mostly a 404 right now)
> > >
> > > Have you already created a Google Search Console account for the site?
> > > If not, someone should do so. I would be happy to look at the reports
> > > being generated and give advice how to fix any possible problems.
> > >
> > > -J
> > >
> > > Am Mo., 25. Feb. 2019 um 12:50 Uhr schrieb Dan <faterr...@gmail.com>:
> > > >
> > > > Hi, Jan
> > > >
> > > > We deployed an automated server build system for building the content
> > of
> > > > weex.apache.org, the homepage is not a pure HTML file that can be
> > easily
> > > > edited.
> > > >
> > > > If you have any advice about this page, please let me know, I will
> > > improve
> > > > it later.
> > > >
> > > > Maybe some of the content can be built from a data file on the
> > > > incubator-weex-site <https://github.com/apache/incubator-weex-site>
> > > repo.
> > > >
> > > > Thanks,
> > > > Dan
> > > >
> > > > Jan Piotrowski <piotrow...@gmail.com> 于2019年2月25日周一 下午6:11写道:
> > > >
> > > > > Yeah, the homepage is unfortunately missing that button ;)
> > > > > As the content is still in the `draft` branch, I also can't just
> > > > > search for a sub string of the headlines to fine the page that
> > > > > represents the homepage - could you please point me to the correct
> > > > > file?
> > > > >
> > > > > -J
> > > > >
> > > > > Am Mo., 25. Feb. 2019 um 10:59 Uhr schrieb 申远 <shenyua...@gmail.com
> > >:
> > > > > >
> > > > > > There are two options.
> > > > > >
> > > > > > 1. On the bottom of each page, there is a button called *Edit this
> > > > > page.* Just
> > > > > > click it, then you will be navigated to the right branch and file
> > on
> > > the
> > > > > > github.
> > > > > > 2. If you prefer do things manually, Go to draft branch of
> > > > > > https://github.com/apache/incubator-weex-site/tree/draft.
> > > > > >
> > > > > > I normally prefer the first choice unless I have to write a totally
> > > new
> > > > > > article.
> > > > > >
> > > > > > BTW, the following approach is described in the docs, too. Ref
> > > > > >
> > > > >
> > >
> > https://weex.apache.org/guide/contribute/how-to-contribute.html#contribute-code-or-document
> > > > > >
> > > > > > Best Regards,
> > > > > > YorkShen
> > > > > >
> > > > > > 申远
> > > > > >
> > > > > >
> > > > > > Jan Piotrowski <piotrow...@gmail.com> 于2019年2月25日周一 下午5:46写道:
> > > > > >
> > > > > > > Nice.
> > > > > > >
> > > > > > > Which is the repository and branch to send PRs with typo fixes
> > etc
> > > to?
> > > > > > >
> > > > > > > Am Mo., 25. Feb. 2019 um 10:18 Uhr schrieb 申远 <
> > > shenyua...@gmail.com>:
> > > > > > > >
> > > > > > > > Hi, there
> > > > > > > >
> > > > > > > > I had fix the 404 error and updated the website of
> > > weex.apache.org,
> > > > > > > which
> > > > > > > > content should be the same as weex.io now. I will configure a
> > > 302
> > > > > > > > redirection later, which will make all the mirror site
> > redirects
> > > to
> > > > > > > > weex.apache.org.
> > > > > > > >
> > > > > > > > Best Regards,
> > > > > > > > YorkShen
> > > > > > > >
> > > > > > > > 申远
> > > > > > > >
> > > > > > > >
> > > > > > > > 申远 <shenyua...@gmail.com> 于2019年2月22日周五 下午8:46写道:
> > > > > > > >
> > > > > > > > > As there is a wired 404 problem under Apache domain, which
> > > works
> > > > > fine
> > > > > > > > > under weex.io domain, I have to revert all the changes on
> > > > > > > weex.apache.org .
> > > > > > > > > I will publish it again when I find out what is happening
> > here.
> > > > > > > Meanwhile,
> > > > > > > > > one may take https://weex.io as the preview version of new
> > > weex
> > > > > > > website
> > > > > > > > > before the republish.
> > > > > > > > >
> > > > > > > > > Sorry for the inconvenience.
> > > > > > > > >
> > > > > > > > > Best Regards,
> > > > > > > > > YorkShen
> > > > > > > > >
> > > > > > > > > 申远
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Willem Jiang <willem.ji...@gmail.com> 于2019年2月22日周五
> > 下午8:08写道:
> > > > > > > > >
> > > > > > > > >> FYI, there is a tool[1] to check if the website is following
> > > the
> > > > > > > Apache
> > > > > > > > >> rules.
> > > > > > > > >> Please take a look and fix them ASAP. The website issues
> > need
> > > to
> > > > > be
> > > > > > > > >> addressed before graducation.
> > > > > > > > >>
> > > > > > > > >> [1]https://whimsy.apache.org/pods.cgi/project/weex
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >> Willem Jiang
> > > > > > > > >>
> > > > > > > > >> Twitter: willemjiang
> > > > > > > > >> Weibo: 姜宁willem
> > > > > > > > >>
> > > > > > > > >> On Fri, Feb 22, 2019 at 7:58 PM 申远 <shenyua...@gmail.com>
> > > wrote:
> > > > > > > > >> >
> > > > > > > > >> > It seems like INFRA is not ok the mirror site in China.
> > > > > > > > >> >
> > > > > > > > >> > Anyway, I have updated the content of
> > > https://weex.apache.org/,
> > > > > > > which
> > > > > > > > >> is
> > > > > > > > >> > the same as https://weex.io now. *As there is a
> > > > > > > > >> > privilege issue, https://weex-project.io/ <
> > > > > https://weex-project.io/
> > > > > > > >
> > > > > > > > >> is not
> > > > > > > > >> > updated yet.*
> > > > > > > > >> >
> > > > > > > > >> > Later, I will redirect https://weex.io and
> > > > > https://weex-project.io/
> > > > > > > to
> > > > > > > > >> > https://weex.apache.org/ using 302 redirection and
> > > configure
> > > > > > > robots.
> > > > > > > > >> >
> > > > > > > > >> > Feedback of the new design for https://weex.apache.org/
> > is
> > > > > > > welcomed.
> > > > > > > > >> >
> > > > > > > > >> > Thanks
> > > > > > > > >> >
> > > > > > > > >> > Best Regards,
> > > > > > > > >> > YorkShen
> > > > > > > > >> >
> > > > > > > > >> > 申远
> > > > > > > > >> >
> > > > > > > > >> >
> > > > > > > > >> > Jan Piotrowski <piotrow...@gmail.com> 于2019年2月20日周三
> > > 下午8:02写道:
> > > > > > > > >> >
> > > > > > > > >> > > Good question comment you posted on the INFRA post.
> > > > > > > > >> > >
> > > > > > > > >> > > I hope they will agree, that there is no problem at all
> > as
> > > > > long
> > > > > > > as the
> > > > > > > > >> > > official website is at weex.apache.org.
> > > > > > > > >> > >
> > > > > > > > >> > > -J
> > > > > > > > >> > >
> > > > > > > > >> > > Am Mi., 20. Feb. 2019 um 09:48 Uhr schrieb 申远 <
> > > > > > > shenyua...@gmail.com>:
> > > > > > > > >> > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > But until this happens I think an absolutely
> > practical
> > > > > > > solution
> > > > > > > > >> would
> > > > > > > > >> > > > > be to use a second host in China with a separate
> > > domain
> > > > > that
> > > > > > > can
> > > > > > > > >> > > > > provide better speeds to Chinese users. It just has
> > to
> > > > > show
> > > > > > > the
> > > > > > > > >> exact
> > > > > > > > >> > > > > same content as the official site (and be hidden
> > from
> > > > > search
> > > > > > > > >> engines
> > > > > > > > >> > > > > via robots.txt to not confuse them). INFRA should
> > > have no
> > > > > real
> > > > > > > > >> problem
> > > > > > > > >> > > > > with that (as it is a appropriate workaround for
> > their
> > > > > slow
> > > > > > > > >> response
> > > > > > > > >> > > > > times in China - and no branding stuff is ignored).
> > > > > > > > >> > > >
> > > > > > > > >> > > >
> > > > > > > > >> > > > 1. Deploying the same content to two different host
> > and
> > > > > domains
> > > > > > > is
> > > > > > > > >> what
> > > > > > > > >> > > we
> > > > > > > > >> > > > are planning to do until we understand it may still
> > > break
> > > > > one
> > > > > > > domain
> > > > > > > > >> > > rule.
> > > > > > > > >> > > >
> > > > > > > > >> > > > 2. According to
> > > > > > > https://issues.apache.org/jira/browse/INFRA-17872
> > > > > > > > >> , I
> > > > > > > > >> > > think
> > > > > > > > >> > > > INFRA have different point of view on separate domain
> > > with
> > > > > same
> > > > > > > > >> content.
> > > > > > > > >> > > >
> > > > > > > > >> > > > 3. Personally speaking, I understand a world wide CDN
> > > is not
> > > > > > > > >> practical
> > > > > > > > >> > > now
> > > > > > > > >> > > > and sometimes one may give up a better engineer
> > solution
> > > > > due to
> > > > > > > law
> > > > > > > > >> > > issue.
> > > > > > > > >> > > > From user points, we need to give a brief explanation
> > > of the
> > > > > > > latency
> > > > > > > > >> > > > problem.
> > > > > > > > >> > > >
> > > > > > > > >> > > > Best Regards,
> > > > > > > > >> > > > YorkShen
> > > > > > > > >> > > >
> > > > > > > > >> > > > 申远
> > > > > > > > >> > > >
> > > > > > > > >> > > >
> > > > > > > > >> > > > Jan Piotrowski <piotrow...@gmail.com> 于2019年2月20日周三
> > > > > 上午2:24写道:
> > > > > > > > >> > > >
> > > > > > > > >> > > > > Uh, the _domain name_ is not actually at all related
> > > to
> > > > > the
> > > > > > > speed
> > > > > > > > >> of
> > > > > > > > >> > > > > the site - the _hosting_ is.
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > My results for those two domains from Germany,
> > Berlin
> > > for
> > > > > > > example:
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > C:\Users\Jan>ping weex.io
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > Pinging weex.io [47.75.160.176] with 32 bytes of
> > > data:
> > > > > > > > >> > > > > Reply from 47.75.160.176: bytes=32 time=327ms
> > TTL=46
> > > > > > > > >> > > > > Reply from 47.75.160.176: bytes=32 time=327ms
> > TTL=46
> > > > > > > > >> > > > > Reply from 47.75.160.176: bytes=32 time=327ms
> > TTL=46
> > > > > > > > >> > > > > Reply from 47.75.160.176: bytes=32 time=335ms
> > TTL=46
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > Ping statistics for 47.75.160.176:
> > > > > > > > >> > > > >     Packets: Sent = 4, Received = 4, Lost = 0 (0%
> > > loss),
> > > > > > > > >> > > > > Approximate round trip times in milli-seconds:
> > > > > > > > >> > > > >     Minimum = 327ms, Maximum = 335ms, Average =
> > 329ms
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > C:\Users\Jan>ping weex.apache.org
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > Pinging weex.apache.org [2a01:4f9:2a:185f::2] with
> > 32
> > > > > bytes
> > > > > > > of
> > > > > > > > >> data:
> > > > > > > > >> > > > > Reply from 2a01:4f9:2a:185f::2: time=46ms
> > > > > > > > >> > > > > Reply from 2a01:4f9:2a:185f::2: time=46ms
> > > > > > > > >> > > > > Reply from 2a01:4f9:2a:185f::2: time=49ms
> > > > > > > > >> > > > > Reply from 2a01:4f9:2a:185f::2: time=46ms
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > Ping statistics for 2a01:4f9:2a:185f::2:
> > > > > > > > >> > > > >     Packets: Sent = 4, Received = 4, Lost = 0 (0%
> > > loss),
> > > > > > > > >> > > > > Approximate round trip times in milli-seconds:
> > > > > > > > >> > > > >     Minimum = 46ms, Maximum = 49ms, Average = 46ms
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > So you should be aware that the actual problem
> > (Apache
> > > > > server
> > > > > > > is
> > > > > > > > >> slow
> > > > > > > > >> > > > > from China) is a different one that is now discussed
> > > with
> > > > > > > INFRA
> > > > > > > > >> (Can
> > > > > > > > >> > > > > project use a different domain).
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > The only real solution is for INFRA to use a world
> > > wide
> > > > > CDN
> > > > > > > that
> > > > > > > > >> is
> > > > > > > > >> > > > > fast everywhere.
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > But until this happens I think an absolutely
> > practical
> > > > > > > solution
> > > > > > > > >> would
> > > > > > > > >> > > > > be to use a second host in China with a separate
> > > domain
> > > > > that
> > > > > > > can
> > > > > > > > >> > > > > provide better speeds to Chinese users. It just has
> > to
> > > > > show
> > > > > > > the
> > > > > > > > >> exact
> > > > > > > > >> > > > > same content as the official site (and be hidden
> > from
> > > > > search
> > > > > > > > >> engines
> > > > > > > > >> > > > > via robots.txt to not confuse them). INFRA should
> > > have no
> > > > > real
> > > > > > > > >> problem
> > > > > > > > >> > > > > with that (as it is a appropriate workaround for
> > their
> > > > > slow
> > > > > > > > >> response
> > > > > > > > >> > > > > times in China - and no branding stuff is ignored).
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > -J
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > Am Di., 19. Feb. 2019 um 12:57 Uhr schrieb Myrle
> > > Krantz <
> > > > > > > > >> > > my...@apache.org
> > > > > > > > >> > > > > >:
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > I've created an INFRA ticket:
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > https://issues.apache.org/jira/browse/INFRA-17872
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > I won't promise that INFRA can solve this, but
> > > hopefully
> > > > > > > > >> they'll at
> > > > > > > > >> > > least
> > > > > > > > >> > > > > > look at it.
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > Feel free to add any details you have.
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > Best Regards,
> > > > > > > > >> > > > > > Myrle
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > On Tue, Feb 19, 2019 at 7:18 AM Dan <
> > > > > faterr...@gmail.com>
> > > > > > > > >> wrote:
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > > Thanks, Jan, I will take a look at this.
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > > > Jan Piotrowski <piotrow...@gmail.com>
> > > 于2019年2月18日周一
> > > > > > > 下午6:15写道:
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > > > > Cordova uses the npm package `insight` for
> > > > > telemetry,
> > > > > > > you
> > > > > > > > >> can see
> > > > > > > > >> > > > > more
> > > > > > > > >> > > > > > > > in these two files:
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > >
> > > > > > >
> > https://github.com/apache/cordova-cli/blob/master/src/telemetry.js
> > > > > > > > >> > > > > > > >
> > > > > > > > >>
> > https://github.com/apache/cordova-cli/blob/master/src/cli.js
> > > > > > > > >> > > > > > > > The data being tracked is very limited, and
> > all
> > > done
> > > > > > > only
> > > > > > > > >> after
> > > > > > > > >> > > > > > > > explicit opt-in by the user. (You get a prompt
> > > when
> > > > > you
> > > > > > > > >> first
> > > > > > > > >> > > install
> > > > > > > > >> > > > > > > > Cordova).
> > > > > > > > >> > > > > > > > The dashboard itself is built on the Google
> > > > > Analytics
> > > > > > > data
> > > > > > > > >> source
> > > > > > > > >> > > > > that
> > > > > > > > >> > > > > > > > collects the data for pretty graphs.
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > > One problem: I am under the impression that
> > > Google
> > > > > > > > >> Analytics is
> > > > > > > > >> > > > > > > > blocked for good parts of Chinese users, so
> > > > > Cordova's
> > > > > > > data
> > > > > > > > >> > > regarding
> > > > > > > > >> > > > > > > > usage in China is probably very broken.
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > > -J
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > > Am Mo., 18. Feb. 2019 um 08:29 Uhr schrieb
> > Dan <
> > > > > > > > >> > > faterr...@gmail.com
> > > > > > > > >> > > > > >:
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > Hi Jan,
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > Thanks for getting back to me.
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > Your opinion has helped us a lot. We will
> > > migrate
> > > > > the
> > > > > > > > >> > > deployment
> > > > > > > > >> > > > > of the
> > > > > > > > >> > > > > > > > > document to weex.apache.org in these two
> > > days.
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > BTW, do you know the detail about how to do
> > > the
> > > > > > > user-track
> > > > > > > > >> > > bellow
> > > > > > > > >> > > > > the
> > > > > > > > >> > > > > > > > > apache way, I know the Cordova has
> > > > > > > telemetry.cordova.io
> > > > > > > > >> to
> > > > > > > > >> > > record
> > > > > > > > >> > > > > it,
> > > > > > > > >> > > > > > > > and
> > > > > > > > >> > > > > > > > > we also want to record the user's behavior
> > in
> > > the
> > > > > > > > >> weex-toolkit
> > > > > > > > >> > > to
> > > > > > > > >> > > > > help
> > > > > > > > >> > > > > > > us
> > > > > > > > >> > > > > > > > > better improve the tool experience.
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > Thanks,
> > > > > > > > >> > > > > > > > > Dan
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > Jan Piotrowski <piotrow...@gmail.com>
> > > > > 于2019年2月15日周五
> > > > > > > > >> 下午7:42写道:
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > > Besides what the rules say (which I don't
> > > really
> > > > > > > know):
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > An apache.org domain has an incredible
> > > effect
> > > > > on
> > > > > > > > >> > > credibility and
> > > > > > > > >> > > > > > > > > > trust. Apache is a really strong brand
> > with
> > > > > > > developers,
> > > > > > > > >> and
> > > > > > > > >> > > > > > > especially
> > > > > > > > >> > > > > > > > > > new projects like Weex can benefit from
> > > that.
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > (The project will be called "Apache Weex"
> > > > > anyway)
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > Apache Cordova owns the cordova.io domain
> > > and
> > > > > uses
> > > > > > > it
> > > > > > > > >> as a
> > > > > > > > >> > > > > redirect
> > > > > > > > >> > > > > > > to
> > > > > > > > >> > > > > > > > > > cordova.apache.org. That way we can still
> > > tell
> > > > > > > people
> > > > > > > > >> to go
> > > > > > > > >> > > to
> > > > > > > > >> > > > > > > > > > "cordova.io", but on Google and in user's
> > > > > browser
> > > > > > > > >> everything
> > > > > > > > >> > > > > happens
> > > > > > > > >> > > > > > > > > > on apache.cordova.org. We also have loads
> > > of
> > > > > > > > >> subdomains like
> > > > > > > > >> > > > > > > > > > blog.cordova.io issues.cordova.io,
> > > > > slack.cordova.io
> > > > > > > ,
> > > > > > > > >> > > > > > > > > > telemetry.cordova.io and so on as
> > shortcuts
> > > > > which
> > > > > > > is
> > > > > > > > >> very
> > > > > > > > >> > > handy.
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > Using the domains you mentioned, weex.io
> > > could
> > > > > > > > >> redirect to
> > > > > > > > >> > > > > > > > > > weex.apache.org, docs.weex.io redirects
> > to
> > > > > > > > >> > > weex.apache.org/docs,
> > > > > > > > >> > > > > > > > > > blog.weex.io to weex.apache.org/blog and
> > > so on.
> > > > > > > Then
> > > > > > > > >> > > cn.weex.io
> > > > > > > > >> > > > > > > could
> > > > > > > > >> > > > > > > > > > redirect to weex-project.io for easier
> > > finding
> > > > > of
> > > > > > > the
> > > > > > > > >> > > Chinese
> > > > > > > > >> > > > > > > domain.
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > -J
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > On 15. Feb 2019, at 07:38, Dan <
> > > > > > > faterr...@gmail.com>
> > > > > > > > >> > > wrote:
> > > > > > > > >> > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > Hi, Myrle/Willem,
> > > > > > > > >> > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > Currently, we have a domain name of
> > > weex.io
> > > > > and
> > > > > > > want
> > > > > > > > >> to
> > > > > > > > >> > > use
> > > > > > > > >> > > > > it to
> > > > > > > > >> > > > > > > > > > replace
> > > > > > > > >> > > > > > > > > > > the previous weex-project.io domain
> > name
> > > for
> > > > > the
> > > > > > > > >> following
> > > > > > > > >> > > > > > > reasons:
> > > > > > > > >> > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > 1. The domain name is shorter and easier
> > > to
> > > > > > > remember.
> > > > > > > > >> > > > > > > > > > > 2. Apache's website has slower access to
> > > the
> > > > > > > > >> developer in
> > > > > > > > >> > > > > China, so
> > > > > > > > >> > > > > > > > there
> > > > > > > > >> > > > > > > > > > > is a mirror website weex-project.io for
> > > > > Chinese
> > > > > > > > >> developer.
> > > > > > > > >> > > > > > > > > > > 3. We expect to support https on this
> > > website
> > > > > and
> > > > > > > > >> support
> > > > > > > > >> > > some
> > > > > > > > >> > > > > of
> > > > > > > > >> > > > > > > > our own
> > > > > > > > >> > > > > > > > > > > server functions, such as Q&A robots,
> > > article
> > > > > blog
> > > > > > > > >> posts,
> > > > > > > > >> > > etc.
> > > > > > > > >> > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > I would like to ask if apache has any
> > > > > > > restrictions on
> > > > > > > > >> this
> > > > > > > > >> > > > > > > > third-party
> > > > > > > > >> > > > > > > > > > > domain name, and look forward to hearing
> > > from
> > > > > you.
> > > > > > > > >> > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > Thanks,
> > > > > > > > >> > > > > > > > > > > Dan
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > >
> > > > > > > > >>
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> >

Reply via email to