Re: svn commit: r1496076 - /incubator/public/trunk/content/projects/stratos.xml

2013-06-24 Thread David Crossley
Please fix this. It breaks the build of the Incubator website.
The xml error is:
   [anakia] Error: The string -- is not permitted within comments.
   [anakia]Line: 12 Column: 8

-David

az...@apache.org wrote:
 Author: azeez
 Date: Mon Jun 24 15:02:55 2013
 New Revision: 1496076
 
 URL: http://svn.apache.org/r1496076
 Log:
 Updated
 
 Modified:
 incubator/public/trunk/content/projects/stratos.xml
 
 Modified: incubator/public/trunk/content/projects/stratos.xml
 URL: 
 http://svn.apache.org/viewvc/incubator/public/trunk/content/projects/stratos.xml?rev=1496076r1=1496075r2=1496076view=diff
 ==
 --- incubator/public/trunk/content/projects/stratos.xml [utf-8] (original)
 +++ incubator/public/trunk/content/projects/stratos.xml [utf-8] Mon Jun 24 
 15:02:55 2013
 @@ -2,11 +2,12 @@
  document
properties
  
 -titleIncubation Status Template/title
 +titleStratos Project Incubation Status/title
  link href=http://purl.org/DC/elements/1.0/; rel=schema.DC/
/properties
body
  
 +!--
  
  pre-8-lt; cut here ---8-lt; cut here ---8-lt; 
 cut here ---8-lt;/pre
  section id=Project+Incubation+Status+TEMPLATE
 @@ -36,23 +37,24 @@
/p
  /section
  pre-8-lt; cut here ---8-lt; cut here ---8-lt; 
 cut here ---8-lt;/pre
 +--
  
  
 -
 -section id=XYZ+Project+Incubation+Status
 -  titleXYZ Project Incubation Status/title
 +section id=Stratos+Project+Incubation+Status
 +  titleStratos Project Incubation Status/title
pThis page tracks the project status, incubator-wise. For more 
 general
   project status, look on the project website./p
  /section
  section id=Description
titleDescription/title
 -  pThe XYZ Project is a wonderful project that does things and goes 
 places./p
 +  pStratos is a polyglot PaaS framework, providing developers a 
 cloud-based environment for developing, testing, and running scalable 
 applications, and IT providers high utilization rates, automated resource 
 management, and platform-wide insight including monitoring and billing./p
  /section
 +
  section id=News
titleNews/title
ul
  !--li-MM-DD New committer: Fred Nerk/li--
 -li-MM-DD Project enters incubation./li
 +li2013-06-20 Project enters incubation./li
/ul
  /section
  section id=Project+info
 @@ -80,7 +82,7 @@
tdWebsite/td
tdwww/td
td id=www
 -a 
 href=http://incubator.apache.org/XYZ/;http://incubator.apache.org/XYZ//a
 +a 
 href=http://incubator.apache.org/stratos/;http://incubator.apache.org/stratos//a
/td
  /tr
  tr
 @@ -91,43 +93,136 @@
  tr
tdMailing list/td
tddev/td
 -  td 
 id=mail-devcodePROJECT-dev/codecode@/codecodeincubator.apache.org/code/td
 +  td 
 id=mail-devcodedev/codecode@/codecodestratos.incubator.apache.org/code/td
  /tr
  tr
td./td
tdcommits/td
 -  td 
 id=mail-commitscodePROJECT-commits/codecode@/codecodeincubator.apache.org/code/td
 +  td 
 id=mail-commitscodecommits/codecode@/codecodestratos.incubator.apache.org/code/td
  /tr
  tr
tdBug tracking/td
td./td
td id=tracker
 -[ provide expected link ]
 +a 
 href=https://issues.apache.org/jira/browse/STRATOS;https://issues.apache.org/jira/browse/STRATOS/a
/td
  /tr
  tr
tdSource code/td
 -  tdSVN/td
 -  td id=svn
 -a 
 href=https://svn.apache.org/repos/asf/incubator/XYZ/;https://svn.apache.org/repos/asf/incubator/XYZ//a
 +  tdGit/td
 +  td id=git
 +a 
 href=https://git-wip-us.apache.org/repos/asf/incubator-stratos.git;https://git-wip-us.apache.org/repos/asf/incubator-stratos.git/a
/td
  /tr
  tr
tdMentors/td
 -  tdid1/td
 -  tdName1 Surname1/td
 +  tdazeez/td
 +  tdAfkham Azeez/td
 +/tr
 +tr
 +  td./td
 +  tdsmarru/td
 +  tdSuresh Marru/td
 +/tr
 +tr
 +  td./td
 +  tdmpierce/td
 +  tdMarlon Pierce/td
  /tr
  tr
td./td
 -  tdid2/td
 -  tdName2 Surname2/td
 +  tdchipchilders/td
 +  tdChip Childers/td
 +/tr
 +tr
 +  td./td
 +  tdmnour/td
 +  tdMohammad Nour/td
 +/tr
 +tr
 +  td./td
 +  tdnslater/td
 +  tdNoah Slater/td
 +/tr
 +tr
 +  td./td
 +  tdantelder/td
 +  tdAnt Elder/td
  /tr
  tr
tdCommitters/td
 +  tdpzf/td
 +  tdPaul Fremantle/td
 

Re: svn commit: r1496076 - /incubator/public/trunk/content/projects/stratos.xml

2013-06-24 Thread David Crossley
David Crossley wrote:
 Please fix this. It breaks the build of the Incubator website.
 The xml error is:
[anakia] Error: The string -- is not permitted within comments.
[anakia]Line: 12 Column: 8

As explained at the top of the template file from which
this was copied, need to remove the various explanatory sections.
Just commenting-out the comments does break the xml.

As well as those instructions, here is one route to find
other various assistance with that task:

http://incubator.apache.org/clutch.html#h-hasStatusEntry
http://incubator.apache.org/guides/ppmc.html#Project+Status+Updates
http://incubator.apache.org/guides/website.html#Edit+your+project+status+page

-David

 az...@apache.org wrote:
  Author: azeez
  Date: Mon Jun 24 15:02:55 2013
  New Revision: 1496076
  
  URL: http://svn.apache.org/r1496076
  Log:
  Updated
  
  Modified:
  incubator/public/trunk/content/projects/stratos.xml
  
  Modified: incubator/public/trunk/content/projects/stratos.xml
  URL: 
  http://svn.apache.org/viewvc/incubator/public/trunk/content/projects/stratos.xml?rev=1496076r1=1496075r2=1496076view=diff
  ==
  --- incubator/public/trunk/content/projects/stratos.xml [utf-8] (original)
  +++ incubator/public/trunk/content/projects/stratos.xml [utf-8] Mon Jun 24 
  15:02:55 2013
  @@ -2,11 +2,12 @@
   document
 properties
   
  -titleIncubation Status Template/title
  +titleStratos Project Incubation Status/title
   link href=http://purl.org/DC/elements/1.0/; rel=schema.DC/
 /properties
 body
   
  +!--
   
   pre-8-lt; cut here ---8-lt; cut here ---8-lt; 
  cut here ---8-lt;/pre
   section id=Project+Incubation+Status+TEMPLATE
  @@ -36,23 +37,24 @@
 /p
   /section
   pre-8-lt; cut here ---8-lt; cut here ---8-lt; 
  cut here ---8-lt;/pre
  +--
   
   
  -
  -section id=XYZ+Project+Incubation+Status
  -  titleXYZ Project Incubation Status/title
  +section id=Stratos+Project+Incubation+Status
  +  titleStratos Project Incubation Status/title
 pThis page tracks the project status, incubator-wise. For more 
  general
project status, look on the project website./p
   /section
   section id=Description
 titleDescription/title
  -  pThe XYZ Project is a wonderful project that does things and goes 
  places./p
  +  pStratos is a polyglot PaaS framework, providing developers a 
  cloud-based environment for developing, testing, and running scalable 
  applications, and IT providers high utilization rates, automated resource 
  management, and platform-wide insight including monitoring and billing./p
   /section
  +
   section id=News
 titleNews/title
 ul
   !--li-MM-DD New committer: Fred Nerk/li--
  -li-MM-DD Project enters incubation./li
  +li2013-06-20 Project enters incubation./li
 /ul
   /section
   section id=Project+info
  @@ -80,7 +82,7 @@
 tdWebsite/td
 tdwww/td
 td id=www
  -a 
  href=http://incubator.apache.org/XYZ/;http://incubator.apache.org/XYZ//a
  +a 
  href=http://incubator.apache.org/stratos/;http://incubator.apache.org/stratos//a
 /td
   /tr
   tr
  @@ -91,43 +93,136 @@
   tr
 tdMailing list/td
 tddev/td
  -  td 
  id=mail-devcodePROJECT-dev/codecode@/codecodeincubator.apache.org/code/td
  +  td 
  id=mail-devcodedev/codecode@/codecodestratos.incubator.apache.org/code/td
   /tr
   tr
 td./td
 tdcommits/td
  -  td 
  id=mail-commitscodePROJECT-commits/codecode@/codecodeincubator.apache.org/code/td
  +  td 
  id=mail-commitscodecommits/codecode@/codecodestratos.incubator.apache.org/code/td
   /tr
   tr
 tdBug tracking/td
 td./td
 td id=tracker
  -[ provide expected link ]
  +a 
  href=https://issues.apache.org/jira/browse/STRATOS;https://issues.apache.org/jira/browse/STRATOS/a
 /td
   /tr
   tr
 tdSource code/td
  -  tdSVN/td
  -  td id=svn
  -a 
  href=https://svn.apache.org/repos/asf/incubator/XYZ/;https://svn.apache.org/repos/asf/incubator/XYZ//a
  +  tdGit/td
  +  td id=git
  +a 
  href=https://git-wip-us.apache.org/repos/asf/incubator-stratos.git;https://git-wip-us.apache.org/repos/asf/incubator-stratos.git/a
 /td
   /tr
   tr
 tdMentors/td
  -  tdid1/td
  -  tdName1 Surname1/td
  +  tdazeez/td
  +  tdAfkham Azeez/td
  +/tr
  +tr
  +  td./td
  +  tdsmarru/td
  +  tdSuresh Marru/td
  +/tr
  +tr
  +