No it should only involve changes to templates,
not to code.  Just instead of including stuff
with django includes, you let the server do it
with SSI directives in their place.



----- Original Message -----
> From: Dave Fisher <dave2w...@comcast.net>
> To: "ooo-dev@incubator.apache.org Incubator" <ooo-dev@incubator.apache.org>
> Cc: 
> Sent: Sunday, February 19, 2012 2:36 PM
> Subject: Re: svn commit: r1291033 - 
> /incubator/ooo/ooo-site/trunk/templates/skeleton.html
> 
> Hi Joe,
> 
> On Feb 19, 2012, at 11:26 AM, Dave Fisher wrote:
> 
>>  Hi Joe,
>> 
>>  Sorry for the sledgehammer.
>> 
>>  You pointed me towards TrafficServer as an example.
>> 
>>  I see .htaccess has:
>> 
>>  AddOutputFilter INCLUDES .html
> 
> OK. I found the real example in the docs directory.
> 
>> 
>>  But I am afraid that I really don't see includes being used anywhere in 
> the templates.
>> 
>>  I would be happy to follow the SSI example, but I'll need something a 
> little more obvious to follow.
> 
> Well these changes will be extensive in both templates and view.pm. I'll see 
> how things go, but I won't have bandwidth for this for a couple of weeks. 
> I'll try to get it done for the coming logo change.
> 
> So, there will be one more sledgehammer for sure, one to switch to SSI.
> 
> Regards,
> Dave
> 
>> 
>>  Regards,
>>  Dave
>> 
>>  On Feb 19, 2012, at 11:14 AM, Joe Schaefer wrote:
>> 
>>>  Had you migrated  ooo-site to SSI by now this change
>>>  would've been a trivial one.  Instead it's another
>>>  massive change.  Please consider what I said about SSI
>>>  seriously, it will not noticeably impact delivery
>>>  performance one bit, and will save you the headache
>>>  of dealing with massive changes every time a header
>>>  or footer changes content.
>>> 
>>> 
>>> 
>>>  ----- Original Message -----
>>>>  From: "w...@apache.org" <w...@apache.org>
>>>>  To: ooo-comm...@incubator.apache.org
>>>>  Cc: 
>>>>  Sent: Sunday, February 19, 2012 1:31 PM
>>>>  Subject: svn commit: r1291033 - 
> /incubator/ooo/ooo-site/trunk/templates/skeleton.html
>>>> 
>>>>  Author: wave
>>>>  Date: Sun Feb 19 18:31:13 2012
>>>>  New Revision: 1291033
>>>> 
>>>>  URL: http://svn.apache.org/viewvc?rev=1291033&view=rev
>>>>  Log:
>>>>  Adjust the footer in templates/skeleton.html
>>>> 
>>>>  Modified:
>>>>     incubator/ooo/ooo-site/trunk/templates/skeleton.html
>>>> 
>>>>  Modified: incubator/ooo/ooo-site/trunk/templates/skeleton.html
>>>>  URL: 
>>>> 
> http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/templates/skeleton.html?rev=1291033&r1=1291032&r2=1291033&view=diff
>>>> 
> ==============================================================================
>>>>  --- incubator/ooo/ooo-site/trunk/templates/skeleton.html (original)
>>>>  +++ incubator/ooo/ooo-site/trunk/templates/skeleton.html Sun Feb 19 
> 18:31:13 
>>>>  2012
>>>>  @@ -46,18 +46,20 @@
>>>>    <div id="footera">
>>>>      <div id="poweredbya"><p><img 
>>>> 
> src="/images/feather-small.gif"/></p></div>
>>>>      <div id="copyrighta">
>>>>  +      <p align="center">
>>>>  +    <a href="/license.html">Copyright & 
> License</a> | 
>>>>  <a href="/contact_us.html">Contact Us</a>
>>>>  +      </p>
>>>>  +      <p>
>>>>  +    Apache and the Apache feather logos are trademarks of The 
> Apache Software 
>>>>  Foundation.
>>>>  +    OpenOffice.org and the seagull logo are registered trademarks 
> of The Apache 
>>>>  Software Foundation.
>>>>  +    Other names appearing on the site may be trademarks of their 
> respective 
>>>>  owners.
>>>>  +      </p>
>>>>        <p>
>>>>     Apache OpenOffice is an effort undergoing incubation at The 
> Apache Software 
>>>>  Foundation (ASF), sponsored by the Apache Incubator.
>>>>     Incubation is required of all newly accepted projects until a 
> further review 
>>>>  indicates that the infrastructure, communications, and
>>>>     decision making process    have stabilized in a manner 
> consistent with other 
>>>>  successful ASF projects. While incubation status is
>>>>     not necessarily a reflection of the completeness or stability of 
> the code, 
>>>>  it does indicate that the project has
>>>>     yet to be fully endorsed by the ASF.</p>
>>>>  -      <p>
>>>>  -    <a href="/license.html">Copyright & 
> License</a>
>>>>  -    <br />Apache and the Apache feather logos are trademarks 
> of The 
>>>>  Apache Software Foundation.
>>>>  -    OpenOffice.org and the seagull logo are registered trademarks 
> of The Apache 
>>>>  Software Foundation.
>>>>  -    Other names appearing on the site may be trademarks of their 
> respective 
>>>>  owners.
>>>>  -      </p>
>>>>      </div>
>>>>    </div>
>>>> 
>> 
>

Reply via email to