Skip to content

Commit 3fecf5b

Browse files
committed
correct names
1 parent 4277558 commit 3fecf5b

File tree

11 files changed

+29
-31
lines changed

11 files changed

+29
-31
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
username: ishanthilina
1+
username: Ishan Thilina
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
username: mnmtanish
1+
username: Thanish
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
username: dinishi
1+
username: Dinishika Weerarathna
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
username: igorlukanin
1+
username: Igor Lukanin

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

+12-13
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ body:
1414
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.
1515

1616
### Problem Statement
17-
There are currently two Creative Commons (CC) modules for Drupal. CC Lite only offers limited functionality, but the CC module has not been updated for a long time and doesn't support current versions of Drupal.
17+
There are currently two Creative Commons (CC) modules for Drupal. CC Lite only offers limited functionality, but the CC module has not been updated for a long time and doesn't support current versions of Drupal.
1818

19-
### Planning
19+
### Planning
2020
* update the Creative Commons module, referencing and possibly building on Creative Commons lite, to support Drupal 6\
2121
* expand its functionality to embed and detect license information for some file uploads.
2222

23-
### Summary
23+
### Summary
2424
The Creative Commons module allows users to assign a Creative Commons license to
25-
the content of a node, or to specify a site-wide license. It uses to Creatve
26-
Commons API to retrieve up-to-date license information. Licenses are diplayed
27-
using a Creative Commons Node License block and the Creative Commons Site
25+
the content of a node, or to specify a site-wide license. It uses to Creatve
26+
Commons API to retrieve up-to-date license information. Licenses are diplayed
27+
using a Creative Commons Node License block and the Creative Commons Site
2828
License block. The module also supports some license metadata fields. License
2929
information is output using ccREL RDFa inside the blocks, and can optionally be
3030
output as RDF/XML in the body of a node.
3131

3232
Creative Commons search is available at /search/creativecommons/, and (if the
3333
Views module is installed and enabled) a Creative Commons view is available at
34-
/creativecommons. Creative Commons license information and metadata are
34+
/creativecommons. Creative Commons license information and metadata are
3535
available to the Views module.
3636

3737
For a full description of the module, visit the project page:
@@ -46,13 +46,13 @@ None
4646
### Installation
4747
* Install as usual, see http://drupal.org/node/70151 for further information.
4848

49-
### Configuration
49+
### Configuration
5050
* Configure user permissions in Administer >> User management >> Permissions >>
5151
creativecommons module:
5252

5353
- administer creative commons
5454

55-
Users can customize the module settings in Administer >> Settings >>
55+
Users can customize the module settings in Administer >> Settings >>
5656
Creative Commons
5757

5858
- attach creative commons
@@ -68,21 +68,20 @@ None
6868
Administer >> Settings >> Creative Commons. To make it mandatory to specify a
6969
license, simply make the 'None' type unavailable.
7070

71-
* Set default license type and jurisdiction in Administer >> Settings >>
71+
* Set default license type and jurisdiction in Administer >> Settings >>
7272
Creative Commons >> site defaults. Here, you can set the default license to be
7373
used as a site-wide license if you wish, and you can include any relevant
7474
metadata.
7575

7676
* Enable Creative Commons licensing for desired content types in Administer >>
77-
Settings >> Creative Commons >> content types. For example, you might wish to
77+
Settings >> Creative Commons >> content types. For example, you might wish to
7878
allow Creative Commons licensing for blog posts, but not forum posts.
7979

8080
* In your Drupal user account settings, you can set a jurisdiction or default
8181
license to override the site defaults.
8282

8383

84-
CC Drupal is only possible due to the support and guidance of my mentors [Kevin Reynen](http://drupal.org/user/48877) and `CC Tech Staff Member`, who have been very supportive on every step of the project. Also I would like to thank engineering director [Kriti Godey](https://creativecommons.org/author/kgodey) for her continuous support.
85-
84+
CC Drupal is only possible due to the support and guidance of my mentors [Kevin Reynen](http://drupal.org/user/48877) and `CC Tech Staff Member`, who have been very supportive on every step of the project.
8685

8786
The project is approaching its completion. Can't wait to see it in production.
8887

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: Ishan-Thilina
1111
body:
1212

1313
This year Creative Commons has a much more limited focus on what we would like to see out of Google Summer of Code than in previous years.
14-
### Installation
14+
### Installation
1515
The latest version of the plugin is 0.7.0, available for download from the [OpenOffice.org Extension site](https://extensions.openoffice.org/en/project/ccooo)
1616
To install:
1717

@@ -32,15 +32,14 @@ The Python port of the Creative Commons Add-in for LibreOffice and OpenOffice.or
3232

3333
For more information visit [the official addin page](https://wiki.creativecommons.org/wiki/OpenOfficeOrg_Addin) of Creative Commons
3434

35-
###Testing
35+
###Testing
3636
Download the out.oxt file. Install it via the LibreOffice Extension Manager (Tools --> Extension Manager).
3737

3838
Then go to `Insert` `--> ` `Creative Commons`. By using the first option you can insert the license information to the document. The second option is for changing those data.
3939
### Knowledge Prerequisite
40-
`Python` ,`Shell`
41-
42-
CC LibreOffice is only possible due to the support and guidance of `CC tech staff member`, who have been very supportive on every step of the project. Also I would like to thank engineering director [Kriti Godey](https://creativecommons.org/author/kgodey) for her continuous support.
40+
`Python` ,`Shell`
4341

42+
CC LibreOffice is only possible due to the support and guidance of `CC tech staff member`, who have been very supportive on every step of the project.
4443
The project is approaching its completion. Can't wait to see it in production.
4544

4645
---

content/archives/old-tech-blog/entries/cc-media-fingerprinting-library/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Some reading:
4040
### Knowledge Prerequisite
4141
`Media formats/encodings` ,`JavaScript` ,`C/C++.`
4242

43-
CC MEDIA FINGERPRINTING LIBRARY is only possible due to the support and guidance of my mentors [Dan Mills](#) or ` other CC tech staff member`, who have been very supportive on every step of the project. Also I would like to thank engineering director [Kriti Godey](https://creativecommons.org/author/kgodey) for her continuous support.
43+
CC MEDIA FINGERPRINTING LIBRARY is only possible due to the support and guidance of my mentors [Dan Mills](#) or ` other CC tech staff member`, who have been very supportive on every step of the project.
4444

4545
The project is approaching its completion. Can't wait to see it in production.
4646

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ The OpenOffice plug-in for Creative Commons was completed in 2007 as a GSoC proj
1717
### Solutions
1818
Planning to :-
1919
* update the Creative Commons plug-in for OO.o 3 SDK.
20-
* Add support for CC0.
20+
* Add support for CC0.
2121
* Improve the UI and add support for OO.o Draw.
2222

23-
CC Open Office Plugin Updates is only possible due to the support and guidance of my mentors [nyergler](https://github.com/nyergler?tab=overview&from=2010-12-01&to=2010-12-31) and `other CC Tech Staff Member`, who have been very supportive on every step of the project. Also I would like to thank engineering director [Kriti Godey](https://creativecommons.org/author/kgodey) for her continuous support.
23+
CC Open Office Plugin Updates is only possible due to the support and guidance of my mentors [nyergler](https://github.com/nyergler?tab=overview&from=2010-12-01&to=2010-12-31) and `other CC Tech Staff Member`, who have been very supportive on every step of the project.
2424

2525
You can follow the project on: [OpenOfficeOrg Addin](https://wiki.creativecommons.org/wiki/OpenOfficeOrg_Addin).
2626

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ No matter who you are, though, feel free to learn more about the work we're doin
2323
[CC Pasteboard](https://github.com/mnmtanish/pasteboard) aims to solve the problem by using tool like pasteboard that allows teachers to clip portions of webpages and reassemble them into documents (currently using Google Docs), while keeping track of the sources both to be used as references, as well as for later editing (e.g. next year, or by another teacher). This storyboard has a good overview of how we envision the tool being used
2424

2525

26-
CC Pasteboard is only possible due to the support and guidance of CC tech staff, who have been very supportive on every step of the project. Also I would like to thank engineering director [Kriti Godey](https://creativecommons.org/author/kgodey) for her continuous support.
26+
CC Pasteboard is only possible due to the support and guidance of CC tech staff, who have been very supportive on every step of the project.
2727

2828
You can follow the project on Github: [mnmtanish/pasteboard](https://github.com/mnmtanish/pasteboard). You can also join the discussion on `#cc` on [IRC](https://freenode.net/)
2929

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To install the plugin, move the directory you found this file in into the plugin
2828

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

31-
### Licensing
31+
### Licensing
3232
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

3434
The included [HTML5lib] [8] is licensed under the The [MIT License] [9].
@@ -45,7 +45,7 @@ For rights holders of the included HTML5lib see the [list of HTML5lib committers
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)
48+
* [Tutorial](http://mirrors.creativecommons.org/movingimages/wordpress-cc-plugin-with-subtitles.ogv)
4949
* [1]( http://creativecommons.org/about/licenses/)
5050
* [2](http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-figure-element)
5151
* [3]( http://wiki.creativecommons.org/RDFa)
@@ -61,7 +61,7 @@ The included Ogg (vorbis/theora) php manipulation library was written by Nicolas
6161

6262

6363
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. Also I would like to thank engineering director [Kriti Godey](https://creativecommons.org/author/kgodey) for her continuous support.
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.
6565

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ LocalSettings.php:
6565
You should also add a line like the following, to set the expiration time
6666
of the cache, in seconds; this line will cache data for a week:
6767

68-
`$edgCacheExpireTime = 7 * 24 * 60 * 60;`
68+
`$edgCacheExpireTime = 7 * 24 * 60 * 60;`
6969

7070
You can also set for string replacements to be done on the URLs you call,
7171
for instance to hide API keys:
@@ -83,7 +83,7 @@ set connection settings as well - see the online documentation for more
8383
information.
8484

8585

86-
CC RDFa Plugin for WordPress is only possible due to the support and guidance of my mentors [Nathan Yergler](https://github.com/nyergler) and `CC Tech Staff Member`, who have been very supportive on every step of the project. Also I would like to thank engineering director [Kriti Godey](https://creativecommons.org/author/kgodey) for her continuous support.
86+
CC RDFa Plugin for WordPress is only possible due to the support and guidance of my mentors [Nathan Yergler](https://github.com/nyergler) and `CC Tech Staff Member`, who have been very supportive on every step of the project.
8787

8888
You can follow the project on Github: [cc-archive/ExternalData_RDFa](https://github.com/cc-archive/ExternalData_RDFa).
8989

0 commit comments

Comments
 (0)