Skip to content

Commit 6d84b92

Browse files
committed
Added JS widget and library ideas.
1 parent 7b94edc commit 6d84b92

File tree

3 files changed

+61
-1
lines changed

3 files changed

+61
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
_model: project-idea
2+
---
3+
_hidden: yes
4+
---
5+
title: CC Search JavaScript library
6+
---
7+
description: A JavaScript library allows users to search for CC-licensed content using the CC Catalog API.
8+
---
9+
rationale:
10+
11+
Providing a JavaScript library that allows integration of searching for CC-licensed content into other websites will expand the reach of CC-licensed content.
12+
---
13+
resources:
14+
- [CC Catalog API code](https://github.com/creativecommons/cccatalog-api/)
15+
- [CC Search](https://ccsearch.creativecommons.org/)
16+
- [CC Search frontend code](https://github.com/creativecommons/cccatalog-frontend)
17+
---
18+
expected_result:
19+
20+
Public release of an functional, up-to-date, and well-documented JavaScript library using the CC Catalog API.
21+
---
22+
skills_recommended: JavaScript
23+
---
24+
primary_mentor: Breno Ferreira
25+
---
26+
backup_mentor: Alden Page
27+
---
28+
difficulty: Medium
29+
---
30+
proposal_tag: Plugin
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
_model: project-idea
2+
---
3+
_hidden: yes
4+
---
5+
title: Creative Commons JavaScript license chooser
6+
---
7+
description: Our license chooser JavaScript widget has not been updated since 2015. We'd like to update it so that it is functional and follows modern coding style and best practices, including not hardcoding license information and removing its dependency on PHP.
8+
---
9+
rationale:
10+
11+
Providing a functional JavaScript widget that allows anyone to embed choosing a CC license on their site will widen the reach of CC licenses.
12+
---
13+
resources:
14+
- [JS widget code](https://github.com/creativecommons/LicenseChooser.js)
15+
- [Older CC JS widget](https://github.com/creativecommons/jswidget)
16+
---
17+
expected_result:
18+
19+
Public release of an functional, up-to-date, and well-documented JavaScript widget or library.
20+
---
21+
skills_recommended: JavaScript
22+
---
23+
primary_mentor: Breno Ferreira
24+
---
25+
backup_mentor: Kriti Godey
26+
---
27+
difficulty: Medium
28+
---
29+
proposal_tag: Plugin

content/gsoc-2019/project-ideas/project-ideas-list/wordpress-plugin/contents.lr

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ resources:
1515
- [Blog post announcing last WordPress plugin update](https://creativecommons.org/2017/01/18/one-click-wordpress/)
1616
- [CC Search (for potential integration with the plugin)](https://ccsearch.creativecommons.org/)
1717
- [CC Search API code](https://github.com/creativecommons/cccatalog-api)
18+
- [Older CC WordPress plugin](https://github.com/cc-archive/wordpress-cc-plugin)
1819

1920
---
2021
expected_result:
@@ -29,4 +30,4 @@ backup_mentor: Kriti Godey
2930
---
3031
difficulty: Medium
3132
---
32-
proposal_tag: Plugin
33+
proposal_tag: Plugin

0 commit comments

Comments
 (0)