Skip to content

Commit 9d74fe9

Browse files
committed
fixed title and links
1 parent 42bddc4 commit 9d74fe9

File tree

1 file changed

+26
-27
lines changed
  • content/archives/old-tech-blog/entries/cc-wordpress-plugin

1 file changed

+26
-27
lines changed

content/archives/old-tech-blog/entries/cc-wordpress-plugin/contents.lr

+26-27
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Creative Commons Pasteboard
1+
title: Creative Commons License Manager for WordPress
22
---
33
categories:
44
software
@@ -11,15 +11,15 @@ body:
1111
Creative Commons provides vast number of public copyright licenses for people who want to enable free distribution of their work. Creative Commons licenses currently covers over **1.6 billion resources**. These license files are then translated to multiple different languages and ported for [different jurisdictions](https://wiki.creativecommons.org/wiki/CC_Ports_by_Jurisdiction) for international usage. People link to the respective licenses along with their licensed works. These license files are in the form of `html` files, stored in [creativecommons/creativecommons.org](https://github.com/creativecommons/creativecommons.org/tree/master/docroot/legalcode) repo.
1212

1313
### Features
14-
This plugin extends the Wordpress media manager to provide support for [Creative Commons Licenses] [1]. Those licenses enable creators of works to provide simple means of communicating which rights they reserve.
14+
This plugin extends the Wordpress media manager to provide support for [Creative Commons Licenses][1]. Those licenses enable creators of works to provide simple means of communicating which rights they reserve.
1515

16-
License, rights holder, attribution URI and jurisdiction can be set globally, providing a default, and also individually for each media attachment. At display time, corresponding markup for inline image, video and audio content and, optionally, post thumbnail images is converted to a [HTML5 figure] [2], enriched with machine-readable [RDFa metadata] [3].
16+
License, rights holder, attribution URI and jurisdiction can be set globally, providing a default, and also individually for each media attachment. At display time, corresponding markup for inline image, video and audio content and, optionally, post thumbnail images is converted to a [HTML5 figure][2], enriched with machine-readable [RDFa metadata][3].
1717

18-
Included with the plugin are several stylesheets that modify the display of licensing details, including one that emulates the minimalist attribution style of the german blog [Spreeblick] [4].
18+
Included with the plugin are several stylesheets that modify the display of licensing details, including one that emulates the minimalist attribution style of the german blog [Spreeblick][4].
1919

20-
The plugin includes a small web server that is able to serve the "Access-Control-Allow-Origin" header to allow embedding content on other web sites and the "X-Content-Duration" header for Ogg media. It can also serve HTTP 1.1 range-requests. For a detailed explanation why this is needed, see the [corresponding page at the Mozilla developer wiki] [5].
20+
The plugin includes a small web server that is able to serve the "Access-Control-Allow-Origin" header to allow embedding content on other web sites and the "X-Content-Duration" header for Ogg media. It can also serve HTTP 1.1 range-requests. For a detailed explanation why this is needed, see the [corresponding page at the Mozilla developer wiki][5].
2121

22-
A video, with English and German subtitles available, shows [how the plugin is used] [Tutorial].
22+
A video, with English and German subtitles available, shows [how the plugin is used][Tutorial].
2323

2424
### Installation
2525
Caution: Although the plugin may also work with older versions of Wordpress, it is recommended that you use at least Wordpress 3.0. You should also check that your blog's theme serves XHTML content and has a HTML5 doctype.
@@ -29,39 +29,38 @@ To install the plugin, move the directory you found this file in into the plugin
2929
It is recommended that you choose defaults for license, rights holder and jurisdiction on the "CC License Manager" page in the administration area.
3030

3131
### Licensing
32-
Unless otherwise noted, the code is licensed under the [GNU General Public License, Version 2] [6] or (at your option) any later version. Stylesheets are licensed under a [Creative Commons Zero license] [7].
32+
Unless otherwise noted, the code is licensed under the [GNU General Public License, Version 2][6] or (at your option) any later version. Stylesheets are licensed under a [Creative Commons Zero license][7].
3333

34-
The included [HTML5lib] [8] is licensed under the The [MIT License] [9].
34+
The included [HTML5lib][8] is licensed under the The [MIT License][9].
3535

36-
The included [Ogg (vorbis/theora) php manipulation library] [10] is licensed under the [GNU General Public License, Version 3] [11]. However, its author explicitly allows use with this plugin; a copy of the mail inluding his permission can be found in the lib/ogg.class directory.
36+
The included [Ogg (vorbis/theora) php manipulation library][10] is licensed under the [GNU General Public License, Version 3][11]. However, its author explicitly allows use with this plugin; a copy of the mail inluding his permission can be found in the lib/ogg.class directory.
3737

3838
### Attribution
3939

4040
Unless otherwise noted, code and stylesheets were written by Nils Dagsson Moskopp (erlehmann).
4141

4242
Some improvements have been made by Nathan Kinkade (nkinkade).
4343

44-
For rights holders of the included HTML5lib see the [list of HTML5lib committers] [12].
44+
For rights holders of the included HTML5lib see the [list of HTML5lib committers][12].
4545

4646
The included Ogg (vorbis/theora) php manipulation library was written by Nicolas Ricquemaque.
4747

48-
* [Tutorial](http://mirrors.creativecommons.org/movingimages/wordpress-cc-plugin-with-subtitles.ogv)
49-
* [1]( http://creativecommons.org/about/licenses/)
50-
* [2](http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-figure-element)
51-
* [3]( http://wiki.creativecommons.org/RDFa)
52-
* [4]( http://spreeblick.com)
53-
* [5]( https://developer.mozilla.org/en/Configuring_servers_for_Ogg_media)
54-
* [6]( http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
55-
* [7]( http://creativecommons.org/publicdomain/zero/1.0/)
56-
* [8]( http://code.google.com/p/html5lib/)
57-
* [9](http://www.opensource.org/licenses/mit-license.php)
58-
* [10]( http://opensource.grisambre.net/ogg/)
59-
* [11]( http://www.gnu.org/licenses/gpl.html)
60-
* [12]( http://code.google.com/p/html5lib/people/list)
61-
62-
63-
CC Wordpress Plugin is only possible due to the support and guidance of my mentors [
64-
Matthias Rampke](https://creativecommons.org/author/aldenpage) and `other CC Tech Staff Member`, who have been very supportive on every step of the project.
48+
[Tutorial]: http://mirrors.creativecommons.org/movingimages/wordpress-cc-plugin-with-subtitles.ogv
49+
[1]: http://creativecommons.org/about/licenses/
50+
[2]: http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-figure-element
51+
[3]: http://wiki.creativecommons.org/RDFa
52+
[4]: http://spreeblick.com
53+
[5]: https://developer.mozilla.org/en/Configuring_servers_for_Ogg_media
54+
[6]: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
55+
[7]: http://creativecommons.org/publicdomain/zero/1.0/
56+
[8]: http://code.google.com/p/html5lib/
57+
[9]: http://www.opensource.org/licenses/mit-license.php
58+
[10]: http://opensource.grisambre.net/ogg/
59+
[11]: http://www.gnu.org/licenses/gpl.html
60+
[12]: http://code.google.com/p/html5lib/people/list
61+
62+
63+
CC Wordpress Plugin is only possible due to the support and guidance of my mentors [Matthias Rampke](https://creativecommons.org/author/aldenpage) and `other CC Tech Staff Member`, who have been very supportive on every step of the project.
6564

6665
You can follow the project on Github: [cc-archive/wordpress-cc-plugin](https://github.com/cc-archive/wordpress-cc-plugin).
6766

0 commit comments

Comments
 (0)