Skip to content

Commit deb9831

Browse files
committed
Resolve conflicts with master
2 parents 5bd5945 + 0887138 commit deb9831

File tree

30 files changed

+66
-16
lines changed

30 files changed

+66
-16
lines changed

content/blog/authors/aldenpage/contents.lr

+2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ username: aldenpage
22
---
33
name: Alden Page
44
---
5+
md5_hashed_email: 32853a2ab283e0093bf088d8af5d3cdc
6+
---
57
about:
68
[Alden](https://creativecommons.org/author/aldencreativecommons-org/) is Backend Software Engineer at Creative Commons. He is `@aldenpage` on the CC Slack.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name: gsod-2020
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name: gsod
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name: outreachy-2019-20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name: outreachy-2020

content/blog/entries/2020-03-05-involucrate-gsoc-outreachy-es/contents.lr

+2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ title: Involúcrate con nuestra comunidad de código abierto a través del Goog
22
---
33
categories:
44
gsoc
5+
gsoc-2020
56
outreachy
7+
outreachy-2020
68
---
79
author: hugosolar
810
---

content/blog/entries/2020-03-05-participe-gsoc/contents.lr

+2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ title: Participe do Google Summer of Code / Outreachy
22
---
33
categories:
44
gsoc
5+
gsoc-2020
56
outreachy
7+
outreachy-2020
68
---
79
author: brenoferreira
810
---

content/blog/entries/cc-platform-toolkit-revamp-2/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ categories:
44
community
55
platform-toolkit
66
outreachy
7+
outreachy-2019-20
78
---
89
author: apdsrocha
910
---

content/blog/entries/cc-platform-toolkit-revamp-3/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ categories:
44
community
55
platform-toolkit
66
outreachy
7+
outreachy-2019-20
78
---
89
author: apdsrocha
910
---

content/blog/entries/cc-platform-toolkit-revamp-4/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ categories:
44
community
55
platform-toolkit
66
outreachy
7+
outreachy-2019-20
78
---
89
author: apdsrocha
910
---

content/blog/entries/cc-platform-toolkit-revamp/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ categories:
44
community
55
platform-toolkit
66
outreachy
7+
outreachy-2019-20
78
---
89
author: apdsrocha
910
---

content/blog/entries/cc-vocabulary-my-first-four-weeks/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ categories:
55
cc-vocabulary
66
product
77
outreachy
8+
outreachy-2019-20
89
---
910
author: conye
1011
---

content/blog/entries/cc-vocabulary-week5-8/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ categories:
55
cc-vocabulary
66
product
77
outreachy
8+
outreachy-2019-20
89
---
910
author: conye
1011
---

content/blog/entries/cc-vocabulary-week9-13/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ categories:
55
cc-vocabulary
66
product
77
outreachy
8+
outreachy-2019-20
89
---
910
author: conye
1011
---

content/blog/entries/crawling-500-million/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ We know we're not going to be able to crawl 500 million images with one virtual
4545

4646
The worker processes do the actual analysis of the images, which essentially entails downloading the image, extracting interesting properties, and sticking the resulting metadata back into a Kafka topic for later downstream processing. The worker will also have to include some instrumentation for conforming to rate limits and error reporting.
4747

48-
We also know that we will need to share some information about crawl progress between worker processes, such as whether we've exceeded our proscribed rate limit for a website, the number of times we've seen a status code in the last minute, how many images we've processed so far, and so on. Since we're only interested in sharing application state and aggregate statistics, a lightweight key/value store like Redis seems like a good fit.
48+
We also know that we will need to share some information about crawl progress between worker processes, such as whether we've exceeded our prescribed rate limit for a website, the number of times we've seen a status code in the last minute, how many images we've processed so far, and so on. Since we're only interested in sharing application state and aggregate statistics, a lightweight key/value store like Redis seems like a good fit.
4949

5050
Finally, we need a supervising process that centrally controls the crawl. This key governing process will be responsible for making sure our crawler workers are behaving properly by moderating crawl rates for each source, taking action in the face of errors, and reporting statistics to the operators of the crawler. We'll call this process the crawl monitor.
5151

content/blog/entries/improving-cc-license-chooser-coding/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: obulat
55
categories:
66

77
outreachy
8+
outreachy-2019-20
89
cc-chooser
910
---
1011
series: outreachy-dec-2019-chooser

content/blog/entries/improving-cc-license-chooser-outcomes/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: obulat
55
categories:
66

77
outreachy
8+
outreachy-2019-20
89
cc-chooser
910
---
1011
series: outreachy-dec-2019-chooser

content/blog/entries/improving-cc-license-chooser-weeks-1-2-design/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: obulat
55
categories:
66

77
outreachy
8+
outreachy-2019-20
89
cc-chooser
910
---
1011
series: outreachy-dec-2019-chooser

content/blog/entries/integration-vocabulary-ccos/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Integration of Vocabulary with CCOS.
22
---
33
categories:
44
outreachy
5+
outreachy-2020
56
tech
67
open-source
78
---

content/blog/entries/legal-database-a-new-beginning/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ categories:
44
cc-legal-database
55
product
66
outreachy
7+
outreachy-2020
78
---
89
author: krysal
910
---

content/blog/entries/legal-database-coding-mid-term/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ categories:
44
cc-legal-database
55
product
66
outreachy
7+
outreachy-2020
78
---
89
author: krysal
910
---

content/blog/entries/legal-database-design/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ categories:
44
cc-legal-database
55
product
66
outreachy
7+
outreachy-2020
78
---
89
author: krysal
910
---

content/blog/entries/legal-database-features/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ categories:
44
cc-legal-database
55
product
66
outreachy
7+
outreachy-2020
78
---
89
author: krysal
910
---

content/blog/entries/resource-gathering/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Resource Gathering
22
---
33
categories:
44
outreachy
5+
outreachy-2020
56
design
67
open-source
78
---

content/blog/entries/takeaways-from-my-FOSS-journey/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Takeaways from my FOSS journey!
22
---
33
categories:
44
outreachy
5+
outreachy-2020
56
tech
67
open-source
78
---

content/blog/entries/what-is-up-ccos/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: What is up? - CCOS Revamp
22
---
33
categories:
44
outreachy
5+
outreachy-2020
56
tech
67
open-source
78
---

content/blog/entries/why-lektor/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Why Lektor?
22
---
33
categories:
44
outreachy
5+
outreachy-2020
56
tech
67
open-source
78
---

content/internships/contents.lr

+4-11
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,18 @@ Creative Commons is currently participating in the current rounds of the followi
1212

1313
### Google Season of Docs
1414

15-
- [Program website](https://developers.google.com/season-of-docs/)
16-
- CC's [Project Ideas](/internships/project-ideas/)
15+
**Interns for the 2020 round of Google Season of Docs have been announced.**
1716

18-
If you're interested in this program, please review the resources below and come talk to us on Slack in `#cc-gsoc-outreachy`.
17+
- [Program website](https://developers.google.com/season-of-docs/)
18+
- [CC's GSoD participants](https://developers.google.com/season-of-docs/docs/participants)
1919

20-
### Google Summer of Code
20+
### Google Summer of Code
2121

2222
**Interns for the 2020 round of Google Summer of Code have been announced.**
2323

2424
- [Program website](https://summerofcode.withgoogle.com/)
2525
- [CC's GSoC organization page](https://summerofcode.withgoogle.com/organizations/5742311717208064/)
2626

27-
### Outreachy
28-
29-
**Interns for the May to August 2020 round of Outreachy have been announced.**
30-
31-
- [Program website](https://www.outreachy.org/)
32-
- [CC's Outreachy page](https://www.outreachy.org/communities/cfp/creative-commons/)
33-
3427
## Resources
3528

3629
* **[Project Ideas](/internships/project-ideas/)**: This is a list of project ideas for our internships. Please note that these project ideas are shared between all current internship programs and all ideas may not be available for all programs. Please check the project description carefully.

content/internships/history/contents.lr

+31-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,25 @@ title: Open Source Internships: History
66
---
77
body:
88

9+
## Google Season of Docs
10+
11+
CC has participated in Google Season of Docs for the first time in 2020.
12+
13+
* [Google Season of Docs 2020](https://developers.google.com/season-of-docs/docs/participants)
14+
* [Open Source Blog posts](/blog/categories/gsod-2020/)
15+
* [Introducing Our Google Season of Docs 2020 Participants](https://creativecommons.org/2020/08/20/google-season-of-docs-2020/)
16+
17+
### Relevant links
18+
19+
* [Open Source Blog posts](/blog/categories/gsod/)
20+
921
## Google Summer of Code
1022

11-
CC has participated in Google Summer of Code eight times before 2020. See below for more information about our projects and participation for each year.
23+
CC has participated in Google Summer of Code seven times up to 2013, and twice since 2019.
1224

25+
* [Google Summer of Code 2020](https://summerofcode.withgoogle.com/organizations/5742311717208064/)
26+
* [Open Source Blog posts](/blog/categories/gsoc-2020/)
27+
* [Welcome Our Interns from Google Summer of Code and Outreachy!](https://creativecommons.org/2020/05/11/welcome-interns-google-summer-of-code-and-outreachy/)
1328
* [Google Summer of Code 2019](https://summerofcode.withgoogle.com/archive/2019/organizations/5500455663173632/)
1429
* [Open Source Blog posts](/blog/categories/gsoc-2019/)
1530
* [CC + Google Summer of Code 2019](https://creativecommons.org/2019/03/04/cc-google-summer-of-code-2019/)
@@ -27,8 +42,21 @@ CC has participated in Google Summer of Code eight times before 2020. See below
2742
* [Google Summer of Code 2007](https://developers.google.com/open-source/gsoc/2007/#cc)
2843
* [Google Summer of Code 2006](https://developers.google.com/open-source/gsoc/2006/#cc)
2944

45+
### Relevant links
46+
47+
* [Open Source Blog posts](/blog/categories/gsoc/)
48+
3049
## Outreachy
3150

32-
CC participated in the Dec 2019 to Mar 2020 round of Outreachy.
33-
* [Meet Our 2020 Interns From Outreachy](https://creativecommons.org/2019/12/10/2020-outreachy-interns/)
51+
CC participated in Outreachy twice since 2019.
52+
53+
* [Outreachy May 2020 - August 2020](https://www.outreachy.org/outreachy-may-2020-internship-round/)
54+
* [Open Source Blog posts](/blog/categories/outreachy-2020/)
55+
* [Welcome Our Interns from Google Summer of Code and Outreachy!](https://creativecommons.org/2020/05/11/welcome-interns-google-summer-of-code-and-outreachy/)
56+
* [Outreachy December 2019 - March 2020](https://www.outreachy.org/december-2019-to-march-2020-internship-round/)
57+
* [Open Source Blog posts](/blog/categories/outreachy-2019-20/)
58+
* [Meet Our 2020 Interns From Outreachy](https://creativecommons.org/2019/12/10/2020-outreachy-interns/)
59+
60+
### Relevant links
61+
3462
* [Open Source Blog posts](/blog/categories/outreachy/)

themes/vocabulary_theme/templates/blog-post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2 class="title">{{ this.title }}</h2>
2020
</figure>
2121
{% endif %}
2222
<p class="column">by <a href="{{ author|url }}">{{ render_author_name(author) }}</a>
23-
on {{ this.pub_date|dateformat('yyyy-''MM-d') }}</p>
23+
on {{ this.pub_date|dateformat("YYYY-MM-dd") }}</p>
2424
</div>
2525
{% if this.series|length %}
2626
{% set series = this.parent.parent.children.get('series').children.get(this.series) %}

0 commit comments

Comments
 (0)