Re: web site building with gitpubsub

2018-02-11 Thread Hervé BOUTEMY
Le dimanche 11 février 2018, 11:51:25 CET sebb a écrit : > On 11 February 2018 at 09:47, Hervé BOUTEMY wrote: > > Le dimanche 11 février 2018, 01:42:30 CET sebb a écrit : > >> On 10 February 2018 at 21:46, Hervé BOUTEMY wrote: > >> > Hi, > >> > > >> > Is is possible to add notes on publishing t

Re: web site building with gitpubsub

2018-02-11 Thread sebb
On 11 February 2018 at 09:47, Hervé BOUTEMY wrote: > Le dimanche 11 février 2018, 01:42:30 CET sebb a écrit : >> On 10 February 2018 at 21:46, Hervé BOUTEMY wrote: >> > Hi, >> > >> > Is is possible to add notes on publishing to svnpubsub from Jenkins, >> > please? >> > >> > Gitpubsub is perfect f

Re: web site building with gitpubsub

2018-02-11 Thread Hervé BOUTEMY
Le dimanche 11 février 2018, 01:42:30 CET sebb a écrit : > On 10 February 2018 at 21:46, Hervé BOUTEMY wrote: > > Hi, > > > > Is is possible to add notes on publishing to svnpubsub from Jenkins, > > please? > > > > Gitpubsub is perfect for sites that are build from only one Git repo. > > But whe

Re: web site building with gitpubsub

2018-02-10 Thread Carlos Santana
What we do for the OpenWhisk website is the following: We use jekyll [1] to generate the site out of markdown files We use github repo [2] with two branches master and asf-site We follow normal flow of using PRs, when they get merged to master a Jenkins job that is configure with "Poll SCM" on g

Re: web site building with gitpubsub

2018-02-10 Thread sebb
On 10 February 2018 at 21:46, Hervé BOUTEMY wrote: > Hi, > > Is is possible to add notes on publishing to svnpubsub from Jenkins, please? > > Gitpubsub is perfect for sites that are build from only one Git repo. > But when a site mixes content from many repositories (like a main site + one > site

Re: web site building with gitpubsub

2018-02-10 Thread Hervé BOUTEMY
Hi, Is is possible to add notes on publishing to svnpubsub from Jenkins, please? Gitpubsub is perfect for sites that are build from only one Git repo. But when a site mixes content from many repositories (like a main site + one site per component release), svnpubsub is more suited This is for e

Re: web site building with gitpubsub

2018-02-10 Thread Hervé BOUTEMY
Notice for those using Maven to build their site that I added similar feature in Maven Fluido Skin 1.7 you can see an example in Maven site itself, with the little edit icon in the breadcrumb: https://maven.apache.org/ Regards, Hervé Le mardi 6 février 2018, 11:31:51 CET Bertrand Delacretaz a

Re: web site building with gitpubsub

2018-02-06 Thread Bertrand Delacretaz
On Tue, Feb 6, 2018 at 10:49 AM, Lukasz Lenart wrote: > ...The most > important thing is a button "Edit on GitHub" [2] which can be easily > used by everyone to create a PR with proposed changes... Cool stuff, thanks for mentioning it! -Bertrand .. > [2] http://struts.apache.org/getting-started

Re: web site building with gitpubsub

2018-02-06 Thread Lukasz Lenart
Struts is also using Jekyll to build its website [1] (but we are still in a process of transitioning pages from Confluence). The most important thing is a button "Edit on GitHub" [2] which can be easily used by everyone to create a PR with proposed changes (yes, we are using Gitbox [3]). All the ch

Re: web site building with gitpubsub

2018-02-04 Thread Juan Pablo Santos Rodríguez
Hi Chris, my 2c, at JSPWiki we use JBake for the site generation [#1]; we started the site adapting it from Apache Guacamole's site [#2], so if you wish to link to a couple of examples there they are. I think it would be nice to highlight the fact than the push must be done from some specific labe

Re: web site building with gitpubsub

2018-02-03 Thread Mike Jumper
On Feb 3, 2018 08:40, "Chris Lambertus" wrote: ... If anyone has created internal documentation for their own work with markdown+gitpubsub, I’d love to have a link. The internal website maintenance/build docs for Guacamole, which uses Jekyll and gitpubsub: https://github.com/apache/guacamole-w

Re: web site building with gitpubsub

2018-02-03 Thread Sam Ruby
Whimsy's pubsub implementation: https://github.com/apache/whimsy/blob/master/tools/pubsub.rb Should be easy to adapt to Jekyll On Sat, Feb 3, 2018, 11:40 AM Chris Lambertus wrote: > Hi folks, > > There has been a lot of interest lately in creating and deploying project > sites with gitpubsub a

Re: web site building with gitpubsub

2018-02-03 Thread Justin Mclean
Hi, PLC4X have gone down slight different path (asciidoc and maven to compile) but it uses gitpubsub and is documented here. [1] The jenkins job is here [2]. Thanks, Justin 1. http://plc4x.incubator.apache.org/developers/website.html 2. https://builds.apache.org/view/M-R/job/PLC4X/job/PLC4X%20S