Re: [spec] tab settings

2013-01-02 Thread Kevan Miller

On Jan 1, 2013, at 5:39 PM, Mark Struberg strub...@yahoo.de wrote:

 Hi!
 
 I found quite a few sources which have mixed tab/space policy. 
 
 In the JCDI packages I now switched all indenting back to spaces only. 
 
 To prevent such things I personally always enable the whitespace with a light 
 grey color.

Thanks. Spaces-only is the Geronimo coding standard 
(http://geronimo.apache.org/coding-standards.html#CodingStandards-Indentation). 
I personally hate tabs in source. So, appreciate your changes…

--kevan

Re: migration of web site to svnpubsub

2013-01-02 Thread Jarek Gawor
Dan,

Yes, I was planning to do that once I had a bit more confidence in the
modified export code. Btw, do you know how to deal with static files
that are not exported from wiki? We have some additional files such as
schema files, etc. that we need to publish on the web site.

Thanks,
Jarek


On Tue, Dec 18, 2012 at 2:38 PM, Daniel Kulp dk...@apache.org wrote:

 Jarek,

 I would highly suggest that we try and keep all the changes to the exporter 
 together someplace (currently in CXF's repo, but we could move it, although 
 since you are a committer there, likely not needed to move).If/when 
 infrastructure updates the confluence version from 3.4 to 4.x, the exporter 
 WILL need to be updated as the SOAP API's that we use have changed quite a 
 bit in 4.x.If we keep all the changes together in one place, we'll only 
 need to update it in one place instead of scattered throughout all the 
 projects.


 Dan




 On Dec 18, 2012, at 2:26 PM, Jarek Gawor jga...@gmail.com wrote:

 I did some experiments with both approaches: 1) convert to Apache CMS,
 and 2) use Dan's site-export tool. I got a lot further with Dan's
 tool. I modified his code a bit so that it works with our existing
 templates (no need to modify our templates). However, there are at
 least two things that don't work right (yet): a) exporting news items
 / blogs, and b) cross wiki space links. I think I can fix b) but I'm
 not sure about a).

 Anyway, I just checked the wiki exporter code into
 https://svn.apache.org/repos/asf/geronimo/site/trunk/wiki-export.
 There is a README file that explains how to get things going. You will
 also need the templates from
 https://svn.apache.org/repos/asf/geronimo/site/trunk/template

 Jarek

 On Fri, Dec 14, 2012 at 10:16 AM, Jarek Gawor jga...@gmail.com wrote:
 I think we need a short and long term solution. For the short term solution
 let's try Dan's approach and see if that can work for us. Otherwise, we will
 loose web site updates on the 1st. For the long term solution we can
 consider switching to CMS or at least getting a clarification from the infra
 team if we can continue to use the cwiki for the website. We do have a lot
 of pages so switching to CMS might be challenging but we might have no
 choice (sooner or later).

 Jarek




 On Fri, Dec 14, 2012 at 2:37 AM, Mark Struberg strub...@yahoo.de wrote:

 I suggest using the new CMS. You can still use svnpubsub for static
 content.
 There is now even a maven plugin in the making for automated svnpubsub.

 We've now moved over quite some pages using bootstrap.

 http://openwebbeans.staging.apache.org/
 http://bval.staging.apache.org/

 http://incubator.apache.org/deltaspike/
 http://tomee.apache.org/


 Still trying to figure how doing things like 'News' teasers on the landing
 page, etc...


 LieGrue,
 strub

 
 From: Shawn Jiang genspr...@gmail.com
 To: dev@geronimo.apache.org
 Sent: Friday, December 14, 2012 3:46 AM
 Subject: Re: migration of web site to svnpubsub


 I would like to use method described here[1] to render the confluence
 pages locally and then publish them to svnpubsub .  So that we can still
 work with confluence without learning a new CMS system.


 [1]http://www.dankulp.com/blog/2012/03/svnpubsub-for-confluence-sites/



 On Mon, Dec 10, 2012 at 11:36 PM, Kevan Miller kevan.mil...@gmail.com
 wrote:

 All,
 rsync-based updates of the geronimo web site will be frozen in January
 (very soon). We must migrate to svnpubsub (and optionally CMS) in order 
 to
 have a website that we can change (seems like something we'd like to 
 have).

 For more information, see -- http://www.apache.org/dev/project-site.html

 I'm going to have very limited time to do any work on this. Any
 volunteers?

 --kevan



 --
 Shawn






 --
 Daniel Kulp
 dk...@apache.org - http://dankulp.com/blog
 Talend Community Coder - http://coders.talend.com



Re: migration of web site to svnpubsub

2013-01-02 Thread Daniel Kulp

On Jan 2, 2013, at 5:25 PM, Jarek Gawor jga...@gmail.com wrote:

 Dan,
 
 Yes, I was planning to do that once I had a bit more confidence in the
 modified export code. Btw, do you know how to deal with static files
 that are not exported from wiki? We have some additional files such as
 schema files, etc. that we need to publish on the web site.

Just checkout the target area and add them.   Things like javadocs, schemas, 
images, css files, etc…  would all need to be handled that way.

Dan



 
 Thanks,
 Jarek
 
 
 On Tue, Dec 18, 2012 at 2:38 PM, Daniel Kulp dk...@apache.org wrote:
 
 Jarek,
 
 I would highly suggest that we try and keep all the changes to the exporter 
 together someplace (currently in CXF's repo, but we could move it, although 
 since you are a committer there, likely not needed to move).If/when 
 infrastructure updates the confluence version from 3.4 to 4.x, the exporter 
 WILL need to be updated as the SOAP API's that we use have changed quite a 
 bit in 4.x.If we keep all the changes together in one place, we'll only 
 need to update it in one place instead of scattered throughout all the 
 projects.
 
 
 Dan
 
 
 
 
 On Dec 18, 2012, at 2:26 PM, Jarek Gawor jga...@gmail.com wrote:
 
 I did some experiments with both approaches: 1) convert to Apache CMS,
 and 2) use Dan's site-export tool. I got a lot further with Dan's
 tool. I modified his code a bit so that it works with our existing
 templates (no need to modify our templates). However, there are at
 least two things that don't work right (yet): a) exporting news items
 / blogs, and b) cross wiki space links. I think I can fix b) but I'm
 not sure about a).
 
 Anyway, I just checked the wiki exporter code into
 https://svn.apache.org/repos/asf/geronimo/site/trunk/wiki-export.
 There is a README file that explains how to get things going. You will
 also need the templates from
 https://svn.apache.org/repos/asf/geronimo/site/trunk/template
 
 Jarek
 
 On Fri, Dec 14, 2012 at 10:16 AM, Jarek Gawor jga...@gmail.com wrote:
 I think we need a short and long term solution. For the short term solution
 let's try Dan's approach and see if that can work for us. Otherwise, we 
 will
 loose web site updates on the 1st. For the long term solution we can
 consider switching to CMS or at least getting a clarification from the 
 infra
 team if we can continue to use the cwiki for the website. We do have a lot
 of pages so switching to CMS might be challenging but we might have no
 choice (sooner or later).
 
 Jarek
 
 
 
 
 On Fri, Dec 14, 2012 at 2:37 AM, Mark Struberg strub...@yahoo.de wrote:
 
 I suggest using the new CMS. You can still use svnpubsub for static
 content.
 There is now even a maven plugin in the making for automated svnpubsub.
 
 We've now moved over quite some pages using bootstrap.
 
 http://openwebbeans.staging.apache.org/
 http://bval.staging.apache.org/
 
 http://incubator.apache.org/deltaspike/
 http://tomee.apache.org/
 
 
 Still trying to figure how doing things like 'News' teasers on the landing
 page, etc...
 
 
 LieGrue,
 strub
 
 
 From: Shawn Jiang genspr...@gmail.com
 To: dev@geronimo.apache.org
 Sent: Friday, December 14, 2012 3:46 AM
 Subject: Re: migration of web site to svnpubsub
 
 
 I would like to use method described here[1] to render the confluence
 pages locally and then publish them to svnpubsub .  So that we can still
 work with confluence without learning a new CMS system.
 
 
 [1]http://www.dankulp.com/blog/2012/03/svnpubsub-for-confluence-sites/
 
 
 
 On Mon, Dec 10, 2012 at 11:36 PM, Kevan Miller kevan.mil...@gmail.com
 wrote:
 
 All,
 rsync-based updates of the geronimo web site will be frozen in January
 (very soon). We must migrate to svnpubsub (and optionally CMS) in order 
 to
 have a website that we can change (seems like something we'd like to 
 have).
 
 For more information, see -- http://www.apache.org/dev/project-site.html
 
 I'm going to have very limited time to do any work on this. Any
 volunteers?
 
 --kevan
 
 
 
 --
 Shawn
 
 
 
 
 
 
 --
 Daniel Kulp
 dk...@apache.org - http://dankulp.com/blog
 Talend Community Coder - http://coders.talend.com
 

-- 
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com