#226: When license URL is configured, add metadata to page head
-------------------------+--------------------------------------------------
Reporter: earle | Owner: Nobody
Type: enhancement | Status: new
Priority: low | Milestone:
Component: openguides | Version: svn
Severity: trivial | Keywords: metadata html
-------------------------+--------------------------------------------------
If a license URL has been defined in wiki.conf, insert it into the page
<head> as a link:
<link rel="copyright" href="http://creativecommons.org/licenses/by/3.0/"
/>
--
Ticket URL: <http://dev.openguides.org/ticket/226>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#180: Opensearch discovery
-------------------------+--------------------------------------------------
Reporter: bob | Owner: dom
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Since we have a search page for each guide it would be nice to let people
add it easily to their firefox search button thing. this can be
done with stuff we already know.
we need to write out a opensearch.xml like below
{{{
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>$Guide_name</ShortName>
<Description>Search the $Guide_name</Description>
<Tags>$guide_name</Tags>
<Url type="text/html"
template="$search_url?search={searchTerms}"/>
</OpenSearchDescription>
}}}
then we need to add a <link> statement to the header.tt
{{{
<link rel="search" href="$guide_url/opensearch.xml""
type="application/opensearchdescription+xml"
title="$guide_name" />
}}}
--
Ticket URL: <http://dev.openguides.org/ticket/180>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#1: Review date field
-------------------------+--------------------------------------------------
Reporter: dom | Owner: dom
Type: enhancement | Status: assigned
Priority: normal | Milestone:
Component: openguides | Version:
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by dom):
This is pending further discussion on the list:
http://lists.openguides.org/mail/openguides-dev/2007-June/001872.html
--
Ticket URL: <http://dev.openguides.org/ticket/1#comment:5>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project