You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/05/25 05:34:04 UTC

svn commit: r409294 - in /forrest/trunk/site-author/content: .htaccess xdocs/docs_0_80/build.xml xdocs/docs_0_80/howto/build.xml

Author: crossley
Date: Wed May 24 20:34:04 2006
New Revision: 409294

URL: http://svn.apache.org/viewvc?rev=409294&view=rev
Log:
Put the build.html doc back where it used to be.

Added:
    forrest/trunk/site-author/content/xdocs/docs_0_80/build.xml
      - copied unchanged from r409265, forrest/trunk/site-author/content/xdocs/docs_0_80/howto/build.xml
Removed:
    forrest/trunk/site-author/content/xdocs/docs_0_80/howto/build.xml
Modified:
    forrest/trunk/site-author/content/.htaccess

Modified: forrest/trunk/site-author/content/.htaccess
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/.htaccess?rev=409294&r1=409293&r2=409294&view=diff
==============================================================================
--- forrest/trunk/site-author/content/.htaccess (original)
+++ forrest/trunk/site-author/content/.htaccess Wed May 24 20:34:04 2006
@@ -34,7 +34,6 @@
 # Some moved documents
 RedirectMatch ^/docs/docs_0_80/howto/howto-structurer-install(.*) http://forrest.apache.org/docs_0_80/howto/howto-dispatcher-install$1
 RedirectMatch ^/docs_0_80/compliance(.*) http://forrest.apache.org/compliance$1
-RedirectMatch ^/docs_0_80/howto/build(.*) http://forrest.apache.org/docs_0_80/build$1
 RedirectMatch ^/docs_0_80/forrest-contract(.*) http://forrest.apache.org/forrest-contract$1
 RedirectMatch ^/docs_0_80/howto/howto-howto(.*) http://forrest.apache.org/howto-howto$1
 RedirectMatch ^/docs_0_80/howto/howto-dev(.*) http://forrest.apache.org/howto-dev$1



Re: svn commit: r409294 - in /forrest/trunk/site-author/content: .htaccess xdocs/docs_0_80/build.xml xdocs/docs_0_80/howto/build.xml

Posted by David Crossley <cr...@apache.org>.
Ferdinand Soethe wrote:
> David Crossley wrote:
> 
> > When i tried to cleanup after the forrestbot, to
> > remove old generated docs (because fb has a bug)
> > i became confused about what needed to be removed.
> 
> I'd like to document this requirement so that people who reorganize
> can do it themselves. It it just deleting files that have been deleted
> or moved?

Yes.

Partially documented at roles.html#documentation-coordinator
FOR-392

-David

Re: svn commit: r409294 - in /forrest/trunk/site-author/content: .htaccess xdocs/docs_0_80/build.xml xdocs/docs_0_80/howto/build.xml

Posted by Ferdinand Soethe <fe...@apache.org>.
David Crossley wrote:

> When i prepared that commit message, i found myself
> spending too much time trying to explain. So i gave up
> and was terse. Sorry, better to spend the time.

Yes. I know it created more work for you when I take over some of the
documentation stuff. But I hope I can make it worth it.

> The old location was in the last two releases
> and there were references to this. There is also
> a website redirect for this page already to
> make it always go to the -dev version.

> When i tried to cleanup after the forrestbot, to
> remove old generated docs (because fb has a bug)
> i became confused about what needed to be removed.

I'd like to document this requirement so that people who reorganize
can do it themselves. It it just deleting files that have been deleted
or moved?

> Your new .htaccess redirect for the webserver was
> going in the opposite direction.

Oops!

> I found it easier just to go back to what we had before.

> Was there a particular reason for the move?

No, actually just logical reason. Beginning to think that we should
have left all howtos in docs in the first place to avoid this moving
to and fro. But when I moved those I wasn't aware of the ..-trick.

Learning something every day. Thanks for taking the time.

--
Ferdinand Soethe


Re: svn commit: r409294 - in /forrest/trunk/site-author/content: .htaccess xdocs/docs_0_80/build.xml xdocs/docs_0_80/howto/build.xml

Posted by David Crossley <cr...@apache.org>.
Ferdinand Soethe wrote:
> David,
> 
> if I did something wrong by moving this document, pls let me know so
> that I can avoid that mistake next time round.
> 
> Was there a technical problem with it being moved?

When i prepared that commit message, i found myself
spending too much time trying to explain. So i gave up
and was terse. Sorry, better to spend the time.

The old location was in the last two releases
and there were references to this. There is also
a website redirect for this page already to
make it always go to the -dev version.

When i tried to cleanup after the forrestbot, to
remove old generated docs (because fb has a bug)
i became confused about what needed to be removed.

Your new .htaccess redirect for the webserver was
going in the opposite direction.

I found it easier just to go back to what we had before.

Was there a particular reason for the move?

-David

> > Author: crossley
> > Date: Wed May 24 20:34:04 2006
> > New Revision: 409294
> 
> > URL: http://svn.apache.org/viewvc?rev=409294&view=rev
> > Log:
> > Put the build.html doc back where it used to be.
> 
> > Added:
> >     forrest/trunk/site-author/content/xdocs/docs_0_80/build.xml
> >       - copied unchanged from r409265,
> > forrest/trunk/site-author/content/xdocs/docs_0_80/howto/build.xml
> > Removed:
> >     forrest/trunk/site-author/content/xdocs/docs_0_80/howto/build.xml
> > Modified:
> >     forrest/trunk/site-author/content/.htaccess
> 
> > Modified: forrest/trunk/site-author/content/.htaccess
> > URL:
> > http://svn.apache.org/viewvc/forrest/trunk/site-author/content/.htaccess?rev=409294&r1=409293&r2=409294&view=diff
> > ==============================================================================
> > --- forrest/trunk/site-author/content/.htaccess (original)
> > +++ forrest/trunk/site-author/content/.htaccess Wed May 24 20:34:04 2006
> > @@ -34,7 +34,6 @@
> >  # Some moved documents
> >  RedirectMatch ^/docs/docs_0_80/howto/howto-structurer-install(.*)
> > http://forrest.apache.org/docs_0_80/howto/howto-dispatcher-install$1
> >  RedirectMatch ^/docs_0_80/compliance(.*)
> > http://forrest.apache.org/compliance$1
> > -RedirectMatch ^/docs_0_80/howto/build(.*)
> > http://forrest.apache.org/docs_0_80/build$1
> >  RedirectMatch ^/docs_0_80/forrest-contract(.*)
> > http://forrest.apache.org/forrest-contract$1
> >  RedirectMatch ^/docs_0_80/howto/howto-howto(.*)
> > http://forrest.apache.org/howto-howto$1
> >  RedirectMatch ^/docs_0_80/howto/howto-dev(.*)
> > http://forrest.apache.org/howto-dev$1
> 
> 

Re: svn commit: r409294 - in /forrest/trunk/site-author/content: .htaccess xdocs/docs_0_80/build.xml xdocs/docs_0_80/howto/build.xml

Posted by Ferdinand Soethe <ma...@soethe.net>.
David,

if I did something wrong by moving this document, pls let me know so
that I can avoid that mistake next time round.

Was there a technical problem with it being moved?

Thanks,
Ferdinand


> Author: crossley
> Date: Wed May 24 20:34:04 2006
> New Revision: 409294

> URL: http://svn.apache.org/viewvc?rev=409294&view=rev
> Log:
> Put the build.html doc back where it used to be.

> Added:
>     forrest/trunk/site-author/content/xdocs/docs_0_80/build.xml
>       - copied unchanged from r409265,
> forrest/trunk/site-author/content/xdocs/docs_0_80/howto/build.xml
> Removed:
>     forrest/trunk/site-author/content/xdocs/docs_0_80/howto/build.xml
> Modified:
>     forrest/trunk/site-author/content/.htaccess

> Modified: forrest/trunk/site-author/content/.htaccess
> URL:
> http://svn.apache.org/viewvc/forrest/trunk/site-author/content/.htaccess?rev=409294&r1=409293&r2=409294&view=diff
> ==============================================================================
> --- forrest/trunk/site-author/content/.htaccess (original)
> +++ forrest/trunk/site-author/content/.htaccess Wed May 24 20:34:04 2006
> @@ -34,7 +34,6 @@
>  # Some moved documents
>  RedirectMatch ^/docs/docs_0_80/howto/howto-structurer-install(.*)
> http://forrest.apache.org/docs_0_80/howto/howto-dispatcher-install$1
>  RedirectMatch ^/docs_0_80/compliance(.*)
> http://forrest.apache.org/compliance$1
> -RedirectMatch ^/docs_0_80/howto/build(.*)
> http://forrest.apache.org/docs_0_80/build$1
>  RedirectMatch ^/docs_0_80/forrest-contract(.*)
> http://forrest.apache.org/forrest-contract$1
>  RedirectMatch ^/docs_0_80/howto/howto-howto(.*)
> http://forrest.apache.org/howto-howto$1
>  RedirectMatch ^/docs_0_80/howto/howto-dev(.*)
> http://forrest.apache.org/howto-dev$1