You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Christopher <ct...@apache.org> on 2020/03/19 18:44:13 UTC

Website code location?

Hi,

I noticed that ZooKeeper's site is still accessible via http://
Given the move by many browsers to start prioritizing, and in some cases,
warning, about insecure pages, I think it is best to redirect
http://zookeeper.apache.org to https://zookeeper.apache.org

I can submit a patch to do this, as I did for Apache Accumulo and Apache
Fluo, but I couldn't find the current source code for ZooKeeper's website.
The SVN directory seems too old (last updated 2 years ago), and I couldn't
find a GIT repo containing ZK's website.

Once I find the website source, I was thinking about proposing some other
improvements, too, such as:

1. automated builds from markdown using Jekyll and INFRA's new .asf.yaml
publishing mechanism,
2. making a more prominent download button on the main page, and
3. making download links on the releases page dynamically resolve to a
nearest mirror (with a drop-down to select a mirror manually), to reduce
the number of clicks to download.

Thanks,
Christopher

Re: Website code location?

Posted by Christopher <ct...@apache.org>.
https://svn.apache.org/repos/asf/zookeeper/
(ViewVC at http://svn.apache.org/viewvc/zookeeper/)

In Accumulo, when we moved away from SVN, we put in a README:
https://svn.apache.org/repos/asf/accumulo/
(although, it's out-of-date now, because of the migration to gitbox)

I recommend something similar for ZooKeeper's SVN area.

On Sat, Mar 28, 2020 at 10:48 AM Andor Molnar <an...@apache.org> wrote:
>
> Thanks Chris.
> What’s the SVN repo where you started your investigation?
>
> Andor
>
>
>
> > On 2020. Mar 20., at 3:39, Christopher <ct...@apache.org> wrote:
> >
> > Ah, okay. Thanks. I recommend putting a README in the svn area to point
> > people to the current source locations.
> >
> > On Thu, Mar 19, 2020 at 6:45 PM Tamas Penzes <ta...@cloudera.com.invalid>
> > wrote:
> >
> >> Hi Christopher,
> >>
> >> The website is in the ZK GitHub repo in the branch
> >> https://github.com/apache/zookeeper/tree/website
> >>
> >> Regards, Tamaas
> >>
> >> On Thu, Mar 19, 2020 at 7:44 PM Christopher <ct...@apache.org> wrote:
> >>
> >>> Hi,
> >>>
> >>> I noticed that ZooKeeper's site is still accessible via http://
> >>> Given the move by many browsers to start prioritizing, and in some cases,
> >>> warning, about insecure pages, I think it is best to redirect
> >>> http://zookeeper.apache.org to https://zookeeper.apache.org
> >>>
> >>> I can submit a patch to do this, as I did for Apache Accumulo and Apache
> >>> Fluo, but I couldn't find the current source code for ZooKeeper's
> >> website.
> >>> The SVN directory seems too old (last updated 2 years ago), and I
> >> couldn't
> >>> find a GIT repo containing ZK's website.
> >>>
> >>> Once I find the website source, I was thinking about proposing some other
> >>> improvements, too, such as:
> >>>
> >>> 1. automated builds from markdown using Jekyll and INFRA's new .asf.yaml
> >>> publishing mechanism,
> >>> 2. making a more prominent download button on the main page, and
> >>> 3. making download links on the releases page dynamically resolve to a
> >>> nearest mirror (with a drop-down to select a mirror manually), to reduce
> >>> the number of clicks to download.
> >>>
> >>> Thanks,
> >>> Christopher
> >>>
> >>
>

Re: Website code location?

Posted by Andor Molnar <an...@apache.org>.
Thanks Chris.
What’s the SVN repo where you started your investigation?

Andor



> On 2020. Mar 20., at 3:39, Christopher <ct...@apache.org> wrote:
> 
> Ah, okay. Thanks. I recommend putting a README in the svn area to point
> people to the current source locations.
> 
> On Thu, Mar 19, 2020 at 6:45 PM Tamas Penzes <ta...@cloudera.com.invalid>
> wrote:
> 
>> Hi Christopher,
>> 
>> The website is in the ZK GitHub repo in the branch
>> https://github.com/apache/zookeeper/tree/website
>> 
>> Regards, Tamaas
>> 
>> On Thu, Mar 19, 2020 at 7:44 PM Christopher <ct...@apache.org> wrote:
>> 
>>> Hi,
>>> 
>>> I noticed that ZooKeeper's site is still accessible via http://
>>> Given the move by many browsers to start prioritizing, and in some cases,
>>> warning, about insecure pages, I think it is best to redirect
>>> http://zookeeper.apache.org to https://zookeeper.apache.org
>>> 
>>> I can submit a patch to do this, as I did for Apache Accumulo and Apache
>>> Fluo, but I couldn't find the current source code for ZooKeeper's
>> website.
>>> The SVN directory seems too old (last updated 2 years ago), and I
>> couldn't
>>> find a GIT repo containing ZK's website.
>>> 
>>> Once I find the website source, I was thinking about proposing some other
>>> improvements, too, such as:
>>> 
>>> 1. automated builds from markdown using Jekyll and INFRA's new .asf.yaml
>>> publishing mechanism,
>>> 2. making a more prominent download button on the main page, and
>>> 3. making download links on the releases page dynamically resolve to a
>>> nearest mirror (with a drop-down to select a mirror manually), to reduce
>>> the number of clicks to download.
>>> 
>>> Thanks,
>>> Christopher
>>> 
>> 


Re: Website code location?

Posted by Christopher <ct...@apache.org>.
Ah, okay. Thanks. I recommend putting a README in the svn area to point
people to the current source locations.

On Thu, Mar 19, 2020 at 6:45 PM Tamas Penzes <ta...@cloudera.com.invalid>
wrote:

> Hi Christopher,
>
> The website is in the ZK GitHub repo in the branch
> https://github.com/apache/zookeeper/tree/website
>
> Regards, Tamaas
>
> On Thu, Mar 19, 2020 at 7:44 PM Christopher <ct...@apache.org> wrote:
>
> > Hi,
> >
> > I noticed that ZooKeeper's site is still accessible via http://
> > Given the move by many browsers to start prioritizing, and in some cases,
> > warning, about insecure pages, I think it is best to redirect
> > http://zookeeper.apache.org to https://zookeeper.apache.org
> >
> > I can submit a patch to do this, as I did for Apache Accumulo and Apache
> > Fluo, but I couldn't find the current source code for ZooKeeper's
> website.
> > The SVN directory seems too old (last updated 2 years ago), and I
> couldn't
> > find a GIT repo containing ZK's website.
> >
> > Once I find the website source, I was thinking about proposing some other
> > improvements, too, such as:
> >
> > 1. automated builds from markdown using Jekyll and INFRA's new .asf.yaml
> > publishing mechanism,
> > 2. making a more prominent download button on the main page, and
> > 3. making download links on the releases page dynamically resolve to a
> > nearest mirror (with a drop-down to select a mirror manually), to reduce
> > the number of clicks to download.
> >
> > Thanks,
> > Christopher
> >
>

Re: Website code location?

Posted by Tamas Penzes <ta...@cloudera.com.INVALID>.
Hi Christopher,

The website is in the ZK GitHub repo in the branch
https://github.com/apache/zookeeper/tree/website

Regards, Tamaas

On Thu, Mar 19, 2020 at 7:44 PM Christopher <ct...@apache.org> wrote:

> Hi,
>
> I noticed that ZooKeeper's site is still accessible via http://
> Given the move by many browsers to start prioritizing, and in some cases,
> warning, about insecure pages, I think it is best to redirect
> http://zookeeper.apache.org to https://zookeeper.apache.org
>
> I can submit a patch to do this, as I did for Apache Accumulo and Apache
> Fluo, but I couldn't find the current source code for ZooKeeper's website.
> The SVN directory seems too old (last updated 2 years ago), and I couldn't
> find a GIT repo containing ZK's website.
>
> Once I find the website source, I was thinking about proposing some other
> improvements, too, such as:
>
> 1. automated builds from markdown using Jekyll and INFRA's new .asf.yaml
> publishing mechanism,
> 2. making a more prominent download button on the main page, and
> 3. making download links on the releases page dynamically resolve to a
> nearest mirror (with a drop-down to select a mirror manually), to reduce
> the number of clicks to download.
>
> Thanks,
> Christopher
>