Changeset 3226:79495cfe0029 for inc/public/default-templates
- Timestamp:
 - 03/18/16 11:10:10 (10 years ago)
 - Branch:
 - default
 - Location:
 - inc/public/default-templates
 - Files:
 - 
          
- 12 edited
 
- 
          currywurst/__layout.html (modified) (2 diffs)
 - 
          currywurst/archive.html (modified) (1 diff)
 - 
          currywurst/atom-comments.xml (modified) (1 diff)
 - 
          currywurst/atom.xml (modified) (1 diff)
 - 
          currywurst/rss2-comments.xml (modified) (1 diff)
 - 
          currywurst/rss2.xml (modified) (1 diff)
 - 
          currywurst/search.html (modified) (1 diff)
 - 
          mustek/__layout.html (modified) (2 diffs)
 - 
          mustek/atom-comments.xml (modified) (1 diff)
 - 
          mustek/atom.xml (modified) (1 diff)
 - 
          mustek/rss2-comments.xml (modified) (1 diff)
 - 
          mustek/rss2.xml (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
inc/public/default-templates/currywurst/__layout.html
r3017 r3226 15 15 </tpl:Block> <!-- meta-robots --> 16 16 <tpl:Block name="meta-entry"> 17 <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription cut_string="180" encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />17 <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription cut_string="180" remove_html="1" encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 18 18 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 19 19 <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> … … 29 29 <tpl:Block name="dc-entry"> 30 30 <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 31 <meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription encode_html="1"}}" />31 <meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription remove_html="1" encode_html="1"}}" /> 32 32 <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> 33 33 <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />  - 
        
inc/public/default-templates/currywurst/archive.html
r2845 r3226 7 7 <tpl:Block name="dc-entry"> 8 8 <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}" /> 9 <meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription encode_html="1"}}" />9 <meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription remove_html="1" encode_html="1"}}" /> 10 10 <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> 11 11 <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />  - 
        
inc/public/default-templates/currywurst/atom-comments.xml
r2600 r3226 7 7 <link href="{{tpl:SysSelfURI}}" rel="self" type="application/atom+xml"/> 8 8 <link href="{{tpl:BlogURL}}" rel="alternate" type="text/html" 9 title="{{tpl:BlogDescription encode_xml="1"}}"/>9 title="{{tpl:BlogDescription remove_html="1" encode_xml="1"}}"/> 10 10 <updated>{{tpl:BlogUpdateDate iso8601="1"}}</updated> 11 11 <author>  - 
        
inc/public/default-templates/currywurst/atom.xml
r2600 r3226 9 9 <link href="{{tpl:SysSelfURI}}" rel="self" type="application/atom+xml"/> 10 10 <link href="{{tpl:BlogURL}}" rel="alternate" type="text/html" 11 title="{{tpl:BlogDescription encode_xml="1"}}"/>11 title="{{tpl:BlogDescription remove_html="1" encode_xml="1"}}"/> 12 12 <updated>{{tpl:BlogUpdateDate iso8601="1"}}</updated> 13 13 <author>  - 
        
inc/public/default-templates/currywurst/rss2-comments.xml
r2600 r3226 10 10 <link>{{tpl:BlogURL}}</link> 11 11 <atom:link href="{{tpl:SysSelfURI}}" rel="self" type="application/rss+xml"/> 12 <description>{{tpl:BlogDescription encode_xml="1"}}</description>12 <description>{{tpl:BlogDescription remove_html="1" encode_xml="1"}}</description> 13 13 <language>{{tpl:BlogLanguage}}</language> 14 14 <pubDate>{{tpl:BlogUpdateDate rfc822="1"}}</pubDate>  - 
        
inc/public/default-templates/currywurst/rss2.xml
r2600 r3226 10 10 <link>{{tpl:BlogURL}}</link> 11 11 <atom:link href="{{tpl:SysSelfURI}}" rel="self" type="application/rss+xml"/> 12 <description>{{tpl:BlogDescription encode_xml="1"}}</description>12 <description>{{tpl:BlogDescription remove_html="1" encode_xml="1"}}</description> 13 13 <language>{{tpl:BlogLanguage}}</language> 14 14 <pubDate>{{tpl:BlogUpdateDate rfc822="1"}}</pubDate>  - 
        
inc/public/default-templates/currywurst/search.html
r3042 r3226 11 11 <tpl:Block name="dc-entry"> 12 12 <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Search}} - {{tpl:SysSearchString encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 13 <meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription encode_html="1"}}" />13 <meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription remove_html="1" encode_html="1"}}" /> 14 14 <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> 15 15 <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />  - 
        
inc/public/default-templates/mustek/__layout.html
r3061 r3226 15 15 </tpl:Block> <!-- meta-robots --> 16 16 <tpl:Block name="meta-entry"> 17 <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription cut_string="180" encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />17 <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription cut_string="180" remove_html="1" encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 18 18 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 19 19 <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> … … 29 29 <tpl:Block name="dc-entry"> 30 30 <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 31 <meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription encode_html="1"}}" />31 <meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription remove_html="1" encode_html="1"}}" /> 32 32 <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> 33 33 <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />  - 
        
inc/public/default-templates/mustek/atom-comments.xml
r2599 r3226 7 7 <link href="{{tpl:SysSelfURI}}" rel="self" type="application/atom+xml"/> 8 8 <link href="{{tpl:BlogURL}}" rel="alternate" type="text/html" 9 title="{{tpl:BlogDescription encode_xml="1"}}"/>9 title="{{tpl:BlogDescription remove_html="1" encode_xml="1"}}"/> 10 10 <updated>{{tpl:BlogUpdateDate iso8601="1"}}</updated> 11 11 <author>  - 
        
inc/public/default-templates/mustek/atom.xml
r2599 r3226 9 9 <link href="{{tpl:SysSelfURI}}" rel="self" type="application/atom+xml"/> 10 10 <link href="{{tpl:BlogURL}}" rel="alternate" type="text/html" 11 title="{{tpl:BlogDescription encode_xml="1"}}"/>11 title="{{tpl:BlogDescription remove_html="1" encode_xml="1"}}"/> 12 12 <updated>{{tpl:BlogUpdateDate iso8601="1"}}</updated> 13 13 <author>  - 
        
inc/public/default-templates/mustek/rss2-comments.xml
r2599 r3226 10 10 <link>{{tpl:BlogURL}}</link> 11 11 <atom:link href="{{tpl:SysSelfURI}}" rel="self" type="application/rss+xml"/> 12 <description>{{tpl:BlogDescription encode_xml="1"}}</description>12 <description>{{tpl:BlogDescription remove_html="1" encode_xml="1"}}</description> 13 13 <language>{{tpl:BlogLanguage}}</language> 14 14 <pubDate>{{tpl:BlogUpdateDate rfc822="1"}}</pubDate>  - 
        
inc/public/default-templates/mustek/rss2.xml
r2599 r3226 10 10 <link>{{tpl:BlogURL}}</link> 11 11 <atom:link href="{{tpl:SysSelfURI}}" rel="self" type="application/rss+xml"/> 12 <description>{{tpl:BlogDescription encode_xml="1"}}</description>12 <description>{{tpl:BlogDescription remove_html="1" encode_xml="1"}}</description> 13 13 <language>{{tpl:BlogLanguage}}</language> 14 14 <pubDate>{{tpl:BlogUpdateDate rfc822="1"}}</pubDate>  
Note: See TracChangeset
          for help on using the changeset viewer.
      