Skip to content

Commit fc4813d

Browse files
author
Ari
committed
Cleanup, update dist package, fixes #67
1 parent e9122a9 commit fc4813d

11 files changed

+16
-11
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ This site is built using [Vue.js](https://vuejs.org/), [Bulma](https://bulma.io/
1111
There is still some work to go before the new chooser is ready to replace the existing chooser. These tasks include:
1212
- Improvments to the Chooser's UI
1313
- Internationalization
14-
- Legal reviews of the site's content
1514
- Infrastructural work (Setting up analytics, monitoring, error logging)
1615

1716
Tasks, issues, and discussion related to the release of the new chooser are tracked with the [`Launch Milestone`](https://github.com/creativecommons/cc-chooser/milestone/1).
@@ -33,6 +32,12 @@ Before getting started on an issue, please comment on the issue you would like t
3332

3433
If you create a PR for your work, but you are not finished yet, please include `WIP:` in the beginning of your PR title. When your work on your PR is completed and you are ready for a final review, please remove the `WIP:` prefix from the title to indicate that your work is done.
3534

35+
Here's a [handy link](https://github.com/creativecommons/cc-chooser/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22help+wanted%22+-label%3A%22in+progress%22) that will show you all open issues in this repo that have the `help wanted` tag, but do not have the `in progress` tag.
36+
All issues in this list are up for grabs!
37+
If it says "No results matched your search", then there are no issues currently up for grabs.
38+
39+
*If no progress has been made on an issue for seven days after assignment, the assignment will be removed to allow others to contribute.*
40+
3641
## Running Tests
3742
You can run tests by executing:
3843

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" href=src/assets/cc.svg><link rel=icon type=image/png href=https://d15omoko64skxi.cloudfront.net/wp-content/uploads/2016/05/cc-site-icon-150x150.png sizes=32x32><link rel=icon type=image/png href=https://d15omoko64skxi.cloudfront.net/wp-content/uploads/2016/05/cc-site-icon-300x300.png sizes=192x192><link rel=apple-touch-icon-precomposed href=https://d15omoko64skxi.cloudfront.net/wp-content/uploads/2016/05/cc-site-icon-300x300.png><title>Choose a License</title><meta property=og:title content="Choose a License"><meta property=of:type content=website><meta property=og:url content=creativecommons.org/choose/ ><meta name=og:image content="{{ state.image && state.image.url ? state.image.url : 'https://ccsearch.creativecommons.org/static/img/cc-logo_large_black.png'}}"><meta property=og:description content="Want to license your work with Creative Commons, but not sure where to start, or which license is right for you? Use our license chooser!"><meta name=twitter:site content=@creativecommons><meta name=twitter:site content=https://creativecommons.org><meta name=twitter:card content=summary_large_image><noscript>Sorry, but the Creative Commons License Chooser requires that JavaSript be enabled to work.<style>#app {
22
opacity: 0 !important;
3-
}</style></noscript><link href=/static/css/app.0b71bf07afba443d8cf41116d3d8df1d.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.2ae2e69a05c33dfc65f8.js></script><script type=text/javascript src=/static/js/vendor.c4b7be62f0aa27b19a8d.js></script><script type=text/javascript src=/static/js/app.fd52746908efb409bc69.js></script></body></html>
3+
}</style></noscript><link href=/static/css/app.b2ccb1b70aa973a006a2b536b26acbda.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.2ae2e69a05c33dfc65f8.js></script><script type=text/javascript src=/static/js/vendor.c4b7be62f0aa27b19a8d.js></script><script type=text/javascript src=/static/js/app.75fd4a39e70cbf6b30a9.js></script></body></html>

docs/static/css/app.0b71bf07afba443d8cf41116d3d8df1d.css renamed to docs/static/css/app.b2ccb1b70aa973a006a2b536b26acbda.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/css/app.0b71bf07afba443d8cf41116d3d8df1d.css.map renamed to docs/static/css/app.b2ccb1b70aa973a006a2b536b26acbda.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/app.75fd4a39e70cbf6b30a9.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/app.75fd4a39e70cbf6b30a9.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/app.fd52746908efb409bc69.js

-2
This file was deleted.

docs/static/js/app.fd52746908efb409bc69.js.map

-1
This file was deleted.

docs/static/js/manifest.2ae2e69a05c33dfc65f8.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a href="https://github.com/creativecommons/cc-chooser">Icons</a> by The Noun Project and FontAwesome.
2020
</p>
2121
<p>
22-
View this page's source code <a href="https://github.com/creativecommons/cc-chooser">on Github</a>.
22+
Contribute on <a href="https://github.com/creativecommons/cc-chooser">Github</a>.
2323
</p>
2424
</div>
2525
<Locale/>

src/components/IconSelector.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default {
4242
description() {
4343
switch (this.icon) {
4444
case 'nc': return 'You let others copy, distribute, display, perform, use, and modify (but not share a modified work if you have chosen NoDerivatives) your work for any purpose other than commercially, unless they get your permission first.'
45-
case 'nd': return 'You let others copy, distribute, display, perform, use, and modify your work.';
45+
case 'nd': return 'You let others copy, distribute, display, perform, use, and modify your work.'
4646
case 'sa': return 'You let others copy, distribute, perform, and modify your work, as long as they distribute any modified work on the same terms. If they want to distribute modified works under other terms, they must get your permission first.'
4747
default: break
4848
}

0 commit comments

Comments
 (0)