You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by Lewis John Mcgibbney <le...@gmail.com> on 2013/05/06 21:38:30 UTC

[REQUEST] Review of New Gora Site

Hi All,
We' re one step closer to pushing with the new Apache CMS backed Gora site
and documentation.
It can be viewed at http://gora.staging.apache.org
I would like to thank Renato (and INFRA) for being persistent with this and
making it possible.
I would ask for all discrepancies e.g. content, presentation, etc. to be
reported to dev@ list and we can deal with it there before pushing it live.
Thank you so much
Lewis

-- 
*Lewis*

Re: [REQUEST] Review of New Gora Site

Posted by Andrew Hart <ah...@apache.org>.
Hi guys,

I hope I didn't do anything wrong here.  I too noticed the spurious 
characters on the index page, and made a quick fix to resolve them 
(r1479693).

http://gora.staging.apache.org/

I love the way the new site looks. Great job all.

-Andrew.




On 5/6/13 1:10 PM, Lewis John Mcgibbney wrote:
> Hi Renato,
> If you guys r happy with the staging site (which I doubt as I ported the
> code so there will likely be areas which require attention) we simple
> update the Jira ticket and Joe will push it live.
> You can search for Apache CMS and see how the new site will work.
> I will remove the current website documentation and replace it with the new
> content once we go live.
> Thanks
> Lewis
>
> On Monday, May 6, 2013, Renato Marroquín Mogrovejo <
> renatoj.marroquin@gmail.com> wrote:
>> Hopefully they can get our actual site less painfully to update.
>> So what is next to make it our default one?
>>
>>
>> Renato M.
>>
>> 2013/5/6 Lewis John Mcgibbney <le...@gmail.com>:
>>> Hi All,
>>> We' re one step closer to pushing with the new Apache CMS backed Gora
> site
>>> and documentation.
>>> It can be viewed at http://gora.staging.apache.org
>>> I would like to thank Renato (and INFRA) for being persistent with this
> and
>>> making it possible.
>>> I would ask for all discrepancies e.g. content, presentation, etc. to be
>>> reported to dev@ list and we can deal with it there before pushing it
> live.
>>> Thank you so much
>>> Lewis
>>>
>>> --
>>> Lewis
>>>


-- 
Andrew F. Hart
http://people.apache.org/~ahart


Re: [REQUEST] Review of New Gora Site

Posted by Lewis John Mcgibbney <le...@gmail.com>.
Hi Renato,
If you guys r happy with the staging site (which I doubt as I ported the
code so there will likely be areas which require attention) we simple
update the Jira ticket and Joe will push it live.
You can search for Apache CMS and see how the new site will work.
I will remove the current website documentation and replace it with the new
content once we go live.
Thanks
Lewis

On Monday, May 6, 2013, Renato Marroquín Mogrovejo <
renatoj.marroquin@gmail.com> wrote:
> Hopefully they can get our actual site less painfully to update.
> So what is next to make it our default one?
>
>
> Renato M.
>
> 2013/5/6 Lewis John Mcgibbney <le...@gmail.com>:
>> Hi All,
>> We' re one step closer to pushing with the new Apache CMS backed Gora
site
>> and documentation.
>> It can be viewed at http://gora.staging.apache.org
>> I would like to thank Renato (and INFRA) for being persistent with this
and
>> making it possible.
>> I would ask for all discrepancies e.g. content, presentation, etc. to be
>> reported to dev@ list and we can deal with it there before pushing it
live.
>> Thank you so much
>> Lewis
>>
>> --
>> Lewis
>>
>

-- 
*Lewis*

Re: [REQUEST] Review of New Gora Site

Posted by Lewis John Mcgibbney <le...@gmail.com>.
Hi Renato,
If you guys r happy with the staging site (which I doubt as I ported the
code so there will likely be areas which require attention) we simple
update the Jira ticket and Joe will push it live.
You can search for Apache CMS and see how the new site will work.
I will remove the current website documentation and replace it with the new
content once we go live.
Thanks
Lewis

On Monday, May 6, 2013, Renato Marroquín Mogrovejo <
renatoj.marroquin@gmail.com> wrote:
> Hopefully they can get our actual site less painfully to update.
> So what is next to make it our default one?
>
>
> Renato M.
>
> 2013/5/6 Lewis John Mcgibbney <le...@gmail.com>:
>> Hi All,
>> We' re one step closer to pushing with the new Apache CMS backed Gora
site
>> and documentation.
>> It can be viewed at http://gora.staging.apache.org
>> I would like to thank Renato (and INFRA) for being persistent with this
and
>> making it possible.
>> I would ask for all discrepancies e.g. content, presentation, etc. to be
>> reported to dev@ list and we can deal with it there before pushing it
live.
>> Thank you so much
>> Lewis
>>
>> --
>> Lewis
>>
>

-- 
*Lewis*

Re: [REQUEST] Review of New Gora Site

Posted by Renato Marroquín Mogrovejo <re...@gmail.com>.
Hopefully they can get our actual site less painfully to update.
So what is next to make it our default one?


Renato M.

2013/5/6 Lewis John Mcgibbney <le...@gmail.com>:
> Hi All,
> We' re one step closer to pushing with the new Apache CMS backed Gora site
> and documentation.
> It can be viewed at http://gora.staging.apache.org
> I would like to thank Renato (and INFRA) for being persistent with this and
> making it possible.
> I would ask for all discrepancies e.g. content, presentation, etc. to be
> reported to dev@ list and we can deal with it there before pushing it live.
> Thank you so much
> Lewis
>
> --
> Lewis
>

Re: [REQUEST] Review of New Gora Site

Posted by Roland von Herget <ro...@gmail.com>.
Hi Lewis,

is there any way previewing changes, without committing them to svn?
I think something like this may improve the header, according to [0]:

--- index.md    (revision 1479790)
+++ index.md    (working copy)
@@ -3,21 +3,23 @@
 #Welcome to the Apache Gora project!
 <div class="hero-unit">
   <div class="row">
-    <img src="/resources/img/gora-logo.png" />
+    <div class="span2">
+      <img src="/resources/img/gora-logo.png" />
+    </div>
+    <div class="span10">
+      <p>The Apache Gora open source framework provides an in-memory data
model and persistence
+         for big data. Gora supports persisting to column stores, key
value stores, document
+         stores and RDBMSs, and analyzing the data with extensive
+        <a href="http://hadoop.apache.org">Apache Hadoop&trade;</a>
+        <a href="http://hadoop.apache.org/docs/stable/mapred_tutorial.html
">MapReduce</a>
+        support. Gora uses the
+        <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache
Software License v2.0</a>.
+      </p>
+      <p>
+        <a href="{{base}}downloads.html" class="btn btn-primary
btn-large">Download</a>
+      </p>
+    </div>
   </div>
-  <div class="row">
-    <p>The Apache Gora open source framework provides an in-memory data
model and persistence
-       for big data. Gora supports persisting to column stores, key value
stores, document
-       stores and RDBMSs, and analyzing the data with extensive
-      <a href="http://hadoop.apache.org">Apache Hadoop&trade;</a>
-      <a href="http://hadoop.apache.org/docs/stable/mapred_tutorial.html
">MapReduce</a>
-      support. Gora uses the
-      <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache
Software License v2.0</a>.
-    </p>
-    <p>
-      <a href="{{base}}downloads.html" class="btn btn-primary
btn-large">Download</a>
-    </p>
-  </div>
 </div>

but, anyway - looks great +1!

--Roland

[0] http://twitter.github.io/bootstrap/scaffolding.html#gridSystem


On Tue, May 7, 2013 at 7:08 AM, Udesh Liyanaarachchi <la.udesh1987@gmail.com
> wrote:

> +1 Great work.
> A little suggestion. shall we have the download button as this
> http://cassandra.apache.org/
>
>
> On Tue, May 7, 2013 at 4:52 AM, Alfonso Nishikawa <
> alfonso.nishikawa@gmail.com> wrote:
>
> > Awesome!
> >
> >
> > 2013/5/6 Mattmann, Chris A (398J) <ch...@jpl.nasa.gov>
> >
> > > +1 looks amazing!
> > >
> > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > > Chris Mattmann, Ph.D.
> > > Senior Computer Scientist
> > > NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> > > Office: 171-266B, Mailstop: 171-246
> > > Email: chris.a.mattmann@nasa.gov
> > > WWW:  http://sunset.usc.edu/~mattmann/
> > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > > Adjunct Assistant Professor, Computer Science Department
> > > University of Southern California, Los Angeles, CA 90089 USA
> > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >
> > >
> > >
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: Renato Marroquín Mogrovejo <re...@gmail.com>
> > > Reply-To: "dev@gora.apache.org" <de...@gora.apache.org>
> > > Date: Monday, May 6, 2013 12:59 PM
> > > To: Gora Dev <de...@gora.apache.org>
> > > Subject: Re: [REQUEST] Review of New Gora Site
> > >
> > > >yeah IMHO we should get it working and then publish it. Those HTML
> > > >details we can work them out quickly, the problem was that we weren't
> > > >getting Infra's attention to get around to this. But finally we are
> > > >there! (:
> > > >So let's fix those things and keep on rolling!
> > > >
> > > >
> > > >Renato M.
> > > >
> > > >2013/5/6 Apostolis Giannakidis <ap...@gmail.com>:
> > > >> Very nice work!
> > > >>
> > > >> Quick note: In the home page, the News are listed without their
> dates.
> > > >>This
> > > >> is confusing for the reader.
> > > >> Also, the download button is displayed with the label: "Download
> »",
> > > >>which
> > > >> is again confusing.
> > > >>
> > > >> Cheers,
> > > >> Apostolis
> > > >>
> > > >>
> > > >> On Mon, May 6, 2013 at 8:38 PM, Lewis John Mcgibbney <
> > > >> lewis.mcgibbney@gmail.com> wrote:
> > > >>
> > > >>> Hi All,
> > > >>> We' re one step closer to pushing with the new Apache CMS backed
> Gora
> > > >>>site
> > > >>> and documentation.
> > > >>> It can be viewed at http://gora.staging.apache.org
> > > >>> I would like to thank Renato (and INFRA) for being persistent with
> > > >>>this and
> > > >>> making it possible.
> > > >>> I would ask for all discrepancies e.g. content, presentation, etc.
> to
> > > >>>be
> > > >>> reported to dev@ list and we can deal with it there before pushing
> > it
> > > >>> live.
> > > >>> Thank you so much
> > > >>> Lewis
> > > >>>
> > > >>> --
> > > >>> *Lewis*
> > > >>>
> > >
> > >
> >
> >
> > --
> > "Drinking bloody marys all night will make you feel like a corpse in the
> > morning."
> >
>
>
>
> --
> *
> **Udesh Liyanaarachchi*
> B.sc. Eng (Undergraduate)
> Department of Computer Science & Engineering
> University Of Moratuwa
> Sri Lanka.
>

Re: [REQUEST] Review of New Gora Site

Posted by Udesh Liyanaarachchi <la...@gmail.com>.
+1 Great work.
A little suggestion. shall we have the download button as this
http://cassandra.apache.org/


On Tue, May 7, 2013 at 4:52 AM, Alfonso Nishikawa <
alfonso.nishikawa@gmail.com> wrote:

> Awesome!
>
>
> 2013/5/6 Mattmann, Chris A (398J) <ch...@jpl.nasa.gov>
>
> > +1 looks amazing!
> >
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > Chris Mattmann, Ph.D.
> > Senior Computer Scientist
> > NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> > Office: 171-266B, Mailstop: 171-246
> > Email: chris.a.mattmann@nasa.gov
> > WWW:  http://sunset.usc.edu/~mattmann/
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > Adjunct Assistant Professor, Computer Science Department
> > University of Southern California, Los Angeles, CA 90089 USA
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >
> >
> >
> >
> >
> >
> > -----Original Message-----
> > From: Renato Marroquín Mogrovejo <re...@gmail.com>
> > Reply-To: "dev@gora.apache.org" <de...@gora.apache.org>
> > Date: Monday, May 6, 2013 12:59 PM
> > To: Gora Dev <de...@gora.apache.org>
> > Subject: Re: [REQUEST] Review of New Gora Site
> >
> > >yeah IMHO we should get it working and then publish it. Those HTML
> > >details we can work them out quickly, the problem was that we weren't
> > >getting Infra's attention to get around to this. But finally we are
> > >there! (:
> > >So let's fix those things and keep on rolling!
> > >
> > >
> > >Renato M.
> > >
> > >2013/5/6 Apostolis Giannakidis <ap...@gmail.com>:
> > >> Very nice work!
> > >>
> > >> Quick note: In the home page, the News are listed without their dates.
> > >>This
> > >> is confusing for the reader.
> > >> Also, the download button is displayed with the label: "Download »",
> > >>which
> > >> is again confusing.
> > >>
> > >> Cheers,
> > >> Apostolis
> > >>
> > >>
> > >> On Mon, May 6, 2013 at 8:38 PM, Lewis John Mcgibbney <
> > >> lewis.mcgibbney@gmail.com> wrote:
> > >>
> > >>> Hi All,
> > >>> We' re one step closer to pushing with the new Apache CMS backed Gora
> > >>>site
> > >>> and documentation.
> > >>> It can be viewed at http://gora.staging.apache.org
> > >>> I would like to thank Renato (and INFRA) for being persistent with
> > >>>this and
> > >>> making it possible.
> > >>> I would ask for all discrepancies e.g. content, presentation, etc. to
> > >>>be
> > >>> reported to dev@ list and we can deal with it there before pushing
> it
> > >>> live.
> > >>> Thank you so much
> > >>> Lewis
> > >>>
> > >>> --
> > >>> *Lewis*
> > >>>
> >
> >
>
>
> --
> "Drinking bloody marys all night will make you feel like a corpse in the
> morning."
>



-- 
*
**Udesh Liyanaarachchi*
B.sc. Eng (Undergraduate)
Department of Computer Science & Engineering
University Of Moratuwa
Sri Lanka.

Re: [REQUEST] Review of New Gora Site

Posted by Alfonso Nishikawa <al...@gmail.com>.
Awesome!


2013/5/6 Mattmann, Chris A (398J) <ch...@jpl.nasa.gov>

> +1 looks amazing!
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Senior Computer Scientist
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 171-266B, Mailstop: 171-246
> Email: chris.a.mattmann@nasa.gov
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Assistant Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
>
>
>
>
> -----Original Message-----
> From: Renato Marroquín Mogrovejo <re...@gmail.com>
> Reply-To: "dev@gora.apache.org" <de...@gora.apache.org>
> Date: Monday, May 6, 2013 12:59 PM
> To: Gora Dev <de...@gora.apache.org>
> Subject: Re: [REQUEST] Review of New Gora Site
>
> >yeah IMHO we should get it working and then publish it. Those HTML
> >details we can work them out quickly, the problem was that we weren't
> >getting Infra's attention to get around to this. But finally we are
> >there! (:
> >So let's fix those things and keep on rolling!
> >
> >
> >Renato M.
> >
> >2013/5/6 Apostolis Giannakidis <ap...@gmail.com>:
> >> Very nice work!
> >>
> >> Quick note: In the home page, the News are listed without their dates.
> >>This
> >> is confusing for the reader.
> >> Also, the download button is displayed with the label: "Download »",
> >>which
> >> is again confusing.
> >>
> >> Cheers,
> >> Apostolis
> >>
> >>
> >> On Mon, May 6, 2013 at 8:38 PM, Lewis John Mcgibbney <
> >> lewis.mcgibbney@gmail.com> wrote:
> >>
> >>> Hi All,
> >>> We' re one step closer to pushing with the new Apache CMS backed Gora
> >>>site
> >>> and documentation.
> >>> It can be viewed at http://gora.staging.apache.org
> >>> I would like to thank Renato (and INFRA) for being persistent with
> >>>this and
> >>> making it possible.
> >>> I would ask for all discrepancies e.g. content, presentation, etc. to
> >>>be
> >>> reported to dev@ list and we can deal with it there before pushing it
> >>> live.
> >>> Thank you so much
> >>> Lewis
> >>>
> >>> --
> >>> *Lewis*
> >>>
>
>


-- 
"Drinking bloody marys all night will make you feel like a corpse in the
morning."

Re: [REQUEST] Review of New Gora Site

Posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov>.
+1 looks amazing!

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: Renato Marroquín Mogrovejo <re...@gmail.com>
Reply-To: "dev@gora.apache.org" <de...@gora.apache.org>
Date: Monday, May 6, 2013 12:59 PM
To: Gora Dev <de...@gora.apache.org>
Subject: Re: [REQUEST] Review of New Gora Site

>yeah IMHO we should get it working and then publish it. Those HTML
>details we can work them out quickly, the problem was that we weren't
>getting Infra's attention to get around to this. But finally we are
>there! (:
>So let's fix those things and keep on rolling!
>
>
>Renato M.
>
>2013/5/6 Apostolis Giannakidis <ap...@gmail.com>:
>> Very nice work!
>>
>> Quick note: In the home page, the News are listed without their dates.
>>This
>> is confusing for the reader.
>> Also, the download button is displayed with the label: "Download »",
>>which
>> is again confusing.
>>
>> Cheers,
>> Apostolis
>>
>>
>> On Mon, May 6, 2013 at 8:38 PM, Lewis John Mcgibbney <
>> lewis.mcgibbney@gmail.com> wrote:
>>
>>> Hi All,
>>> We' re one step closer to pushing with the new Apache CMS backed Gora
>>>site
>>> and documentation.
>>> It can be viewed at http://gora.staging.apache.org
>>> I would like to thank Renato (and INFRA) for being persistent with
>>>this and
>>> making it possible.
>>> I would ask for all discrepancies e.g. content, presentation, etc. to
>>>be
>>> reported to dev@ list and we can deal with it there before pushing it
>>> live.
>>> Thank you so much
>>> Lewis
>>>
>>> --
>>> *Lewis*
>>>


Re: [REQUEST] Review of New Gora Site

Posted by Renato Marroquín Mogrovejo <re...@gmail.com>.
yeah IMHO we should get it working and then publish it. Those HTML
details we can work them out quickly, the problem was that we weren't
getting Infra's attention to get around to this. But finally we are
there! (:
So let's fix those things and keep on rolling!


Renato M.

2013/5/6 Apostolis Giannakidis <ap...@gmail.com>:
> Very nice work!
>
> Quick note: In the home page, the News are listed without their dates. This
> is confusing for the reader.
> Also, the download button is displayed with the label: "Download »", which
> is again confusing.
>
> Cheers,
> Apostolis
>
>
> On Mon, May 6, 2013 at 8:38 PM, Lewis John Mcgibbney <
> lewis.mcgibbney@gmail.com> wrote:
>
>> Hi All,
>> We' re one step closer to pushing with the new Apache CMS backed Gora site
>> and documentation.
>> It can be viewed at http://gora.staging.apache.org
>> I would like to thank Renato (and INFRA) for being persistent with this and
>> making it possible.
>> I would ask for all discrepancies e.g. content, presentation, etc. to be
>> reported to dev@ list and we can deal with it there before pushing it
>> live.
>> Thank you so much
>> Lewis
>>
>> --
>> *Lewis*
>>

Re: [REQUEST] Review of New Gora Site

Posted by Apostolis Giannakidis <ap...@gmail.com>.
Very nice work!

Quick note: In the home page, the News are listed without their dates. This
is confusing for the reader.
Also, the download button is displayed with the label: "Download »", which
is again confusing.

Cheers,
Apostolis


On Mon, May 6, 2013 at 8:38 PM, Lewis John Mcgibbney <
lewis.mcgibbney@gmail.com> wrote:

> Hi All,
> We' re one step closer to pushing with the new Apache CMS backed Gora site
> and documentation.
> It can be viewed at http://gora.staging.apache.org
> I would like to thank Renato (and INFRA) for being persistent with this and
> making it possible.
> I would ask for all discrepancies e.g. content, presentation, etc. to be
> reported to dev@ list and we can deal with it there before pushing it
> live.
> Thank you so much
> Lewis
>
> --
> *Lewis*
>

Re: [REQUEST] Review of New Gora Site

Posted by Renato Marroquín Mogrovejo <re...@gmail.com>.
Hopefully they can get our actual site less painfully to update.
So what is next to make it our default one?


Renato M.

2013/5/6 Lewis John Mcgibbney <le...@gmail.com>:
> Hi All,
> We' re one step closer to pushing with the new Apache CMS backed Gora site
> and documentation.
> It can be viewed at http://gora.staging.apache.org
> I would like to thank Renato (and INFRA) for being persistent with this and
> making it possible.
> I would ask for all discrepancies e.g. content, presentation, etc. to be
> reported to dev@ list and we can deal with it there before pushing it live.
> Thank you so much
> Lewis
>
> --
> Lewis
>

Re: [REQUEST] Review of New Gora Site

Posted by Apostolis Giannakidis <ap...@gmail.com>.
Hey Andrew,

You're right!

Thank you for the quick fix.

Cheers,
Apostolis


On Thu, Jun 13, 2013 at 1:22 AM, Andrew Hart <ah...@apache.org> wrote:

> Hi Apostolis,
>
> Thanks very much for pointing this out!
>
> I have made the change to the tutorial page, however I changed the link to
> point to the dyn/closer.cgi script which allows users to select a mirror
> that is geographically nearer to them:
>
> http://www.apache.org/dyn/**closer.cgi/hbase/<http://www.apache.org/dyn/closer.cgi/hbase/>
>
> The updates should be live momentarily.
>
> Thanks again,
>
> Andrew.
>
>
>
>
> On 06/12/2013 05:21 PM, Apostolis Giannakidis wrote:
>
>> Hey all,
>>
>> just a quick note.
>> The tutorial web page (http://gora.apache.org/**current/tutorial.html<http://gora.apache.org/current/tutorial.html>
>> )
>> contains a link to http://hbase.apache.org/**releases.html<http://hbase.apache.org/releases.html>,
>> which is invalid.
>> I believe that is should point to
>> http://mirrors.ukfast.co.uk/**sites/ftp.apache.org/hbase/<http://mirrors.ukfast.co.uk/sites/ftp.apache.org/hbase/>
>> .
>>
>> Cheers,
>> Apostolis
>>
>>
>> On Fri, May 31, 2013 at 1:37 AM, Apostolis Giannakidis<
>> ap.giannakidis@gmail.com>  wrote:
>>
>>  Hello all,
>>>
>>> A couple of issues:
>>>
>>> The first line of text of the web page:
>>> http://gora.staging.apache.**org/current/quickstart.html<http://gora.staging.apache.org/current/quickstart.html>
>>> is not displayed properly. I tested it with the latest Chrome and
>>> Firefox.
>>>
>>> Also, the same web page has a link to the following URL that does not
>>> work.
>>> http://gora.staging.apache.**org/overview.html<http://gora.staging.apache.org/overview.html>
>>>
>>> Best regards,
>>> Apostolis
>>>
>>>
>>> On Tue, May 7, 2013 at 10:08 PM, Tejas Patil<tejas.patil.cs@gmail.com**
>>> >wrote:
>>>
>>>  Great effort !!!
>>>> Some more suggestions:
>>>>
>>>> (1) Font size is super large on on these pages:
>>>> http://gora.staging.apache.**org/version_control.html<http://gora.staging.apache.org/version_control.html>
>>>> http://gora.staging.apache.**org/index.html<http://gora.staging.apache.org/index.html>
>>>>
>>>> (2) Board reports link is dead
>>>> http://gora.staging.apache.**org/board-reports/index.html<http://gora.staging.apache.org/board-reports/index.html>
>>>>
>>>> (3) Committers page: list looks cluttered
>>>> http://gora.staging.apache.**org/credits.html<http://gora.staging.apache.org/credits.html>
>>>>
>>>> (4) The link anchored as "use Gora with Maven or
>>>> Ivy<http://gora.staging.**apache.org/downloads.html#**Maven<http://gora.staging.apache.org/downloads.html#Maven>and Ivy>"
>>>> on the main page points to downloads page which has nothing to do with
>>>> maven / ivy.
>>>>
>>>> (5) HBase Mappings : some portion of the file seems to be out of "code"
>>>> region
>>>> http://gora.staging.apache.**org/current/tutorial.html<http://gora.staging.apache.org/current/tutorial.html>
>>>>
>>>> (6) All in one line ( dev@gora.apache.org. *Subscribe to
>>>> List<dev-subscribe@gora.**apache.org <de...@gora.apache.org>>
>>>>   *Unsubscribe from List<de...@gora.apache.org>>*Search
>>>> List
>>>> Archive<http://www.mail-**archive.com/dev%40gora.apache.**org/<http://www.mail-archive.com/dev%40gora.apache.org/>>
>>>>  *View List
>>>> Archive<http://mail-archives.**apache.org/mod_mbox/gora-dev/<http://mail-archives.apache.org/mod_mbox/gora-dev/>>
>>>>  In order to
>>>> post to the list, it is necessary to first subscribe to it.)
>>>> There must be new line:
>>>> http://gora.staging.apache.**org/mailing_lists.html<http://gora.staging.apache.org/mailing_lists.html>
>>>>
>>>> Thanks,
>>>> Tejas
>>>>
>>>>
>>>> On Mon, May 6, 2013 at 12:48 PM, kiran chitturi
>>>> <ch...@gmail.com>**wrote:
>>>>
>>>>  Hi Lewis,
>>>>>
>>>>> The website looks great. I have noticed a few things.
>>>>>
>>>>> i) The gora logo on the top header is not showing up
>>>>>
>>>>> ii) The download button has a unicode character which shouldn't be
>>>>> there
>>>>>
>>>>> iii) There is no section for 'news'. For example the line 'Gora
>>>>>
>>>> graduated
>>>>
>>>>> from the Apache incubator in January 2012 to become a top-level Apache
>>>>> project.' and versions go to the news section.
>>>>>
>>>>> iv) The end of shortcuts list is mixed up with the text that is
>>>>>
>>>> following
>>>>
>>>>> next. The text is not exactly divided. (Is this section news and
>>>>>
>>>> overview).
>>>>
>>>>> v) The java doc link is dead. (
>>>>> http://gora.staging.apache.**org/current/api/index.html<http://gora.staging.apache.org/current/api/index.html>
>>>>> )
>>>>>
>>>>> vi) It would be nice formatting to see the different links as a list
>>>>>
>>>> rather
>>>>
>>>>> than as a line [2]. It all looks mixed up
>>>>>
>>>>> That's it for now. Good Effort :) from Gora team
>>>>>
>>>>> [2] http://gora.staging.apache.**org/mailing_lists.html<http://gora.staging.apache.org/mailing_lists.html>
>>>>>
>>>>>
>>>>> On Mon, May 6, 2013 at 3:38 PM, Lewis John Mcgibbney<
>>>>> lewis.mcgibbney@gmail.com>  wrote:
>>>>>
>>>>>  Hi All,
>>>>>> We' re one step closer to pushing with the new Apache CMS backed Gora
>>>>>>
>>>>> site
>>>>>
>>>>>> and documentation.
>>>>>> It can be viewed at http://gora.staging.apache.org
>>>>>> I would like to thank Renato (and INFRA) for being persistent with
>>>>>>
>>>>> this
>>>>
>>>>> and making it possible.
>>>>>> I would ask for all discrepancies e.g. content, presentation, etc. to
>>>>>>
>>>>> be
>>>>
>>>>> reported to dev@ list and we can deal with it there before pushing it
>>>>>> live.
>>>>>> Thank you so much
>>>>>> Lewis
>>>>>>
>>>>>> --
>>>>>> *Lewis*
>>>>>>
>>>>>>
>>>>>>
>>>>> --
>>>>> Kiran Chitturi
>>>>>
>>>>> <http://www.linkedin.com/in/**kiranchitturi<http://www.linkedin.com/in/kiranchitturi>
>>>>> >
>>>>>
>>>>>
>>>
>

Re: [REQUEST] Review of New Gora Site

Posted by Andrew Hart <ah...@apache.org>.
Hi Apostolis,

Thanks very much for pointing this out!

I have made the change to the tutorial page, however I changed the link 
to point to the dyn/closer.cgi script which allows users to select a 
mirror that is geographically nearer to them:

http://www.apache.org/dyn/closer.cgi/hbase/

The updates should be live momentarily.

Thanks again,

Andrew.



On 06/12/2013 05:21 PM, Apostolis Giannakidis wrote:
> Hey all,
>
> just a quick note.
> The tutorial web page (http://gora.apache.org/current/tutorial.html)
> contains a link to http://hbase.apache.org/releases.html, which is invalid.
> I believe that is should point to
> http://mirrors.ukfast.co.uk/sites/ftp.apache.org/hbase/.
>
> Cheers,
> Apostolis
>
>
> On Fri, May 31, 2013 at 1:37 AM, Apostolis Giannakidis<
> ap.giannakidis@gmail.com>  wrote:
>
>> Hello all,
>>
>> A couple of issues:
>>
>> The first line of text of the web page:
>> http://gora.staging.apache.org/current/quickstart.html
>> is not displayed properly. I tested it with the latest Chrome and Firefox.
>>
>> Also, the same web page has a link to the following URL that does not work.
>> http://gora.staging.apache.org/overview.html
>>
>> Best regards,
>> Apostolis
>>
>>
>> On Tue, May 7, 2013 at 10:08 PM, Tejas Patil<te...@gmail.com>wrote:
>>
>>> Great effort !!!
>>> Some more suggestions:
>>>
>>> (1) Font size is super large on on these pages:
>>> http://gora.staging.apache.org/version_control.html
>>> http://gora.staging.apache.org/index.html
>>>
>>> (2) Board reports link is dead
>>> http://gora.staging.apache.org/board-reports/index.html
>>>
>>> (3) Committers page: list looks cluttered
>>> http://gora.staging.apache.org/credits.html
>>>
>>> (4) The link anchored as "use Gora with Maven or
>>> Ivy<http://gora.staging.apache.org/downloads.html#Maven and Ivy>"
>>> on the main page points to downloads page which has nothing to do with
>>> maven / ivy.
>>>
>>> (5) HBase Mappings : some portion of the file seems to be out of "code"
>>> region
>>> http://gora.staging.apache.org/current/tutorial.html
>>>
>>> (6) All in one line ( dev@gora.apache.org. *Subscribe to
>>> List<de...@gora.apache.org>
>>>   *Unsubscribe from List<de...@gora.apache.org>*Search List
>>> Archive<http://www.mail-archive.com/dev%40gora.apache.org/>  *View List
>>> Archive<http://mail-archives.apache.org/mod_mbox/gora-dev/>  In order to
>>> post to the list, it is necessary to first subscribe to it.)
>>> There must be new line:
>>> http://gora.staging.apache.org/mailing_lists.html
>>>
>>> Thanks,
>>> Tejas
>>>
>>>
>>> On Mon, May 6, 2013 at 12:48 PM, kiran chitturi
>>> <ch...@gmail.com>wrote:
>>>
>>>> Hi Lewis,
>>>>
>>>> The website looks great. I have noticed a few things.
>>>>
>>>> i) The gora logo on the top header is not showing up
>>>>
>>>> ii) The download button has a unicode character which shouldn't be there
>>>>
>>>> iii) There is no section for 'news'. For example the line 'Gora
>>> graduated
>>>> from the Apache incubator in January 2012 to become a top-level Apache
>>>> project.' and versions go to the news section.
>>>>
>>>> iv) The end of shortcuts list is mixed up with the text that is
>>> following
>>>> next. The text is not exactly divided. (Is this section news and
>>> overview).
>>>> v) The java doc link is dead. (
>>>> http://gora.staging.apache.org/current/api/index.html)
>>>>
>>>> vi) It would be nice formatting to see the different links as a list
>>> rather
>>>> than as a line [2]. It all looks mixed up
>>>>
>>>> That's it for now. Good Effort :) from Gora team
>>>>
>>>> [2] http://gora.staging.apache.org/mailing_lists.html
>>>>
>>>>
>>>> On Mon, May 6, 2013 at 3:38 PM, Lewis John Mcgibbney<
>>>> lewis.mcgibbney@gmail.com>  wrote:
>>>>
>>>>> Hi All,
>>>>> We' re one step closer to pushing with the new Apache CMS backed Gora
>>>> site
>>>>> and documentation.
>>>>> It can be viewed at http://gora.staging.apache.org
>>>>> I would like to thank Renato (and INFRA) for being persistent with
>>> this
>>>>> and making it possible.
>>>>> I would ask for all discrepancies e.g. content, presentation, etc. to
>>> be
>>>>> reported to dev@ list and we can deal with it there before pushing it
>>>>> live.
>>>>> Thank you so much
>>>>> Lewis
>>>>>
>>>>> --
>>>>> *Lewis*
>>>>>
>>>>>
>>>>
>>>> --
>>>> Kiran Chitturi
>>>>
>>>> <http://www.linkedin.com/in/kiranchitturi>
>>>>
>>


Re: [REQUEST] Review of New Gora Site

Posted by Apostolis Giannakidis <ap...@gmail.com>.
Hey all,

just a quick note.
The tutorial web page (http://gora.apache.org/current/tutorial.html)
contains a link to http://hbase.apache.org/releases.html, which is invalid.
I believe that is should point to
http://mirrors.ukfast.co.uk/sites/ftp.apache.org/hbase/.

Cheers,
Apostolis


On Fri, May 31, 2013 at 1:37 AM, Apostolis Giannakidis <
ap.giannakidis@gmail.com> wrote:

> Hello all,
>
> A couple of issues:
>
> The first line of text of the web page:
> http://gora.staging.apache.org/current/quickstart.html
> is not displayed properly. I tested it with the latest Chrome and Firefox.
>
> Also, the same web page has a link to the following URL that does not work.
> http://gora.staging.apache.org/overview.html
>
> Best regards,
> Apostolis
>
>
> On Tue, May 7, 2013 at 10:08 PM, Tejas Patil <te...@gmail.com>wrote:
>
>> Great effort !!!
>> Some more suggestions:
>>
>> (1) Font size is super large on on these pages:
>> http://gora.staging.apache.org/version_control.html
>> http://gora.staging.apache.org/index.html
>>
>> (2) Board reports link is dead
>> http://gora.staging.apache.org/board-reports/index.html
>>
>> (3) Committers page: list looks cluttered
>> http://gora.staging.apache.org/credits.html
>>
>> (4) The link anchored as "use Gora with Maven or
>> Ivy<http://gora.staging.apache.org/downloads.html#Maven and Ivy>"
>> on the main page points to downloads page which has nothing to do with
>> maven / ivy.
>>
>> (5) HBase Mappings : some portion of the file seems to be out of "code"
>> region
>> http://gora.staging.apache.org/current/tutorial.html
>>
>> (6) All in one line ( dev@gora.apache.org. *Subscribe to
>> List<de...@gora.apache.org>
>>  *Unsubscribe from List <de...@gora.apache.org>*Search List
>> Archive <http://www.mail-archive.com/dev%40gora.apache.org/> *View List
>> Archive <http://mail-archives.apache.org/mod_mbox/gora-dev/> In order to
>> post to the list, it is necessary to first subscribe to it.)
>> There must be new line:
>> http://gora.staging.apache.org/mailing_lists.html
>>
>> Thanks,
>> Tejas
>>
>>
>> On Mon, May 6, 2013 at 12:48 PM, kiran chitturi
>> <ch...@gmail.com>wrote:
>>
>> > Hi Lewis,
>> >
>> > The website looks great. I have noticed a few things.
>> >
>> > i) The gora logo on the top header is not showing up
>> >
>> > ii) The download button has a unicode character which shouldn't be there
>> >
>> > iii) There is no section for 'news'. For example the line 'Gora
>> graduated
>> > from the Apache incubator in January 2012 to become a top-level Apache
>> > project.' and versions go to the news section.
>> >
>> > iv) The end of shortcuts list is mixed up with the text that is
>> following
>> > next. The text is not exactly divided. (Is this section news and
>> overview).
>> >
>> > v) The java doc link is dead. (
>> > http://gora.staging.apache.org/current/api/index.html)
>> >
>> > vi) It would be nice formatting to see the different links as a list
>> rather
>> > than as a line [2]. It all looks mixed up
>> >
>> > That's it for now. Good Effort :) from Gora team
>> >
>> > [2] http://gora.staging.apache.org/mailing_lists.html
>> >
>> >
>> > On Mon, May 6, 2013 at 3:38 PM, Lewis John Mcgibbney <
>> > lewis.mcgibbney@gmail.com> wrote:
>> >
>> > > Hi All,
>> > > We' re one step closer to pushing with the new Apache CMS backed Gora
>> > site
>> > > and documentation.
>> > > It can be viewed at http://gora.staging.apache.org
>> > > I would like to thank Renato (and INFRA) for being persistent with
>> this
>> > > and making it possible.
>> > > I would ask for all discrepancies e.g. content, presentation, etc. to
>> be
>> > > reported to dev@ list and we can deal with it there before pushing it
>> > > live.
>> > > Thank you so much
>> > > Lewis
>> > >
>> > > --
>> > > *Lewis*
>> > >
>> > >
>> >
>> >
>> > --
>> > Kiran Chitturi
>> >
>> > <http://www.linkedin.com/in/kiranchitturi>
>> >
>>
>
>

Re: [REQUEST] Review of New Gora Site

Posted by Apostolis Giannakidis <ap...@gmail.com>.
Hello all,

A couple of issues:

The first line of text of the web page:
http://gora.staging.apache.org/current/quickstart.html
is not displayed properly. I tested it with the latest Chrome and Firefox.

Also, the same web page has a link to the following URL that does not work.
http://gora.staging.apache.org/overview.html

Best regards,
Apostolis


On Tue, May 7, 2013 at 10:08 PM, Tejas Patil <te...@gmail.com>wrote:

> Great effort !!!
> Some more suggestions:
>
> (1) Font size is super large on on these pages:
> http://gora.staging.apache.org/version_control.html
> http://gora.staging.apache.org/index.html
>
> (2) Board reports link is dead
> http://gora.staging.apache.org/board-reports/index.html
>
> (3) Committers page: list looks cluttered
> http://gora.staging.apache.org/credits.html
>
> (4) The link anchored as "use Gora with Maven or
> Ivy<http://gora.staging.apache.org/downloads.html#Maven and Ivy>"
> on the main page points to downloads page which has nothing to do with
> maven / ivy.
>
> (5) HBase Mappings : some portion of the file seems to be out of "code"
> region
> http://gora.staging.apache.org/current/tutorial.html
>
> (6) All in one line ( dev@gora.apache.org. *Subscribe to
> List<de...@gora.apache.org>
>  *Unsubscribe from List <de...@gora.apache.org>*Search List
> Archive <http://www.mail-archive.com/dev%40gora.apache.org/> *View List
> Archive <http://mail-archives.apache.org/mod_mbox/gora-dev/> In order to
> post to the list, it is necessary to first subscribe to it.)
> There must be new line:
> http://gora.staging.apache.org/mailing_lists.html
>
> Thanks,
> Tejas
>
>
> On Mon, May 6, 2013 at 12:48 PM, kiran chitturi
> <ch...@gmail.com>wrote:
>
> > Hi Lewis,
> >
> > The website looks great. I have noticed a few things.
> >
> > i) The gora logo on the top header is not showing up
> >
> > ii) The download button has a unicode character which shouldn't be there
> >
> > iii) There is no section for 'news'. For example the line 'Gora graduated
> > from the Apache incubator in January 2012 to become a top-level Apache
> > project.' and versions go to the news section.
> >
> > iv) The end of shortcuts list is mixed up with the text that is following
> > next. The text is not exactly divided. (Is this section news and
> overview).
> >
> > v) The java doc link is dead. (
> > http://gora.staging.apache.org/current/api/index.html)
> >
> > vi) It would be nice formatting to see the different links as a list
> rather
> > than as a line [2]. It all looks mixed up
> >
> > That's it for now. Good Effort :) from Gora team
> >
> > [2] http://gora.staging.apache.org/mailing_lists.html
> >
> >
> > On Mon, May 6, 2013 at 3:38 PM, Lewis John Mcgibbney <
> > lewis.mcgibbney@gmail.com> wrote:
> >
> > > Hi All,
> > > We' re one step closer to pushing with the new Apache CMS backed Gora
> > site
> > > and documentation.
> > > It can be viewed at http://gora.staging.apache.org
> > > I would like to thank Renato (and INFRA) for being persistent with this
> > > and making it possible.
> > > I would ask for all discrepancies e.g. content, presentation, etc. to
> be
> > > reported to dev@ list and we can deal with it there before pushing it
> > > live.
> > > Thank you so much
> > > Lewis
> > >
> > > --
> > > *Lewis*
> > >
> > >
> >
> >
> > --
> > Kiran Chitturi
> >
> > <http://www.linkedin.com/in/kiranchitturi>
> >
>

Re: [REQUEST] Review of New Gora Site

Posted by Tejas Patil <te...@gmail.com>.
Great effort !!!
Some more suggestions:

(1) Font size is super large on on these pages:
http://gora.staging.apache.org/version_control.html
http://gora.staging.apache.org/index.html

(2) Board reports link is dead
http://gora.staging.apache.org/board-reports/index.html

(3) Committers page: list looks cluttered
http://gora.staging.apache.org/credits.html

(4) The link anchored as "use Gora with Maven or
Ivy<http://gora.staging.apache.org/downloads.html#Maven and Ivy>"
on the main page points to downloads page which has nothing to do with
maven / ivy.

(5) HBase Mappings : some portion of the file seems to be out of "code"
region
http://gora.staging.apache.org/current/tutorial.html

(6) All in one line ( dev@gora.apache.org. *Subscribe to
List<de...@gora.apache.org>
 *Unsubscribe from List <de...@gora.apache.org>*Search List
Archive <http://www.mail-archive.com/dev%40gora.apache.org/> *View List
Archive <http://mail-archives.apache.org/mod_mbox/gora-dev/> In order to
post to the list, it is necessary to first subscribe to it.)
There must be new line:
http://gora.staging.apache.org/mailing_lists.html

Thanks,
Tejas


On Mon, May 6, 2013 at 12:48 PM, kiran chitturi
<ch...@gmail.com>wrote:

> Hi Lewis,
>
> The website looks great. I have noticed a few things.
>
> i) The gora logo on the top header is not showing up
>
> ii) The download button has a unicode character which shouldn't be there
>
> iii) There is no section for 'news'. For example the line 'Gora graduated
> from the Apache incubator in January 2012 to become a top-level Apache
> project.' and versions go to the news section.
>
> iv) The end of shortcuts list is mixed up with the text that is following
> next. The text is not exactly divided. (Is this section news and overview).
>
> v) The java doc link is dead. (
> http://gora.staging.apache.org/current/api/index.html)
>
> vi) It would be nice formatting to see the different links as a list rather
> than as a line [2]. It all looks mixed up
>
> That's it for now. Good Effort :) from Gora team
>
> [2] http://gora.staging.apache.org/mailing_lists.html
>
>
> On Mon, May 6, 2013 at 3:38 PM, Lewis John Mcgibbney <
> lewis.mcgibbney@gmail.com> wrote:
>
> > Hi All,
> > We' re one step closer to pushing with the new Apache CMS backed Gora
> site
> > and documentation.
> > It can be viewed at http://gora.staging.apache.org
> > I would like to thank Renato (and INFRA) for being persistent with this
> > and making it possible.
> > I would ask for all discrepancies e.g. content, presentation, etc. to be
> > reported to dev@ list and we can deal with it there before pushing it
> > live.
> > Thank you so much
> > Lewis
> >
> > --
> > *Lewis*
> >
> >
>
>
> --
> Kiran Chitturi
>
> <http://www.linkedin.com/in/kiranchitturi>
>

Re: [REQUEST] Review of New Gora Site

Posted by kiran chitturi <ch...@gmail.com>.
Hi Lewis,

The website looks great. I have noticed a few things.

i) The gora logo on the top header is not showing up

ii) The download button has a unicode character which shouldn't be there

iii) There is no section for 'news'. For example the line 'Gora graduated
from the Apache incubator in January 2012 to become a top-level Apache
project.' and versions go to the news section.

iv) The end of shortcuts list is mixed up with the text that is following
next. The text is not exactly divided. (Is this section news and overview).

v) The java doc link is dead. (
http://gora.staging.apache.org/current/api/index.html)

vi) It would be nice formatting to see the different links as a list rather
than as a line [2]. It all looks mixed up

That's it for now. Good Effort :) from Gora team

[2] http://gora.staging.apache.org/mailing_lists.html


On Mon, May 6, 2013 at 3:38 PM, Lewis John Mcgibbney <
lewis.mcgibbney@gmail.com> wrote:

> Hi All,
> We' re one step closer to pushing with the new Apache CMS backed Gora site
> and documentation.
> It can be viewed at http://gora.staging.apache.org
> I would like to thank Renato (and INFRA) for being persistent with this
> and making it possible.
> I would ask for all discrepancies e.g. content, presentation, etc. to be
> reported to dev@ list and we can deal with it there before pushing it
> live.
> Thank you so much
> Lewis
>
> --
> *Lewis*
>
>


-- 
Kiran Chitturi

<http://www.linkedin.com/in/kiranchitturi>