Tuscany website

2013-10-31 Thread Luciano Resende
The Tuscany  website is not getting update anymore with the changes from
the Confluence Wiki as the Infra team disabled the export plugin.

Looks like we need to start a version of the site using CMS asap, I'll get
that started, but will only port the basic data based on SCA and I guess we
will slowly port the rest based on time.


-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


Tuscany website

2012-02-09 Thread ant elder
See the forwarded note below on changes to how Tuscany must manage the
website. We've got until next year but it will probably take some time
to sort out. Any volunteers to go have a look and see whats required?

   ...ant

-- Forwarded message --
From: Joe Schaefer 
Date: Wed, Feb 8, 2012 at 12:26 PM
Subject: Mandatory svnpubsub migration by Jan 2013
To: Apache Infrastructure 


[PLEASE DO NOT RESPOND TO THIS POST! DIRECT ALL FURTHER
INQUIRIES TO infrastruct...@apache.org]

FYI: infrastructure policy regarding website hosting has
changed as of November 2011: we are requiring all websites
and dist/ dirs to be svnpubsub or ASF CMS backed by the end of 2012.
If your PMC has already met this requirement congratulations,
you can ignore the remainder of this post.

As stated on http://www.apache.org/dev/project-site.html#svnpubsub
we are migrating our webserver infrastructure to 100% svnpubsub
over the course of 2012.  If your site does not currently make
use of this technology, it is time to consider a migration effort,
as rsync-based sites will be PERMANENTLY FROZEN in Jan 2013 due

to infra disabling the hourly rsync jobs.  While we recommend
migrating to the ASF CMS [0] for Anakia based or Confluence based
sites, and have provided tooling [1] to help facilitate this,
we are only mandating svnpubsub (which the CMS uses itself).

svnpubsub is a client-server system whereby a client watches an
svn working copy for relevant commit notifications from the svn
server.  It subsequently runs svn up on the working copy, bringing
in the relevant changes.  sites that use static build technologies
that commit the build results to svn are naturally compatible with
svnpubsub; simply file a JIRA ticket with INFRA to request a
migration: any commits to the resulting build tree will be

instantly picked up on the live site.


The CMS is a more elaborate system based on svnpubsub which
provides a webgui for convenient online editing.  Dozens of
sites have already successfully deployed using the CMS and
are quite happy with the results.  The system is sufficiently
flexible to accommodate a wide variety of choices regarding
templating systems and storage formats, but most sites have
standardized on the combination of Django and Markdown.  Talk
to infra if you would like to use the CMS in this or some other
fashion, we'll see what we can do.


NOTE: the policy for dist/ dirs for managing project releases is
similar.  We have setup a dedicated svn server for handling this,
please contact infra when you are ready to start using it.


HTH


[0]: http://www.apache.org/dev/cms
[1]: https://svn.apache.org/repos/infra/websites/cms/conversion-utilities/


Re: [DISCUSS] Tuscany website on CMS?

2011-02-07 Thread Mike Edwards

On 07/02/2011 15:09, Simon Laws wrote:

An idle question somewhat motivated by recently touching on the sample
docs in another ML thread.

Are we going to convert from Confluence to CMS [1]?

If we are eventually going to have to do this (when the autoexport
stops working?) we should probably plan for it rather than do it in a
rush when we are forced to. I haven't looked very closely at the
details. Anybody given it any thought yet? I note there are notes on
migration [2]

[1] http://www.staging.apache.org/dev/cms.html
[2] 
https://svn.apache.org/repos/infra/websites/cms/conversion-utilities/cwiki/README.txt

Simon


Simon,

Good to bring this up.

However, looking at the material, my heart sinks  :-(

For me, the key thing has to be the ease of creating and maintaining the material. Using some markup 
language is ok, but what tools are us poor content creators supposed to use?  In see this in the 
Apache material at [1]:


"Editing the source in the CMS's webgui relies on the wmd-editor to provide a WYSIWYM look and feel 
to the CMS."


...only to find that the link they provide to wmd-editor is broken.  A very 
poor start.

I checked out some alternative editors and I'm not impressed so far.

Things I would like to see are:

a) How hyperlinks are created and how they are maintained
b) How images/diagrams can be embedded in pages
c) How basic page layout is managed - in particular the handling of Menus, 
banners and so on

It is notable how little graphics is contained in the Apache pages for [1] and [2] - are we 
returning to the stone age here?


I get the feeling that this system has been produced for the ease of the publishing process, rather 
than the creation and maintenance of attractive material.


Please someone prove me wrong.


Yours,  Mike.


[DISCUSS] Tuscany website on CMS?

2011-02-07 Thread Simon Laws
An idle question somewhat motivated by recently touching on the sample
docs in another ML thread.

Are we going to convert from Confluence to CMS [1]?

If we are eventually going to have to do this (when the autoexport
stops working?) we should probably plan for it rather than do it in a
rush when we are forced to. I haven't looked very closely at the
details. Anybody given it any thought yet? I note there are notes on
migration [2]

[1] http://www.staging.apache.org/dev/cms.html
[2] 
https://svn.apache.org/repos/infra/websites/cms/conversion-utilities/cwiki/README.txt

Simon

-- 
Apache Tuscany committer: tuscany.apache.org
Co-author of a book about Tuscany and SCA: tuscanyinaction.com


Re: Javadoc on Tuscany website

2010-10-06 Thread Simon Nash

Luciano Resende wrote:

On Wed, Oct 6, 2010 at 12:22 PM, Simon Nash  wrote:

There is currently some Javadoc from previous Java SCA releases
(0.9 and 1.4) on the Tuscany website under the path
 tuscany.apache.org/doc/javadoc/

I'd like to put up something more current, so I tried to make a new
directory on p.a.o under
 /www/tuscany.apache.org/doc/javadoc/
This failed because of a permission denied error, as did my attempt
to make a new directory under
 /www/tuscany.apache.org/doc/

However I was able to create a directory under
 /www/tuscany.apache.org/
so for now I have created the directory
 /www/tuscany.apache.org/javadoc-sca-1.6.1/
and I have initially populated this directory with Javadoc for the
SCA API only.

I'd like to move this to the correct place.  What should I do to
overcome the permission denied problem?

 Simon




Java Docs available on the site are automatically downloaded from svn
[1]. Just add it there and you should be set when the next sync
happens.

https://svn.apache.org/repos/asf/tuscany/site/trunk/site-publish/doc/javadoc/


Thanks for the pointer.  I have added the Javadoc to svn and deleted
the other directory.

  Simon



Re: Javadoc on Tuscany website

2010-10-06 Thread Luciano Resende
On Wed, Oct 6, 2010 at 12:22 PM, Simon Nash  wrote:
> There is currently some Javadoc from previous Java SCA releases
> (0.9 and 1.4) on the Tuscany website under the path
>  tuscany.apache.org/doc/javadoc/
>
> I'd like to put up something more current, so I tried to make a new
> directory on p.a.o under
>  /www/tuscany.apache.org/doc/javadoc/
> This failed because of a permission denied error, as did my attempt
> to make a new directory under
>  /www/tuscany.apache.org/doc/
>
> However I was able to create a directory under
>  /www/tuscany.apache.org/
> so for now I have created the directory
>  /www/tuscany.apache.org/javadoc-sca-1.6.1/
> and I have initially populated this directory with Javadoc for the
> SCA API only.
>
> I'd like to move this to the correct place.  What should I do to
> overcome the permission denied problem?
>
>  Simon
>
>

Java Docs available on the site are automatically downloaded from svn
[1]. Just add it there and you should be set when the next sync
happens.

https://svn.apache.org/repos/asf/tuscany/site/trunk/site-publish/doc/javadoc/

-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


Javadoc on Tuscany website

2010-10-06 Thread Simon Nash

There is currently some Javadoc from previous Java SCA releases
(0.9 and 1.4) on the Tuscany website under the path
 tuscany.apache.org/doc/javadoc/

I'd like to put up something more current, so I tried to make a new
directory on p.a.o under
 /www/tuscany.apache.org/doc/javadoc/
This failed because of a permission denied error, as did my attempt
to make a new directory under
 /www/tuscany.apache.org/doc/

However I was able to create a directory under
 /www/tuscany.apache.org/
so for now I have created the directory
 /www/tuscany.apache.org/javadoc-sca-1.6.1/
and I have initially populated this directory with Javadoc for the
SCA API only.

I'd like to move this to the correct place.  What should I do to
overcome the permission denied problem?

  Simon



Re: Tuscany website

2010-07-30 Thread Simon Laws
On Fri, Jul 30, 2010 at 2:58 PM, Luciano Resende  wrote:
> On Thu, Jul 29, 2010 at 11:28 AM, Luciano Resende  
> wrote:
>> Has anyone making changes to the website [1] auto-export template?  I
>> have noticed things getting broken, and more like the default "wiki"
>> view rather then the "website"  view we used to have.
>>
>> [1] http://tuscany.apache.org/
>>
>
> Things should start looking better after sync or in the staged exported site 
> [1]
>
> [1] https://cwiki.apache.org/TUSCANY/
>
> --
> Luciano Resende
> http://people.apache.org/~lresende
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>

Thanks Luciano

Simon

-- 
Apache Tuscany committer: tuscany.apache.org
Co-author of a book about Tuscany and SCA: tuscanyinaction.com


Re: Tuscany website

2010-07-30 Thread Luciano Resende
On Thu, Jul 29, 2010 at 11:28 AM, Luciano Resende  wrote:
> Has anyone making changes to the website [1] auto-export template?  I
> have noticed things getting broken, and more like the default "wiki"
> view rather then the "website"  view we used to have.
>
> [1] http://tuscany.apache.org/
>

Things should start looking better after sync or in the staged exported site [1]

[1] https://cwiki.apache.org/TUSCANY/

-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


Re: Tuscany website

2010-07-30 Thread Simon Nash

None from me either.

  Simon

kelvin goodson wrote:

No recent changes from me
Kelvin

On Fri, Jul 30, 2010 at 7:57 AM, Simon Laws  wrote:

On Thu, Jul 29, 2010 at 11:00 PM, Luciano Resende  wrote:

On Thu, Jul 29, 2010 at 2:47 PM, ant elder  wrote:

On Thu, Jul 29, 2010 at 7:28 PM, Luciano Resende  wrote:

Has anyone making changes to the website [1] auto-export template?  I
have noticed things getting broken, and more like the default "wiki"
view rather then the "website"  view we used to have.

[1] http://tuscany.apache.org/


I've not made any changes that should be significant but i do think i
noticed some things changing/breaking a little while back around the
time when i think i heard there was a Confluence upgrade. Things like
the blog feed which now just shows "Unknown macro: {rss}" happened
around that upgrade time i think. The web site certainly could do with
a little love, especially if we're about to do beta or 2.0 final
releases.

  ...ant


Yes, I think the rss is related to the confluence upgrade. But I'm
also seeing all the top level messed up with a new google search and
all the navigation/links to lists, etc gone... I'll try to at least
move it back to the look and feel it was before (except for the rss
macro)... but I just didn't want to break/override any changes that
others might be doing.

Thanks

--
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


I'm not aware of changes. At least I've not made any.

Simon

--
Apache Tuscany committer: tuscany.apache.org
Co-author of a book about Tuscany and SCA: tuscanyinaction.com








Re: Tuscany website

2010-07-30 Thread kelvin goodson
No recent changes from me
Kelvin

On Fri, Jul 30, 2010 at 7:57 AM, Simon Laws  wrote:
> On Thu, Jul 29, 2010 at 11:00 PM, Luciano Resende  
> wrote:
>> On Thu, Jul 29, 2010 at 2:47 PM, ant elder  wrote:
>>> On Thu, Jul 29, 2010 at 7:28 PM, Luciano Resende  
>>> wrote:
 Has anyone making changes to the website [1] auto-export template?  I
 have noticed things getting broken, and more like the default "wiki"
 view rather then the "website"  view we used to have.

 [1] http://tuscany.apache.org/

>>>
>>> I've not made any changes that should be significant but i do think i
>>> noticed some things changing/breaking a little while back around the
>>> time when i think i heard there was a Confluence upgrade. Things like
>>> the blog feed which now just shows "Unknown macro: {rss}" happened
>>> around that upgrade time i think. The web site certainly could do with
>>> a little love, especially if we're about to do beta or 2.0 final
>>> releases.
>>>
>>>   ...ant
>>>
>>
>> Yes, I think the rss is related to the confluence upgrade. But I'm
>> also seeing all the top level messed up with a new google search and
>> all the navigation/links to lists, etc gone... I'll try to at least
>> move it back to the look and feel it was before (except for the rss
>> macro)... but I just didn't want to break/override any changes that
>> others might be doing.
>>
>> Thanks
>>
>> --
>> Luciano Resende
>> http://people.apache.org/~lresende
>> http://twitter.com/lresende1975
>> http://lresende.blogspot.com/
>>
>
> I'm not aware of changes. At least I've not made any.
>
> Simon
>
> --
> Apache Tuscany committer: tuscany.apache.org
> Co-author of a book about Tuscany and SCA: tuscanyinaction.com
>


Re: Tuscany website

2010-07-29 Thread Simon Laws
On Thu, Jul 29, 2010 at 11:00 PM, Luciano Resende  wrote:
> On Thu, Jul 29, 2010 at 2:47 PM, ant elder  wrote:
>> On Thu, Jul 29, 2010 at 7:28 PM, Luciano Resende  
>> wrote:
>>> Has anyone making changes to the website [1] auto-export template?  I
>>> have noticed things getting broken, and more like the default "wiki"
>>> view rather then the "website"  view we used to have.
>>>
>>> [1] http://tuscany.apache.org/
>>>
>>
>> I've not made any changes that should be significant but i do think i
>> noticed some things changing/breaking a little while back around the
>> time when i think i heard there was a Confluence upgrade. Things like
>> the blog feed which now just shows "Unknown macro: {rss}" happened
>> around that upgrade time i think. The web site certainly could do with
>> a little love, especially if we're about to do beta or 2.0 final
>> releases.
>>
>>   ...ant
>>
>
> Yes, I think the rss is related to the confluence upgrade. But I'm
> also seeing all the top level messed up with a new google search and
> all the navigation/links to lists, etc gone... I'll try to at least
> move it back to the look and feel it was before (except for the rss
> macro)... but I just didn't want to break/override any changes that
> others might be doing.
>
> Thanks
>
> --
> Luciano Resende
> http://people.apache.org/~lresende
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>

I'm not aware of changes. At least I've not made any.

Simon

-- 
Apache Tuscany committer: tuscany.apache.org
Co-author of a book about Tuscany and SCA: tuscanyinaction.com


Re: Tuscany website

2010-07-29 Thread Luciano Resende
On Thu, Jul 29, 2010 at 2:47 PM, ant elder  wrote:
> On Thu, Jul 29, 2010 at 7:28 PM, Luciano Resende  wrote:
>> Has anyone making changes to the website [1] auto-export template?  I
>> have noticed things getting broken, and more like the default "wiki"
>> view rather then the "website"  view we used to have.
>>
>> [1] http://tuscany.apache.org/
>>
>
> I've not made any changes that should be significant but i do think i
> noticed some things changing/breaking a little while back around the
> time when i think i heard there was a Confluence upgrade. Things like
> the blog feed which now just shows "Unknown macro: {rss}" happened
> around that upgrade time i think. The web site certainly could do with
> a little love, especially if we're about to do beta or 2.0 final
> releases.
>
>   ...ant
>

Yes, I think the rss is related to the confluence upgrade. But I'm
also seeing all the top level messed up with a new google search and
all the navigation/links to lists, etc gone... I'll try to at least
move it back to the look and feel it was before (except for the rss
macro)... but I just didn't want to break/override any changes that
others might be doing.

Thanks

-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


Re: Tuscany website

2010-07-29 Thread ant elder
On Thu, Jul 29, 2010 at 7:28 PM, Luciano Resende  wrote:
> Has anyone making changes to the website [1] auto-export template?  I
> have noticed things getting broken, and more like the default "wiki"
> view rather then the "website"  view we used to have.
>
> [1] http://tuscany.apache.org/
>

I've not made any changes that should be significant but i do think i
noticed some things changing/breaking a little while back around the
time when i think i heard there was a Confluence upgrade. Things like
the blog feed which now just shows "Unknown macro: {rss}" happened
around that upgrade time i think. The web site certainly could do with
a little love, especially if we're about to do beta or 2.0 final
releases.

   ...ant


Tuscany website

2010-07-29 Thread Luciano Resende
Has anyone making changes to the website [1] auto-export template?  I
have noticed things getting broken, and more like the default "wiki"
view rather then the "website"  view we used to have.

[1] http://tuscany.apache.org/

-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


Re: Tuscany website is not being updated

2009-10-25 Thread Luciano Resende
On Sun, Oct 25, 2009 at 10:35 AM, ant elder  wrote:
> Worked ok last time i did one and the M3 and 1.5.1 release are live so
> it was working not so long ago, could it just be a temporary thing
> over the weekend?
>
Did it work for 1.5.1 ? We are still seeing 1.5 information on the
front of website
http://tuscany.apache.org/

Also, it looks like the last time the java-sca.html was exported on
the confluence exported place was beginning of October.

-- 
Luciano Resende
http://people.apache.org/~lresende
http://lresende.blogspot.com/


Re: Tuscany website is not being updated

2009-10-25 Thread ant elder
Worked ok last time i did one and the M3 and 1.5.1 release are live so
it was working not so long ago, could it just be a temporary thing
over the weekend?

Incidentally Luciano, is it really a good idea to have twitters going
directly to the Tuscany home page? Who know what might get picked up.
Its not like the blog where its only Tuscany committers who have
access to post.

   ...ant

On Sun, Oct 25, 2009 at 5:16 PM, Luciano Resende  wrote:
> Just FYI, as it seems that our website has not been synced correctly
> from the wiki exports, and things like our release and other recent
> updates are not live.
>
>
> -- Forwarded message --
> From: Luciano Resende 
> Date: Sun, Oct 25, 2009 at 8:41 AM
> Subject: What has changed with Confluence Auto-Exports
> To: Apache Infrastructure 
>
>
> I have modified some pages in TUSCANY space, forced a auto-export and
> confirmed the right contents available at
> http://cwiki.apache.org/TUSCANY/sca-java.html.
> But, when i go to /www/confluence-exports/TUSCANY and cat
> sca-java.html it has the wrong (old) contents... and thus the live
> website also have the wrong contents.
>
> Any ideas ? Where the right contents
> (http://cwiki.apache.org/TUSCANY/sca-java.html) coming from ?
>
> BTW, it looks like the contents from confluence-exports are very old,
> considering I forced a auto-export today couple minutes ago.
> [lrese...@minotaur:/www/confluence-exports/TUSCANY]$ ls -la sca-java.html
> -rw-r--r--  1 apconfluence  apconfluence  9456 Oct  7 08:31 sca-java.html
>
>
> --
> Luciano Resende
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/
>
>
>
> --
> Luciano Resende
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/
>


Tuscany website is not being updated

2009-10-25 Thread Luciano Resende
Just FYI, as it seems that our website has not been synced correctly
from the wiki exports, and things like our release and other recent
updates are not live.


-- Forwarded message --
From: Luciano Resende 
Date: Sun, Oct 25, 2009 at 8:41 AM
Subject: What has changed with Confluence Auto-Exports
To: Apache Infrastructure 


I have modified some pages in TUSCANY space, forced a auto-export and
confirmed the right contents available at
http://cwiki.apache.org/TUSCANY/sca-java.html.
But, when i go to /www/confluence-exports/TUSCANY and cat
sca-java.html it has the wrong (old) contents... and thus the live
website also have the wrong contents.

Any ideas ? Where the right contents
(http://cwiki.apache.org/TUSCANY/sca-java.html) coming from ?

BTW, it looks like the contents from confluence-exports are very old,
considering I forced a auto-export today couple minutes ago.
[lrese...@minotaur:/www/confluence-exports/TUSCANY]$ ls -la sca-java.html
-rw-r--r--  1 apconfluence  apconfluence  9456 Oct  7 08:31 sca-java.html


--
Luciano Resende
http://people.apache.org/~lresende
http://lresende.blogspot.com/



-- 
Luciano Resende
http://people.apache.org/~lresende
http://lresende.blogspot.com/


[jira] Closed: (TUSCANY-2399) Promote confluence wiki article on security to Tuscany website

2008-08-07 Thread ant elder (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ant elder closed TUSCANY-2399.
--

Resolution: Fixed

Added to the main website as and where suggested. 

> Promote confluence wiki article on security to Tuscany website
> --
>
> Key: TUSCANY-2399
> URL: https://issues.apache.org/jira/browse/TUSCANY-2399
> Project: Tuscany
>  Issue Type: Improvement
>  Components: Website
>Reporter: Dan Becker
>Assignee: Luciano Resende
>Priority: Minor
>
> I've just placed an article on how to run Tuscany applications with Java 2 
> security enabled on the Confluence internal wiki site at 
> http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Running+Tuscany+with+Java+2+Security+Enabled.
> I think this would benefit readers of the external Tuscany site at 
> http://tuscany.apache.org/. I suggest the article be copied and placed as a 
> child at  http://tuscany.apache.org/java-sca-documentation-menu.html. There 
> is already a security-related for developers there at "Security aware 
> programming guide". This new article would be valuable to all users under the 
> users section.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (TUSCANY-2399) Promote confluence wiki article on security to Tuscany website

2008-08-04 Thread Luciano Resende (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luciano Resende reassigned TUSCANY-2399:


Assignee: Luciano Resende

> Promote confluence wiki article on security to Tuscany website
> --
>
> Key: TUSCANY-2399
> URL: https://issues.apache.org/jira/browse/TUSCANY-2399
> Project: Tuscany
>  Issue Type: Improvement
>  Components: Website
>Reporter: Dan Becker
>Assignee: Luciano Resende
>Priority: Minor
>
> I've just placed an article on how to run Tuscany applications with Java 2 
> security enabled on the Confluence internal wiki site at 
> http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Running+Tuscany+with+Java+2+Security+Enabled.
> I think this would benefit readers of the external Tuscany site at 
> http://tuscany.apache.org/. I suggest the article be copied and placed as a 
> child at  http://tuscany.apache.org/java-sca-documentation-menu.html. There 
> is already a security-related for developers there at "Security aware 
> programming guide". This new article would be valuable to all users under the 
> users section.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TUSCANY-2399) Promote confluence wiki article on security to Tuscany website

2008-08-04 Thread Dan Becker (JIRA)

[ 
https://issues.apache.org/jira/browse/TUSCANY-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619490#action_12619490
 ] 

Dan Becker commented on TUSCANY-2399:
-

Pinging this issue in hope that it can be addressed. I would like to see the 
WIKI article mentioned promoted to the external site.

> Promote confluence wiki article on security to Tuscany website
> --
>
> Key: TUSCANY-2399
> URL: https://issues.apache.org/jira/browse/TUSCANY-2399
> Project: Tuscany
>  Issue Type: Improvement
>  Components: Website
>Reporter: Dan Becker
>Priority: Minor
>
> I've just placed an article on how to run Tuscany applications with Java 2 
> security enabled on the Confluence internal wiki site at 
> http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Running+Tuscany+with+Java+2+Security+Enabled.
> I think this would benefit readers of the external Tuscany site at 
> http://tuscany.apache.org/. I suggest the article be copied and placed as a 
> child at  http://tuscany.apache.org/java-sca-documentation-menu.html. There 
> is already a security-related for developers there at "Security aware 
> programming guide". This new article would be valuable to all users under the 
> users section.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Creating a Academic/University section in the Tuscany website ?

2008-06-23 Thread Luciano Resende
I have noticed that a big portion of people accessing our website and
coming to our mailing list are affiliated with the Academic/University
community. I was wondering if it would be helpful to create a section
in our website targeting this audience, and also what content  would
be of most help on this section.

Also, note that I have started something on that direction [1],
targeting the GSoC students. We could use that as an example, but we
should not be restricted to it's format.

Thoughts ?


[1] http://tuscany.apache.org/tuscany-dashboard.html

-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/


Re: Tuscany Website post TLP migration fix-up

2008-06-17 Thread Luciano Resende
The previous releases (Incubator releases) will continue to be
available in the  incubator release distribution place. New releases
will be in a different place.

On Tue, Jun 17, 2008 at 5:44 PM, haleh mahbod <[EMAIL PROTECTED]> wrote:
> Just a clarification. I dropped the word release.
> The question is the previous releases download location remains the same?
>
>
> On 6/17/08, haleh mahbod <[EMAIL PROTECTED]> wrote:
>>
>> Is it correct to assume that all the previous download locations remain the
>> same or are the previous releases moving as well?
>>
>>
>>  On 6/17/08, Luciano Resende <[EMAIL PROTECTED]> wrote:
>>>
>>> With all the changes taking effect for the TLP Migration, we need to
>>> work on fixing up our website to point to the correct places now.
>>>
>>> I have created TUSCANY-2401 for us to track what needs to be changed
>>> and the progress we are making.
>>>
>>> Please comment or edit the jira in case you see any other references
>>> that need to be updated or removed.
>>>
>>>
>>> [1] https://issues.apache.org/jira/browse/TUSCANY-2401
>>>
>>> --
>>> Luciano Resende
>>> Apache Tuscany Committer
>>> http://people.apache.org/~lresende
>>> http://lresende.blogspot.com/
>>>
>>
>>
>



-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/


Re: Tuscany Website post TLP migration fix-up

2008-06-17 Thread haleh mahbod
Just a clarification. I dropped the word release.
The question is the previous releases download location remains the same?


On 6/17/08, haleh mahbod <[EMAIL PROTECTED]> wrote:
>
> Is it correct to assume that all the previous download locations remain the
> same or are the previous releases moving as well?
>
>
>  On 6/17/08, Luciano Resende <[EMAIL PROTECTED]> wrote:
>>
>> With all the changes taking effect for the TLP Migration, we need to
>> work on fixing up our website to point to the correct places now.
>>
>> I have created TUSCANY-2401 for us to track what needs to be changed
>> and the progress we are making.
>>
>> Please comment or edit the jira in case you see any other references
>> that need to be updated or removed.
>>
>>
>> [1] https://issues.apache.org/jira/browse/TUSCANY-2401
>>
>> --
>> Luciano Resende
>> Apache Tuscany Committer
>> http://people.apache.org/~lresende
>> http://lresende.blogspot.com/
>>
>
>


Re: Tuscany Website post TLP migration fix-up

2008-06-17 Thread haleh mahbod
Is it correct to assume that all the previous download locations remain the
same or are the previous releases moving as well?


On 6/17/08, Luciano Resende <[EMAIL PROTECTED]> wrote:
>
> With all the changes taking effect for the TLP Migration, we need to
> work on fixing up our website to point to the correct places now.
>
> I have created TUSCANY-2401 for us to track what needs to be changed
> and the progress we are making.
>
> Please comment or edit the jira in case you see any other references
> that need to be updated or removed.
>
>
> [1] https://issues.apache.org/jira/browse/TUSCANY-2401
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/
>


Tuscany Website post TLP migration fix-up

2008-06-17 Thread Luciano Resende
With all the changes taking effect for the TLP Migration, we need to
work on fixing up our website to point to the correct places now.

I have created TUSCANY-2401 for us to track what needs to be changed
and the progress we are making.

Please comment or edit the jira in case you see any other references
that need to be updated or removed.


[1] https://issues.apache.org/jira/browse/TUSCANY-2401

-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/