You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by Xiangdong Huang <sa...@gmail.com> on 2018/12/07 03:01:56 UTC

Re: Questions about building the website of IoTDB Project

Hi,

Xinyi has finished the prototype pages.

Yi Xu,  can you build the website with several classmates?

You can follow some other apache project websites.

Notice that the runtime is Apache HTTP server. Besides, I noticed that many
existing projects use Jekyll. You can have a try.

Xinyi, can you attach the prototype pages here as a JPEG? (I am not sure
that whether mail list supports figures..)

Best,

-----------------------------------
Xiangdong Huang
School of Software, Tsinghua University

 黄向东
清华大学 软件学院


Christofer Dutz <ch...@c-ware.de> 于2018年11月30日周五 下午8:07写道:

> Hi all,
>
> yeah ... bin there ... done that ... guilty as charged.
>
> Well in general Apache websites are simple static HTML/JS/CSS content
> served by a really fat Apache HTTPD server.
>
> However you don't copy stuff to the webserver directly. As mentioned
> before you usually setup a detached branch in a code repo named "asf-site"
> and then ask infra to sync that with your projects website.
>
> In the Apache PLC4X (incubating) project we generate the website as part
> of the maven build. Everything is automatically pushed to a dedicated
> website git repos asf-site branch.
>
> However this automatic push has to be executed on Jenkins nodes tagged
> with "git-websites" as only these have the credentials to automatically
> push to ASF code repos.
>
> I will gladly help you get setup as I know this can be quite a pain if you
> don't know all the little details.
>
>
> Chris
>
>
>
> Am 30.11.18, 04:34 schrieb "Justin Mclean" <ju...@classsoftware.com>:
>
>     HI,
>
>     And created for you [1]. Chris (one of the other mentors) has
> experience creating apache websites from scratch and may have some advice
> to offer.
>
>     Thanks,
>     Justin
>
>     1. https://github.com/apache/incubator-iotdb-website
>
>

Re: Re: Questions about building the website of IoTDB Project

Posted by 徐毅 <x-...@mails.tsinghua.edu.cn>.
Hi, I have some questions about website requirements in [1]. 

First, 'Every podling should maintain an incubation status file under: http://incubator.apache.org/projects/podlingname.html'. So what does 'incubation status file' means?
Second, 'Eventual extra incubation documents should be filed under: http://incubator.apache.org/projects/podlingname/**'. So our document page, download page should be placed at  http://incubator.apache.org/projects/iotdb/document.html,download.html?

Thanks,
Xu Yi

> -----原始邮件-----
> 发件人: "Justin Mclean" <ju...@me.com>
> 发送时间: 2018-12-07 14:50:10 (星期五)
> 收件人: dev@iotdb.apache.org
> 抄送: 
> 主题: Re: Questions about building the website of IoTDB Project
> 
> Hi,
> 
> > Notice that the runtime is Apache HTTP server. Besides, I noticed that many
> > existing projects use Jekyll. You can have a try.
> 
> The incubator requirements for a podling web site are here [1], but you don’t need all of this done before making it live only before you graduate.
> 
> > Xinyi, can you attach the prototype pages here as a JPEG? (I am not sure
> > that whether mail list supports figures..)
> 
> No it doesn’t so it best to post URL / links to the images.
> 
> Thanks,
> Justin
> 
> 1. https://incubator.apache.org/guides/sites.html

Re: Questions about building the website of IoTDB Project

Posted by Justin Mclean <ju...@me.com>.
Hi,

> Notice that the runtime is Apache HTTP server. Besides, I noticed that many
> existing projects use Jekyll. You can have a try.

The incubator requirements for a podling web site are here [1], but you don’t need all of this done before making it live only before you graduate.

> Xinyi, can you attach the prototype pages here as a JPEG? (I am not sure
> that whether mail list supports figures..)

No it doesn’t so it best to post URL / links to the images.

Thanks,
Justin

1. https://incubator.apache.org/guides/sites.html

Re: Questions about building the website of IoTDB Project

Posted by Felix Cheung <fe...@hotmail.com>.
Looks good! Thanks for the mock ups.

On your homepage, references to Hadoop and Spark should be Apache Hadoop and Apache Spark, because of trademarks - and it might be good to link to their project pages.



________________________________
From: Stefanie Zhao <st...@163.com>
Sent: Friday, December 7, 2018 2:03 AM
To: 黄向东
Cc: dev@iotdb.apache.org; 徐毅
Subject: Re:Re: Questions about building the website of IoTDB Project

Dear all,


Prototype pages link are as follows, questions and suggestions are welcome.
Here are the links:
【homepage】https://s1.ax1x.com/2018/12/07/F3E1T1.png
【download page】https://s1.ax1x.com/2018/12/07/F3ElwR.png
【documentation page】https://s1.ax1x.com/2018/12/07/F3E8Fx.png
【tools page】https://s1.ax1x.com/2018/12/07/F3EJfK.png
【other page】https://s1.ax1x.com/2018/12/07/F3EQm9.png


Best, Xinyi
--

Xinyi Zhao(Stefanie)
School of Software, Tsinghua University
E-mail:stefanie_xin@163.com


At 2018-12-07 11:01:56, "Xiangdong Huang" <sa...@gmail.com> wrote:

Hi,


Xinyi has finished the prototype pages.


Yi Xu, can you build the website with several classmates?


You can follow some other apache project websites.


Notice that the runtime is Apache HTTP server. Besides, I noticed that many existing projects use Jekyll. You can have a try.


Xinyi, can you attach the prototype pages here as a JPEG? (I am not sure that whether mail list supports figures..)


Best,


-----------------------------------
Xiangdong Huang
School of Software, Tsinghua University


黄向东
清华大学 软件学院




Christofer Dutz <ch...@c-ware.de> 于2018年11月30日周五 下午8:07写道:

Hi all,

yeah ... bin there ... done that ... guilty as charged.

Well in general Apache websites are simple static HTML/JS/CSS content served by a really fat Apache HTTPD server.

However you don't copy stuff to the webserver directly. As mentioned before you usually setup a detached branch in a code repo named "asf-site" and then ask infra to sync that with your projects website.

In the Apache PLC4X (incubating) project we generate the website as part of the maven build. Everything is automatically pushed to a dedicated website git repos asf-site branch.

However this automatic push has to be executed on Jenkins nodes tagged with "git-websites" as only these have the credentials to automatically push to ASF code repos.

I will gladly help you get setup as I know this can be quite a pain if you don't know all the little details.


Chris



Am 30.11.18, 04:34 schrieb "Justin Mclean" <ju...@classsoftware.com>:

HI,

And created for you [1]. Chris (one of the other mentors) has experience creating apache websites from scratch and may have some advice to offer.

Thanks,
Justin

1. https://github.com/apache/incubator-iotdb-website


Re:Re: Questions about building the website of IoTDB Project

Posted by Stefanie Zhao <st...@163.com>.
Dear all, 


Prototype pages link are as follows, questions and suggestions are welcome. 
Here are the links:
【homepage】https://s1.ax1x.com/2018/12/07/F3E1T1.png 
【download page】https://s1.ax1x.com/2018/12/07/F3ElwR.png 
【documentation page】https://s1.ax1x.com/2018/12/07/F3E8Fx.png 
【tools page】https://s1.ax1x.com/2018/12/07/F3EJfK.png 
【other page】https://s1.ax1x.com/2018/12/07/F3EQm9.png 


Best, Xinyi
--

Xinyi Zhao(Stefanie)
School of Software, Tsinghua University
E-mail:stefanie_xin@163.com


At 2018-12-07 11:01:56, "Xiangdong Huang" <sa...@gmail.com> wrote:

Hi,


Xinyi has finished the prototype pages.


Yi Xu,  can you build the website with several classmates? 


You can follow some other apache project websites. 


Notice that the runtime is Apache HTTP server. Besides, I noticed that many existing projects use Jekyll. You can have a try.


Xinyi, can you attach the prototype pages here as a JPEG? (I am not sure that whether mail list supports figures..)


Best,


-----------------------------------
Xiangdong Huang
School of Software, Tsinghua University


 黄向东
清华大学 软件学院




Christofer Dutz <ch...@c-ware.de> 于2018年11月30日周五 下午8:07写道:

Hi all,

yeah ... bin there ... done that ... guilty as charged.

Well in general Apache websites are simple static HTML/JS/CSS content served by a really fat Apache HTTPD server.

However you don't copy stuff to the webserver directly. As mentioned before you usually setup a detached branch in a code repo named "asf-site" and then ask infra to sync that with your projects website.

In the Apache PLC4X (incubating) project we generate the website as part of the maven build. Everything is automatically pushed to a dedicated website git repos asf-site branch.

However this automatic push has to be executed on Jenkins nodes tagged with "git-websites" as only these have the credentials to automatically push to ASF code repos.

I will gladly help you get setup as I know this can be quite a pain if you don't know all the little details.


Chris



Am 30.11.18, 04:34 schrieb "Justin Mclean" <ju...@classsoftware.com>:

    HI,

    And created for you [1]. Chris (one of the other mentors) has experience creating apache websites from scratch and may have some advice to offer.

    Thanks,
    Justin

    1. https://github.com/apache/incubator-iotdb-website


Re: Questions about building the website of IoTDB Project

Posted by Willem Jiang <wi...@gmail.com>.
Hi,

FYI You can take the ServiceComb website[1] as an example.

[1]https://github.com/apache/servicecomb-website

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem
On Fri, Dec 7, 2018 at 11:02 AM Xiangdong Huang <sa...@gmail.com> wrote:
>
> Hi,
>
> Xinyi has finished the prototype pages.
>
> Yi Xu,  can you build the website with several classmates?
>
> You can follow some other apache project websites.
>
> Notice that the runtime is Apache HTTP server. Besides, I noticed that many
> existing projects use Jekyll. You can have a try.
>
> Xinyi, can you attach the prototype pages here as a JPEG? (I am not sure
> that whether mail list supports figures..)
>
> Best,
>
> -----------------------------------
> Xiangdong Huang
> School of Software, Tsinghua University
>
>  黄向东
> 清华大学 软件学院
>
>
> Christofer Dutz <ch...@c-ware.de> 于2018年11月30日周五 下午8:07写道:
>
> > Hi all,
> >
> > yeah ... bin there ... done that ... guilty as charged.
> >
> > Well in general Apache websites are simple static HTML/JS/CSS content
> > served by a really fat Apache HTTPD server.
> >
> > However you don't copy stuff to the webserver directly. As mentioned
> > before you usually setup a detached branch in a code repo named "asf-site"
> > and then ask infra to sync that with your projects website.
> >
> > In the Apache PLC4X (incubating) project we generate the website as part
> > of the maven build. Everything is automatically pushed to a dedicated
> > website git repos asf-site branch.
> >
> > However this automatic push has to be executed on Jenkins nodes tagged
> > with "git-websites" as only these have the credentials to automatically
> > push to ASF code repos.
> >
> > I will gladly help you get setup as I know this can be quite a pain if you
> > don't know all the little details.
> >
> >
> > Chris
> >
> >
> >
> > Am 30.11.18, 04:34 schrieb "Justin Mclean" <ju...@classsoftware.com>:
> >
> >     HI,
> >
> >     And created for you [1]. Chris (one of the other mentors) has
> > experience creating apache websites from scratch and may have some advice
> > to offer.
> >
> >     Thanks,
> >     Justin
> >
> >     1. https://github.com/apache/incubator-iotdb-website
> >
> >