Changeset 7482


Ignore:
Timestamp:
08/23/09 06:57:58 (2 years ago)
Author:
szabgab
Message:

add copyright and license to download page and to a separare legal.html page linked from the footer

Location:
trunk/template.padre.perlide.org/tt
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template.padre.perlide.org/tt/lib/footer

    r7467 r7482  
    33[% WRAPPER chrome/styled_panel %] 
    44<div id="footer"> 
    5 last updated [% build_date %], <address>Padre webmasters</address>, <a href="code_of_conduct.html">Code of Conduct and Diversity Statement</a> 
     5last updated [% build_date %], <address>Padre webmasters</address>, <a href="code_of_conduct.html">Code of Conduct and Diversity Statement</a>, 
     6<a href="legal.html">legal</a> 
     7 
    68</div> 
    79[% END %] 
  • trunk/template.padre.perlide.org/tt/pages/download.html

    r7391 r7482  
    1616</div> 
    1717 
     18 
    1819<div class="spacer"></div> 
    1920[% WRAPPER chrome/styled_panel %] 
     
    2425[% END %] 
    2526 
     27<div class="spacer"></div> 
     28[% WRAPPER chrome/styled_panel %] 
     29 <h1>License</h1> 
     30  
     31 <p> 
     32 Padre is free oftware. You can redistribute it and/or  
     33 modify it under the same terms as Perl 5.10 which means 
     34 either the <a href="http://svn.perlide.org/padre/trunk/Padre/Artistic">Artistic</a> 
     35 license or <a href="http://svn.perlide.org/padre/trunk/Padre/COPYING">GPL I</a>. 
     36 </p> 
     37 
    2638[% END %] 
     39 
     40<div class="spacer"></div> 
     41[% WRAPPER chrome/styled_panel %] 
     42 <h1>Copyright</h1> 
     43  
     44 <p> 
     45 Copyright 2008-2009 The Padre development teams listed in Padre.pm 
     46 in the main distribution. 
     47 </p> 
     48 
     49 
     50[% END %] 
     51 
     52 
     53[% END %] 
     54 
     55 
     56 
     57 
    2758 
    2859[%# Page layout ends ... block templates below per download type %] 
Note: See TracChangeset for help on using the changeset viewer.