[ https://issues.apache.org/jira/browse/DIRKRB-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14300925#comment-14300925 ]
Emmanuel Lecharny edited comment on DIRKRB-108 at 2/2/15 6:36 AM: ------------------------------------------------------------------ The web site is entirely stored in http://svn.apache.org/viewvc/directory/site/ It's using svn, which should not be a problem (little conflict to be expected...) The structure of the site is the following : {code} / | +-- cgi-bin : nothing in it | +-- content : this is where the 'meat' is | +-- lib : shared info like version number | +-- templates : the templates used for the site common parts {code} I just have added everything related to Kerby in lib and templates, the content part has to be updated now/ Here is the content structure : {code} content | +-- kerby : the root content for kerby | | | +-- download : The download pages | +-- css The CSS used for the projects (one must be defined for Kerby, with a different color)) | +-- images : where the various images are stored (but you can put images specific to kerby elsewhere) {code} I have added the minimum content, still working on it atm. was (Author: elecharny): The web site is entirely stored in http://svn.apache.org/viewvc/directory/site/ It's using svn, which should not be a problem (little conflict to be expected...) The structure of the site is the following : / | +-- cgi-bin : nothing in it | +-- content : this is where the 'meat' is | +-- lib : shared info like version number | +-- templates : the templates used for the site common parts I just have added everything related to Kerby in lib and templates, the content part has to be updated now/ Here is the content structure : content | +-- kerby : the root content for kerby | | | +-- download : The download pages | +-- css The CSS used for the projects (one must be defined for Kerby, with a different color)) | +-- images : where the various images are stored (but you can put images specific to kerby elsewhere) I have added the minimum content, still working on it atm. > Building the web site > --------------------- > > Key: DIRKRB-108 > URL: https://issues.apache.org/jira/browse/DIRKRB-108 > Project: Directory Kerberos > Issue Type: Sub-task > Reporter: Kai Zheng > Assignee: Kai Zheng > > We need to build the new website for this new Kerberos project, as we did for > other sub projects. -- This message was sent by Atlassian JIRA (v6.3.4#6332)