Discussion:
[nebula-dev] Merging Opal inside Nebula: the next steps
Laurent Caron
2018-02-09 20:34:57 UTC
Permalink
Good evening,

I'm Laurent Caron, the main developper of the Opal Project, that has been
recently merged into Nebula.

The widgets have been integrated (good job Wim), and now we have to add the
widget description to Eclipse Nebula Main Page, and copy the documentation
from Github to the Eclipse Wiki.

So I need some help: how can I perform these actions? How could I organize
the pages ?

Thank you for your feedback !

Have a nice week-end,

Laurent
Jonah Graham
2018-02-09 21:16:57 UTC
Permalink
Hi Laurent,

I assume you are referring to moving the contents of Opal's wiki[1] to
Eclipse? If so, I suspect the correct destination for all of it is Nebula's
website [2] rather than the Eclipse wiki. The Nebula website is in its own
git repo [4] which you should have access to as a committer (once paperwork
has gone through).

As you already have a good quality Wiki I wonder if there are some offline
tools that can be used to generate HTML from the markdown in your existing
wiki, and store both the wiki and the generated HTML in the website git.
That would allow the editing of the pages to remain in a markdown format
and integrate with the Nebula website. Github has a RESTful [5] API that
supports github flavoured markdown that you may have used in the existing
wiki. There is also Jekyll[6].

If you want to migrate, you could covert all your documentation to the php
style used already on the Nebula website.

I don't know if this goes beyond the scope of what you were looking for or
properly answers your questions, but hopefully it is a good start to the
conversation.

HTH,
Jonah


[1] https://github.com/lcaron/opal/wiki
[2] https://www.eclipse.org/nebula/
[3] https://wiki.eclipse.org/Nebula
[4] http://git.eclipse.org/c/gerrit/www.eclipse.org/nebula.git/
[5] https://developer.github.com/v3/markdown/
[6] https://jekyllrb.com/


~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com
Post by Laurent Caron
Good evening,
I'm Laurent Caron, the main developper of the Opal Project, that has been
recently merged into Nebula.
The widgets have been integrated (good job Wim), and now we have to add
the widget description to Eclipse Nebula Main Page, and copy the
documentation from Github to the Eclipse Wiki.
So I need some help: how can I perform these actions? How could I organize
the pages ?
Thank you for your feedback !
Have a nice week-end,
Laurent
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
Laurent Caron
2018-02-10 17:28:18 UTC
Permalink
Hi Jonah,

Thank you for your quick answer.

As you guessed (my previous mail was not very clear) I wanted to update the
web site. I didn't know it was under git, so I add pages for new components
once I'll be officially a commiter !

I'm just wondering one thing. I have 2 possibilities :
a) I write the pages for the 17 widgets and I push the whole content
b) I create a skeleton, with a message like "Work in progress" or
"Available soon", and once a page is completed, I'll push it.


What do you think ?

Laurent

PostScriptum: I had a confirmation that I'll be present at EclipseCon
France 2018, so it will be a pleasure to meet other commiters !
Post by Jonah Graham
Hi Laurent,
I assume you are referring to moving the contents of Opal's wiki[1] to
Eclipse? If so, I suspect the correct destination for all of it is Nebula's
website [2] rather than the Eclipse wiki. The Nebula website is in its own
git repo [4] which you should have access to as a committer (once paperwork
has gone through).
As you already have a good quality Wiki I wonder if there are some offline
tools that can be used to generate HTML from the markdown in your existing
wiki, and store both the wiki and the generated HTML in the website git.
That would allow the editing of the pages to remain in a markdown format
and integrate with the Nebula website. Github has a RESTful [5] API that
supports github flavoured markdown that you may have used in the existing
wiki. There is also Jekyll[6].
If you want to migrate, you could covert all your documentation to the php
style used already on the Nebula website.
I don't know if this goes beyond the scope of what you were looking for or
properly answers your questions, but hopefully it is a good start to the
conversation.
HTH,
Jonah
[1] https://github.com/lcaron/opal/wiki
[2] https://www.eclipse.org/nebula/
[3] https://wiki.eclipse.org/Nebula
[4] http://git.eclipse.org/c/gerrit/www.eclipse.org/nebula.git/
[5] https://developer.github.com/v3/markdown/
[6] https://jekyllrb.com/
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com
Post by Laurent Caron
Good evening,
I'm Laurent Caron, the main developper of the Opal Project, that has been
recently merged into Nebula.
The widgets have been integrated (good job Wim), and now we have to add
the widget description to Eclipse Nebula Main Page, and copy the
documentation from Github to the Eclipse Wiki.
So I need some help: how can I perform these actions? How could I
organize the pages ?
Thank you for your feedback !
Have a nice week-end,
Laurent
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
Jonah Graham
2018-02-10 20:07:36 UTC
Permalink
I don't have a strong opinion. However I lean to thinking you should just
upload as individual widget pages are ready, if you are doing them one at a
time. Perhaps Wim or one of the other longer serving committers has more of
an opinion.

PS I hope you submit a talk about your contribution --
https://www.eclipsecon.org/france2018/cfp

Jonah




~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com
Post by Laurent Caron
Hi Jonah,
Thank you for your quick answer.
As you guessed (my previous mail was not very clear) I wanted to update
the web site. I didn't know it was under git, so I add pages for new
components once I'll be officially a commiter !
a) I write the pages for the 17 widgets and I push the whole content
b) I create a skeleton, with a message like "Work in progress" or
"Available soon", and once a page is completed, I'll push it.
What do you think ?
Laurent
PostScriptum: I had a confirmation that I'll be present at EclipseCon
France 2018, so it will be a pleasure to meet other commiters !
Post by Jonah Graham
Hi Laurent,
I assume you are referring to moving the contents of Opal's wiki[1] to
Eclipse? If so, I suspect the correct destination for all of it is Nebula's
website [2] rather than the Eclipse wiki. The Nebula website is in its own
git repo [4] which you should have access to as a committer (once paperwork
has gone through).
As you already have a good quality Wiki I wonder if there are some
offline tools that can be used to generate HTML from the markdown in your
existing wiki, and store both the wiki and the generated HTML in the
website git. That would allow the editing of the pages to remain in a
markdown format and integrate with the Nebula website. Github has a RESTful
[5] API that supports github flavoured markdown that you may have used in
the existing wiki. There is also Jekyll[6].
If you want to migrate, you could covert all your documentation to the
php style used already on the Nebula website.
I don't know if this goes beyond the scope of what you were looking for
or properly answers your questions, but hopefully it is a good start to the
conversation.
HTH,
Jonah
[1] https://github.com/lcaron/opal/wiki
[2] https://www.eclipse.org/nebula/
[3] https://wiki.eclipse.org/Nebula
[4] http://git.eclipse.org/c/gerrit/www.eclipse.org/nebula.git/
[5] https://developer.github.com/v3/markdown/
[6] https://jekyllrb.com/
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com
Post by Laurent Caron
Good evening,
I'm Laurent Caron, the main developper of the Opal Project, that has
been recently merged into Nebula.
The widgets have been integrated (good job Wim), and now we have to add
the widget description to Eclipse Nebula Main Page, and copy the
documentation from Github to the Eclipse Wiki.
So I need some help: how can I perform these actions? How could I
organize the pages ?
Thank you for your feedback !
Have a nice week-end,
Laurent
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
Wim Jongman
2018-02-11 12:32:10 UTC
Permalink
Hi,

The website is very complex to maintain. Practice is that widget developers don’t bother to update the web pages. Result is that we have many outdated pages without an uniform structure.

I propose to move all of the widget content to the eclipse wiki so that


1. widget authors can easily maintain their widgets.

2. Content about individual widgets is linked from the web to the wiki

The opal content can fairly easy be ported from the Github wiki to the Eclipse wiki

Cheers,

Wim

From: nebula-dev-***@eclipse.org [mailto:nebula-dev-***@eclipse.org] On Behalf Of Laurent Caron
Sent: Saturday, 10 February 2018 18:28
To: Nebula Dev
Subject: Re: [nebula-dev] Merging Opal inside Nebula: the next steps

Hi Jonah,
Thank you for your quick answer.
As you guessed (my previous mail was not very clear) I wanted to update the web site. I didn't know it was under git, so I add pages for new components once I'll be officially a commiter !
I'm just wondering one thing. I have 2 possibilities :
a) I write the pages for the 17 widgets and I push the whole content
b) I create a skeleton, with a message like "Work in progress" or "Available soon", and once a page is completed, I'll push it.

What do you think ?
Laurent
PostScriptum: I had a confirmation that I'll be present at EclipseCon France 2018, so it will be a pleasure to meet other commiters !


2018-02-09 22:16 GMT+01:00 Jonah Graham <***@kichwacoders.com<mailto:***@kichwacoders.com>>:
Hi Laurent,

I assume you are referring to moving the contents of Opal's wiki[1] to Eclipse? If so, I suspect the correct destination for all of it is Nebula's website [2] rather than the Eclipse wiki. The Nebula website is in its own git repo [4] which you should have access to as a committer (once paperwork has gone through).

As you already have a good quality Wiki I wonder if there are some offline tools that can be used to generate HTML from the markdown in your existing wiki, and store both the wiki and the generated HTML in the website git. That would allow the editing of the pages to remain in a markdown format and integrate with the Nebula website. Github has a RESTful [5] API that supports github flavoured markdown that you may have used in the existing wiki. There is also Jekyll[6].

If you want to migrate, you could covert all your documentation to the php style used already on the Nebula website.

I don't know if this goes beyond the scope of what you were looking for or properly answers your questions, but hopefully it is a good start to the conversation.

HTH,
Jonah


[1] https://github.com/lcaron/opal/wiki
[2] https://www.eclipse.org/nebula/
[3] https://wiki.eclipse.org/Nebula
[4] http://git.eclipse.org/c/gerrit/www.eclipse.org/nebula.git/
[5] https://developer.github.com/v3/markdown/
[6] https://jekyllrb.com/


~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com<http://www.kichwacoders.com>

On 9 February 2018 at 20:34, Laurent Caron <***@gmail.com<mailto:***@gmail.com>> wrote:
Good evening,
I'm Laurent Caron, the main developper of the Opal Project, that has been recently merged into Nebula.
The widgets have been integrated (good job Wim), and now we have to add the widget description to Eclipse Nebula Main Page, and copy the documentation from Github to the Eclipse Wiki.
So I need some help: how can I perform these actions? How could I organize the pages ?
Thank you for your feedback !

Have a nice week-end,
Laurent

_______________________________________________
nebula-dev mailing list
nebula-***@eclipse.org<mailto:nebula-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev


_______________________________________________
nebula-dev mailing list
nebula-***@eclipse.org<mailto:nebula-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
Laurent Caron
2018-02-11 13:37:45 UTC
Permalink
Hi,

Ok good idea, we can add a new Entry under the main page (
https://wiki.eclipse.org/Nebula) called *Widgets*.

If everybody is ok with that, i'm gonna work on it this week.

@jonah > Good idea for proposal to EclipseCon. I already proposed a tool
(about moving an RCP Application to e4 and make it fancier with the CSS
Styling Engine). I'll do that !

Have a nice sunday,

Laurent
Post by Wim Jongman
Hi,
The website is very complex to maintain. Practice is that widget
developers don’t bother to update the web pages. Result is that we have
many outdated pages without an uniform structure.
I propose to move all of the widget content to the eclipse wiki so that
1. widget authors can easily maintain their widgets.
2. Content about individual widgets is linked from the web to the wiki
The opal content can fairly easy be ported from the Github wiki to the Eclipse wiki
Cheers,
Wim
eclipse.org] *On Behalf Of *Laurent Caron
*Sent:* Saturday, 10 February 2018 18:28
*To:* Nebula Dev
*Subject:* Re: [nebula-dev] Merging Opal inside Nebula: the next steps
Hi Jonah,
Thank you for your quick answer.
As you guessed (my previous mail was not very clear) I wanted to update
the web site. I didn't know it was under git, so I add pages for new
components once I'll be officially a commiter !
a) I write the pages for the 17 widgets and I push the whole content
b) I create a skeleton, with a message like "Work in progress" or
"Available soon", and once a page is completed, I'll push it.
What do you think ?
Laurent
PostScriptum: I had a confirmation that I'll be present at EclipseCon
France 2018, so it will be a pleasure to meet other commiters !
Hi Laurent,
I assume you are referring to moving the contents of Opal's wiki[1] to
Eclipse? If so, I suspect the correct destination for all of it is Nebula's
website [2] rather than the Eclipse wiki. The Nebula website is in its own
git repo [4] which you should have access to as a committer (once paperwork
has gone through).
As you already have a good quality Wiki I wonder if there are some offline
tools that can be used to generate HTML from the markdown in your existing
wiki, and store both the wiki and the generated HTML in the website git.
That would allow the editing of the pages to remain in a markdown format
and integrate with the Nebula website. Github has a RESTful [5] API that
supports github flavoured markdown that you may have used in the existing
wiki. There is also Jekyll[6].
If you want to migrate, you could covert all your documentation to the php
style used already on the Nebula website.
I don't know if this goes beyond the scope of what you were looking for or
properly answers your questions, but hopefully it is a good start to the
conversation.
HTH,
Jonah
[1] https://github.com/lcaron/opal/wiki
[2] https://www.eclipse.org/nebula/
[3] https://wiki.eclipse.org/Nebula
[4] http://git.eclipse.org/c/gerrit/www.eclipse.org/nebula.git/
[5] https://developer.github.com/v3/markdown/
[6] https://jekyllrb.com/
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com
Good evening,
I'm Laurent Caron, the main developper of the Opal Project, that has been
recently merged into Nebula.
The widgets have been integrated (good job Wim), and now we have to add
the widget description to Eclipse Nebula Main Page, and copy the
documentation from Github to the Eclipse Wiki.
So I need some help: how can I perform these actions? How could I organize the pages ?
Thank you for your feedback !
Have a nice week-end,
Laurent
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
Laurent Caron
2018-02-14 21:03:27 UTC
Permalink
Good evening,

I'd like to inform you that I've added the documentation for all new
widgets on the wikil https://wiki.eclipse.org/Nebula

I've also modified the web site (I've clone the repository
http://git.eclipse.org/c/gerrit/www.eclipse.org/nebula.git/ )

Is there any documentation that explains how to push my branch ?

Thank you

Laurent
Post by Laurent Caron
Hi,
Ok good idea, we can add a new Entry under the main page (
https://wiki.eclipse.org/Nebula) called *Widgets*.
If everybody is ok with that, i'm gonna work on it this week.
@jonah > Good idea for proposal to EclipseCon. I already proposed a tool
(about moving an RCP Application to e4 and make it fancier with the CSS
Styling Engine). I'll do that !
Have a nice sunday,
Laurent
Post by Wim Jongman
Hi,
The website is very complex to maintain. Practice is that widget
developers don’t bother to update the web pages. Result is that we have
many outdated pages without an uniform structure.
I propose to move all of the widget content to the eclipse wiki so that
1. widget authors can easily maintain their widgets.
2. Content about individual widgets is linked from the web to the wiki
The opal content can fairly easy be ported from the Github wiki to the Eclipse wiki
Cheers,
Wim
ipse.org] *On Behalf Of *Laurent Caron
*Sent:* Saturday, 10 February 2018 18:28
*To:* Nebula Dev
*Subject:* Re: [nebula-dev] Merging Opal inside Nebula: the next steps
Hi Jonah,
Thank you for your quick answer.
As you guessed (my previous mail was not very clear) I wanted to update
the web site. I didn't know it was under git, so I add pages for new
components once I'll be officially a commiter !
a) I write the pages for the 17 widgets and I push the whole content
b) I create a skeleton, with a message like "Work in progress" or
"Available soon", and once a page is completed, I'll push it.
What do you think ?
Laurent
PostScriptum: I had a confirmation that I'll be present at EclipseCon
France 2018, so it will be a pleasure to meet other commiters !
Hi Laurent,
I assume you are referring to moving the contents of Opal's wiki[1] to
Eclipse? If so, I suspect the correct destination for all of it is Nebula's
website [2] rather than the Eclipse wiki. The Nebula website is in its own
git repo [4] which you should have access to as a committer (once paperwork
has gone through).
As you already have a good quality Wiki I wonder if there are some
offline tools that can be used to generate HTML from the markdown in your
existing wiki, and store both the wiki and the generated HTML in the
website git. That would allow the editing of the pages to remain in a
markdown format and integrate with the Nebula website. Github has a RESTful
[5] API that supports github flavoured markdown that you may have used in
the existing wiki. There is also Jekyll[6].
If you want to migrate, you could covert all your documentation to the
php style used already on the Nebula website.
I don't know if this goes beyond the scope of what you were looking for
or properly answers your questions, but hopefully it is a good start to the
conversation.
HTH,
Jonah
[1] https://github.com/lcaron/opal/wiki
[2] https://www.eclipse.org/nebula/
[3] https://wiki.eclipse.org/Nebula
[4] http://git.eclipse.org/c/gerrit/www.eclipse.org/nebula.git/
[5] https://developer.github.com/v3/markdown/
[6] https://jekyllrb.com/
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com
Good evening,
I'm Laurent Caron, the main developper of the Opal Project, that has been
recently merged into Nebula.
The widgets have been integrated (good job Wim), and now we have to add
the widget description to Eclipse Nebula Main Page, and copy the
documentation from Github to the Eclipse Wiki.
So I need some help: how can I perform these actions? How could I organize the pages ?
Thank you for your feedback !
Have a nice week-end,
Laurent
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
Wim Jongman
2018-02-15 07:45:27 UTC
Permalink
Hi Laurent,

Once you are a committer you can just push the website. It will be picked
up automatically after a couple of minutes. I just press F5 until it is
replaced after which I make updates.

Cheers,

Wim
Post by Laurent Caron
Good evening,
I'd like to inform you that I've added the documentation for all new
widgets on the wikil https://wiki.eclipse.org/Nebula
I've also modified the web site (I've clone the repository
http://git.eclipse.org/c/gerrit/www.eclipse.org/nebula.git/ )
Is there any documentation that explains how to push my branch ?
Thank you
Laurent
Post by Laurent Caron
Hi,
Ok good idea, we can add a new Entry under the main page (
https://wiki.eclipse.org/Nebula) called *Widgets*.
If everybody is ok with that, i'm gonna work on it this week.
@jonah > Good idea for proposal to EclipseCon. I already proposed a tool
(about moving an RCP Application to e4 and make it fancier with the CSS
Styling Engine). I'll do that !
Have a nice sunday,
Laurent
Post by Wim Jongman
Hi,
The website is very complex to maintain. Practice is that widget
developers don’t bother to update the web pages. Result is that we have
many outdated pages without an uniform structure.
I propose to move all of the widget content to the eclipse wiki so that
1. widget authors can easily maintain their widgets.
2. Content about individual widgets is linked from the web to the wiki
The opal content can fairly easy be ported from the Github wiki to the Eclipse wiki
Cheers,
Wim
ipse.org] *On Behalf Of *Laurent Caron
*Sent:* Saturday, 10 February 2018 18:28
*To:* Nebula Dev
*Subject:* Re: [nebula-dev] Merging Opal inside Nebula: the next steps
Hi Jonah,
Thank you for your quick answer.
As you guessed (my previous mail was not very clear) I wanted to update
the web site. I didn't know it was under git, so I add pages for new
components once I'll be officially a commiter !
a) I write the pages for the 17 widgets and I push the whole content
b) I create a skeleton, with a message like "Work in progress" or
"Available soon", and once a page is completed, I'll push it.
What do you think ?
Laurent
PostScriptum: I had a confirmation that I'll be present at EclipseCon
France 2018, so it will be a pleasure to meet other commiters !
Hi Laurent,
I assume you are referring to moving the contents of Opal's wiki[1] to
Eclipse? If so, I suspect the correct destination for all of it is Nebula's
website [2] rather than the Eclipse wiki. The Nebula website is in its own
git repo [4] which you should have access to as a committer (once paperwork
has gone through).
As you already have a good quality Wiki I wonder if there are some
offline tools that can be used to generate HTML from the markdown in your
existing wiki, and store both the wiki and the generated HTML in the
website git. That would allow the editing of the pages to remain in a
markdown format and integrate with the Nebula website. Github has a RESTful
[5] API that supports github flavoured markdown that you may have used in
the existing wiki. There is also Jekyll[6].
If you want to migrate, you could covert all your documentation to the
php style used already on the Nebula website.
I don't know if this goes beyond the scope of what you were looking for
or properly answers your questions, but hopefully it is a good start to the
conversation.
HTH,
Jonah
[1] https://github.com/lcaron/opal/wiki
[2] https://www.eclipse.org/nebula/
[3] https://wiki.eclipse.org/Nebula
[4] http://git.eclipse.org/c/gerrit/www.eclipse.org/nebula.git/
[5] https://developer.github.com/v3/markdown/
[6] https://jekyllrb.com/
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com
Good evening,
I'm Laurent Caron, the main developper of the Opal Project, that has
been recently merged into Nebula.
The widgets have been integrated (good job Wim), and now we have to add
the widget description to Eclipse Nebula Main Page, and copy the
documentation from Github to the Eclipse Wiki.
So I need some help: how can I perform these actions? How could I organize the pages ?
Thank you for your feedback !
Have a nice week-end,
Laurent
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
Laurent Caron
2018-02-15 08:00:32 UTC
Permalink
Hi Wim,

To be clear, when you said "push the website", do you mean on *master *?

Laurent
Post by Jonah Graham
Hi Laurent,
Once you are a committer you can just push the website. It will be picked
up automatically after a couple of minutes. I just press F5 until it is
replaced after which I make updates.
Cheers,
Wim
Post by Laurent Caron
Good evening,
I'd like to inform you that I've added the documentation for all new
widgets on the wikil https://wiki.eclipse.org/Nebula
I've also modified the web site (I've clone the repository
http://git.eclipse.org/c/gerrit/www.eclipse.org/nebula.git/ )
Is there any documentation that explains how to push my branch ?
Thank you
Laurent
Post by Laurent Caron
Hi,
Ok good idea, we can add a new Entry under the main page (
https://wiki.eclipse.org/Nebula) called *Widgets*.
If everybody is ok with that, i'm gonna work on it this week.
@jonah > Good idea for proposal to EclipseCon. I already proposed a tool
(about moving an RCP Application to e4 and make it fancier with the CSS
Styling Engine). I'll do that !
Have a nice sunday,
Laurent
Post by Wim Jongman
Hi,
The website is very complex to maintain. Practice is that widget
developers don’t bother to update the web pages. Result is that we have
many outdated pages without an uniform structure.
I propose to move all of the widget content to the eclipse wiki so that
1. widget authors can easily maintain their widgets.
2. Content about individual widgets is linked from the web to the wiki
The opal content can fairly easy be ported from the Github wiki to the Eclipse wiki
Cheers,
Wim
ipse.org] *On Behalf Of *Laurent Caron
*Sent:* Saturday, 10 February 2018 18:28
*To:* Nebula Dev
*Subject:* Re: [nebula-dev] Merging Opal inside Nebula: the next steps
Hi Jonah,
Thank you for your quick answer.
As you guessed (my previous mail was not very clear) I wanted to update
the web site. I didn't know it was under git, so I add pages for new
components once I'll be officially a commiter !
a) I write the pages for the 17 widgets and I push the whole content
b) I create a skeleton, with a message like "Work in progress" or
"Available soon", and once a page is completed, I'll push it.
What do you think ?
Laurent
PostScriptum: I had a confirmation that I'll be present at EclipseCon
France 2018, so it will be a pleasure to meet other commiters !
Hi Laurent,
I assume you are referring to moving the contents of Opal's wiki[1] to
Eclipse? If so, I suspect the correct destination for all of it is Nebula's
website [2] rather than the Eclipse wiki. The Nebula website is in its own
git repo [4] which you should have access to as a committer (once paperwork
has gone through).
As you already have a good quality Wiki I wonder if there are some
offline tools that can be used to generate HTML from the markdown in your
existing wiki, and store both the wiki and the generated HTML in the
website git. That would allow the editing of the pages to remain in a
markdown format and integrate with the Nebula website. Github has a RESTful
[5] API that supports github flavoured markdown that you may have used in
the existing wiki. There is also Jekyll[6].
If you want to migrate, you could covert all your documentation to the
php style used already on the Nebula website.
I don't know if this goes beyond the scope of what you were looking for
or properly answers your questions, but hopefully it is a good start to the
conversation.
HTH,
Jonah
[1] https://github.com/lcaron/opal/wiki
[2] https://www.eclipse.org/nebula/
[3] https://wiki.eclipse.org/Nebula
[4] http://git.eclipse.org/c/gerrit/www.eclipse.org/nebula.git/
[5] https://developer.github.com/v3/markdown/
[6] https://jekyllrb.com/
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com
Good evening,
I'm Laurent Caron, the main developper of the Opal Project, that has
been recently merged into Nebula.
The widgets have been integrated (good job Wim), and now we have to add
the widget description to Eclipse Nebula Main Page, and copy the
documentation from Github to the Eclipse Wiki.
So I need some help: how can I perform these actions? How could I
organize the pages ?
Thank you for your feedback !
Have a nice week-end,
Laurent
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
Wim Jongman
2018-02-15 08:15:15 UTC
Permalink
Hi Laurent,

Yes. AFAIK there is no “test” website we can push to first.

Cheers,

Wim

From: nebula-dev-***@eclipse.org [mailto:nebula-dev-***@eclipse.org] On Behalf Of Laurent Caron
Sent: Thursday, 15 February 2018 09:01
To: Nebula Dev
Subject: Re: [nebula-dev] Merging Opal inside Nebula: the next steps

Hi Wim,
To be clear, when you said "push the website", do you mean on master ?
Laurent

2018-02-15 8:45 GMT+01:00 Wim Jongman <***@gmail.com<mailto:***@gmail.com>>:
Hi Laurent,
Once you are a committer you can just push the website. It will be picked up automatically after a couple of minutes. I just press F5 until it is replaced after which I make updates.
Cheers,
Wim


On Wed, Feb 14, 2018 at 10:03 PM, Laurent Caron <***@gmail.com<mailto:***@gmail.com>> wrote:
Good evening,
I'd like to inform you that I've added the documentation for all new widgets on the wikil https://wiki.eclipse.org/Nebula
I've also modified the web site (I've clone the repository http://git.eclipse.org/c/gerrit/www.eclipse.org/nebula.git/ )
Is there any documentation that explains how to push my branch ?
Thank you
Laurent


2018-02-11 14:37 GMT+01:00 Laurent Caron <***@gmail.com<mailto:***@gmail.com>>:
Hi,
Ok good idea, we can add a new Entry under the main page (https://wiki.eclipse.org/Nebula) called Widgets.
If everybody is ok with that, i'm gonna work on it this week.
@jonah > Good idea for proposal to EclipseCon. I already proposed a tool (about moving an RCP Application to e4 and make it fancier with the CSS Styling Engine). I'll do that !
Have a nice sunday,
Laurent

2018-02-11 13:32 GMT+01:00 Wim Jongman <***@remainsoftware.com<mailto:***@remainsoftware.com>>:
Hi,

The website is very complex to maintain. Practice is that widget developers don’t bother to update the web pages. Result is that we have many outdated pages without an uniform structure.

I propose to move all of the widget content to the eclipse wiki so that


1. widget authors can easily maintain their widgets.

2. Content about individual widgets is linked from the web to the wiki

The opal content can fairly easy be ported from the Github wiki to the Eclipse wiki

Cheers,

Wim

From: nebula-dev-***@eclipse.org<mailto:nebula-dev-***@eclipse.org> [mailto:nebula-dev-***@eclipse.org<mailto:nebula-dev-***@eclipse.org>] On Behalf Of Laurent Caron
Sent: Saturday, 10 February 2018 18:28
To: Nebula Dev
Subject: Re: [nebula-dev] Merging Opal inside Nebula: the next steps

Hi Jonah,
Thank you for your quick answer.
As you guessed (my previous mail was not very clear) I wanted to update the web site. I didn't know it was under git, so I add pages for new components once I'll be officially a commiter !
I'm just wondering one thing. I have 2 possibilities :
a) I write the pages for the 17 widgets and I push the whole content
b) I create a skeleton, with a message like "Work in progress" or "Available soon", and once a page is completed, I'll push it.
What do you think ?
Laurent
PostScriptum: I had a confirmation that I'll be present at EclipseCon France 2018, so it will be a pleasure to meet other commiters !


2018-02-09 22:16 GMT+01:00 Jonah Graham <***@kichwacoders.com<mailto:***@kichwacoders.com>>:
Hi Laurent,

I assume you are referring to moving the contents of Opal's wiki[1] to Eclipse? If so, I suspect the correct destination for all of it is Nebula's website [2] rather than the Eclipse wiki. The Nebula website is in its own git repo [4] which you should have access to as a committer (once paperwork has gone through).

As you already have a good quality Wiki I wonder if there are some offline tools that can be used to generate HTML from the markdown in your existing wiki, and store both the wiki and the generated HTML in the website git. That would allow the editing of the pages to remain in a markdown format and integrate with the Nebula website. Github has a RESTful [5] API that supports github flavoured markdown that you may have used in the existing wiki. There is also Jekyll[6].

If you want to migrate, you could covert all your documentation to the php style used already on the Nebula website.

I don't know if this goes beyond the scope of what you were looking for or properly answers your questions, but hopefully it is a good start to the conversation.

HTH,
Jonah


[1] https://github.com/lcaron/opal/wiki
[2] https://www.eclipse.org/nebula/
[3] https://wiki.eclipse.org/Nebula
[4] http://git.eclipse.org/c/gerrit/www.eclipse.org/nebula.git/
[5] https://developer.github.com/v3/markdown/
[6] https://jekyllrb.com/


~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com<http://www.kichwacoders.com>

On 9 February 2018 at 20:34, Laurent Caron <***@gmail.com<mailto:***@gmail.com>> wrote:
Good evening,
I'm Laurent Caron, the main developper of the Opal Project, that has been recently merged into Nebula.
The widgets have been integrated (good job Wim), and now we have to add the widget description to Eclipse Nebula Main Page, and copy the documentation from Github to the Eclipse Wiki.
So I need some help: how can I perform these actions? How could I organize the pages ?
Thank you for your feedback !

Have a nice week-end,
Laurent

_______________________________________________
nebula-dev mailing list
nebula-***@eclipse.org<mailto:nebula-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev


_______________________________________________
nebula-dev mailing list
nebula-***@eclipse.org<mailto:nebula-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev


_______________________________________________
nebula-dev mailing list
nebula-***@eclipse.org<mailto:nebula-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev



_______________________________________________
nebula-dev mailing list
nebula-***@eclipse.org<mailto:nebula-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev


_______________________________________________
nebula-dev mailing list
nebula-***@eclipse.org<mailto:nebula-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
Laurent Caron
2018-02-15 15:16:09 UTC
Permalink
Hi wim,

Ok thanks :)

Laurent
Post by Jonah Graham
Hi Laurent,
Yes. AFAIK there is no “test” website we can push to first.
Cheers,
Wim
eclipse.org] *On Behalf Of *Laurent Caron
*Sent:* Thursday, 15 February 2018 09:01
*To:* Nebula Dev
*Subject:* Re: [nebula-dev] Merging Opal inside Nebula: the next steps
Hi Wim,
To be clear, when you said "push the website", do you mean on *master *?
Laurent
Hi Laurent,
Once you are a committer you can just push the website. It will be picked
up automatically after a couple of minutes. I just press F5 until it is
replaced after which I make updates.
Cheers,
Wim
Good evening,
I'd like to inform you that I've added the documentation for all new
widgets on the wikil https://wiki.eclipse.org/Nebula
I've also modified the web site (I've clone the repository
http://git.eclipse.org/c/gerrit/www.eclipse.org/nebula.git/ )
Is there any documentation that explains how to push my branch ?
Thank you
Laurent
Hi,
Ok good idea, we can add a new Entry under the main page (
https://wiki.eclipse.org/Nebula) called *Widgets*.
If everybody is ok with that, i'm gonna work on it this week.
@jonah > Good idea for proposal to EclipseCon. I already proposed a tool
(about moving an RCP Application to e4 and make it fancier with the CSS
Styling Engine). I'll do that !
Have a nice sunday,
Laurent
Hi,
The website is very complex to maintain. Practice is that widget
developers don’t bother to update the web pages. Result is that we have
many outdated pages without an uniform structure.
I propose to move all of the widget content to the eclipse wiki so that
1. widget authors can easily maintain their widgets.
2. Content about individual widgets is linked from the web to the wiki
The opal content can fairly easy be ported from the Github wiki to the Eclipse wiki
Cheers,
Wim
eclipse.org] *On Behalf Of *Laurent Caron
*Sent:* Saturday, 10 February 2018 18:28
*To:* Nebula Dev
*Subject:* Re: [nebula-dev] Merging Opal inside Nebula: the next steps
Hi Jonah,
Thank you for your quick answer.
As you guessed (my previous mail was not very clear) I wanted to update
the web site. I didn't know it was under git, so I add pages for new
components once I'll be officially a commiter !
a) I write the pages for the 17 widgets and I push the whole content
b) I create a skeleton, with a message like "Work in progress" or
"Available soon", and once a page is completed, I'll push it.
What do you think ?
Laurent
PostScriptum: I had a confirmation that I'll be present at EclipseCon
France 2018, so it will be a pleasure to meet other commiters !
Hi Laurent,
I assume you are referring to moving the contents of Opal's wiki[1] to
Eclipse? If so, I suspect the correct destination for all of it is Nebula's
website [2] rather than the Eclipse wiki. The Nebula website is in its own
git repo [4] which you should have access to as a committer (once paperwork
has gone through).
As you already have a good quality Wiki I wonder if there are some offline
tools that can be used to generate HTML from the markdown in your existing
wiki, and store both the wiki and the generated HTML in the website git.
That would allow the editing of the pages to remain in a markdown format
and integrate with the Nebula website. Github has a RESTful [5] API that
supports github flavoured markdown that you may have used in the existing
wiki. There is also Jekyll[6].
If you want to migrate, you could covert all your documentation to the php
style used already on the Nebula website.
I don't know if this goes beyond the scope of what you were looking for or
properly answers your questions, but hopefully it is a good start to the
conversation.
HTH,
Jonah
[1] https://github.com/lcaron/opal/wiki
[2] https://www.eclipse.org/nebula/
[3] https://wiki.eclipse.org/Nebula
[4] http://git.eclipse.org/c/gerrit/www.eclipse.org/nebula.git/
[5] https://developer.github.com/v3/markdown/
[6] https://jekyllrb.com/
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com
Good evening,
I'm Laurent Caron, the main developper of the Opal Project, that has been
recently merged into Nebula.
The widgets have been integrated (good job Wim), and now we have to add
the widget description to Eclipse Nebula Main Page, and copy the
documentation from Github to the Eclipse Wiki.
So I need some help: how can I perform these actions? How could I organize the pages ?
Thank you for your feedback !
Have a nice week-end,
Laurent
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
Wim Jongman
2018-02-16 11:06:33 UTC
Permalink
Hi Laurent, did you push already? Or are you not able to do so?

Cheers,

Wim
Laurent Caron
2018-02-16 13:18:51 UTC
Permalink
Hi Wim,

Not yet, I ran out of time, but I'm gonna work on it this week-end.

Have a nice afternoon,

Laurent
Post by Wim Jongman
Hi Laurent, did you push already? Or are you not able to do so?
Cheers,
Wim
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
Loading...