Hi Alex,
I don't exactly know what gitpubsub does, but the way I get it, it simply syncs the content of a git repo branch with the content of the infra svn repo which is serving the static content of the main Apache HTTPD servers. I couldn't find a single mention of it doing anything else [1] I guess no matter which path we go, we will have to implement some conversion. By the way ... the repo is already setup and I will start committing my stuff to an orphan branch and try to setup something that produces something similar to what we have right now. Chris [1] http://www.apache.org/dev/gitpubsub.html ________________________________ Von: Alex Harui <aha...@adobe.com> Gesendet: Freitag, 7. Oktober 2016 17:11:32 An: dev@flex.apache.org Betreff: Re: AW: [Website] Proposal for the Git Site On 10/7/16, 12:08 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: >Hi Carlos, > > >it's just about the static content of the SVN website. Wiki (Confluence) >is something completely separate. I didn't know we have a real Blog, I >guess it's just static content that looks like a blog. But that would be >part of the migration too. > > >So I guess it's ok to order the repo and I would just start setting up a >"maven-site" branch and start working on this. It doesn't matter if we >decide not to use it, I would like to learn how the other projects using >this approach have their fine looking sites generated this way. > Sounds good as long as we can keep using our current SVN-based site until we understand this new thing. One question: Isn't there already some sort of markdown->html robot in GitPubSub? Is that what Maven replaces? Is the main reason for that so that you can convert asciidoc? Thanks, -Alex