Now that I actually had time to review the content,
here's what needs to be fixed:
* community link needs to get rid of vectoring people
to the GG email address and to a particular person.
That's a big no-no
* I haven't seen anybody adverstise private mailing lists,
but then again its not that big of a deal
* it would be nice if MLs had links to archives
* JavaDOC/ScalaDOC and wiki needs to be migrated to
ASF infra ASAP
Finally I'm not sure that the downdload link pointing to
the GG binaries is appropriate. Perhaps the blurb you
have next to it makes it obvious that its not ASF binary,
but it would be best to have your first ASF release
ASAP.
Thanks,
Roman.
On Wed, Dec 10, 2014 at 10:29 PM, Dmitriy Setrakyan
<[email protected]> wrote:
> And here it comes:
> https://ignite.incubator.apache.org/
>
> D.
>
> On Thu, Dec 11, 2014 at 12:44 AM, Roman Shaposhnik <[email protected]>
> wrote:
>
>> On Wed, Dec 10, 2014 at 9:39 PM, Dmitriy Setrakyan
>> <[email protected]> wrote:
>> > Hi,
>> >
>> > I have the website ready, but cannot checkout the SVN repository for it.
>> > Can someone please tell me the exact SVN commands that need to be
>> executed,
>> > starting from checkout?
>>
>> Please try the following:
>> svn co https://svn.apache.org/repos/asf/incubator/ignite/site/trunk
>> cd trunk
>> cp -r <YOUR STUFF> trunk
>> svn add *
>> svn commit
>>