2012/10/23 kishore g <[email protected]>: > The code is migrated to Apache git > https://git-wip-us.apache.org/repos/asf?p=incubator-helix.git;a=summary. It > is read only at this moment but should be writable soon. > https://issues.apache.org/jira/browse/INFRA-5437 > > Oliver, can you help us on the website creation. Our initial plan is to > simply migrate the wiki pages at https://github.com/linkedin/helix/wiki to > http://incubator.apache.org/helix. Pat suggested us to use Apache CMS for > this and it makes sense since we already wiki in markdown format. > > Basically, this is what we need from you. > > Where should we put the files in helix git repo. Probably under site > Is there a maven plugin that will generate the html files from markdown. > What is command to push the generated files to apache, do we have > permission to do this? Yup there is a module to generate html from md files[1]. We only need to put md files under src/site/markdown
What I propose is to use that to generate both doc and javadoc tru maven. Then content can be committed to the svn path (https://svn.apache.org/repos/asf/incubator/helix/site-content ) Infra folks will setup svnpubsub to populate helix.incubator.apache.org from this svn path Note: there is a maven plugin to commit site content to a svn path (I can setup that for you) -- Olivier [1] http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-markdown/index.html > > thanks, > Kishore G > > On Fri, Oct 19, 2012 at 3:27 PM, Olivier Lamy <[email protected]> wrote: > >> Hi, >> inline >> >> 2012/10/19 kishore g <[email protected]>: >> > Hi Guys, >> > >> > What are the next steps. >> > >> > From bootstrap podling >> > >> > >> > 1. Ensure Mentors are on the >> > IPMC<http://incubator.apache.org/guides/mentor.html#mentors-ipmc> >> > [Mentors] >> > 2. Add podling to reporting >> > schedule< >> http://incubator.apache.org/guides/mentor.html#Sending+in+an+Incubation+Report >> > >> > [IPMC member < >> http://incubator.apache.org/guides/mentor.html#who-ipmc>] >> > 3. Initialize project status >> > page< >> http://incubator.apache.org/guides/mentor.html#Initialize+Podling+Status+Page >> > >> > [IPMC member < >> http://incubator.apache.org/guides/mentor.html#who-ipmc>] >> > 4. Start orientation< >> http://incubator.apache.org/guides/mentor.html#orientation> >> > [Prospective >> > committers<http://incubator.apache.org/guides/mentor.html#who-committers >> > >> > ] >> > 5. Start CLA and CCLA submission [Prospective >> > committers<http://incubator.apache.org/guides/mentor.html#who-committers >> > >> > ] >> > 6. Start IP Clearance< >> http://incubator.apache.org/guides/mentor.html#initial-ip-clearance> >> > [IPMC member < >> http://incubator.apache.org/guides/mentor.html#who-ipmc>] >> > 7. Request Required Resources >> > 1. Mailing >> > Lists< >> http://incubator.apache.org/guides/mentor.html#request-mailing-lists> >> > [Infrastructure >> > Team<http://incubator.apache.org/guides/mentor.html#who-infra> >> > ] >> > - Consider and plan transition to official mailing >> > lists< >> http://incubator.apache.org/guides/mentor.html#transition-mailing-lists> >> > 2. Subversion< >> http://incubator.apache.org/guides/mentor.html#Set+Up+Repository> >> > [IPMC <http://incubator.apache.org/guides/mentor.html#who-ipmc>] >> > 3. Issue Tracking< >> http://incubator.apache.org/guides/mentor.html#request-issue-tracking> >> > [Infrastructure >> > Team<http://incubator.apache.org/guides/mentor.html#who-infra> >> > ] >> > - Consider and plan issue tracking >> > transition< >> http://incubator.apache.org/guides/mentor.html#issue-tracking-transition> >> > 8. Create >> > website<http://incubator.apache.org/guides/mentor.html#create-website> >> > [Prospective >> > committers<http://incubator.apache.org/guides/mentor.html#who-committers >> > >> > ] >> > 1. Consider and plan web site >> > transition< >> http://incubator.apache.org/guides/mentor.html#web-site-transition> >> > >> > I think we are done with 1,5, 7.1 >> > >> > Here are the questions i have >> > >> > - How can we edit the website >> >> You mean project website ? It depends what kind of technology you want >> to use for building web site ? (I mean documentation javadoc etc ...) >> @asf website content is now committed in a svn path to have it deployed >> live. >> >> > - How to move the code to Apache, we will move to apache and then >> > re-factor the package >> >> How I see that but need some discussions: simply clone the current git >> repo from github and use it here @asf >> >> > - Will need help from Olivier, updating the pom files to upload to >> maven >> > repository. >> No problem I have a bit of knowledge on this part :-) >> > - Review license files >> There is the rat maven plugin to do that and reducing number of manual >> check but some are still needed. >> > >> > Anything else we need before we make the first release. I plan to get the >> > first release out by end of this month. Let me know if there are any big >> > unknowns >> >> Not sure we will be able to finish that for such target. But good to >> have a goal :-) >> >> > >> > thanks, >> > Kishore G >> >> >> >> -- >> Olivier Lamy >> Talend: http://coders.talend.com >> http://twitter.com/olamy | http://linkedin.com/in/olamy >> -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy
