On Mon, Apr 16, 2018 at 8:57 PM, Dave Fisher <dave2w...@comcast.net> wrote: >...
> Greg - You know which project I’m thinking about - OpenOffice.org. (1) I > can see a way to make Jekyll or something similar function for site > generation. Since I did the migration in I ought to be able to migrate out. > (2) The main challenge is that the CMS provides good in site patching by > new contributors on page. Replacing that method of getting new contributors > to easily provide patches is the hurdle AFAICT. Has Infra thought about a > solution for this? > The easiest solution is to place your site source into Git, specifically as part of our "gitbox" program. That will allow for direct editing on github.com. When the edits are saved, then buildbot or jenkins can pick up the change, generate/save the site, and pubsub will pick up the newly-generated change(s) to the site. Cheers, -g