Changeset 1097
- Timestamp:
- 06/21/07 12:25:06 (16 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
Changes (modified) (1 diff)
-
lib/OpenGuides.pm (modified) (1 diff)
-
templates/header.tt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r1094 r1097 27 27 Add email notifications when moderated nodes are edited (#138) 28 28 Add IP addresses into non-anonymous changes in Recent Changes (#113) 29 Add an OpenSearch description, and automatic discovery for it (#180) 29 30 30 31 0.60 13 May 2007 -
trunk/lib/OpenGuides.pm
r1096 r1097 1207 1207 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> 1208 1208 <ShortName>$site_name</ShortName> 1209 <Description>Search the $site_name</Description>1209 <Description>Search the site '$site_name'</Description> 1210 1210 <Tags>$site_name</Tags> 1211 1211 <Contact>$contact_email</Contact> -
trunk/templates/header.tt
r1049 r1097 2 2 "http://www.w3.org/TR/html4/loose.dtd"> 3 3 <html lang="[% language %]"> 4 <head >4 <head profile="http://a9.com/-/spec/opensearch/1.1/"> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 6 [% IF page_title %] … … 38 38 <meta name="geo.position" content="[% wgs84_lat %], [% wgs84_long %]" /> 39 39 [% END %] 40 <link rel="alternate" type="application/rss+xml" title="[% site_name %] - Recent Changes (RSS 1.0)" href="[% full_cgi_url %]?action=rc;format=rss" /> 41 <link rel="alternate" type="application/atom+xml" title="[% site_name %] - Recent Changes (Atom)" href="[% full_cgi_url %]?action=rc;format=atom" /> 40 <link rel="alternate" 41 type="application/rss+xml" 42 title="[% site_name %] - Recent Changes (RSS 1.0)" 43 href="[% full_cgi_url %]?action=rc;format=rss" /> 44 <link rel="alternate" 45 type="application/atom+xml" 46 title="[% site_name %] - Recent Changes (Atom)" 47 href="[% full_cgi_url %]?action=rc;format=atom" /> 48 <link rel="search" 49 type="application/opensearchdescription+xml" 50 title="Search the site '[% site_name %]'" 51 href="[% full_cgi_url %]?action=about;format=opensearch" /> 42 52 [% IF deter_robots %] 43 53 <meta name="robots" content="noindex,nofollow" />
