You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by David Crossley <cr...@apache.org> on 2005/06/16 01:56:05 UTC

Re: svn commit: r190831 - in /forrest/site/pluginDocs: ./ readme.txt

I might be on the wrong track, but i thought that we were going to
have versioned plugin docs like site/plugins_0_70 and site/plugins_0_80/

-David

> Author: rgardler
> Date: Wed Jun 15 16:23:32 2005
> New Revision: 190831
> 
> URL: http://svn.apache.org/viewcvs?rev=190831&view=rev
> Log:
> placeholder for plugin docs
> 
> Added:
>     forrest/site/pluginDocs/
>     forrest/site/pluginDocs/readme.txt   (with props)
> 
> Added: forrest/site/pluginDocs/readme.txt
> URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/readme.txt?rev=190831&view=auto
> ==============================================================================
> --- forrest/site/pluginDocs/readme.txt (added)
> +++ forrest/site/pluginDocs/readme.txt Wed Jun 15 16:23:32 2005
> @@ -0,0 +1,3 @@
> +This is a placeholder for plugin documentation to be hosted by Apache Forrest.
> +
> +Plugin docs will be automatically deployed to this directory.
> \ No newline at end of file
> 
> Propchange: forrest/site/pluginDocs/readme.txt
> ------------------------------------------------------------------------------
>     svn:eol-style = native
> 

Re: svn commit: r190831 - in /forrest/site/pluginDocs: ./ readme.txt

Posted by David Crossley <cr...@apache.org>.
Ah okay, i see that you are using sub-directories.

-David

David Crossley wrote:
> I might be on the wrong track, but i thought that we were going to
> have versioned plugin docs like site/plugins_0_70 and site/plugins_0_80/
> 
> -David
> 
> > Author: rgardler
> > Date: Wed Jun 15 16:23:32 2005
> > New Revision: 190831
> > 
> > URL: http://svn.apache.org/viewcvs?rev=190831&view=rev
> > Log:
> > placeholder for plugin docs
> > 
> > Added:
> >     forrest/site/pluginDocs/
> >     forrest/site/pluginDocs/readme.txt   (with props)
> > 
> > Added: forrest/site/pluginDocs/readme.txt
> > URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/readme.txt?rev=190831&view=auto
> > ==============================================================================
> > --- forrest/site/pluginDocs/readme.txt (added)
> > +++ forrest/site/pluginDocs/readme.txt Wed Jun 15 16:23:32 2005
> > @@ -0,0 +1,3 @@
> > +This is a placeholder for plugin documentation to be hosted by Apache Forrest.
> > +
> > +Plugin docs will be automatically deployed to this directory.
> > \ No newline at end of file
> > 
> > Propchange: forrest/site/pluginDocs/readme.txt
> > ------------------------------------------------------------------------------
> >     svn:eol-style = native
> > 

Re: svn commit: r190831 - in /forrest/site/pluginDocs: ./ readme.txt

Posted by Ross Gardler <rg...@apache.org>.
David Crossley wrote:
> I might be on the wrong track, but i thought that we were going to
> have versioned plugin docs like site/plugins_0_70 and site/plugins_0_80/

You are right, but it is a problem for me to implement this with the way 
the plugin build system works. I don't have the time to change the whole 
build system right now. It is much easier for me to deploy to 
site/pluginDocs/plugins_0_70 and site/pluginDocs/plugins_0_80

I could make it go into the root, but it would mean checking out the 
whole SVN repository rather than just the pluginDocs directory. In my 
opinion this is a waste of everyones resources and especially bandwidth.

I don't percieve a problem with this since the only direct links to 
plugins are via the plugins.xml file which is being updated accordingly.

I've uploaded the patch to SVN and am about to call a vote on the patch 
so if you think there is a problem please raise it in that thread.

Ross