Re: [LOG4PHP] Site Generation

2019-10-30 Thread Ralph Goers
t; > From: Christian Grobmeier > Sent: Wednesday, October 30, 2019 7:45:08 AM > To: dev@logging.apache.org > Subject: Re: [LOG4PHP] Site Generation > > I would love if we could separate the logging pages from the release cycle. > There was once

Re: [LOG4PHP] Site Generation

2019-10-30 Thread Kate Gray
v2 docs. Kate From: Christian Grobmeier Sent: Wednesday, October 30, 2019 7:45:08 AM To: dev@logging.apache.org Subject: Re: [LOG4PHP] Site Generation I would love if we could separate the logging pages from the release cycle. There was once a blocker using Phing

Re: [LOG4PHP] Site Generation

2019-10-30 Thread Matt Sicker
Some info: https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories If we use Pelican (similar to Jekyll), there's even automatic support for building it: https://github.com/apache/infrastructure-website The gist is to commit your built site to the asf-site branch

Re: [LOG4PHP] Site Generation

2019-10-30 Thread Kate Gray
OG4PHP] Site Generation Do you have a link? I just went through a lot of pain to upgrade the Log4j site to use the latest version of the site plugin. Unfortunately, our custom stuff didn’t work and I had to switch to the maven fluido plugin, which is good but not quite as nice. But at lea

Re: [LOG4PHP] Site Generation

2019-10-30 Thread Ralph Goers
Do you have a link? I just went through a lot of pain to upgrade the Log4j site to use the latest version of the site plugin. Unfortunately, our custom stuff didn’t work and I had to switch to the maven fluido plugin, which is good but not quite as nice. But at least now markdown works better.

Re: [LOG4PHP] Site Generation

2019-10-30 Thread Matt Sicker
You can use a specially named branch in git to be an automatically published site (similar to GitHub Pages, but ASF-specific). There’s a Jenkins node label for running jobs to deploy the branch’s contents to the site. On Wed, Oct 30, 2019 at 07:45, Christian Grobmeier wrote: > I would love if we

Re: [LOG4PHP] Site Generation

2019-10-30 Thread Christian Grobmeier
I would love if we could separate the logging pages from the release cycle. There was once a blocker using Phing, I think it had something to do with not supporting UTF-8 correclty. Most likely this is gone by now and I would be fine to move on. -- Christian Grobmeier grobme...@gmail.com

Re: [LOG4PHP] Site Generation

2019-10-29 Thread Ralph Goers
FWIW, https://cwiki.apache.org/confluence/display/LOGGING/Managing+the+Logging+Services+Web+Site discusses how the logging services web site and the individual logging projects are built. I’ve heard

[LOG4PHP] Site Generation

2019-10-29 Thread Kate Gray
I've updated some of the source documents. It looks like it's pretty broken - apigen, for example, isn't stable above PHP5.The Release Candidate is really brittle, requiring specific commits of other libraries. There's an issue, LOG4PHP-192, that mentions using phing. As I mentioned in th