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™</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™</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 <[email protected] > 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 < > [email protected]> wrote: > > > Awesome! > > > > > > 2013/5/6 Mattmann, Chris A (398J) <[email protected]> > > > > > +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: [email protected] > > > 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 <[email protected]> > > > Reply-To: "[email protected]" <[email protected]> > > > Date: Monday, May 6, 2013 12:59 PM > > > To: Gora Dev <[email protected]> > > > 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 <[email protected]>: > > > >> 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 < > > > >> [email protected]> 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. >

