Hi Devin,

Would you please let the world go round to allow the rest of the (few) people 
on the project to respond to issues?

You can use svn log to see who is to blame and then discuss the trouble.

$ svn log path.pm
------------------------------------------------------------------------
r1166002 | devinhan | 2011-09-06 22:20:48 -0700 (Tue, 06 Sep 2011) | 1 line


------------------------------------------------------------------------
r1160503 | wave | 2011-08-22 16:48:04 -0700 (Mon, 22 Aug 2011) | 1 line

Basic website copied from AOOo podling. No logo yet.
------------------------------------------------------------------------

Regards,
Dave


On Sep 6, 2011, at 10:20 PM, [email protected] wrote:

> Author: devinhan
> Date: Wed Sep  7 05:20:48 2011
> New Revision: 1166002
> 
> URL: http://svn.apache.org/viewvc?rev=1166002&view=rev
> Log: (empty)
> 
> Modified:
>    incubator/odf/site/trunk/lib/path.pm
> 
> Modified: incubator/odf/site/trunk/lib/path.pm
> URL: 
> http://svn.apache.org/viewvc/incubator/odf/site/trunk/lib/path.pm?rev=1166002&r1=1166001&r2=1166002&view=diff
> ==============================================================================
> --- incubator/odf/site/trunk/lib/path.pm (original)
> +++ incubator/odf/site/trunk/lib/path.pm Wed Sep  7 05:20:48 2011
> @@ -4,7 +4,6 @@ package path;
> 
> our @patterns = (
>       [qr!\.mdtext$!, single_narrative => { template => 
> "single_narrative.html" }],
> -     [qr!\.html$!, html_page => { template => "html_page.html" }],
> ) ;
> 
> # for specifying interdependencies between files
> 
> 

Reply via email to