Okay Mr.Zoran I'm on it.
Thank you 😊😊

On Tue, 28 May 2019, 13:48 Zoran Regvart, <zo...@regvart.com> wrote:

> Hi Nayananga,
> sorry for not replying earlier, this was in my drafts and I forgot to
> send it, was distracted a bit in the last few days :(
>
> I think a good task to start is to try to get rid of all the
> errors/warnings we currently have when building the website[1]. This
> is quite labor intensive and we could use your help there. Going
> through asciidoc files in the Camel git repository[2] and looking at
> links that are broken, fixing markup, etc. So if you can take a look
> at the `asciidoctor: WARNING` and `asciidoctor: ERROR` output from the
> Antora build and try to fix those.
>
> For example those `camel-version` issues I think are caused by it not
> being escaped properly, for example in here[3] it should be
> `+++${camel-version}+++` instead of `${camel-version}`.
>
> And also once the `yarn build` is done and there's content in the
> `public` directory of the camel-website you can run `yarn run check`
> to check for broken links in the website. For this we need to fix the
> links in the Hugo configuration/layouts in the website git repository
> but also fix the links in the user manual and component documentation
> in the camel git repository.
>
> I've just created issues for these in the JIRA[4][5].
>
> I know that this is a lot of work to go through, let me know if you
> need any help/advice on this,
>
> zoran
>
> [1]
> https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel.website/job/master/12/console
> https://issues.apache.org/jira/browse/CAMEL-13588
> [2] https://github.com/apache/camel
> [3]
> https://github.com/apache/camel/blob/master/components/camel-openstack/src/main/docs/openstack-glance-component.adoc#L23
> [4] https://issues.apache.org/jira/browse/CAMEL-13588
> [5] https://issues.apache.org/jira/browse/CAMEL-13589
>
>
>
> On Sat, May 25, 2019 at 6:42 AM Nayananga Muhandiram
> <nayanangamuhandi...@gmail.com> wrote:
> >
> > Thank you Mr.Zoran, Yesterday I received this email from GSoC
> > <<COPIED CONTENT>>
> >
> > Hi Nayananga Muhandiram,
> >
> > Coding officially begins for GSoC 2019 on Monday, May 27th.
> >
> > By now you should have made a solid plan with your mentor for your
> expected
> > milestones during the program. If you are not clear on what is expected
> of
> > you particularly for the first 4 weeks of the program please reach out to
> > your mentors over the next few days to clarify.
> > <<END COPIED CONTENT>>
> > So according to that, I would like to have the first subtask to start
> with.
> >
> > Thank you,
> >
> > *Nayananga Anuradha Muhandiram*
> >
> > Batch 11,
> > Department of Computer Science,
> > Faculty of  Science,
> > University of Jaffna.
> >
> > Contacts :
> > |Mobile : (+94) 716369541 / (+94) 711475769
> > |whatsapp : +94716369541
> > |email : nayanangamuhandi...@gmail.com
> > |facebook : *https://web.facebook.com/nayananga
> > <https://web.facebook.com/nayananga>*
> > |linkedln : *https://www.linkedin.com/in/nayanangamuhandiram/
> > <https://www.linkedin.com/in/nayanangamuhandiram/>*
> >
> >
> > On Thu, 23 May 2019 at 16:15, Zoran Regvart <zo...@regvart.com> wrote:
> >
> > > Hi Nayananga,
> > > awesome, thank you for keeping us in the loop :)
> > >
> > > zoran
> > >
> > > On Wed, May 22, 2019 at 6:55 PM Nayananga Muhandiram <
> > > nayanangamuhandi...@gmail.com> wrote:
> > >
> > > > Hello everyone just to give you quick update what I've been doing for
> > > last
> > > > week, I completed https://www.udemy.com/understand-nodejs/ from
> Udemy
> > > and
> > > > understood yarn package management system. Currently, I`m following
> an
> > > > online course about hugo and antora.
> > > > Thank you,
> > > >
> > > > *Nayananga Anuradha Muhandiram*
> > > >
> > > > Batch 11,
> > > > Department of Computer Science,
> > > > Faculty of  Science,
> > > > University of Jaffna.
> > > >
> > > > Contacts :
> > > > |Mobile : (+94) 716369541 / (+94) 711475769
> > > > |whatsapp : +94716369541
> > > > |email : nayanangamuhandi...@gmail.com
> > > > |facebook : *https://web.facebook.com/nayananga
> > > > <https://web.facebook.com/nayananga>*
> > > > |linkedln : *https://www.linkedin.com/in/nayanangamuhandiram/
> > > > <https://www.linkedin.com/in/nayanangamuhandiram/>*
> > > >
> > > >
> > > > On Thu, 16 May 2019 at 20:04, Nayananga Muhandiram <
> > > > nayanangamuhandi...@gmail.com> wrote:
> > > >
> > > > > Thank you Mr.Zoran.my coding period begins in may 27 currently I'm
> > > > > following some tutorials and other documentations and getting
> warmup my
> > > > > self for the coding period.Thank you
> > > > >
> > > > > On Mon, 13 May 2019, 14:58 Zoran Regvart, <zo...@regvart.com>
> wrote:
> > > > >
> > > > >> HI Nayananga,
> > > > >> TLDR: always base your work on the `master` branch.
> > > > >>
> > > > >> Longer: The `asf-site` branch is where the resulting website
> content
> > > is
> > > > >> pushed and it's the version that is served when you go to
> > > > >> https://camel.apache.org/staging/.
> > > > >>
> > > > >> Any other branches (especially `pr/*`) are branches I created to
> > > trigger
> > > > >> the GitHub actions, as GitHub actions are only triggered on the
> > > > repository
> > > > >> they're defined on,
> > > > >>
> > > > >> zoran
> > > > >>
> > > > >> On Sun, May 12, 2019 at 9:34 AM Nayananga Muhandiram <
> > > > >> nayanangamuhandi...@gmail.com> wrote:
> > > > >>
> > > > >> > Hello Everyone, Just asking for quick clarification. currently
> there
> > > > >> are 4
> > > > >> > branches in apache/camel <
> https://github.com/apache/camel-website>
> > > > >> such as
> > > > >> > asf-site,master,pr/caching,pr/deployment. I would like to know
> which
> > > > >> branch
> > > > >> > should i choose to push my rapid updates? (GSoC 2019)
> > > > >> > Thank you,
> > > > >> >
> > > > >> > *Nayananga Anuradha Muhandiram*
> > > > >> >
> > > > >> > Batch 11,
> > > > >> > Department of Computer Science,
> > > > >> > Faculty of  Science,
> > > > >> > University of Jaffna.
> > > > >> >
> > > > >> > Contacts :
> > > > >> > |Mobile : (+94) 716369541 / (+94) 711475769
> > > > >> > |whatsapp : +94716369541
> > > > >> > |email : nayanangamuhandi...@gmail.com
> > > > >> > |facebook : *https://web.facebook.com/nayananga
> > > > >> > <https://web.facebook.com/nayananga>*
> > > > >> > |linkedln : *https://www.linkedin.com/in/nayanangamuhandiram/
> > > > >> > <https://www.linkedin.com/in/nayanangamuhandiram/>*
> > > > >> >
> > > > >> >
> > > > >> > On Tue, 7 May 2019 at 00:27, Nayananga Muhandiram <
> > > > >> > nayanangamuhandi...@gmail.com> wrote:
> > > > >> >
> > > > >> > > Thank you soo much this community  for believing me and
> selecting
> > > me
> > > > >> as a
> > > > >> > > GSoC contributor for this project. Ill work my best make this
> > > > project
> > > > >> > > complete as soon as possible.Thank you again.I'm soo happy and
> > > > >> excited to
> > > > >> > > be part of this.
> > > > >> > > Special thanks to Mr.Zoran and Mr.Andrea Cosentino for being
> my
> > > > >> > > mentors.Thank you soo much. Looking forward to start my work
> soon.
> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > > >>
> > > > >> --
> > > > >> Zoran Regvart
> > > > >>
> > > > >
> > > >
> > >
> > >
> > > --
> > > Zoran Regvart
> > >
>
>
>
> --
> Zoran Regvart
>

Reply via email to