Hi Devin, That's fine, I'm sorry if I was too harsh as well. I'm actually upset about a number of other issues not directly related to this project.
You have been quite busy. When we have more time I can explain what I have learned about Apache CMS. I have confirmed that the only html in odf/site/trunk/content/odftoolkit/ is javadoc generated. I agree that the html pattern is not necessary. I think that path.pm ought to recognize the javadoc html and take an appropriate action. What is likely is that I'll pick from two approaches. (1) If it is a frameset then insert a header and a footer frame. (2) If it is a regular html generated java doc then it should be copied as is - it is content that appears on one of the frames. I have a similar issue in AOOo's javadoc that I noticed early this week. Best Regards, Dave On Sep 7, 2011, at 9:11 AM, Devin Han wrote: > Sorry, Dave. apologize to you. I think I am too tired and say something > untimely words. > Please forgot the last post from me ;) > > 2011/9/8 Devin Han <[email protected]> > >> >> >> 2011/9/7 Dave Fisher <[email protected]> >> >>> 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. >>> >> >> Take it easy, please. >> First, I should say sorry, I forgot to chage it back. Second, I removed " >> [qr!\.html$!, html_page => { template => "html_page.html" }]," just for >> finding the reason. Before I removed it, the javacode had been can't be >> accessed. Lastly, I am a new comer for Apache. Please give me more tolerant >> and encourage. Why you don't see how many commits from devinhan? Why nobody >> say, "you’ve worked hard, devin"? While this small issue you see, you feel >> unhappy, and you are on fire. If blame devin can make this community more >> active, I am willing to be The Cooler! >> >> >>> >>> $ 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 >>>> >>>> >>> >>> >> >> >> -- >> -Devin >> > > > > -- > -Devin
