website changes

classic Classic list List threaded Threaded
26 messages Options
12
Reply | Threaded
Open this post in threaded view
|

website changes

dsetrakyan
Igniters,

I have updated the Ignite website to reflect the project graduation (turned
out that many links were not working).

Would be nice if the community clicked around and verified that all the
links are working and all the wording and examples are correct.

Thanks,
D.
Reply | Threaded
Open this post in threaded view
|

Re: website changes

Raul Kripalani
wget spider output here: https://gist.github.com/raulk/7d6713aa7b3d21ecaacd

No issues with regards to the domain migration, but we have 404 in
robots.txt and some jquery JS across many pages.

I also ran a spider on our readme.io docs, and it was quite OK except that
it found these 404s:

--2015-08-24 12:16:43--
https://apacheignite.readme.io/docs/distributed-closures%22  HTTP/1.1 404
Not Found
--2015-08-24 12:26:04--
https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
 HTTP/1.1 404 Not Found

With regards to the jquery URL references:

--2015-08-24 12:19:31--
http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
  HTTP/1.1 404 Not Found
--2015-08-24 12:19:27--
http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
  HTTP/1.1 404 Not Found

Are some examples. I guess these HTMLs are referring to jquery in the
context directory rather than in a common directory.

Do you think it makes sense to add a robots.txt for SEO purposes?

Regards,

*Raúl Kripalani*
Apache Camel PMC Member & Committer | Enterprise Architect, Open Source
Integration specialist
http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani
http://blog.raulkr.net | twitter: @raulvk

On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan <[hidden email]>
wrote:

> Igniters,
>
> I have updated the Ignite website to reflect the project graduation (turned
> out that many links were not working).
>
> Would be nice if the community clicked around and verified that all the
> links are working and all the wording and examples are correct.
>
> Thanks,
> D.
>
Reply | Threaded
Open this post in threaded view
|

Re: website changes

Pavel Konstantinov
I've found links to 'incubator' on
https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home

On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <[hidden email]> wrote:

> wget spider output here:
> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
>
> No issues with regards to the domain migration, but we have 404 in
> robots.txt and some jquery JS across many pages.
>
> I also ran a spider on our readme.io docs, and it was quite OK except that
> it found these 404s:
>
> --2015-08-24 12:16:43--
> https://apacheignite.readme.io/docs/distributed-closures%22  HTTP/1.1 404
> Not Found
> --2015-08-24 12:26:04--
> https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
>  HTTP/1.1 404 Not Found
>
> With regards to the jquery URL references:
>
> --2015-08-24 12:19:31--
> http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
>   HTTP/1.1 404 Not Found
> --2015-08-24 12:19:27--
> http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
>   HTTP/1.1 404 Not Found
>
> Are some examples. I guess these HTMLs are referring to jquery in the
> context directory rather than in a common directory.
>
> Do you think it makes sense to add a robots.txt for SEO purposes?
>
> Regards,
>
> *Raúl Kripalani*
> Apache Camel PMC Member & Committer | Enterprise Architect, Open Source
> Integration specialist
> http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani
> http://blog.raulkr.net | twitter: @raulvk
>
> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan <[hidden email]
> >
> wrote:
>
> > Igniters,
> >
> > I have updated the Ignite website to reflect the project graduation
> (turned
> > out that many links were not working).
> >
> > Would be nice if the community clicked around and verified that all the
> > links are working and all the wording and examples are correct.
> >
> > Thanks,
> > D.
> >
>



--
Pavel Konstantinov, QA Engineer
GridGain Systems
www.gridgain.com
Reply | Threaded
Open this post in threaded view
|

Re: website changes

Pavel Konstantinov
One more link to incubator on https://apacheignite.readme.io/ at the right
top conner  - 'Fork me on GitHub'

On Tue, Aug 25, 2015 at 10:58 AM, Pavel Konstantinov <
[hidden email]> wrote:

> I've found links to 'incubator' on
> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
>
> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <[hidden email]> wrote:
>
>> wget spider output here:
>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
>>
>> No issues with regards to the domain migration, but we have 404 in
>> robots.txt and some jquery JS across many pages.
>>
>> I also ran a spider on our readme.io docs, and it was quite OK except
>> that
>> it found these 404s:
>>
>> --2015-08-24 12:16:43--
>> https://apacheignite.readme.io/docs/distributed-closures%22  HTTP/1.1 404
>> Not Found
>> --2015-08-24 12:26:04--
>> https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
>>  HTTP/1.1 404 Not Found
>>
>> With regards to the jquery URL references:
>>
>> --2015-08-24 12:19:31--
>> http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
>>   HTTP/1.1 404 Not Found
>> --2015-08-24 12:19:27--
>> http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
>>   HTTP/1.1 404 Not Found
>>
>> Are some examples. I guess these HTMLs are referring to jquery in the
>> context directory rather than in a common directory.
>>
>> Do you think it makes sense to add a robots.txt for SEO purposes?
>>
>> Regards,
>>
>> *Raúl Kripalani*
>> Apache Camel PMC Member & Committer | Enterprise Architect, Open Source
>> Integration specialist
>> http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani
>> http://blog.raulkr.net | twitter: @raulvk
>>
>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan <
>> [hidden email]>
>> wrote:
>>
>> > Igniters,
>> >
>> > I have updated the Ignite website to reflect the project graduation
>> (turned
>> > out that many links were not working).
>> >
>> > Would be nice if the community clicked around and verified that all the
>> > links are working and all the wording and examples are correct.
>> >
>> > Thanks,
>> > D.
>> >
>>
>
>
>
> --
> Pavel Konstantinov, QA Engineer
> GridGain Systems
> www.gridgain.com
>



--
Pavel Konstantinov, QA Engineer
GridGain Systems
www.gridgain.com
Reply | Threaded
Open this post in threaded view
|

Re: website changes

Pavel Konstantinov
Also 'Examples' at the top menu on apacheignite.readme.io redirect to
'incubator-ignite' on GitHub

On Tue, Aug 25, 2015 at 11:13 AM, Pavel Konstantinov <
[hidden email]> wrote:

> One more link to incubator on https://apacheignite.readme.io/ at the
> right top conner  - 'Fork me on GitHub'
>
> On Tue, Aug 25, 2015 at 10:58 AM, Pavel Konstantinov <
> [hidden email]> wrote:
>
>> I've found links to 'incubator' on
>> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
>>
>> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <[hidden email]> wrote:
>>
>>> wget spider output here:
>>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
>>>
>>> No issues with regards to the domain migration, but we have 404 in
>>> robots.txt and some jquery JS across many pages.
>>>
>>> I also ran a spider on our readme.io docs, and it was quite OK except
>>> that
>>> it found these 404s:
>>>
>>> --2015-08-24 12:16:43--
>>> https://apacheignite.readme.io/docs/distributed-closures%22  HTTP/1.1
>>> 404
>>> Not Found
>>> --2015-08-24 12:26:04--
>>> https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
>>>  HTTP/1.1 404 Not Found
>>>
>>> With regards to the jquery URL references:
>>>
>>> --2015-08-24 12:19:31--
>>> http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
>>>   HTTP/1.1 404 Not Found
>>> --2015-08-24 12:19:27--
>>> http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
>>>   HTTP/1.1 404 Not Found
>>>
>>> Are some examples. I guess these HTMLs are referring to jquery in the
>>> context directory rather than in a common directory.
>>>
>>> Do you think it makes sense to add a robots.txt for SEO purposes?
>>>
>>> Regards,
>>>
>>> *Raúl Kripalani*
>>> Apache Camel PMC Member & Committer | Enterprise Architect, Open Source
>>> Integration specialist
>>> http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani
>>> http://blog.raulkr.net | twitter: @raulvk
>>>
>>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan <
>>> [hidden email]>
>>> wrote:
>>>
>>> > Igniters,
>>> >
>>> > I have updated the Ignite website to reflect the project graduation
>>> (turned
>>> > out that many links were not working).
>>> >
>>> > Would be nice if the community clicked around and verified that all the
>>> > links are working and all the wording and examples are correct.
>>> >
>>> > Thanks,
>>> > D.
>>> >
>>>
>>
>>
>>
>> --
>> Pavel Konstantinov, QA Engineer
>> GridGain Systems
>> www.gridgain.com
>>
>
>
>
> --
> Pavel Konstantinov, QA Engineer
> GridGain Systems
> www.gridgain.com
>



--
Pavel Konstantinov, QA Engineer
GridGain Systems
www.gridgain.com
Reply | Threaded
Open this post in threaded view
|

Re: website changes

Pavel Konstantinov
http://ignite.apache.org/features/clientprotos.html  has examples links to
incubator-ignite on GitHub

On Tue, Aug 25, 2015 at 11:39 AM, Pavel Konstantinov <
[hidden email]> wrote:

> Also 'Examples' at the top menu on apacheignite.readme.io redirect to
> 'incubator-ignite' on GitHub
>
> On Tue, Aug 25, 2015 at 11:13 AM, Pavel Konstantinov <
> [hidden email]> wrote:
>
>> One more link to incubator on https://apacheignite.readme.io/ at the
>> right top conner  - 'Fork me on GitHub'
>>
>> On Tue, Aug 25, 2015 at 10:58 AM, Pavel Konstantinov <
>> [hidden email]> wrote:
>>
>>> I've found links to 'incubator' on
>>> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
>>>
>>> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <[hidden email]>
>>> wrote:
>>>
>>>> wget spider output here:
>>>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
>>>>
>>>> No issues with regards to the domain migration, but we have 404 in
>>>> robots.txt and some jquery JS across many pages.
>>>>
>>>> I also ran a spider on our readme.io docs, and it was quite OK except
>>>> that
>>>> it found these 404s:
>>>>
>>>> --2015-08-24 12:16:43--
>>>> https://apacheignite.readme.io/docs/distributed-closures%22  HTTP/1.1
>>>> 404
>>>> Not Found
>>>> --2015-08-24 12:26:04--
>>>> https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
>>>>  HTTP/1.1 404 Not Found
>>>>
>>>> With regards to the jquery URL references:
>>>>
>>>> --2015-08-24 12:19:31--
>>>> http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
>>>>   HTTP/1.1 404 Not Found
>>>> --2015-08-24 12:19:27--
>>>> http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
>>>>   HTTP/1.1 404 Not Found
>>>>
>>>> Are some examples. I guess these HTMLs are referring to jquery in the
>>>> context directory rather than in a common directory.
>>>>
>>>> Do you think it makes sense to add a robots.txt for SEO purposes?
>>>>
>>>> Regards,
>>>>
>>>> *Raúl Kripalani*
>>>> Apache Camel PMC Member & Committer | Enterprise Architect, Open Source
>>>> Integration specialist
>>>> http://about.me/raulkripalani |
>>>> http://www.linkedin.com/in/raulkripalani
>>>> http://blog.raulkr.net | twitter: @raulvk
>>>>
>>>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan <
>>>> [hidden email]>
>>>> wrote:
>>>>
>>>> > Igniters,
>>>> >
>>>> > I have updated the Ignite website to reflect the project graduation
>>>> (turned
>>>> > out that many links were not working).
>>>> >
>>>> > Would be nice if the community clicked around and verified that all
>>>> the
>>>> > links are working and all the wording and examples are correct.
>>>> >
>>>> > Thanks,
>>>> > D.
>>>> >
>>>>
>>>
>>>
>>>
>>> --
>>> Pavel Konstantinov, QA Engineer
>>> GridGain Systems
>>> www.gridgain.com
>>>
>>
>>
>>
>> --
>> Pavel Konstantinov, QA Engineer
>> GridGain Systems
>> www.gridgain.com
>>
>
>
>
> --
> Pavel Konstantinov, QA Engineer
> GridGain Systems
> www.gridgain.com
>



--
Pavel Konstantinov, QA Engineer
GridGain Systems
www.gridgain.com
Reply | Threaded
Open this post in threaded view
|

Re: website changes

Pavel Konstantinov
I think we should verify all links to all examples in documentation. I see
all of them points to incubator-ignite.

On Tue, Aug 25, 2015 at 11:44 AM, Pavel Konstantinov <
[hidden email]> wrote:

> http://ignite.apache.org/features/clientprotos.html  has examples links
> to incubator-ignite on GitHub
>
> On Tue, Aug 25, 2015 at 11:39 AM, Pavel Konstantinov <
> [hidden email]> wrote:
>
>> Also 'Examples' at the top menu on apacheignite.readme.io redirect to
>> 'incubator-ignite' on GitHub
>>
>> On Tue, Aug 25, 2015 at 11:13 AM, Pavel Konstantinov <
>> [hidden email]> wrote:
>>
>>> One more link to incubator on https://apacheignite.readme.io/ at the
>>> right top conner  - 'Fork me on GitHub'
>>>
>>> On Tue, Aug 25, 2015 at 10:58 AM, Pavel Konstantinov <
>>> [hidden email]> wrote:
>>>
>>>> I've found links to 'incubator' on
>>>> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
>>>>
>>>> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <[hidden email]>
>>>> wrote:
>>>>
>>>>> wget spider output here:
>>>>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
>>>>>
>>>>> No issues with regards to the domain migration, but we have 404 in
>>>>> robots.txt and some jquery JS across many pages.
>>>>>
>>>>> I also ran a spider on our readme.io docs, and it was quite OK except
>>>>> that
>>>>> it found these 404s:
>>>>>
>>>>> --2015-08-24 12:16:43--
>>>>> https://apacheignite.readme.io/docs/distributed-closures%22  HTTP/1.1
>>>>> 404
>>>>> Not Found
>>>>> --2015-08-24 12:26:04--
>>>>>
>>>>> https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
>>>>>  HTTP/1.1 404 Not Found
>>>>>
>>>>> With regards to the jquery URL references:
>>>>>
>>>>> --2015-08-24 12:19:31--
>>>>> http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
>>>>>   HTTP/1.1 404 Not Found
>>>>> --2015-08-24 12:19:27--
>>>>> http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
>>>>>   HTTP/1.1 404 Not Found
>>>>>
>>>>> Are some examples. I guess these HTMLs are referring to jquery in the
>>>>> context directory rather than in a common directory.
>>>>>
>>>>> Do you think it makes sense to add a robots.txt for SEO purposes?
>>>>>
>>>>> Regards,
>>>>>
>>>>> *Raúl Kripalani*
>>>>> Apache Camel PMC Member & Committer | Enterprise Architect, Open Source
>>>>> Integration specialist
>>>>> http://about.me/raulkripalani |
>>>>> http://www.linkedin.com/in/raulkripalani
>>>>> http://blog.raulkr.net | twitter: @raulvk
>>>>>
>>>>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan <
>>>>> [hidden email]>
>>>>> wrote:
>>>>>
>>>>> > Igniters,
>>>>> >
>>>>> > I have updated the Ignite website to reflect the project graduation
>>>>> (turned
>>>>> > out that many links were not working).
>>>>> >
>>>>> > Would be nice if the community clicked around and verified that all
>>>>> the
>>>>> > links are working and all the wording and examples are correct.
>>>>> >
>>>>> > Thanks,
>>>>> > D.
>>>>> >
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Pavel Konstantinov, QA Engineer
>>>> GridGain Systems
>>>> www.gridgain.com
>>>>
>>>
>>>
>>>
>>> --
>>> Pavel Konstantinov, QA Engineer
>>> GridGain Systems
>>> www.gridgain.com
>>>
>>
>>
>>
>> --
>> Pavel Konstantinov, QA Engineer
>> GridGain Systems
>> www.gridgain.com
>>
>
>
>
> --
> Pavel Konstantinov, QA Engineer
> GridGain Systems
> www.gridgain.com
>



--
Pavel Konstantinov, QA Engineer
GridGain Systems
www.gridgain.com
Reply | Threaded
Open this post in threaded view
|

Re: website changes

yzhdanov
Good point, Pavel! Can you please create a ticket and put all comments to
its subtickets - site, examples, code?

--Yakov

2015-08-25 7:46 GMT+03:00 Pavel Konstantinov <[hidden email]>:

> I think we should verify all links to all examples in documentation. I see
> all of them points to incubator-ignite.
>
> On Tue, Aug 25, 2015 at 11:44 AM, Pavel Konstantinov <
> [hidden email]> wrote:
>
> > http://ignite.apache.org/features/clientprotos.html  has examples links
> > to incubator-ignite on GitHub
> >
> > On Tue, Aug 25, 2015 at 11:39 AM, Pavel Konstantinov <
> > [hidden email]> wrote:
> >
> >> Also 'Examples' at the top menu on apacheignite.readme.io redirect to
> >> 'incubator-ignite' on GitHub
> >>
> >> On Tue, Aug 25, 2015 at 11:13 AM, Pavel Konstantinov <
> >> [hidden email]> wrote:
> >>
> >>> One more link to incubator on https://apacheignite.readme.io/ at the
> >>> right top conner  - 'Fork me on GitHub'
> >>>
> >>> On Tue, Aug 25, 2015 at 10:58 AM, Pavel Konstantinov <
> >>> [hidden email]> wrote:
> >>>
> >>>> I've found links to 'incubator' on
> >>>> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
> >>>>
> >>>> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <[hidden email]>
> >>>> wrote:
> >>>>
> >>>>> wget spider output here:
> >>>>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
> >>>>>
> >>>>> No issues with regards to the domain migration, but we have 404 in
> >>>>> robots.txt and some jquery JS across many pages.
> >>>>>
> >>>>> I also ran a spider on our readme.io docs, and it was quite OK
> except
> >>>>> that
> >>>>> it found these 404s:
> >>>>>
> >>>>> --2015-08-24 12:16:43--
> >>>>> https://apacheignite.readme.io/docs/distributed-closures%22
> HTTP/1.1
> >>>>> 404
> >>>>> Not Found
> >>>>> --2015-08-24 12:26:04--
> >>>>>
> >>>>>
> https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
> >>>>>  HTTP/1.1 404 Not Found
> >>>>>
> >>>>> With regards to the jquery URL references:
> >>>>>
> >>>>> --2015-08-24 12:19:31--
> >>>>> http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
> >>>>>   HTTP/1.1 404 Not Found
> >>>>> --2015-08-24 12:19:27--
> >>>>> http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
> >>>>>   HTTP/1.1 404 Not Found
> >>>>>
> >>>>> Are some examples. I guess these HTMLs are referring to jquery in the
> >>>>> context directory rather than in a common directory.
> >>>>>
> >>>>> Do you think it makes sense to add a robots.txt for SEO purposes?
> >>>>>
> >>>>> Regards,
> >>>>>
> >>>>> *Raúl Kripalani*
> >>>>> Apache Camel PMC Member & Committer | Enterprise Architect, Open
> Source
> >>>>> Integration specialist
> >>>>> http://about.me/raulkripalani |
> >>>>> http://www.linkedin.com/in/raulkripalani
> >>>>> http://blog.raulkr.net | twitter: @raulvk
> >>>>>
> >>>>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan <
> >>>>> [hidden email]>
> >>>>> wrote:
> >>>>>
> >>>>> > Igniters,
> >>>>> >
> >>>>> > I have updated the Ignite website to reflect the project graduation
> >>>>> (turned
> >>>>> > out that many links were not working).
> >>>>> >
> >>>>> > Would be nice if the community clicked around and verified that all
> >>>>> the
> >>>>> > links are working and all the wording and examples are correct.
> >>>>> >
> >>>>> > Thanks,
> >>>>> > D.
> >>>>> >
> >>>>>
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> Pavel Konstantinov, QA Engineer
> >>>> GridGain Systems
> >>>> www.gridgain.com
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> Pavel Konstantinov, QA Engineer
> >>> GridGain Systems
> >>> www.gridgain.com
> >>>
> >>
> >>
> >>
> >> --
> >> Pavel Konstantinov, QA Engineer
> >> GridGain Systems
> >> www.gridgain.com
> >>
> >
> >
> >
> > --
> > Pavel Konstantinov, QA Engineer
> > GridGain Systems
> > www.gridgain.com
> >
>
>
>
> --
> Pavel Konstantinov, QA Engineer
> GridGain Systems
> www.gridgain.com
>
Reply | Threaded
Open this post in threaded view
|

Re: website changes

dsetrakyan
I just updated the readme.io links. Pavel, can you confirm that all the
issues you noticed have been fixed?

D.

On Tue, Aug 25, 2015 at 12:55 PM, Yakov Zhdanov <[hidden email]> wrote:

> Good point, Pavel! Can you please create a ticket and put all comments to
> its subtickets - site, examples, code?
>
> --Yakov
>
> 2015-08-25 7:46 GMT+03:00 Pavel Konstantinov <[hidden email]>:
>
> > I think we should verify all links to all examples in documentation. I
> see
> > all of them points to incubator-ignite.
> >
> > On Tue, Aug 25, 2015 at 11:44 AM, Pavel Konstantinov <
> > [hidden email]> wrote:
> >
> > > http://ignite.apache.org/features/clientprotos.html  has examples
> links
> > > to incubator-ignite on GitHub
> > >
> > > On Tue, Aug 25, 2015 at 11:39 AM, Pavel Konstantinov <
> > > [hidden email]> wrote:
> > >
> > >> Also 'Examples' at the top menu on apacheignite.readme.io redirect to
> > >> 'incubator-ignite' on GitHub
> > >>
> > >> On Tue, Aug 25, 2015 at 11:13 AM, Pavel Konstantinov <
> > >> [hidden email]> wrote:
> > >>
> > >>> One more link to incubator on https://apacheignite.readme.io/ at the
> > >>> right top conner  - 'Fork me on GitHub'
> > >>>
> > >>> On Tue, Aug 25, 2015 at 10:58 AM, Pavel Konstantinov <
> > >>> [hidden email]> wrote:
> > >>>
> > >>>> I've found links to 'incubator' on
> > >>>>
> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
> > >>>>
> > >>>> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <[hidden email]>
> > >>>> wrote:
> > >>>>
> > >>>>> wget spider output here:
> > >>>>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
> > >>>>>
> > >>>>> No issues with regards to the domain migration, but we have 404 in
> > >>>>> robots.txt and some jquery JS across many pages.
> > >>>>>
> > >>>>> I also ran a spider on our readme.io docs, and it was quite OK
> > except
> > >>>>> that
> > >>>>> it found these 404s:
> > >>>>>
> > >>>>> --2015-08-24 12:16:43--
> > >>>>> https://apacheignite.readme.io/docs/distributed-closures%22
> > HTTP/1.1
> > >>>>> 404
> > >>>>> Not Found
> > >>>>> --2015-08-24 12:26:04--
> > >>>>>
> > >>>>>
> > https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
> > >>>>>  HTTP/1.1 404 Not Found
> > >>>>>
> > >>>>> With regards to the jquery URL references:
> > >>>>>
> > >>>>> --2015-08-24 12:19:31--
> > >>>>> http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
> > >>>>>   HTTP/1.1 404 Not Found
> > >>>>> --2015-08-24 12:19:27--
> > >>>>> http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
> > >>>>>   HTTP/1.1 404 Not Found
> > >>>>>
> > >>>>> Are some examples. I guess these HTMLs are referring to jquery in
> the
> > >>>>> context directory rather than in a common directory.
> > >>>>>
> > >>>>> Do you think it makes sense to add a robots.txt for SEO purposes?
> > >>>>>
> > >>>>> Regards,
> > >>>>>
> > >>>>> *Raúl Kripalani*
> > >>>>> Apache Camel PMC Member & Committer | Enterprise Architect, Open
> > Source
> > >>>>> Integration specialist
> > >>>>> http://about.me/raulkripalani |
> > >>>>> http://www.linkedin.com/in/raulkripalani
> > >>>>> http://blog.raulkr.net | twitter: @raulvk
> > >>>>>
> > >>>>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan <
> > >>>>> [hidden email]>
> > >>>>> wrote:
> > >>>>>
> > >>>>> > Igniters,
> > >>>>> >
> > >>>>> > I have updated the Ignite website to reflect the project
> graduation
> > >>>>> (turned
> > >>>>> > out that many links were not working).
> > >>>>> >
> > >>>>> > Would be nice if the community clicked around and verified that
> all
> > >>>>> the
> > >>>>> > links are working and all the wording and examples are correct.
> > >>>>> >
> > >>>>> > Thanks,
> > >>>>> > D.
> > >>>>> >
> > >>>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>> --
> > >>>> Pavel Konstantinov, QA Engineer
> > >>>> GridGain Systems
> > >>>> www.gridgain.com
> > >>>>
> > >>>
> > >>>
> > >>>
> > >>> --
> > >>> Pavel Konstantinov, QA Engineer
> > >>> GridGain Systems
> > >>> www.gridgain.com
> > >>>
> > >>
> > >>
> > >>
> > >> --
> > >> Pavel Konstantinov, QA Engineer
> > >> GridGain Systems
> > >> www.gridgain.com
> > >>
> > >
> > >
> > >
> > > --
> > > Pavel Konstantinov, QA Engineer
> > > GridGain Systems
> > > www.gridgain.com
> > >
> >
> >
> >
> > --
> > Pavel Konstantinov, QA Engineer
> > GridGain Systems
> > www.gridgain.com
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: website changes

Pavel Konstantinov
Dmitriy,

'memcached examples
<https://github.com/apache/incubator-ignite/tree/master/examples/memcached>
 and REST examples
<https://github.com/apache/incubator-ignite/blob/master/examples/rest>' on
http://ignite.apache.org/features/clientprotos.html still point to
incubator-ignite

On Wed, Aug 26, 2015 at 8:47 AM, Dmitriy Setrakyan <[hidden email]>
wrote:

> I just updated the readme.io links. Pavel, can you confirm that all the
> issues you noticed have been fixed?
>
> D.
>
> On Tue, Aug 25, 2015 at 12:55 PM, Yakov Zhdanov <[hidden email]>
> wrote:
>
> > Good point, Pavel! Can you please create a ticket and put all comments to
> > its subtickets - site, examples, code?
> >
> > --Yakov
> >
> > 2015-08-25 7:46 GMT+03:00 Pavel Konstantinov <[hidden email]
> >:
> >
> > > I think we should verify all links to all examples in documentation. I
> > see
> > > all of them points to incubator-ignite.
> > >
> > > On Tue, Aug 25, 2015 at 11:44 AM, Pavel Konstantinov <
> > > [hidden email]> wrote:
> > >
> > > > http://ignite.apache.org/features/clientprotos.html  has examples
> > links
> > > > to incubator-ignite on GitHub
> > > >
> > > > On Tue, Aug 25, 2015 at 11:39 AM, Pavel Konstantinov <
> > > > [hidden email]> wrote:
> > > >
> > > >> Also 'Examples' at the top menu on apacheignite.readme.io redirect
> to
> > > >> 'incubator-ignite' on GitHub
> > > >>
> > > >> On Tue, Aug 25, 2015 at 11:13 AM, Pavel Konstantinov <
> > > >> [hidden email]> wrote:
> > > >>
> > > >>> One more link to incubator on https://apacheignite.readme.io/ at
> the
> > > >>> right top conner  - 'Fork me on GitHub'
> > > >>>
> > > >>> On Tue, Aug 25, 2015 at 10:58 AM, Pavel Konstantinov <
> > > >>> [hidden email]> wrote:
> > > >>>
> > > >>>> I've found links to 'incubator' on
> > > >>>>
> > https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
> > > >>>>
> > > >>>> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <[hidden email]
> >
> > > >>>> wrote:
> > > >>>>
> > > >>>>> wget spider output here:
> > > >>>>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
> > > >>>>>
> > > >>>>> No issues with regards to the domain migration, but we have 404
> in
> > > >>>>> robots.txt and some jquery JS across many pages.
> > > >>>>>
> > > >>>>> I also ran a spider on our readme.io docs, and it was quite OK
> > > except
> > > >>>>> that
> > > >>>>> it found these 404s:
> > > >>>>>
> > > >>>>> --2015-08-24 12:16:43--
> > > >>>>> https://apacheignite.readme.io/docs/distributed-closures%22
> > > HTTP/1.1
> > > >>>>> 404
> > > >>>>> Not Found
> > > >>>>> --2015-08-24 12:26:04--
> > > >>>>>
> > > >>>>>
> > >
> https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
> > > >>>>>  HTTP/1.1 404 Not Found
> > > >>>>>
> > > >>>>> With regards to the jquery URL references:
> > > >>>>>
> > > >>>>> --2015-08-24 12:19:31--
> > > >>>>> http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
> > > >>>>>   HTTP/1.1 404 Not Found
> > > >>>>> --2015-08-24 12:19:27--
> > > >>>>>
> http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
> > > >>>>>   HTTP/1.1 404 Not Found
> > > >>>>>
> > > >>>>> Are some examples. I guess these HTMLs are referring to jquery in
> > the
> > > >>>>> context directory rather than in a common directory.
> > > >>>>>
> > > >>>>> Do you think it makes sense to add a robots.txt for SEO purposes?
> > > >>>>>
> > > >>>>> Regards,
> > > >>>>>
> > > >>>>> *Raúl Kripalani*
> > > >>>>> Apache Camel PMC Member & Committer | Enterprise Architect, Open
> > > Source
> > > >>>>> Integration specialist
> > > >>>>> http://about.me/raulkripalani |
> > > >>>>> http://www.linkedin.com/in/raulkripalani
> > > >>>>> http://blog.raulkr.net | twitter: @raulvk
> > > >>>>>
> > > >>>>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan <
> > > >>>>> [hidden email]>
> > > >>>>> wrote:
> > > >>>>>
> > > >>>>> > Igniters,
> > > >>>>> >
> > > >>>>> > I have updated the Ignite website to reflect the project
> > graduation
> > > >>>>> (turned
> > > >>>>> > out that many links were not working).
> > > >>>>> >
> > > >>>>> > Would be nice if the community clicked around and verified that
> > all
> > > >>>>> the
> > > >>>>> > links are working and all the wording and examples are correct.
> > > >>>>> >
> > > >>>>> > Thanks,
> > > >>>>> > D.
> > > >>>>> >
> > > >>>>>
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>> --
> > > >>>> Pavel Konstantinov, QA Engineer
> > > >>>> GridGain Systems
> > > >>>> www.gridgain.com
> > > >>>>
> > > >>>
> > > >>>
> > > >>>
> > > >>> --
> > > >>> Pavel Konstantinov, QA Engineer
> > > >>> GridGain Systems
> > > >>> www.gridgain.com
> > > >>>
> > > >>
> > > >>
> > > >>
> > > >> --
> > > >> Pavel Konstantinov, QA Engineer
> > > >> GridGain Systems
> > > >> www.gridgain.com
> > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > Pavel Konstantinov, QA Engineer
> > > > GridGain Systems
> > > > www.gridgain.com
> > > >
> > >
> > >
> > >
> > > --
> > > Pavel Konstantinov, QA Engineer
> > > GridGain Systems
> > > www.gridgain.com
> > >
> >
>



--
Pavel Konstantinov, QA Engineer
GridGain Systems
www.gridgain.com
Reply | Threaded
Open this post in threaded view
|

Re: website changes

dsetrakyan
On Wed, Aug 26, 2015 at 5:27 AM, Pavel Konstantinov <
[hidden email]> wrote:
Where do you see these links?


> On Wed, Aug 26, 2015 at 8:47 AM, Dmitriy Setrakyan <[hidden email]>
> wrote:
>
> > I just updated the readme.io links. Pavel, can you confirm that all the
> > issues you noticed have been fixed?
> >
> > D.
> >
> > On Tue, Aug 25, 2015 at 12:55 PM, Yakov Zhdanov <[hidden email]>
> > wrote:
> >
> > > Good point, Pavel! Can you please create a ticket and put all comments
> to
> > > its subtickets - site, examples, code?
> > >
> > > --Yakov
> > >
> > > 2015-08-25 7:46 GMT+03:00 Pavel Konstantinov <
> [hidden email]
> > >:
> > >
> > > > I think we should verify all links to all examples in documentation.
> I
> > > see
> > > > all of them points to incubator-ignite.
> > > >
> > > > On Tue, Aug 25, 2015 at 11:44 AM, Pavel Konstantinov <
> > > > [hidden email]> wrote:
> > > >
> > > > > http://ignite.apache.org/features/clientprotos.html  has examples
> > > links
> > > > > to incubator-ignite on GitHub
> > > > >
> > > > > On Tue, Aug 25, 2015 at 11:39 AM, Pavel Konstantinov <
> > > > > [hidden email]> wrote:
> > > > >
> > > > >> Also 'Examples' at the top menu on apacheignite.readme.io
> redirect
> > to
> > > > >> 'incubator-ignite' on GitHub
> > > > >>
> > > > >> On Tue, Aug 25, 2015 at 11:13 AM, Pavel Konstantinov <
> > > > >> [hidden email]> wrote:
> > > > >>
> > > > >>> One more link to incubator on https://apacheignite.readme.io/ at
> > the
> > > > >>> right top conner  - 'Fork me on GitHub'
> > > > >>>
> > > > >>> On Tue, Aug 25, 2015 at 10:58 AM, Pavel Konstantinov <
> > > > >>> [hidden email]> wrote:
> > > > >>>
> > > > >>>> I've found links to 'incubator' on
> > > > >>>>
> > > https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
> > > > >>>>
> > > > >>>> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <
> [hidden email]
> > >
> > > > >>>> wrote:
> > > > >>>>
> > > > >>>>> wget spider output here:
> > > > >>>>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
> > > > >>>>>
> > > > >>>>> No issues with regards to the domain migration, but we have 404
> > in
> > > > >>>>> robots.txt and some jquery JS across many pages.
> > > > >>>>>
> > > > >>>>> I also ran a spider on our readme.io docs, and it was quite OK
> > > > except
> > > > >>>>> that
> > > > >>>>> it found these 404s:
> > > > >>>>>
> > > > >>>>> --2015-08-24 12:16:43--
> > > > >>>>> https://apacheignite.readme.io/docs/distributed-closures%22
> > > > HTTP/1.1
> > > > >>>>> 404
> > > > >>>>> Not Found
> > > > >>>>> --2015-08-24 12:26:04--
> > > > >>>>>
> > > > >>>>>
> > > >
> > https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
> > > > >>>>>  HTTP/1.1 404 Not Found
> > > > >>>>>
> > > > >>>>> With regards to the jquery URL references:
> > > > >>>>>
> > > > >>>>> --2015-08-24 12:19:31--
> > > > >>>>>
> http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
> > > > >>>>>   HTTP/1.1 404 Not Found
> > > > >>>>> --2015-08-24 12:19:27--
> > > > >>>>>
> > http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
> > > > >>>>>   HTTP/1.1 404 Not Found
> > > > >>>>>
> > > > >>>>> Are some examples. I guess these HTMLs are referring to jquery
> in
> > > the
> > > > >>>>> context directory rather than in a common directory.
> > > > >>>>>
> > > > >>>>> Do you think it makes sense to add a robots.txt for SEO
> purposes?
> > > > >>>>>
> > > > >>>>> Regards,
> > > > >>>>>
> > > > >>>>> *Raúl Kripalani*
> > > > >>>>> Apache Camel PMC Member & Committer | Enterprise Architect,
> Open
> > > > Source
> > > > >>>>> Integration specialist
> > > > >>>>> http://about.me/raulkripalani |
> > > > >>>>> http://www.linkedin.com/in/raulkripalani
> > > > >>>>> http://blog.raulkr.net | twitter: @raulvk
> > > > >>>>>
> > > > >>>>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan <
> > > > >>>>> [hidden email]>
> > > > >>>>> wrote:
> > > > >>>>>
> > > > >>>>> > Igniters,
> > > > >>>>> >
> > > > >>>>> > I have updated the Ignite website to reflect the project
> > > graduation
> > > > >>>>> (turned
> > > > >>>>> > out that many links were not working).
> > > > >>>>> >
> > > > >>>>> > Would be nice if the community clicked around and verified
> that
> > > all
> > > > >>>>> the
> > > > >>>>> > links are working and all the wording and examples are
> correct.
> > > > >>>>> >
> > > > >>>>> > Thanks,
> > > > >>>>> > D.
> > > > >>>>> >
> > > > >>>>>
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>>> --
> > > > >>>> Pavel Konstantinov, QA Engineer
> > > > >>>> GridGain Systems
> > > > >>>> www.gridgain.com
> > > > >>>>
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>> --
> > > > >>> Pavel Konstantinov, QA Engineer
> > > > >>> GridGain Systems
> > > > >>> www.gridgain.com
> > > > >>>
> > > > >>
> > > > >>
> > > > >>
> > > > >> --
> > > > >> Pavel Konstantinov, QA Engineer
> > > > >> GridGain Systems
> > > > >> www.gridgain.com
> > > > >>
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Pavel Konstantinov, QA Engineer
> > > > > GridGain Systems
> > > > > www.gridgain.com
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Pavel Konstantinov, QA Engineer
> > > > GridGain Systems
> > > > www.gridgain.com
> > > >
> > >
> >
>
>
>
> --
> Pavel Konstantinov, QA Engineer
> GridGain Systems
> www.gridgain.com
>
Reply | Threaded
Open this post in threaded view
|

Re: website changes

Pavel Konstantinov
I see it on http://ignite.apache.org/features/clientprotos.html at the top
of the page

On Wed, Aug 26, 2015 at 9:30 AM, Dmitriy Setrakyan <[hidden email]>
wrote:

> On Wed, Aug 26, 2015 at 5:27 AM, Pavel Konstantinov <
> [hidden email]> wrote:
>
> > Dmitriy,
> >
> > 'memcached examples
> > <
> https://github.com/apache/incubator-ignite/tree/master/examples/memcached
> > >
> >  and REST examples
> > <https://github.com/apache/incubator-ignite/blob/master/examples/rest>'
> on
> > http://ignite.apache.org/features/clientprotos.html still point to
> > incubator-ignite
> >
> >
> Where do you see these links?
>
>
> > On Wed, Aug 26, 2015 at 8:47 AM, Dmitriy Setrakyan <
> [hidden email]>
> > wrote:
> >
> > > I just updated the readme.io links. Pavel, can you confirm that all
> the
> > > issues you noticed have been fixed?
> > >
> > > D.
> > >
> > > On Tue, Aug 25, 2015 at 12:55 PM, Yakov Zhdanov <[hidden email]>
> > > wrote:
> > >
> > > > Good point, Pavel! Can you please create a ticket and put all
> comments
> > to
> > > > its subtickets - site, examples, code?
> > > >
> > > > --Yakov
> > > >
> > > > 2015-08-25 7:46 GMT+03:00 Pavel Konstantinov <
> > [hidden email]
> > > >:
> > > >
> > > > > I think we should verify all links to all examples in
> documentation.
> > I
> > > > see
> > > > > all of them points to incubator-ignite.
> > > > >
> > > > > On Tue, Aug 25, 2015 at 11:44 AM, Pavel Konstantinov <
> > > > > [hidden email]> wrote:
> > > > >
> > > > > > http://ignite.apache.org/features/clientprotos.html  has
> examples
> > > > links
> > > > > > to incubator-ignite on GitHub
> > > > > >
> > > > > > On Tue, Aug 25, 2015 at 11:39 AM, Pavel Konstantinov <
> > > > > > [hidden email]> wrote:
> > > > > >
> > > > > >> Also 'Examples' at the top menu on apacheignite.readme.io
> > redirect
> > > to
> > > > > >> 'incubator-ignite' on GitHub
> > > > > >>
> > > > > >> On Tue, Aug 25, 2015 at 11:13 AM, Pavel Konstantinov <
> > > > > >> [hidden email]> wrote:
> > > > > >>
> > > > > >>> One more link to incubator on https://apacheignite.readme.io/
> at
> > > the
> > > > > >>> right top conner  - 'Fork me on GitHub'
> > > > > >>>
> > > > > >>> On Tue, Aug 25, 2015 at 10:58 AM, Pavel Konstantinov <
> > > > > >>> [hidden email]> wrote:
> > > > > >>>
> > > > > >>>> I've found links to 'incubator' on
> > > > > >>>>
> > > >
> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
> > > > > >>>>
> > > > > >>>> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <
> > [hidden email]
> > > >
> > > > > >>>> wrote:
> > > > > >>>>
> > > > > >>>>> wget spider output here:
> > > > > >>>>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
> > > > > >>>>>
> > > > > >>>>> No issues with regards to the domain migration, but we have
> 404
> > > in
> > > > > >>>>> robots.txt and some jquery JS across many pages.
> > > > > >>>>>
> > > > > >>>>> I also ran a spider on our readme.io docs, and it was quite
> OK
> > > > > except
> > > > > >>>>> that
> > > > > >>>>> it found these 404s:
> > > > > >>>>>
> > > > > >>>>> --2015-08-24 12:16:43--
> > > > > >>>>> https://apacheignite.readme.io/docs/distributed-closures%22
> > > > > HTTP/1.1
> > > > > >>>>> 404
> > > > > >>>>> Not Found
> > > > > >>>>> --2015-08-24 12:26:04--
> > > > > >>>>>
> > > > > >>>>>
> > > > >
> > >
> https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
> > > > > >>>>>  HTTP/1.1 404 Not Found
> > > > > >>>>>
> > > > > >>>>> With regards to the jquery URL references:
> > > > > >>>>>
> > > > > >>>>> --2015-08-24 12:19:31--
> > > > > >>>>>
> > http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
> > > > > >>>>>   HTTP/1.1 404 Not Found
> > > > > >>>>> --2015-08-24 12:19:27--
> > > > > >>>>>
> > > http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
> > > > > >>>>>   HTTP/1.1 404 Not Found
> > > > > >>>>>
> > > > > >>>>> Are some examples. I guess these HTMLs are referring to
> jquery
> > in
> > > > the
> > > > > >>>>> context directory rather than in a common directory.
> > > > > >>>>>
> > > > > >>>>> Do you think it makes sense to add a robots.txt for SEO
> > purposes?
> > > > > >>>>>
> > > > > >>>>> Regards,
> > > > > >>>>>
> > > > > >>>>> *Raúl Kripalani*
> > > > > >>>>> Apache Camel PMC Member & Committer | Enterprise Architect,
> > Open
> > > > > Source
> > > > > >>>>> Integration specialist
> > > > > >>>>> http://about.me/raulkripalani |
> > > > > >>>>> http://www.linkedin.com/in/raulkripalani
> > > > > >>>>> http://blog.raulkr.net | twitter: @raulvk
> > > > > >>>>>
> > > > > >>>>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan <
> > > > > >>>>> [hidden email]>
> > > > > >>>>> wrote:
> > > > > >>>>>
> > > > > >>>>> > Igniters,
> > > > > >>>>> >
> > > > > >>>>> > I have updated the Ignite website to reflect the project
> > > > graduation
> > > > > >>>>> (turned
> > > > > >>>>> > out that many links were not working).
> > > > > >>>>> >
> > > > > >>>>> > Would be nice if the community clicked around and verified
> > that
> > > > all
> > > > > >>>>> the
> > > > > >>>>> > links are working and all the wording and examples are
> > correct.
> > > > > >>>>> >
> > > > > >>>>> > Thanks,
> > > > > >>>>> > D.
> > > > > >>>>> >
> > > > > >>>>>
> > > > > >>>>
> > > > > >>>>
> > > > > >>>>
> > > > > >>>> --
> > > > > >>>> Pavel Konstantinov, QA Engineer
> > > > > >>>> GridGain Systems
> > > > > >>>> www.gridgain.com
> > > > > >>>>
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > >>> --
> > > > > >>> Pavel Konstantinov, QA Engineer
> > > > > >>> GridGain Systems
> > > > > >>> www.gridgain.com
> > > > > >>>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >> --
> > > > > >> Pavel Konstantinov, QA Engineer
> > > > > >> GridGain Systems
> > > > > >> www.gridgain.com
> > > > > >>
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Pavel Konstantinov, QA Engineer
> > > > > > GridGain Systems
> > > > > > www.gridgain.com
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Pavel Konstantinov, QA Engineer
> > > > > GridGain Systems
> > > > > www.gridgain.com
> > > > >
> > > >
> > >
> >
> >
> >
> > --
> > Pavel Konstantinov, QA Engineer
> > GridGain Systems
> > www.gridgain.com
> >
>



--
Pavel Konstantinov, QA Engineer
GridGain Systems
www.gridgain.com
Reply | Threaded
Open this post in threaded view
|

Re: website changes

dsetrakyan
On Wed, Aug 26, 2015 at 5:36 AM, Pavel Konstantinov <
[hidden email]> wrote:

> I see it on http://ignite.apache.org/features/clientprotos.html at the top
> of the page
>

Fixed.


>
> On Wed, Aug 26, 2015 at 9:30 AM, Dmitriy Setrakyan <[hidden email]>
> wrote:
>
> > On Wed, Aug 26, 2015 at 5:27 AM, Pavel Konstantinov <
> > [hidden email]> wrote:
> >
> > > Dmitriy,
> > >
> > > 'memcached examples
> > > <
> >
> https://github.com/apache/incubator-ignite/tree/master/examples/memcached
> > > >
> > >  and REST examples
> > > <https://github.com/apache/incubator-ignite/blob/master/examples/rest
> >'
> > on
> > > http://ignite.apache.org/features/clientprotos.html still point to
> > > incubator-ignite
> > >
> > >
> > Where do you see these links?
> >
> >
> > > On Wed, Aug 26, 2015 at 8:47 AM, Dmitriy Setrakyan <
> > [hidden email]>
> > > wrote:
> > >
> > > > I just updated the readme.io links. Pavel, can you confirm that all
> > the
> > > > issues you noticed have been fixed?
> > > >
> > > > D.
> > > >
> > > > On Tue, Aug 25, 2015 at 12:55 PM, Yakov Zhdanov <[hidden email]
> >
> > > > wrote:
> > > >
> > > > > Good point, Pavel! Can you please create a ticket and put all
> > comments
> > > to
> > > > > its subtickets - site, examples, code?
> > > > >
> > > > > --Yakov
> > > > >
> > > > > 2015-08-25 7:46 GMT+03:00 Pavel Konstantinov <
> > > [hidden email]
> > > > >:
> > > > >
> > > > > > I think we should verify all links to all examples in
> > documentation.
> > > I
> > > > > see
> > > > > > all of them points to incubator-ignite.
> > > > > >
> > > > > > On Tue, Aug 25, 2015 at 11:44 AM, Pavel Konstantinov <
> > > > > > [hidden email]> wrote:
> > > > > >
> > > > > > > http://ignite.apache.org/features/clientprotos.html  has
> > examples
> > > > > links
> > > > > > > to incubator-ignite on GitHub
> > > > > > >
> > > > > > > On Tue, Aug 25, 2015 at 11:39 AM, Pavel Konstantinov <
> > > > > > > [hidden email]> wrote:
> > > > > > >
> > > > > > >> Also 'Examples' at the top menu on apacheignite.readme.io
> > > redirect
> > > > to
> > > > > > >> 'incubator-ignite' on GitHub
> > > > > > >>
> > > > > > >> On Tue, Aug 25, 2015 at 11:13 AM, Pavel Konstantinov <
> > > > > > >> [hidden email]> wrote:
> > > > > > >>
> > > > > > >>> One more link to incubator on
> https://apacheignite.readme.io/
> > at
> > > > the
> > > > > > >>> right top conner  - 'Fork me on GitHub'
> > > > > > >>>
> > > > > > >>> On Tue, Aug 25, 2015 at 10:58 AM, Pavel Konstantinov <
> > > > > > >>> [hidden email]> wrote:
> > > > > > >>>
> > > > > > >>>> I've found links to 'incubator' on
> > > > > > >>>>
> > > > >
> > https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
> > > > > > >>>>
> > > > > > >>>> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <
> > > [hidden email]
> > > > >
> > > > > > >>>> wrote:
> > > > > > >>>>
> > > > > > >>>>> wget spider output here:
> > > > > > >>>>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
> > > > > > >>>>>
> > > > > > >>>>> No issues with regards to the domain migration, but we have
> > 404
> > > > in
> > > > > > >>>>> robots.txt and some jquery JS across many pages.
> > > > > > >>>>>
> > > > > > >>>>> I also ran a spider on our readme.io docs, and it was
> quite
> > OK
> > > > > > except
> > > > > > >>>>> that
> > > > > > >>>>> it found these 404s:
> > > > > > >>>>>
> > > > > > >>>>> --2015-08-24 12:16:43--
> > > > > > >>>>>
> https://apacheignite.readme.io/docs/distributed-closures%22
> > > > > > HTTP/1.1
> > > > > > >>>>> 404
> > > > > > >>>>> Not Found
> > > > > > >>>>> --2015-08-24 12:26:04--
> > > > > > >>>>>
> > > > > > >>>>>
> > > > > >
> > > >
> > https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
> > > > > > >>>>>  HTTP/1.1 404 Not Found
> > > > > > >>>>>
> > > > > > >>>>> With regards to the jquery URL references:
> > > > > > >>>>>
> > > > > > >>>>> --2015-08-24 12:19:31--
> > > > > > >>>>>
> > > http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
> > > > > > >>>>>   HTTP/1.1 404 Not Found
> > > > > > >>>>> --2015-08-24 12:19:27--
> > > > > > >>>>>
> > > > http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
> > > > > > >>>>>   HTTP/1.1 404 Not Found
> > > > > > >>>>>
> > > > > > >>>>> Are some examples. I guess these HTMLs are referring to
> > jquery
> > > in
> > > > > the
> > > > > > >>>>> context directory rather than in a common directory.
> > > > > > >>>>>
> > > > > > >>>>> Do you think it makes sense to add a robots.txt for SEO
> > > purposes?
> > > > > > >>>>>
> > > > > > >>>>> Regards,
> > > > > > >>>>>
> > > > > > >>>>> *Raúl Kripalani*
> > > > > > >>>>> Apache Camel PMC Member & Committer | Enterprise Architect,
> > > Open
> > > > > > Source
> > > > > > >>>>> Integration specialist
> > > > > > >>>>> http://about.me/raulkripalani |
> > > > > > >>>>> http://www.linkedin.com/in/raulkripalani
> > > > > > >>>>> http://blog.raulkr.net | twitter: @raulvk
> > > > > > >>>>>
> > > > > > >>>>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan <
> > > > > > >>>>> [hidden email]>
> > > > > > >>>>> wrote:
> > > > > > >>>>>
> > > > > > >>>>> > Igniters,
> > > > > > >>>>> >
> > > > > > >>>>> > I have updated the Ignite website to reflect the project
> > > > > graduation
> > > > > > >>>>> (turned
> > > > > > >>>>> > out that many links were not working).
> > > > > > >>>>> >
> > > > > > >>>>> > Would be nice if the community clicked around and
> verified
> > > that
> > > > > all
> > > > > > >>>>> the
> > > > > > >>>>> > links are working and all the wording and examples are
> > > correct.
> > > > > > >>>>> >
> > > > > > >>>>> > Thanks,
> > > > > > >>>>> > D.
> > > > > > >>>>> >
> > > > > > >>>>>
> > > > > > >>>>
> > > > > > >>>>
> > > > > > >>>>
> > > > > > >>>> --
> > > > > > >>>> Pavel Konstantinov, QA Engineer
> > > > > > >>>> GridGain Systems
> > > > > > >>>> www.gridgain.com
> > > > > > >>>>
> > > > > > >>>
> > > > > > >>>
> > > > > > >>>
> > > > > > >>> --
> > > > > > >>> Pavel Konstantinov, QA Engineer
> > > > > > >>> GridGain Systems
> > > > > > >>> www.gridgain.com
> > > > > > >>>
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > > >> --
> > > > > > >> Pavel Konstantinov, QA Engineer
> > > > > > >> GridGain Systems
> > > > > > >> www.gridgain.com
> > > > > > >>
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Pavel Konstantinov, QA Engineer
> > > > > > > GridGain Systems
> > > > > > > www.gridgain.com
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Pavel Konstantinov, QA Engineer
> > > > > > GridGain Systems
> > > > > > www.gridgain.com
> > > > > >
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Pavel Konstantinov, QA Engineer
> > > GridGain Systems
> > > www.gridgain.com
> > >
> >
>
>
>
> --
> Pavel Konstantinov, QA Engineer
> GridGain Systems
> www.gridgain.com
>
Reply | Threaded
Open this post in threaded view
|

Re: website changes

Pavel Konstantinov
In reply to this post by Pavel Konstantinov
https://apacheignite.readme.io/docs/getting-started

contains link to incubator in Installation section in text "Download Apache
Ignite as ZIP archive from https://ignite.incubator.apache.org/"

and below in "Building From Source" the first two commands ('unzip -q
incubator-ignite-1.0.0-src.zip' and 'cd incubator-ignite-1.0.0-src') are
need to be fixed




On Wed, Aug 26, 2015 at 9:36 AM, Pavel Konstantinov <
[hidden email]> wrote:

> I see it on http://ignite.apache.org/features/clientprotos.html at the
> top of the page
>
> On Wed, Aug 26, 2015 at 9:30 AM, Dmitriy Setrakyan <[hidden email]>
> wrote:
>
>> On Wed, Aug 26, 2015 at 5:27 AM, Pavel Konstantinov <
>> [hidden email]> wrote:
>>
>> > Dmitriy,
>> >
>> > 'memcached examples
>> > <
>> https://github.com/apache/incubator-ignite/tree/master/examples/memcached
>> > >
>> >  and REST examples
>> > <https://github.com/apache/incubator-ignite/blob/master/examples/rest>'
>> on
>> > http://ignite.apache.org/features/clientprotos.html still point to
>> > incubator-ignite
>> >
>> >
>> Where do you see these links?
>>
>>
>> > On Wed, Aug 26, 2015 at 8:47 AM, Dmitriy Setrakyan <
>> [hidden email]>
>> > wrote:
>> >
>> > > I just updated the readme.io links. Pavel, can you confirm that all
>> the
>> > > issues you noticed have been fixed?
>> > >
>> > > D.
>> > >
>> > > On Tue, Aug 25, 2015 at 12:55 PM, Yakov Zhdanov <[hidden email]>
>> > > wrote:
>> > >
>> > > > Good point, Pavel! Can you please create a ticket and put all
>> comments
>> > to
>> > > > its subtickets - site, examples, code?
>> > > >
>> > > > --Yakov
>> > > >
>> > > > 2015-08-25 7:46 GMT+03:00 Pavel Konstantinov <
>> > [hidden email]
>> > > >:
>> > > >
>> > > > > I think we should verify all links to all examples in
>> documentation.
>> > I
>> > > > see
>> > > > > all of them points to incubator-ignite.
>> > > > >
>> > > > > On Tue, Aug 25, 2015 at 11:44 AM, Pavel Konstantinov <
>> > > > > [hidden email]> wrote:
>> > > > >
>> > > > > > http://ignite.apache.org/features/clientprotos.html  has
>> examples
>> > > > links
>> > > > > > to incubator-ignite on GitHub
>> > > > > >
>> > > > > > On Tue, Aug 25, 2015 at 11:39 AM, Pavel Konstantinov <
>> > > > > > [hidden email]> wrote:
>> > > > > >
>> > > > > >> Also 'Examples' at the top menu on apacheignite.readme.io
>> > redirect
>> > > to
>> > > > > >> 'incubator-ignite' on GitHub
>> > > > > >>
>> > > > > >> On Tue, Aug 25, 2015 at 11:13 AM, Pavel Konstantinov <
>> > > > > >> [hidden email]> wrote:
>> > > > > >>
>> > > > > >>> One more link to incubator on https://apacheignite.readme.io/
>> at
>> > > the
>> > > > > >>> right top conner  - 'Fork me on GitHub'
>> > > > > >>>
>> > > > > >>> On Tue, Aug 25, 2015 at 10:58 AM, Pavel Konstantinov <
>> > > > > >>> [hidden email]> wrote:
>> > > > > >>>
>> > > > > >>>> I've found links to 'incubator' on
>> > > > > >>>>
>> > > >
>> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
>> > > > > >>>>
>> > > > > >>>> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <
>> > [hidden email]
>> > > >
>> > > > > >>>> wrote:
>> > > > > >>>>
>> > > > > >>>>> wget spider output here:
>> > > > > >>>>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
>> > > > > >>>>>
>> > > > > >>>>> No issues with regards to the domain migration, but we have
>> 404
>> > > in
>> > > > > >>>>> robots.txt and some jquery JS across many pages.
>> > > > > >>>>>
>> > > > > >>>>> I also ran a spider on our readme.io docs, and it was
>> quite OK
>> > > > > except
>> > > > > >>>>> that
>> > > > > >>>>> it found these 404s:
>> > > > > >>>>>
>> > > > > >>>>> --2015-08-24 12:16:43--
>> > > > > >>>>> https://apacheignite.readme.io/docs/distributed-closures%22
>> > > > > HTTP/1.1
>> > > > > >>>>> 404
>> > > > > >>>>> Not Found
>> > > > > >>>>> --2015-08-24 12:26:04--
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > >
>> > >
>> https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
>> > > > > >>>>>  HTTP/1.1 404 Not Found
>> > > > > >>>>>
>> > > > > >>>>> With regards to the jquery URL references:
>> > > > > >>>>>
>> > > > > >>>>> --2015-08-24 12:19:31--
>> > > > > >>>>>
>> > http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
>> > > > > >>>>>   HTTP/1.1 404 Not Found
>> > > > > >>>>> --2015-08-24 12:19:27--
>> > > > > >>>>>
>> > > http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
>> > > > > >>>>>   HTTP/1.1 404 Not Found
>> > > > > >>>>>
>> > > > > >>>>> Are some examples. I guess these HTMLs are referring to
>> jquery
>> > in
>> > > > the
>> > > > > >>>>> context directory rather than in a common directory.
>> > > > > >>>>>
>> > > > > >>>>> Do you think it makes sense to add a robots.txt for SEO
>> > purposes?
>> > > > > >>>>>
>> > > > > >>>>> Regards,
>> > > > > >>>>>
>> > > > > >>>>> *Raúl Kripalani*
>> > > > > >>>>> Apache Camel PMC Member & Committer | Enterprise Architect,
>> > Open
>> > > > > Source
>> > > > > >>>>> Integration specialist
>> > > > > >>>>> http://about.me/raulkripalani |
>> > > > > >>>>> http://www.linkedin.com/in/raulkripalani
>> > > > > >>>>> http://blog.raulkr.net | twitter: @raulvk
>> > > > > >>>>>
>> > > > > >>>>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan <
>> > > > > >>>>> [hidden email]>
>> > > > > >>>>> wrote:
>> > > > > >>>>>
>> > > > > >>>>> > Igniters,
>> > > > > >>>>> >
>> > > > > >>>>> > I have updated the Ignite website to reflect the project
>> > > > graduation
>> > > > > >>>>> (turned
>> > > > > >>>>> > out that many links were not working).
>> > > > > >>>>> >
>> > > > > >>>>> > Would be nice if the community clicked around and verified
>> > that
>> > > > all
>> > > > > >>>>> the
>> > > > > >>>>> > links are working and all the wording and examples are
>> > correct.
>> > > > > >>>>> >
>> > > > > >>>>> > Thanks,
>> > > > > >>>>> > D.
>> > > > > >>>>> >
>> > > > > >>>>>
>> > > > > >>>>
>> > > > > >>>>
>> > > > > >>>>
>> > > > > >>>> --
>> > > > > >>>> Pavel Konstantinov, QA Engineer
>> > > > > >>>> GridGain Systems
>> > > > > >>>> www.gridgain.com
>> > > > > >>>>
>> > > > > >>>
>> > > > > >>>
>> > > > > >>>
>> > > > > >>> --
>> > > > > >>> Pavel Konstantinov, QA Engineer
>> > > > > >>> GridGain Systems
>> > > > > >>> www.gridgain.com
>> > > > > >>>
>> > > > > >>
>> > > > > >>
>> > > > > >>
>> > > > > >> --
>> > > > > >> Pavel Konstantinov, QA Engineer
>> > > > > >> GridGain Systems
>> > > > > >> www.gridgain.com
>> > > > > >>
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > --
>> > > > > > Pavel Konstantinov, QA Engineer
>> > > > > > GridGain Systems
>> > > > > > www.gridgain.com
>> > > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > Pavel Konstantinov, QA Engineer
>> > > > > GridGain Systems
>> > > > > www.gridgain.com
>> > > > >
>> > > >
>> > >
>> >
>> >
>> >
>> > --
>> > Pavel Konstantinov, QA Engineer
>> > GridGain Systems
>> > www.gridgain.com
>> >
>>
>
>
>
> --
> Pavel Konstantinov, QA Engineer
> GridGain Systems
> www.gridgain.com
>



--
Pavel Konstantinov, QA Engineer
GridGain Systems
www.gridgain.com
Reply | Threaded
Open this post in threaded view
|

Re: website changes

dsetrakyan
On Wed, Aug 26, 2015 at 6:00 AM, Pavel Konstantinov <
[hidden email]> wrote:

> https://apacheignite.readme.io/docs/getting-started
>
> contains link to incubator in Installation section in text "Download Apache
> Ignite as ZIP archive from https://ignite.incubator.apache.org/"
>

Fixed.


>
> and below in "Building From Source" the first two commands ('unzip -q
> incubator-ignite-1.0.0-src.zip' and 'cd incubator-ignite-1.0.0-src') are
> need to be fixed
>

I updated to 1.3.0 but it is still an incubating release. We have not had a
release yet as a top level project.


>
>
>
>
> On Wed, Aug 26, 2015 at 9:36 AM, Pavel Konstantinov <
> [hidden email]> wrote:
>
> > I see it on http://ignite.apache.org/features/clientprotos.html at the
> > top of the page
> >
> > On Wed, Aug 26, 2015 at 9:30 AM, Dmitriy Setrakyan <
> [hidden email]>
> > wrote:
> >
> >> On Wed, Aug 26, 2015 at 5:27 AM, Pavel Konstantinov <
> >> [hidden email]> wrote:
> >>
> >> > Dmitriy,
> >> >
> >> > 'memcached examples
> >> > <
> >>
> https://github.com/apache/incubator-ignite/tree/master/examples/memcached
> >> > >
> >> >  and REST examples
> >> > <https://github.com/apache/incubator-ignite/blob/master/examples/rest
> >'
> >> on
> >> > http://ignite.apache.org/features/clientprotos.html still point to
> >> > incubator-ignite
> >> >
> >> >
> >> Where do you see these links?
> >>
> >>
> >> > On Wed, Aug 26, 2015 at 8:47 AM, Dmitriy Setrakyan <
> >> [hidden email]>
> >> > wrote:
> >> >
> >> > > I just updated the readme.io links. Pavel, can you confirm that all
> >> the
> >> > > issues you noticed have been fixed?
> >> > >
> >> > > D.
> >> > >
> >> > > On Tue, Aug 25, 2015 at 12:55 PM, Yakov Zhdanov <
> [hidden email]>
> >> > > wrote:
> >> > >
> >> > > > Good point, Pavel! Can you please create a ticket and put all
> >> comments
> >> > to
> >> > > > its subtickets - site, examples, code?
> >> > > >
> >> > > > --Yakov
> >> > > >
> >> > > > 2015-08-25 7:46 GMT+03:00 Pavel Konstantinov <
> >> > [hidden email]
> >> > > >:
> >> > > >
> >> > > > > I think we should verify all links to all examples in
> >> documentation.
> >> > I
> >> > > > see
> >> > > > > all of them points to incubator-ignite.
> >> > > > >
> >> > > > > On Tue, Aug 25, 2015 at 11:44 AM, Pavel Konstantinov <
> >> > > > > [hidden email]> wrote:
> >> > > > >
> >> > > > > > http://ignite.apache.org/features/clientprotos.html  has
> >> examples
> >> > > > links
> >> > > > > > to incubator-ignite on GitHub
> >> > > > > >
> >> > > > > > On Tue, Aug 25, 2015 at 11:39 AM, Pavel Konstantinov <
> >> > > > > > [hidden email]> wrote:
> >> > > > > >
> >> > > > > >> Also 'Examples' at the top menu on apacheignite.readme.io
> >> > redirect
> >> > > to
> >> > > > > >> 'incubator-ignite' on GitHub
> >> > > > > >>
> >> > > > > >> On Tue, Aug 25, 2015 at 11:13 AM, Pavel Konstantinov <
> >> > > > > >> [hidden email]> wrote:
> >> > > > > >>
> >> > > > > >>> One more link to incubator on
> https://apacheignite.readme.io/
> >> at
> >> > > the
> >> > > > > >>> right top conner  - 'Fork me on GitHub'
> >> > > > > >>>
> >> > > > > >>> On Tue, Aug 25, 2015 at 10:58 AM, Pavel Konstantinov <
> >> > > > > >>> [hidden email]> wrote:
> >> > > > > >>>
> >> > > > > >>>> I've found links to 'incubator' on
> >> > > > > >>>>
> >> > > >
> >> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
> >> > > > > >>>>
> >> > > > > >>>> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <
> >> > [hidden email]
> >> > > >
> >> > > > > >>>> wrote:
> >> > > > > >>>>
> >> > > > > >>>>> wget spider output here:
> >> > > > > >>>>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
> >> > > > > >>>>>
> >> > > > > >>>>> No issues with regards to the domain migration, but we
> have
> >> 404
> >> > > in
> >> > > > > >>>>> robots.txt and some jquery JS across many pages.
> >> > > > > >>>>>
> >> > > > > >>>>> I also ran a spider on our readme.io docs, and it was
> >> quite OK
> >> > > > > except
> >> > > > > >>>>> that
> >> > > > > >>>>> it found these 404s:
> >> > > > > >>>>>
> >> > > > > >>>>> --2015-08-24 12:16:43--
> >> > > > > >>>>>
> https://apacheignite.readme.io/docs/distributed-closures%22
> >> > > > > HTTP/1.1
> >> > > > > >>>>> 404
> >> > > > > >>>>> Not Found
> >> > > > > >>>>> --2015-08-24 12:26:04--
> >> > > > > >>>>>
> >> > > > > >>>>>
> >> > > > >
> >> > >
> >>
> https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
> >> > > > > >>>>>  HTTP/1.1 404 Not Found
> >> > > > > >>>>>
> >> > > > > >>>>> With regards to the jquery URL references:
> >> > > > > >>>>>
> >> > > > > >>>>> --2015-08-24 12:19:31--
> >> > > > > >>>>>
> >> > http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
> >> > > > > >>>>>   HTTP/1.1 404 Not Found
> >> > > > > >>>>> --2015-08-24 12:19:27--
> >> > > > > >>>>>
> >> > > http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
> >> > > > > >>>>>   HTTP/1.1 404 Not Found
> >> > > > > >>>>>
> >> > > > > >>>>> Are some examples. I guess these HTMLs are referring to
> >> jquery
> >> > in
> >> > > > the
> >> > > > > >>>>> context directory rather than in a common directory.
> >> > > > > >>>>>
> >> > > > > >>>>> Do you think it makes sense to add a robots.txt for SEO
> >> > purposes?
> >> > > > > >>>>>
> >> > > > > >>>>> Regards,
> >> > > > > >>>>>
> >> > > > > >>>>> *Raúl Kripalani*
> >> > > > > >>>>> Apache Camel PMC Member & Committer | Enterprise
> Architect,
> >> > Open
> >> > > > > Source
> >> > > > > >>>>> Integration specialist
> >> > > > > >>>>> http://about.me/raulkripalani |
> >> > > > > >>>>> http://www.linkedin.com/in/raulkripalani
> >> > > > > >>>>> http://blog.raulkr.net | twitter: @raulvk
> >> > > > > >>>>>
> >> > > > > >>>>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan <
> >> > > > > >>>>> [hidden email]>
> >> > > > > >>>>> wrote:
> >> > > > > >>>>>
> >> > > > > >>>>> > Igniters,
> >> > > > > >>>>> >
> >> > > > > >>>>> > I have updated the Ignite website to reflect the project
> >> > > > graduation
> >> > > > > >>>>> (turned
> >> > > > > >>>>> > out that many links were not working).
> >> > > > > >>>>> >
> >> > > > > >>>>> > Would be nice if the community clicked around and
> verified
> >> > that
> >> > > > all
> >> > > > > >>>>> the
> >> > > > > >>>>> > links are working and all the wording and examples are
> >> > correct.
> >> > > > > >>>>> >
> >> > > > > >>>>> > Thanks,
> >> > > > > >>>>> > D.
> >> > > > > >>>>> >
> >> > > > > >>>>>
> >> > > > > >>>>
> >> > > > > >>>>
> >> > > > > >>>>
> >> > > > > >>>> --
> >> > > > > >>>> Pavel Konstantinov, QA Engineer
> >> > > > > >>>> GridGain Systems
> >> > > > > >>>> www.gridgain.com
> >> > > > > >>>>
> >> > > > > >>>
> >> > > > > >>>
> >> > > > > >>>
> >> > > > > >>> --
> >> > > > > >>> Pavel Konstantinov, QA Engineer
> >> > > > > >>> GridGain Systems
> >> > > > > >>> www.gridgain.com
> >> > > > > >>>
> >> > > > > >>
> >> > > > > >>
> >> > > > > >>
> >> > > > > >> --
> >> > > > > >> Pavel Konstantinov, QA Engineer
> >> > > > > >> GridGain Systems
> >> > > > > >> www.gridgain.com
> >> > > > > >>
> >> > > > > >
> >> > > > > >
> >> > > > > >
> >> > > > > > --
> >> > > > > > Pavel Konstantinov, QA Engineer
> >> > > > > > GridGain Systems
> >> > > > > > www.gridgain.com
> >> > > > > >
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > --
> >> > > > > Pavel Konstantinov, QA Engineer
> >> > > > > GridGain Systems
> >> > > > > www.gridgain.com
> >> > > > >
> >> > > >
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > Pavel Konstantinov, QA Engineer
> >> > GridGain Systems
> >> > www.gridgain.com
> >> >
> >>
> >
> >
> >
> > --
> > Pavel Konstantinov, QA Engineer
> > GridGain Systems
> > www.gridgain.com
> >
>
>
>
> --
> Pavel Konstantinov, QA Engineer
> GridGain Systems
> www.gridgain.com
>
Reply | Threaded
Open this post in threaded view
|

Re: website changes

Pavel Konstantinov
I've edited links in 'Overview' on
https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home.
Please take a look.

On Wed, Aug 26, 2015 at 10:05 AM, Dmitriy Setrakyan <[hidden email]>
wrote:

> On Wed, Aug 26, 2015 at 6:00 AM, Pavel Konstantinov <
> [hidden email]> wrote:
>
> > https://apacheignite.readme.io/docs/getting-started
> >
> > contains link to incubator in Installation section in text "Download
> Apache
> > Ignite as ZIP archive from https://ignite.incubator.apache.org/"
> >
>
> Fixed.
>
>
> >
> > and below in "Building From Source" the first two commands ('unzip -q
> > incubator-ignite-1.0.0-src.zip' and 'cd incubator-ignite-1.0.0-src') are
> > need to be fixed
> >
>
> I updated to 1.3.0 but it is still an incubating release. We have not had a
> release yet as a top level project.
>
>
> >
> >
> >
> >
> > On Wed, Aug 26, 2015 at 9:36 AM, Pavel Konstantinov <
> > [hidden email]> wrote:
> >
> > > I see it on http://ignite.apache.org/features/clientprotos.html at the
> > > top of the page
> > >
> > > On Wed, Aug 26, 2015 at 9:30 AM, Dmitriy Setrakyan <
> > [hidden email]>
> > > wrote:
> > >
> > >> On Wed, Aug 26, 2015 at 5:27 AM, Pavel Konstantinov <
> > >> [hidden email]> wrote:
> > >>
> > >> > Dmitriy,
> > >> >
> > >> > 'memcached examples
> > >> > <
> > >>
> >
> https://github.com/apache/incubator-ignite/tree/master/examples/memcached
> > >> > >
> > >> >  and REST examples
> > >> > <
> https://github.com/apache/incubator-ignite/blob/master/examples/rest
> > >'
> > >> on
> > >> > http://ignite.apache.org/features/clientprotos.html still point to
> > >> > incubator-ignite
> > >> >
> > >> >
> > >> Where do you see these links?
> > >>
> > >>
> > >> > On Wed, Aug 26, 2015 at 8:47 AM, Dmitriy Setrakyan <
> > >> [hidden email]>
> > >> > wrote:
> > >> >
> > >> > > I just updated the readme.io links. Pavel, can you confirm that
> all
> > >> the
> > >> > > issues you noticed have been fixed?
> > >> > >
> > >> > > D.
> > >> > >
> > >> > > On Tue, Aug 25, 2015 at 12:55 PM, Yakov Zhdanov <
> > [hidden email]>
> > >> > > wrote:
> > >> > >
> > >> > > > Good point, Pavel! Can you please create a ticket and put all
> > >> comments
> > >> > to
> > >> > > > its subtickets - site, examples, code?
> > >> > > >
> > >> > > > --Yakov
> > >> > > >
> > >> > > > 2015-08-25 7:46 GMT+03:00 Pavel Konstantinov <
> > >> > [hidden email]
> > >> > > >:
> > >> > > >
> > >> > > > > I think we should verify all links to all examples in
> > >> documentation.
> > >> > I
> > >> > > > see
> > >> > > > > all of them points to incubator-ignite.
> > >> > > > >
> > >> > > > > On Tue, Aug 25, 2015 at 11:44 AM, Pavel Konstantinov <
> > >> > > > > [hidden email]> wrote:
> > >> > > > >
> > >> > > > > > http://ignite.apache.org/features/clientprotos.html  has
> > >> examples
> > >> > > > links
> > >> > > > > > to incubator-ignite on GitHub
> > >> > > > > >
> > >> > > > > > On Tue, Aug 25, 2015 at 11:39 AM, Pavel Konstantinov <
> > >> > > > > > [hidden email]> wrote:
> > >> > > > > >
> > >> > > > > >> Also 'Examples' at the top menu on apacheignite.readme.io
> > >> > redirect
> > >> > > to
> > >> > > > > >> 'incubator-ignite' on GitHub
> > >> > > > > >>
> > >> > > > > >> On Tue, Aug 25, 2015 at 11:13 AM, Pavel Konstantinov <
> > >> > > > > >> [hidden email]> wrote:
> > >> > > > > >>
> > >> > > > > >>> One more link to incubator on
> > https://apacheignite.readme.io/
> > >> at
> > >> > > the
> > >> > > > > >>> right top conner  - 'Fork me on GitHub'
> > >> > > > > >>>
> > >> > > > > >>> On Tue, Aug 25, 2015 at 10:58 AM, Pavel Konstantinov <
> > >> > > > > >>> [hidden email]> wrote:
> > >> > > > > >>>
> > >> > > > > >>>> I've found links to 'incubator' on
> > >> > > > > >>>>
> > >> > > >
> > >> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
> > >> > > > > >>>>
> > >> > > > > >>>> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <
> > >> > [hidden email]
> > >> > > >
> > >> > > > > >>>> wrote:
> > >> > > > > >>>>
> > >> > > > > >>>>> wget spider output here:
> > >> > > > > >>>>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
> > >> > > > > >>>>>
> > >> > > > > >>>>> No issues with regards to the domain migration, but we
> > have
> > >> 404
> > >> > > in
> > >> > > > > >>>>> robots.txt and some jquery JS across many pages.
> > >> > > > > >>>>>
> > >> > > > > >>>>> I also ran a spider on our readme.io docs, and it was
> > >> quite OK
> > >> > > > > except
> > >> > > > > >>>>> that
> > >> > > > > >>>>> it found these 404s:
> > >> > > > > >>>>>
> > >> > > > > >>>>> --2015-08-24 12:16:43--
> > >> > > > > >>>>>
> > https://apacheignite.readme.io/docs/distributed-closures%22
> > >> > > > > HTTP/1.1
> > >> > > > > >>>>> 404
> > >> > > > > >>>>> Not Found
> > >> > > > > >>>>> --2015-08-24 12:26:04--
> > >> > > > > >>>>>
> > >> > > > > >>>>>
> > >> > > > >
> > >> > >
> > >>
> > https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
> > >> > > > > >>>>>  HTTP/1.1 404 Not Found
> > >> > > > > >>>>>
> > >> > > > > >>>>> With regards to the jquery URL references:
> > >> > > > > >>>>>
> > >> > > > > >>>>> --2015-08-24 12:19:31--
> > >> > > > > >>>>>
> > >> > http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
> > >> > > > > >>>>>   HTTP/1.1 404 Not Found
> > >> > > > > >>>>> --2015-08-24 12:19:27--
> > >> > > > > >>>>>
> > >> > >
> http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
> > >> > > > > >>>>>   HTTP/1.1 404 Not Found
> > >> > > > > >>>>>
> > >> > > > > >>>>> Are some examples. I guess these HTMLs are referring to
> > >> jquery
> > >> > in
> > >> > > > the
> > >> > > > > >>>>> context directory rather than in a common directory.
> > >> > > > > >>>>>
> > >> > > > > >>>>> Do you think it makes sense to add a robots.txt for SEO
> > >> > purposes?
> > >> > > > > >>>>>
> > >> > > > > >>>>> Regards,
> > >> > > > > >>>>>
> > >> > > > > >>>>> *Raúl Kripalani*
> > >> > > > > >>>>> Apache Camel PMC Member & Committer | Enterprise
> > Architect,
> > >> > Open
> > >> > > > > Source
> > >> > > > > >>>>> Integration specialist
> > >> > > > > >>>>> http://about.me/raulkripalani |
> > >> > > > > >>>>> http://www.linkedin.com/in/raulkripalani
> > >> > > > > >>>>> http://blog.raulkr.net | twitter: @raulvk
> > >> > > > > >>>>>
> > >> > > > > >>>>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan <
> > >> > > > > >>>>> [hidden email]>
> > >> > > > > >>>>> wrote:
> > >> > > > > >>>>>
> > >> > > > > >>>>> > Igniters,
> > >> > > > > >>>>> >
> > >> > > > > >>>>> > I have updated the Ignite website to reflect the
> project
> > >> > > > graduation
> > >> > > > > >>>>> (turned
> > >> > > > > >>>>> > out that many links were not working).
> > >> > > > > >>>>> >
> > >> > > > > >>>>> > Would be nice if the community clicked around and
> > verified
> > >> > that
> > >> > > > all
> > >> > > > > >>>>> the
> > >> > > > > >>>>> > links are working and all the wording and examples are
> > >> > correct.
> > >> > > > > >>>>> >
> > >> > > > > >>>>> > Thanks,
> > >> > > > > >>>>> > D.
> > >> > > > > >>>>> >
> > >> > > > > >>>>>
> > >> > > > > >>>>
> > >> > > > > >>>>
> > >> > > > > >>>>
> > >> > > > > >>>> --
> > >> > > > > >>>> Pavel Konstantinov, QA Engineer
> > >> > > > > >>>> GridGain Systems
> > >> > > > > >>>> www.gridgain.com
> > >> > > > > >>>>
> > >> > > > > >>>
> > >> > > > > >>>
> > >> > > > > >>>
> > >> > > > > >>> --
> > >> > > > > >>> Pavel Konstantinov, QA Engineer
> > >> > > > > >>> GridGain Systems
> > >> > > > > >>> www.gridgain.com
> > >> > > > > >>>
> > >> > > > > >>
> > >> > > > > >>
> > >> > > > > >>
> > >> > > > > >> --
> > >> > > > > >> Pavel Konstantinov, QA Engineer
> > >> > > > > >> GridGain Systems
> > >> > > > > >> www.gridgain.com
> > >> > > > > >>
> > >> > > > > >
> > >> > > > > >
> > >> > > > > >
> > >> > > > > > --
> > >> > > > > > Pavel Konstantinov, QA Engineer
> > >> > > > > > GridGain Systems
> > >> > > > > > www.gridgain.com
> > >> > > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > > --
> > >> > > > > Pavel Konstantinov, QA Engineer
> > >> > > > > GridGain Systems
> > >> > > > > www.gridgain.com
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> > Pavel Konstantinov, QA Engineer
> > >> > GridGain Systems
> > >> > www.gridgain.com
> > >> >
> > >>
> > >
> > >
> > >
> > > --
> > > Pavel Konstantinov, QA Engineer
> > > GridGain Systems
> > > www.gridgain.com
> > >
> >
> >
> >
> > --
> > Pavel Konstantinov, QA Engineer
> > GridGain Systems
> > www.gridgain.com
> >
>



--
Pavel Konstantinov, QA Engineer
GridGain Systems
www.gridgain.com
Reply | Threaded
Open this post in threaded view
|

Re: website changes

dsetrakyan
On Wed, Aug 26, 2015 at 6:12 AM, Pavel Konstantinov <
[hidden email]> wrote:

> I've edited links in 'Overview' on
> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home.
> Please take a look.
>

Looks good, thanks!


>
> On Wed, Aug 26, 2015 at 10:05 AM, Dmitriy Setrakyan <[hidden email]
> >
> wrote:
>
> > On Wed, Aug 26, 2015 at 6:00 AM, Pavel Konstantinov <
> > [hidden email]> wrote:
> >
> > > https://apacheignite.readme.io/docs/getting-started
> > >
> > > contains link to incubator in Installation section in text "Download
> > Apache
> > > Ignite as ZIP archive from https://ignite.incubator.apache.org/"
> > >
> >
> > Fixed.
> >
> >
> > >
> > > and below in "Building From Source" the first two commands ('unzip -q
> > > incubator-ignite-1.0.0-src.zip' and 'cd incubator-ignite-1.0.0-src')
> are
> > > need to be fixed
> > >
> >
> > I updated to 1.3.0 but it is still an incubating release. We have not
> had a
> > release yet as a top level project.
> >
> >
> > >
> > >
> > >
> > >
> > > On Wed, Aug 26, 2015 at 9:36 AM, Pavel Konstantinov <
> > > [hidden email]> wrote:
> > >
> > > > I see it on http://ignite.apache.org/features/clientprotos.html at
> the
> > > > top of the page
> > > >
> > > > On Wed, Aug 26, 2015 at 9:30 AM, Dmitriy Setrakyan <
> > > [hidden email]>
> > > > wrote:
> > > >
> > > >> On Wed, Aug 26, 2015 at 5:27 AM, Pavel Konstantinov <
> > > >> [hidden email]> wrote:
> > > >>
> > > >> > Dmitriy,
> > > >> >
> > > >> > 'memcached examples
> > > >> > <
> > > >>
> > >
> >
> https://github.com/apache/incubator-ignite/tree/master/examples/memcached
> > > >> > >
> > > >> >  and REST examples
> > > >> > <
> > https://github.com/apache/incubator-ignite/blob/master/examples/rest
> > > >'
> > > >> on
> > > >> > http://ignite.apache.org/features/clientprotos.html still point
> to
> > > >> > incubator-ignite
> > > >> >
> > > >> >
> > > >> Where do you see these links?
> > > >>
> > > >>
> > > >> > On Wed, Aug 26, 2015 at 8:47 AM, Dmitriy Setrakyan <
> > > >> [hidden email]>
> > > >> > wrote:
> > > >> >
> > > >> > > I just updated the readme.io links. Pavel, can you confirm that
> > all
> > > >> the
> > > >> > > issues you noticed have been fixed?
> > > >> > >
> > > >> > > D.
> > > >> > >
> > > >> > > On Tue, Aug 25, 2015 at 12:55 PM, Yakov Zhdanov <
> > > [hidden email]>
> > > >> > > wrote:
> > > >> > >
> > > >> > > > Good point, Pavel! Can you please create a ticket and put all
> > > >> comments
> > > >> > to
> > > >> > > > its subtickets - site, examples, code?
> > > >> > > >
> > > >> > > > --Yakov
> > > >> > > >
> > > >> > > > 2015-08-25 7:46 GMT+03:00 Pavel Konstantinov <
> > > >> > [hidden email]
> > > >> > > >:
> > > >> > > >
> > > >> > > > > I think we should verify all links to all examples in
> > > >> documentation.
> > > >> > I
> > > >> > > > see
> > > >> > > > > all of them points to incubator-ignite.
> > > >> > > > >
> > > >> > > > > On Tue, Aug 25, 2015 at 11:44 AM, Pavel Konstantinov <
> > > >> > > > > [hidden email]> wrote:
> > > >> > > > >
> > > >> > > > > > http://ignite.apache.org/features/clientprotos.html  has
> > > >> examples
> > > >> > > > links
> > > >> > > > > > to incubator-ignite on GitHub
> > > >> > > > > >
> > > >> > > > > > On Tue, Aug 25, 2015 at 11:39 AM, Pavel Konstantinov <
> > > >> > > > > > [hidden email]> wrote:
> > > >> > > > > >
> > > >> > > > > >> Also 'Examples' at the top menu on
> apacheignite.readme.io
> > > >> > redirect
> > > >> > > to
> > > >> > > > > >> 'incubator-ignite' on GitHub
> > > >> > > > > >>
> > > >> > > > > >> On Tue, Aug 25, 2015 at 11:13 AM, Pavel Konstantinov <
> > > >> > > > > >> [hidden email]> wrote:
> > > >> > > > > >>
> > > >> > > > > >>> One more link to incubator on
> > > https://apacheignite.readme.io/
> > > >> at
> > > >> > > the
> > > >> > > > > >>> right top conner  - 'Fork me on GitHub'
> > > >> > > > > >>>
> > > >> > > > > >>> On Tue, Aug 25, 2015 at 10:58 AM, Pavel Konstantinov <
> > > >> > > > > >>> [hidden email]> wrote:
> > > >> > > > > >>>
> > > >> > > > > >>>> I've found links to 'incubator' on
> > > >> > > > > >>>>
> > > >> > > >
> > > >>
> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
> > > >> > > > > >>>>
> > > >> > > > > >>>> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <
> > > >> > [hidden email]
> > > >> > > >
> > > >> > > > > >>>> wrote:
> > > >> > > > > >>>>
> > > >> > > > > >>>>> wget spider output here:
> > > >> > > > > >>>>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
> > > >> > > > > >>>>>
> > > >> > > > > >>>>> No issues with regards to the domain migration, but we
> > > have
> > > >> 404
> > > >> > > in
> > > >> > > > > >>>>> robots.txt and some jquery JS across many pages.
> > > >> > > > > >>>>>
> > > >> > > > > >>>>> I also ran a spider on our readme.io docs, and it was
> > > >> quite OK
> > > >> > > > > except
> > > >> > > > > >>>>> that
> > > >> > > > > >>>>> it found these 404s:
> > > >> > > > > >>>>>
> > > >> > > > > >>>>> --2015-08-24 12:16:43--
> > > >> > > > > >>>>>
> > > https://apacheignite.readme.io/docs/distributed-closures%22
> > > >> > > > > HTTP/1.1
> > > >> > > > > >>>>> 404
> > > >> > > > > >>>>> Not Found
> > > >> > > > > >>>>> --2015-08-24 12:26:04--
> > > >> > > > > >>>>>
> > > >> > > > > >>>>>
> > > >> > > > >
> > > >> > >
> > > >>
> > >
> https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
> > > >> > > > > >>>>>  HTTP/1.1 404 Not Found
> > > >> > > > > >>>>>
> > > >> > > > > >>>>> With regards to the jquery URL references:
> > > >> > > > > >>>>>
> > > >> > > > > >>>>> --2015-08-24 12:19:31--
> > > >> > > > > >>>>>
> > > >> > http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
> > > >> > > > > >>>>>   HTTP/1.1 404 Not Found
> > > >> > > > > >>>>> --2015-08-24 12:19:27--
> > > >> > > > > >>>>>
> > > >> > >
> > http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
> > > >> > > > > >>>>>   HTTP/1.1 404 Not Found
> > > >> > > > > >>>>>
> > > >> > > > > >>>>> Are some examples. I guess these HTMLs are referring
> to
> > > >> jquery
> > > >> > in
> > > >> > > > the
> > > >> > > > > >>>>> context directory rather than in a common directory.
> > > >> > > > > >>>>>
> > > >> > > > > >>>>> Do you think it makes sense to add a robots.txt for
> SEO
> > > >> > purposes?
> > > >> > > > > >>>>>
> > > >> > > > > >>>>> Regards,
> > > >> > > > > >>>>>
> > > >> > > > > >>>>> *Raúl Kripalani*
> > > >> > > > > >>>>> Apache Camel PMC Member & Committer | Enterprise
> > > Architect,
> > > >> > Open
> > > >> > > > > Source
> > > >> > > > > >>>>> Integration specialist
> > > >> > > > > >>>>> http://about.me/raulkripalani |
> > > >> > > > > >>>>> http://www.linkedin.com/in/raulkripalani
> > > >> > > > > >>>>> http://blog.raulkr.net | twitter: @raulvk
> > > >> > > > > >>>>>
> > > >> > > > > >>>>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan <
> > > >> > > > > >>>>> [hidden email]>
> > > >> > > > > >>>>> wrote:
> > > >> > > > > >>>>>
> > > >> > > > > >>>>> > Igniters,
> > > >> > > > > >>>>> >
> > > >> > > > > >>>>> > I have updated the Ignite website to reflect the
> > project
> > > >> > > > graduation
> > > >> > > > > >>>>> (turned
> > > >> > > > > >>>>> > out that many links were not working).
> > > >> > > > > >>>>> >
> > > >> > > > > >>>>> > Would be nice if the community clicked around and
> > > verified
> > > >> > that
> > > >> > > > all
> > > >> > > > > >>>>> the
> > > >> > > > > >>>>> > links are working and all the wording and examples
> are
> > > >> > correct.
> > > >> > > > > >>>>> >
> > > >> > > > > >>>>> > Thanks,
> > > >> > > > > >>>>> > D.
> > > >> > > > > >>>>> >
> > > >> > > > > >>>>>
> > > >> > > > > >>>>
> > > >> > > > > >>>>
> > > >> > > > > >>>>
> > > >> > > > > >>>> --
> > > >> > > > > >>>> Pavel Konstantinov, QA Engineer
> > > >> > > > > >>>> GridGain Systems
> > > >> > > > > >>>> www.gridgain.com
> > > >> > > > > >>>>
> > > >> > > > > >>>
> > > >> > > > > >>>
> > > >> > > > > >>>
> > > >> > > > > >>> --
> > > >> > > > > >>> Pavel Konstantinov, QA Engineer
> > > >> > > > > >>> GridGain Systems
> > > >> > > > > >>> www.gridgain.com
> > > >> > > > > >>>
> > > >> > > > > >>
> > > >> > > > > >>
> > > >> > > > > >>
> > > >> > > > > >> --
> > > >> > > > > >> Pavel Konstantinov, QA Engineer
> > > >> > > > > >> GridGain Systems
> > > >> > > > > >> www.gridgain.com
> > > >> > > > > >>
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > > > --
> > > >> > > > > > Pavel Konstantinov, QA Engineer
> > > >> > > > > > GridGain Systems
> > > >> > > > > > www.gridgain.com
> > > >> > > > > >
> > > >> > > > >
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > --
> > > >> > > > > Pavel Konstantinov, QA Engineer
> > > >> > > > > GridGain Systems
> > > >> > > > > www.gridgain.com
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >> >
> > > >> >
> > > >> > --
> > > >> > Pavel Konstantinov, QA Engineer
> > > >> > GridGain Systems
> > > >> > www.gridgain.com
> > > >> >
> > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > Pavel Konstantinov, QA Engineer
> > > > GridGain Systems
> > > > www.gridgain.com
> > > >
> > >
> > >
> > >
> > > --
> > > Pavel Konstantinov, QA Engineer
> > > GridGain Systems
> > > www.gridgain.com
> > >
> >
>
>
>
> --
> Pavel Konstantinov, QA Engineer
> GridGain Systems
> www.gridgain.com
>
Reply | Threaded
Open this post in threaded view
|

Re: website changes

Pavel Konstantinov
"I updated to 1.3.0"  -  I don't see your changes

On Wed, Aug 26, 2015 at 10:14 AM, Dmitriy Setrakyan <[hidden email]>
wrote:

> On Wed, Aug 26, 2015 at 6:12 AM, Pavel Konstantinov <
> [hidden email]> wrote:
>
> > I've edited links in 'Overview' on
> > https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home.
> > Please take a look.
> >
>
> Looks good, thanks!
>
>
> >
> > On Wed, Aug 26, 2015 at 10:05 AM, Dmitriy Setrakyan <
> [hidden email]
> > >
> > wrote:
> >
> > > On Wed, Aug 26, 2015 at 6:00 AM, Pavel Konstantinov <
> > > [hidden email]> wrote:
> > >
> > > > https://apacheignite.readme.io/docs/getting-started
> > > >
> > > > contains link to incubator in Installation section in text "Download
> > > Apache
> > > > Ignite as ZIP archive from https://ignite.incubator.apache.org/"
> > > >
> > >
> > > Fixed.
> > >
> > >
> > > >
> > > > and below in "Building From Source" the first two commands ('unzip -q
> > > > incubator-ignite-1.0.0-src.zip' and 'cd incubator-ignite-1.0.0-src')
> > are
> > > > need to be fixed
> > > >
> > >
> > > I updated to 1.3.0 but it is still an incubating release. We have not
> > had a
> > > release yet as a top level project.
> > >
> > >
> > > >
> > > >
> > > >
> > > >
> > > > On Wed, Aug 26, 2015 at 9:36 AM, Pavel Konstantinov <
> > > > [hidden email]> wrote:
> > > >
> > > > > I see it on http://ignite.apache.org/features/clientprotos.html at
> > the
> > > > > top of the page
> > > > >
> > > > > On Wed, Aug 26, 2015 at 9:30 AM, Dmitriy Setrakyan <
> > > > [hidden email]>
> > > > > wrote:
> > > > >
> > > > >> On Wed, Aug 26, 2015 at 5:27 AM, Pavel Konstantinov <
> > > > >> [hidden email]> wrote:
> > > > >>
> > > > >> > Dmitriy,
> > > > >> >
> > > > >> > 'memcached examples
> > > > >> > <
> > > > >>
> > > >
> > >
> >
> https://github.com/apache/incubator-ignite/tree/master/examples/memcached
> > > > >> > >
> > > > >> >  and REST examples
> > > > >> > <
> > > https://github.com/apache/incubator-ignite/blob/master/examples/rest
> > > > >'
> > > > >> on
> > > > >> > http://ignite.apache.org/features/clientprotos.html still point
> > to
> > > > >> > incubator-ignite
> > > > >> >
> > > > >> >
> > > > >> Where do you see these links?
> > > > >>
> > > > >>
> > > > >> > On Wed, Aug 26, 2015 at 8:47 AM, Dmitriy Setrakyan <
> > > > >> [hidden email]>
> > > > >> > wrote:
> > > > >> >
> > > > >> > > I just updated the readme.io links. Pavel, can you confirm
> that
> > > all
> > > > >> the
> > > > >> > > issues you noticed have been fixed?
> > > > >> > >
> > > > >> > > D.
> > > > >> > >
> > > > >> > > On Tue, Aug 25, 2015 at 12:55 PM, Yakov Zhdanov <
> > > > [hidden email]>
> > > > >> > > wrote:
> > > > >> > >
> > > > >> > > > Good point, Pavel! Can you please create a ticket and put
> all
> > > > >> comments
> > > > >> > to
> > > > >> > > > its subtickets - site, examples, code?
> > > > >> > > >
> > > > >> > > > --Yakov
> > > > >> > > >
> > > > >> > > > 2015-08-25 7:46 GMT+03:00 Pavel Konstantinov <
> > > > >> > [hidden email]
> > > > >> > > >:
> > > > >> > > >
> > > > >> > > > > I think we should verify all links to all examples in
> > > > >> documentation.
> > > > >> > I
> > > > >> > > > see
> > > > >> > > > > all of them points to incubator-ignite.
> > > > >> > > > >
> > > > >> > > > > On Tue, Aug 25, 2015 at 11:44 AM, Pavel Konstantinov <
> > > > >> > > > > [hidden email]> wrote:
> > > > >> > > > >
> > > > >> > > > > > http://ignite.apache.org/features/clientprotos.html
> has
> > > > >> examples
> > > > >> > > > links
> > > > >> > > > > > to incubator-ignite on GitHub
> > > > >> > > > > >
> > > > >> > > > > > On Tue, Aug 25, 2015 at 11:39 AM, Pavel Konstantinov <
> > > > >> > > > > > [hidden email]> wrote:
> > > > >> > > > > >
> > > > >> > > > > >> Also 'Examples' at the top menu on
> > apacheignite.readme.io
> > > > >> > redirect
> > > > >> > > to
> > > > >> > > > > >> 'incubator-ignite' on GitHub
> > > > >> > > > > >>
> > > > >> > > > > >> On Tue, Aug 25, 2015 at 11:13 AM, Pavel Konstantinov <
> > > > >> > > > > >> [hidden email]> wrote:
> > > > >> > > > > >>
> > > > >> > > > > >>> One more link to incubator on
> > > > https://apacheignite.readme.io/
> > > > >> at
> > > > >> > > the
> > > > >> > > > > >>> right top conner  - 'Fork me on GitHub'
> > > > >> > > > > >>>
> > > > >> > > > > >>> On Tue, Aug 25, 2015 at 10:58 AM, Pavel Konstantinov <
> > > > >> > > > > >>> [hidden email]> wrote:
> > > > >> > > > > >>>
> > > > >> > > > > >>>> I've found links to 'incubator' on
> > > > >> > > > > >>>>
> > > > >> > > >
> > > > >>
> > https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
> > > > >> > > > > >>>>
> > > > >> > > > > >>>> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <
> > > > >> > [hidden email]
> > > > >> > > >
> > > > >> > > > > >>>> wrote:
> > > > >> > > > > >>>>
> > > > >> > > > > >>>>> wget spider output here:
> > > > >> > > > > >>>>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
> > > > >> > > > > >>>>>
> > > > >> > > > > >>>>> No issues with regards to the domain migration, but
> we
> > > > have
> > > > >> 404
> > > > >> > > in
> > > > >> > > > > >>>>> robots.txt and some jquery JS across many pages.
> > > > >> > > > > >>>>>
> > > > >> > > > > >>>>> I also ran a spider on our readme.io docs, and it
> was
> > > > >> quite OK
> > > > >> > > > > except
> > > > >> > > > > >>>>> that
> > > > >> > > > > >>>>> it found these 404s:
> > > > >> > > > > >>>>>
> > > > >> > > > > >>>>> --2015-08-24 12:16:43--
> > > > >> > > > > >>>>>
> > > > https://apacheignite.readme.io/docs/distributed-closures%22
> > > > >> > > > > HTTP/1.1
> > > > >> > > > > >>>>> 404
> > > > >> > > > > >>>>> Not Found
> > > > >> > > > > >>>>> --2015-08-24 12:26:04--
> > > > >> > > > > >>>>>
> > > > >> > > > > >>>>>
> > > > >> > > > >
> > > > >> > >
> > > > >>
> > > >
> > https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
> > > > >> > > > > >>>>>  HTTP/1.1 404 Not Found
> > > > >> > > > > >>>>>
> > > > >> > > > > >>>>> With regards to the jquery URL references:
> > > > >> > > > > >>>>>
> > > > >> > > > > >>>>> --2015-08-24 12:19:31--
> > > > >> > > > > >>>>>
> > > > >> >
> http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
> > > > >> > > > > >>>>>   HTTP/1.1 404 Not Found
> > > > >> > > > > >>>>> --2015-08-24 12:19:27--
> > > > >> > > > > >>>>>
> > > > >> > >
> > > http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
> > > > >> > > > > >>>>>   HTTP/1.1 404 Not Found
> > > > >> > > > > >>>>>
> > > > >> > > > > >>>>> Are some examples. I guess these HTMLs are referring
> > to
> > > > >> jquery
> > > > >> > in
> > > > >> > > > the
> > > > >> > > > > >>>>> context directory rather than in a common directory.
> > > > >> > > > > >>>>>
> > > > >> > > > > >>>>> Do you think it makes sense to add a robots.txt for
> > SEO
> > > > >> > purposes?
> > > > >> > > > > >>>>>
> > > > >> > > > > >>>>> Regards,
> > > > >> > > > > >>>>>
> > > > >> > > > > >>>>> *Raúl Kripalani*
> > > > >> > > > > >>>>> Apache Camel PMC Member & Committer | Enterprise
> > > > Architect,
> > > > >> > Open
> > > > >> > > > > Source
> > > > >> > > > > >>>>> Integration specialist
> > > > >> > > > > >>>>> http://about.me/raulkripalani |
> > > > >> > > > > >>>>> http://www.linkedin.com/in/raulkripalani
> > > > >> > > > > >>>>> http://blog.raulkr.net | twitter: @raulvk
> > > > >> > > > > >>>>>
> > > > >> > > > > >>>>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy Setrakyan
> <
> > > > >> > > > > >>>>> [hidden email]>
> > > > >> > > > > >>>>> wrote:
> > > > >> > > > > >>>>>
> > > > >> > > > > >>>>> > Igniters,
> > > > >> > > > > >>>>> >
> > > > >> > > > > >>>>> > I have updated the Ignite website to reflect the
> > > project
> > > > >> > > > graduation
> > > > >> > > > > >>>>> (turned
> > > > >> > > > > >>>>> > out that many links were not working).
> > > > >> > > > > >>>>> >
> > > > >> > > > > >>>>> > Would be nice if the community clicked around and
> > > > verified
> > > > >> > that
> > > > >> > > > all
> > > > >> > > > > >>>>> the
> > > > >> > > > > >>>>> > links are working and all the wording and examples
> > are
> > > > >> > correct.
> > > > >> > > > > >>>>> >
> > > > >> > > > > >>>>> > Thanks,
> > > > >> > > > > >>>>> > D.
> > > > >> > > > > >>>>> >
> > > > >> > > > > >>>>>
> > > > >> > > > > >>>>
> > > > >> > > > > >>>>
> > > > >> > > > > >>>>
> > > > >> > > > > >>>> --
> > > > >> > > > > >>>> Pavel Konstantinov, QA Engineer
> > > > >> > > > > >>>> GridGain Systems
> > > > >> > > > > >>>> www.gridgain.com
> > > > >> > > > > >>>>
> > > > >> > > > > >>>
> > > > >> > > > > >>>
> > > > >> > > > > >>>
> > > > >> > > > > >>> --
> > > > >> > > > > >>> Pavel Konstantinov, QA Engineer
> > > > >> > > > > >>> GridGain Systems
> > > > >> > > > > >>> www.gridgain.com
> > > > >> > > > > >>>
> > > > >> > > > > >>
> > > > >> > > > > >>
> > > > >> > > > > >>
> > > > >> > > > > >> --
> > > > >> > > > > >> Pavel Konstantinov, QA Engineer
> > > > >> > > > > >> GridGain Systems
> > > > >> > > > > >> www.gridgain.com
> > > > >> > > > > >>
> > > > >> > > > > >
> > > > >> > > > > >
> > > > >> > > > > >
> > > > >> > > > > > --
> > > > >> > > > > > Pavel Konstantinov, QA Engineer
> > > > >> > > > > > GridGain Systems
> > > > >> > > > > > www.gridgain.com
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > > > --
> > > > >> > > > > Pavel Konstantinov, QA Engineer
> > > > >> > > > > GridGain Systems
> > > > >> > > > > www.gridgain.com
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >> >
> > > > >> >
> > > > >> > --
> > > > >> > Pavel Konstantinov, QA Engineer
> > > > >> > GridGain Systems
> > > > >> > www.gridgain.com
> > > > >> >
> > > > >>
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Pavel Konstantinov, QA Engineer
> > > > > GridGain Systems
> > > > > www.gridgain.com
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Pavel Konstantinov, QA Engineer
> > > > GridGain Systems
> > > > www.gridgain.com
> > > >
> > >
> >
> >
> >
> > --
> > Pavel Konstantinov, QA Engineer
> > GridGain Systems
> > www.gridgain.com
> >
>



--
Pavel Konstantinov, QA Engineer
GridGain Systems
www.gridgain.com
Reply | Threaded
Open this post in threaded view
|

Re: website changes

Pavel Konstantinov
I found that
https://ignite.apache.org/releases/1.2.0/javadoc/index.html?overview-summary.html
contains link 2015 Copyright © Apache Software Foundation
<https://incubator.apache.org/projects/ignite.html> in the footer which
points to https://incubator.apache.org/projects/ignite.html

On Wed, Aug 26, 2015 at 10:18 AM, Pavel Konstantinov <
[hidden email]> wrote:

> "I updated to 1.3.0"  -  I don't see your changes
>
> On Wed, Aug 26, 2015 at 10:14 AM, Dmitriy Setrakyan <[hidden email]
> > wrote:
>
>> On Wed, Aug 26, 2015 at 6:12 AM, Pavel Konstantinov <
>> [hidden email]> wrote:
>>
>> > I've edited links in 'Overview' on
>> > https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home.
>> > Please take a look.
>> >
>>
>> Looks good, thanks!
>>
>>
>> >
>> > On Wed, Aug 26, 2015 at 10:05 AM, Dmitriy Setrakyan <
>> [hidden email]
>> > >
>> > wrote:
>> >
>> > > On Wed, Aug 26, 2015 at 6:00 AM, Pavel Konstantinov <
>> > > [hidden email]> wrote:
>> > >
>> > > > https://apacheignite.readme.io/docs/getting-started
>> > > >
>> > > > contains link to incubator in Installation section in text "Download
>> > > Apache
>> > > > Ignite as ZIP archive from https://ignite.incubator.apache.org/"
>> > > >
>> > >
>> > > Fixed.
>> > >
>> > >
>> > > >
>> > > > and below in "Building From Source" the first two commands ('unzip
>> -q
>> > > > incubator-ignite-1.0.0-src.zip' and 'cd incubator-ignite-1.0.0-src')
>> > are
>> > > > need to be fixed
>> > > >
>> > >
>> > > I updated to 1.3.0 but it is still an incubating release. We have not
>> > had a
>> > > release yet as a top level project.
>> > >
>> > >
>> > > >
>> > > >
>> > > >
>> > > >
>> > > > On Wed, Aug 26, 2015 at 9:36 AM, Pavel Konstantinov <
>> > > > [hidden email]> wrote:
>> > > >
>> > > > > I see it on http://ignite.apache.org/features/clientprotos.html
>> at
>> > the
>> > > > > top of the page
>> > > > >
>> > > > > On Wed, Aug 26, 2015 at 9:30 AM, Dmitriy Setrakyan <
>> > > > [hidden email]>
>> > > > > wrote:
>> > > > >
>> > > > >> On Wed, Aug 26, 2015 at 5:27 AM, Pavel Konstantinov <
>> > > > >> [hidden email]> wrote:
>> > > > >>
>> > > > >> > Dmitriy,
>> > > > >> >
>> > > > >> > 'memcached examples
>> > > > >> > <
>> > > > >>
>> > > >
>> > >
>> >
>> https://github.com/apache/incubator-ignite/tree/master/examples/memcached
>> > > > >> > >
>> > > > >> >  and REST examples
>> > > > >> > <
>> > > https://github.com/apache/incubator-ignite/blob/master/examples/rest
>> > > > >'
>> > > > >> on
>> > > > >> > http://ignite.apache.org/features/clientprotos.html still
>> point
>> > to
>> > > > >> > incubator-ignite
>> > > > >> >
>> > > > >> >
>> > > > >> Where do you see these links?
>> > > > >>
>> > > > >>
>> > > > >> > On Wed, Aug 26, 2015 at 8:47 AM, Dmitriy Setrakyan <
>> > > > >> [hidden email]>
>> > > > >> > wrote:
>> > > > >> >
>> > > > >> > > I just updated the readme.io links. Pavel, can you confirm
>> that
>> > > all
>> > > > >> the
>> > > > >> > > issues you noticed have been fixed?
>> > > > >> > >
>> > > > >> > > D.
>> > > > >> > >
>> > > > >> > > On Tue, Aug 25, 2015 at 12:55 PM, Yakov Zhdanov <
>> > > > [hidden email]>
>> > > > >> > > wrote:
>> > > > >> > >
>> > > > >> > > > Good point, Pavel! Can you please create a ticket and put
>> all
>> > > > >> comments
>> > > > >> > to
>> > > > >> > > > its subtickets - site, examples, code?
>> > > > >> > > >
>> > > > >> > > > --Yakov
>> > > > >> > > >
>> > > > >> > > > 2015-08-25 7:46 GMT+03:00 Pavel Konstantinov <
>> > > > >> > [hidden email]
>> > > > >> > > >:
>> > > > >> > > >
>> > > > >> > > > > I think we should verify all links to all examples in
>> > > > >> documentation.
>> > > > >> > I
>> > > > >> > > > see
>> > > > >> > > > > all of them points to incubator-ignite.
>> > > > >> > > > >
>> > > > >> > > > > On Tue, Aug 25, 2015 at 11:44 AM, Pavel Konstantinov <
>> > > > >> > > > > [hidden email]> wrote:
>> > > > >> > > > >
>> > > > >> > > > > > http://ignite.apache.org/features/clientprotos.html
>> has
>> > > > >> examples
>> > > > >> > > > links
>> > > > >> > > > > > to incubator-ignite on GitHub
>> > > > >> > > > > >
>> > > > >> > > > > > On Tue, Aug 25, 2015 at 11:39 AM, Pavel Konstantinov <
>> > > > >> > > > > > [hidden email]> wrote:
>> > > > >> > > > > >
>> > > > >> > > > > >> Also 'Examples' at the top menu on
>> > apacheignite.readme.io
>> > > > >> > redirect
>> > > > >> > > to
>> > > > >> > > > > >> 'incubator-ignite' on GitHub
>> > > > >> > > > > >>
>> > > > >> > > > > >> On Tue, Aug 25, 2015 at 11:13 AM, Pavel Konstantinov <
>> > > > >> > > > > >> [hidden email]> wrote:
>> > > > >> > > > > >>
>> > > > >> > > > > >>> One more link to incubator on
>> > > > https://apacheignite.readme.io/
>> > > > >> at
>> > > > >> > > the
>> > > > >> > > > > >>> right top conner  - 'Fork me on GitHub'
>> > > > >> > > > > >>>
>> > > > >> > > > > >>> On Tue, Aug 25, 2015 at 10:58 AM, Pavel Konstantinov
>> <
>> > > > >> > > > > >>> [hidden email]> wrote:
>> > > > >> > > > > >>>
>> > > > >> > > > > >>>> I've found links to 'incubator' on
>> > > > >> > > > > >>>>
>> > > > >> > > >
>> > > > >>
>> > https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
>> > > > >> > > > > >>>>
>> > > > >> > > > > >>>> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <
>> > > > >> > [hidden email]
>> > > > >> > > >
>> > > > >> > > > > >>>> wrote:
>> > > > >> > > > > >>>>
>> > > > >> > > > > >>>>> wget spider output here:
>> > > > >> > > > > >>>>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
>> > > > >> > > > > >>>>>
>> > > > >> > > > > >>>>> No issues with regards to the domain migration,
>> but we
>> > > > have
>> > > > >> 404
>> > > > >> > > in
>> > > > >> > > > > >>>>> robots.txt and some jquery JS across many pages.
>> > > > >> > > > > >>>>>
>> > > > >> > > > > >>>>> I also ran a spider on our readme.io docs, and it
>> was
>> > > > >> quite OK
>> > > > >> > > > > except
>> > > > >> > > > > >>>>> that
>> > > > >> > > > > >>>>> it found these 404s:
>> > > > >> > > > > >>>>>
>> > > > >> > > > > >>>>> --2015-08-24 12:16:43--
>> > > > >> > > > > >>>>>
>> > > > https://apacheignite.readme.io/docs/distributed-closures%22
>> > > > >> > > > > HTTP/1.1
>> > > > >> > > > > >>>>> 404
>> > > > >> > > > > >>>>> Not Found
>> > > > >> > > > > >>>>> --2015-08-24 12:26:04--
>> > > > >> > > > > >>>>>
>> > > > >> > > > > >>>>>
>> > > > >> > > > >
>> > > > >> > >
>> > > > >>
>> > > >
>> >
>> https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
>> > > > >> > > > > >>>>>  HTTP/1.1 404 Not Found
>> > > > >> > > > > >>>>>
>> > > > >> > > > > >>>>> With regards to the jquery URL references:
>> > > > >> > > > > >>>>>
>> > > > >> > > > > >>>>> --2015-08-24 12:19:31--
>> > > > >> > > > > >>>>>
>> > > > >> >
>> http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
>> > > > >> > > > > >>>>>   HTTP/1.1 404 Not Found
>> > > > >> > > > > >>>>> --2015-08-24 12:19:27--
>> > > > >> > > > > >>>>>
>> > > > >> > >
>> > > http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
>> > > > >> > > > > >>>>>   HTTP/1.1 404 Not Found
>> > > > >> > > > > >>>>>
>> > > > >> > > > > >>>>> Are some examples. I guess these HTMLs are
>> referring
>> > to
>> > > > >> jquery
>> > > > >> > in
>> > > > >> > > > the
>> > > > >> > > > > >>>>> context directory rather than in a common
>> directory.
>> > > > >> > > > > >>>>>
>> > > > >> > > > > >>>>> Do you think it makes sense to add a robots.txt for
>> > SEO
>> > > > >> > purposes?
>> > > > >> > > > > >>>>>
>> > > > >> > > > > >>>>> Regards,
>> > > > >> > > > > >>>>>
>> > > > >> > > > > >>>>> *Raúl Kripalani*
>> > > > >> > > > > >>>>> Apache Camel PMC Member & Committer | Enterprise
>> > > > Architect,
>> > > > >> > Open
>> > > > >> > > > > Source
>> > > > >> > > > > >>>>> Integration specialist
>> > > > >> > > > > >>>>> http://about.me/raulkripalani |
>> > > > >> > > > > >>>>> http://www.linkedin.com/in/raulkripalani
>> > > > >> > > > > >>>>> http://blog.raulkr.net | twitter: @raulvk
>> > > > >> > > > > >>>>>
>> > > > >> > > > > >>>>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy
>> Setrakyan <
>> > > > >> > > > > >>>>> [hidden email]>
>> > > > >> > > > > >>>>> wrote:
>> > > > >> > > > > >>>>>
>> > > > >> > > > > >>>>> > Igniters,
>> > > > >> > > > > >>>>> >
>> > > > >> > > > > >>>>> > I have updated the Ignite website to reflect the
>> > > project
>> > > > >> > > > graduation
>> > > > >> > > > > >>>>> (turned
>> > > > >> > > > > >>>>> > out that many links were not working).
>> > > > >> > > > > >>>>> >
>> > > > >> > > > > >>>>> > Would be nice if the community clicked around and
>> > > > verified
>> > > > >> > that
>> > > > >> > > > all
>> > > > >> > > > > >>>>> the
>> > > > >> > > > > >>>>> > links are working and all the wording and
>> examples
>> > are
>> > > > >> > correct.
>> > > > >> > > > > >>>>> >
>> > > > >> > > > > >>>>> > Thanks,
>> > > > >> > > > > >>>>> > D.
>> > > > >> > > > > >>>>> >
>> > > > >> > > > > >>>>>
>> > > > >> > > > > >>>>
>> > > > >> > > > > >>>>
>> > > > >> > > > > >>>>
>> > > > >> > > > > >>>> --
>> > > > >> > > > > >>>> Pavel Konstantinov, QA Engineer
>> > > > >> > > > > >>>> GridGain Systems
>> > > > >> > > > > >>>> www.gridgain.com
>> > > > >> > > > > >>>>
>> > > > >> > > > > >>>
>> > > > >> > > > > >>>
>> > > > >> > > > > >>>
>> > > > >> > > > > >>> --
>> > > > >> > > > > >>> Pavel Konstantinov, QA Engineer
>> > > > >> > > > > >>> GridGain Systems
>> > > > >> > > > > >>> www.gridgain.com
>> > > > >> > > > > >>>
>> > > > >> > > > > >>
>> > > > >> > > > > >>
>> > > > >> > > > > >>
>> > > > >> > > > > >> --
>> > > > >> > > > > >> Pavel Konstantinov, QA Engineer
>> > > > >> > > > > >> GridGain Systems
>> > > > >> > > > > >> www.gridgain.com
>> > > > >> > > > > >>
>> > > > >> > > > > >
>> > > > >> > > > > >
>> > > > >> > > > > >
>> > > > >> > > > > > --
>> > > > >> > > > > > Pavel Konstantinov, QA Engineer
>> > > > >> > > > > > GridGain Systems
>> > > > >> > > > > > www.gridgain.com
>> > > > >> > > > > >
>> > > > >> > > > >
>> > > > >> > > > >
>> > > > >> > > > >
>> > > > >> > > > > --
>> > > > >> > > > > Pavel Konstantinov, QA Engineer
>> > > > >> > > > > GridGain Systems
>> > > > >> > > > > www.gridgain.com
>> > > > >> > > > >
>> > > > >> > > >
>> > > > >> > >
>> > > > >> >
>> > > > >> >
>> > > > >> >
>> > > > >> > --
>> > > > >> > Pavel Konstantinov, QA Engineer
>> > > > >> > GridGain Systems
>> > > > >> > www.gridgain.com
>> > > > >> >
>> > > > >>
>> > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > Pavel Konstantinov, QA Engineer
>> > > > > GridGain Systems
>> > > > > www.gridgain.com
>> > > > >
>> > > >
>> > > >
>> > > >
>> > > > --
>> > > > Pavel Konstantinov, QA Engineer
>> > > > GridGain Systems
>> > > > www.gridgain.com
>> > > >
>> > >
>> >
>> >
>> >
>> > --
>> > Pavel Konstantinov, QA Engineer
>> > GridGain Systems
>> > www.gridgain.com
>> >
>>
>
>
>
> --
> Pavel Konstantinov, QA Engineer
> GridGain Systems
> www.gridgain.com
>



--
Pavel Konstantinov, QA Engineer
GridGain Systems
www.gridgain.com
Reply | Threaded
Open this post in threaded view
|

Re: website changes

Pavel Konstantinov
Also in the footer the button "Follow @ApacheIgnite on Twitter" (at the
right side) redirects to the page which says about incubating
"Apache Ignite <https://twitter.com/ApacheIgnite>

@ApacheIgnite

*Incubating*

Foster City, CA · http://ignite.*incubator*.apache.org/
<http://t.co/ykGt82maHI>
"

On Wed, Aug 26, 2015 at 10:29 AM, Pavel Konstantinov <
[hidden email]> wrote:

> I found that
> https://ignite.apache.org/releases/1.2.0/javadoc/index.html?overview-summary.html
> contains link 2015 Copyright © Apache Software Foundation
> <https://incubator.apache.org/projects/ignite.html> in the footer which
> points to https://incubator.apache.org/projects/ignite.html
>
> On Wed, Aug 26, 2015 at 10:18 AM, Pavel Konstantinov <
> [hidden email]> wrote:
>
>> "I updated to 1.3.0"  -  I don't see your changes
>>
>> On Wed, Aug 26, 2015 at 10:14 AM, Dmitriy Setrakyan <
>> [hidden email]> wrote:
>>
>>> On Wed, Aug 26, 2015 at 6:12 AM, Pavel Konstantinov <
>>> [hidden email]> wrote:
>>>
>>> > I've edited links in 'Overview' on
>>> > https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home.
>>> > Please take a look.
>>> >
>>>
>>> Looks good, thanks!
>>>
>>>
>>> >
>>> > On Wed, Aug 26, 2015 at 10:05 AM, Dmitriy Setrakyan <
>>> [hidden email]
>>> > >
>>> > wrote:
>>> >
>>> > > On Wed, Aug 26, 2015 at 6:00 AM, Pavel Konstantinov <
>>> > > [hidden email]> wrote:
>>> > >
>>> > > > https://apacheignite.readme.io/docs/getting-started
>>> > > >
>>> > > > contains link to incubator in Installation section in text
>>> "Download
>>> > > Apache
>>> > > > Ignite as ZIP archive from https://ignite.incubator.apache.org/"
>>> > > >
>>> > >
>>> > > Fixed.
>>> > >
>>> > >
>>> > > >
>>> > > > and below in "Building From Source" the first two commands ('unzip
>>> -q
>>> > > > incubator-ignite-1.0.0-src.zip' and 'cd
>>> incubator-ignite-1.0.0-src')
>>> > are
>>> > > > need to be fixed
>>> > > >
>>> > >
>>> > > I updated to 1.3.0 but it is still an incubating release. We have not
>>> > had a
>>> > > release yet as a top level project.
>>> > >
>>> > >
>>> > > >
>>> > > >
>>> > > >
>>> > > >
>>> > > > On Wed, Aug 26, 2015 at 9:36 AM, Pavel Konstantinov <
>>> > > > [hidden email]> wrote:
>>> > > >
>>> > > > > I see it on http://ignite.apache.org/features/clientprotos.html
>>> at
>>> > the
>>> > > > > top of the page
>>> > > > >
>>> > > > > On Wed, Aug 26, 2015 at 9:30 AM, Dmitriy Setrakyan <
>>> > > > [hidden email]>
>>> > > > > wrote:
>>> > > > >
>>> > > > >> On Wed, Aug 26, 2015 at 5:27 AM, Pavel Konstantinov <
>>> > > > >> [hidden email]> wrote:
>>> > > > >>
>>> > > > >> > Dmitriy,
>>> > > > >> >
>>> > > > >> > 'memcached examples
>>> > > > >> > <
>>> > > > >>
>>> > > >
>>> > >
>>> >
>>> https://github.com/apache/incubator-ignite/tree/master/examples/memcached
>>> > > > >> > >
>>> > > > >> >  and REST examples
>>> > > > >> > <
>>> > > https://github.com/apache/incubator-ignite/blob/master/examples/rest
>>> > > > >'
>>> > > > >> on
>>> > > > >> > http://ignite.apache.org/features/clientprotos.html still
>>> point
>>> > to
>>> > > > >> > incubator-ignite
>>> > > > >> >
>>> > > > >> >
>>> > > > >> Where do you see these links?
>>> > > > >>
>>> > > > >>
>>> > > > >> > On Wed, Aug 26, 2015 at 8:47 AM, Dmitriy Setrakyan <
>>> > > > >> [hidden email]>
>>> > > > >> > wrote:
>>> > > > >> >
>>> > > > >> > > I just updated the readme.io links. Pavel, can you confirm
>>> that
>>> > > all
>>> > > > >> the
>>> > > > >> > > issues you noticed have been fixed?
>>> > > > >> > >
>>> > > > >> > > D.
>>> > > > >> > >
>>> > > > >> > > On Tue, Aug 25, 2015 at 12:55 PM, Yakov Zhdanov <
>>> > > > [hidden email]>
>>> > > > >> > > wrote:
>>> > > > >> > >
>>> > > > >> > > > Good point, Pavel! Can you please create a ticket and put
>>> all
>>> > > > >> comments
>>> > > > >> > to
>>> > > > >> > > > its subtickets - site, examples, code?
>>> > > > >> > > >
>>> > > > >> > > > --Yakov
>>> > > > >> > > >
>>> > > > >> > > > 2015-08-25 7:46 GMT+03:00 Pavel Konstantinov <
>>> > > > >> > [hidden email]
>>> > > > >> > > >:
>>> > > > >> > > >
>>> > > > >> > > > > I think we should verify all links to all examples in
>>> > > > >> documentation.
>>> > > > >> > I
>>> > > > >> > > > see
>>> > > > >> > > > > all of them points to incubator-ignite.
>>> > > > >> > > > >
>>> > > > >> > > > > On Tue, Aug 25, 2015 at 11:44 AM, Pavel Konstantinov <
>>> > > > >> > > > > [hidden email]> wrote:
>>> > > > >> > > > >
>>> > > > >> > > > > > http://ignite.apache.org/features/clientprotos.html
>>> has
>>> > > > >> examples
>>> > > > >> > > > links
>>> > > > >> > > > > > to incubator-ignite on GitHub
>>> > > > >> > > > > >
>>> > > > >> > > > > > On Tue, Aug 25, 2015 at 11:39 AM, Pavel Konstantinov <
>>> > > > >> > > > > > [hidden email]> wrote:
>>> > > > >> > > > > >
>>> > > > >> > > > > >> Also 'Examples' at the top menu on
>>> > apacheignite.readme.io
>>> > > > >> > redirect
>>> > > > >> > > to
>>> > > > >> > > > > >> 'incubator-ignite' on GitHub
>>> > > > >> > > > > >>
>>> > > > >> > > > > >> On Tue, Aug 25, 2015 at 11:13 AM, Pavel Konstantinov
>>> <
>>> > > > >> > > > > >> [hidden email]> wrote:
>>> > > > >> > > > > >>
>>> > > > >> > > > > >>> One more link to incubator on
>>> > > > https://apacheignite.readme.io/
>>> > > > >> at
>>> > > > >> > > the
>>> > > > >> > > > > >>> right top conner  - 'Fork me on GitHub'
>>> > > > >> > > > > >>>
>>> > > > >> > > > > >>> On Tue, Aug 25, 2015 at 10:58 AM, Pavel
>>> Konstantinov <
>>> > > > >> > > > > >>> [hidden email]> wrote:
>>> > > > >> > > > > >>>
>>> > > > >> > > > > >>>> I've found links to 'incubator' on
>>> > > > >> > > > > >>>>
>>> > > > >> > > >
>>> > > > >>
>>> > https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Home
>>> > > > >> > > > > >>>>
>>> > > > >> > > > > >>>> On Mon, Aug 24, 2015 at 6:30 PM, Raul Kripalani <
>>> > > > >> > [hidden email]
>>> > > > >> > > >
>>> > > > >> > > > > >>>> wrote:
>>> > > > >> > > > > >>>>
>>> > > > >> > > > > >>>>> wget spider output here:
>>> > > > >> > > > > >>>>>
>>> https://gist.github.com/raulk/7d6713aa7b3d21ecaacd
>>> > > > >> > > > > >>>>>
>>> > > > >> > > > > >>>>> No issues with regards to the domain migration,
>>> but we
>>> > > > have
>>> > > > >> 404
>>> > > > >> > > in
>>> > > > >> > > > > >>>>> robots.txt and some jquery JS across many pages.
>>> > > > >> > > > > >>>>>
>>> > > > >> > > > > >>>>> I also ran a spider on our readme.io docs, and
>>> it was
>>> > > > >> quite OK
>>> > > > >> > > > > except
>>> > > > >> > > > > >>>>> that
>>> > > > >> > > > > >>>>> it found these 404s:
>>> > > > >> > > > > >>>>>
>>> > > > >> > > > > >>>>> --2015-08-24 12:16:43--
>>> > > > >> > > > > >>>>>
>>> > > > https://apacheignite.readme.io/docs/distributed-closures%22
>>> > > > >> > > > > HTTP/1.1
>>> > > > >> > > > > >>>>> 404
>>> > > > >> > > > > >>>>> Not Found
>>> > > > >> > > > > >>>>> --2015-08-24 12:26:04--
>>> > > > >> > > > > >>>>>
>>> > > > >> > > > > >>>>>
>>> > > > >> > > > >
>>> > > > >> > >
>>> > > > >>
>>> > > >
>>> >
>>> https://apacheignite.readme.io/docs/%7B%7Burl('v'%20+%20v.version)%7D%7D
>>> > > > >> > > > > >>>>>  HTTP/1.1 404 Not Found
>>> > > > >> > > > > >>>>>
>>> > > > >> > > > > >>>>> With regards to the jquery URL references:
>>> > > > >> > > > > >>>>>
>>> > > > >> > > > > >>>>> --2015-08-24 12:19:31--
>>> > > > >> > > > > >>>>>
>>> > > > >> >
>>> http://ignite.apache.org/use-cases/spark/js/jquery-1.11.1.min.js
>>> > > > >> > > > > >>>>>   HTTP/1.1 404 Not Found
>>> > > > >> > > > > >>>>> --2015-08-24 12:19:27--
>>> > > > >> > > > > >>>>>
>>> > > > >> > >
>>> > > http://ignite.apache.org/use-cases/caching/js/jquery-1.11.1.min.js
>>> > > > >> > > > > >>>>>   HTTP/1.1 404 Not Found
>>> > > > >> > > > > >>>>>
>>> > > > >> > > > > >>>>> Are some examples. I guess these HTMLs are
>>> referring
>>> > to
>>> > > > >> jquery
>>> > > > >> > in
>>> > > > >> > > > the
>>> > > > >> > > > > >>>>> context directory rather than in a common
>>> directory.
>>> > > > >> > > > > >>>>>
>>> > > > >> > > > > >>>>> Do you think it makes sense to add a robots.txt
>>> for
>>> > SEO
>>> > > > >> > purposes?
>>> > > > >> > > > > >>>>>
>>> > > > >> > > > > >>>>> Regards,
>>> > > > >> > > > > >>>>>
>>> > > > >> > > > > >>>>> *Raúl Kripalani*
>>> > > > >> > > > > >>>>> Apache Camel PMC Member & Committer | Enterprise
>>> > > > Architect,
>>> > > > >> > Open
>>> > > > >> > > > > Source
>>> > > > >> > > > > >>>>> Integration specialist
>>> > > > >> > > > > >>>>> http://about.me/raulkripalani |
>>> > > > >> > > > > >>>>> http://www.linkedin.com/in/raulkripalani
>>> > > > >> > > > > >>>>> http://blog.raulkr.net | twitter: @raulvk
>>> > > > >> > > > > >>>>>
>>> > > > >> > > > > >>>>> On Mon, Aug 24, 2015 at 10:45 AM, Dmitriy
>>> Setrakyan <
>>> > > > >> > > > > >>>>> [hidden email]>
>>> > > > >> > > > > >>>>> wrote:
>>> > > > >> > > > > >>>>>
>>> > > > >> > > > > >>>>> > Igniters,
>>> > > > >> > > > > >>>>> >
>>> > > > >> > > > > >>>>> > I have updated the Ignite website to reflect the
>>> > > project
>>> > > > >> > > > graduation
>>> > > > >> > > > > >>>>> (turned
>>> > > > >> > > > > >>>>> > out that many links were not working).
>>> > > > >> > > > > >>>>> >
>>> > > > >> > > > > >>>>> > Would be nice if the community clicked around
>>> and
>>> > > > verified
>>> > > > >> > that
>>> > > > >> > > > all
>>> > > > >> > > > > >>>>> the
>>> > > > >> > > > > >>>>> > links are working and all the wording and
>>> examples
>>> > are
>>> > > > >> > correct.
>>> > > > >> > > > > >>>>> >
>>> > > > >> > > > > >>>>> > Thanks,
>>> > > > >> > > > > >>>>> > D.
>>> > > > >> > > > > >>>>> >
>>> > > > >> > > > > >>>>>
>>> > > > >> > > > > >>>>
>>> > > > >> > > > > >>>>
>>> > > > >> > > > > >>>>
>>> > > > >> > > > > >>>> --
>>> > > > >> > > > > >>>> Pavel Konstantinov, QA Engineer
>>> > > > >> > > > > >>>> GridGain Systems
>>> > > > >> > > > > >>>> www.gridgain.com
>>> > > > >> > > > > >>>>
>>> > > > >> > > > > >>>
>>> > > > >> > > > > >>>
>>> > > > >> > > > > >>>
>>> > > > >> > > > > >>> --
>>> > > > >> > > > > >>> Pavel Konstantinov, QA Engineer
>>> > > > >> > > > > >>> GridGain Systems
>>> > > > >> > > > > >>> www.gridgain.com
>>> > > > >> > > > > >>>
>>> > > > >> > > > > >>
>>> > > > >> > > > > >>
>>> > > > >> > > > > >>
>>> > > > >> > > > > >> --
>>> > > > >> > > > > >> Pavel Konstantinov, QA Engineer
>>> > > > >> > > > > >> GridGain Systems
>>> > > > >> > > > > >> www.gridgain.com
>>> > > > >> > > > > >>
>>> > > > >> > > > > >
>>> > > > >> > > > > >
>>> > > > >> > > > > >
>>> > > > >> > > > > > --
>>> > > > >> > > > > > Pavel Konstantinov, QA Engineer
>>> > > > >> > > > > > GridGain Systems
>>> > > > >> > > > > > www.gridgain.com
>>> > > > >> > > > > >
>>> > > > >> > > > >
>>> > > > >> > > > >
>>> > > > >> > > > >
>>> > > > >> > > > > --
>>> > > > >> > > > > Pavel Konstantinov, QA Engineer
>>> > > > >> > > > > GridGain Systems
>>> > > > >> > > > > www.gridgain.com
>>> > > > >> > > > >
>>> > > > >> > > >
>>> > > > >> > >
>>> > > > >> >
>>> > > > >> >
>>> > > > >> >
>>> > > > >> > --
>>> > > > >> > Pavel Konstantinov, QA Engineer
>>> > > > >> > GridGain Systems
>>> > > > >> > www.gridgain.com
>>> > > > >> >
>>> > > > >>
>>> > > > >
>>> > > > >
>>> > > > >
>>> > > > > --
>>> > > > > Pavel Konstantinov, QA Engineer
>>> > > > > GridGain Systems
>>> > > > > www.gridgain.com
>>> > > > >
>>> > > >
>>> > > >
>>> > > >
>>> > > > --
>>> > > > Pavel Konstantinov, QA Engineer
>>> > > > GridGain Systems
>>> > > > www.gridgain.com
>>> > > >
>>> > >
>>> >
>>> >
>>> >
>>> > --
>>> > Pavel Konstantinov, QA Engineer
>>> > GridGain Systems
>>> > www.gridgain.com
>>> >
>>>
>>
>>
>>
>> --
>> Pavel Konstantinov, QA Engineer
>> GridGain Systems
>> www.gridgain.com
>>
>
>
>
> --
> Pavel Konstantinov, QA Engineer
> GridGain Systems
> www.gridgain.com
>



--
Pavel Konstantinov, QA Engineer
GridGain Systems
www.gridgain.com
12