Difference between revisions of "Epiphany CC Extension"

From Creative Commons
Jump to: navigation, search
m
Line 3: Line 3:
 
[[Category:Metadata]]
 
[[Category:Metadata]]
 
[[Category:Tools]]
 
[[Category:Tools]]
 
{{incomplete}}
 
  
 
Jaime Frutos Morales developed an extension for the the [http://www.gnome.org/projects/epiphany/ Epiphany web browser] for the [http://gnome.org Gnome desktop] which detects embedded license metadata.  If license information is detected the extension adds a (CC) icon to the status bar.  Clicking the icon opens the license deed in the browser.
 
Jaime Frutos Morales developed an extension for the the [http://www.gnome.org/projects/epiphany/ Epiphany web browser] for the [http://gnome.org Gnome desktop] which detects embedded license metadata.  If license information is detected the extension adds a (CC) icon to the status bar.  Clicking the icon opens the license deed in the browser.
Line 18: Line 16:
 
   $ tar zxvf /path/to/cc-license-viewer.tar.gz
 
   $ tar zxvf /path/to/cc-license-viewer.tar.gz
  
* Restart Epiphany if running
+
* Restart Epiphany
 
* Go to the '''Tools''' menu, and select '''Extensions''' to manage your extensions
 
* Go to the '''Tools''' menu, and select '''Extensions''' to manage your extensions
 
* Select the checkbox next to '''Creative Commons license...''', and click '''Close'''.
 
* Select the checkbox next to '''Creative Commons license...''', and click '''Close'''.
Line 25: Line 23:
 
== References ==
 
== References ==
  
* [http://textoplano.livejournal.com/1679.html Jaime's blog entry]
+
* [http://textoplano.livejournal.com/1679.html Jaime's blog entry] announcing the extension
 
* [http://www.gnome.org/projects/epiphany Epiphany]
 
* [http://www.gnome.org/projects/epiphany Epiphany]

Revision as of 22:19, 26 July 2006


Jaime Frutos Morales developed an extension for the the Epiphany web browser for the Gnome desktop which detects embedded license metadata. If license information is detected the extension adds a (CC) icon to the status bar. Clicking the icon opens the license deed in the browser.

Epiphany-cc-license-viewer1.png

Installation

  • Download the extension
  • Untar the downloaded file into your Epiphany extensions folder:
  $ cd ~/.gnome2/epiphany/extensions
  $ tar zxvf /path/to/cc-license-viewer.tar.gz
  • Restart Epiphany
  • Go to the Tools menu, and select Extensions to manage your extensions
  • Select the checkbox next to Creative Commons license..., and click Close.
  • Visit a site with embedded metadata, like http://creativecommons.org

References