Skip to content

Commit 475df28

Browse files
authored
Merge pull request creativecommons#366 from creativecommons/update_table
Update table on community overview page
2 parents cda95a4 + 671262d commit 475df28

File tree

1 file changed

+68
-18
lines changed

1 file changed

+68
-18
lines changed

content/community/contents.lr

+68-18
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,74 @@ Creative Commons has a large Slack community with sub-communities for tech/devel
1919

2020
Once you join, please introduce yourself in the `#cc-developers` channel.
2121

22-
The channels most relevant to CC's developer community are:
23-
24-
| Channel | Purpose |
25-
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
26-
| `#cc-dev-browser-extension` | Discussion related to the [Search browser extension](https://github.com/creativecommons/ccsearch-browser-extension) |
27-
| `#cc-dev-catalog` | Discussion related to the [CC Catalog API](https://api.creativecommons.engineering/) and [Catalog](https://github.com/creativecommons/cccatalog) |
28-
| `#cc-dev-cc-catalog-viz` | [CC Catalog visualizations](https://github.com/creativecommons/cccatalog-dataviz) |
29-
| `#cc-dev-legal-database` | [CC Legal Database](https://labs.creativecommons.org/caselaw/) |
30-
| `#cc-dev-license-chooser` | Discussion related to the [new CC license chooser](https://github.com/creativecommons/cc-chooser) |
31-
| `#cc-dev-linkchecker` | Discussion related to the [CC automated link checker](https://github.com/creativecommons/cc-link-checker) |
32-
| `#cc-dev-vocabulary` | Discussion related to [CC Vocabulary](https://github.com/creativecommons/cc-vocabulary) |
33-
| `#cc-dev-wordpress` | Discussion related to the [CC WordPress plugin](https://github.com/creativecommons/wp-plugin-creativecommons) |
34-
| `#cc-developers` | General technical discussion, new tech blog posts. |
35-
| `#cc-gsoc-outreachy` | General Google Summer of Code and Outreachy related discussion. |
36-
| `#cc-outreachy-platform-toolkit` | Discussion related to the [CC Platform Toolkit](https://github.com/creativecommons/mp) Outreachy project. |
37-
| `#cc-search` | Discussion related to [CC Search](https://search.creativecommons.org/) |
38-
| `#cc-usability` | General usability discussions, seeking feedback on new releases of CC products from the community. |
39-
| `#cc-dev-licenses` | Discussion of the [CC license infrastructure overhaul project](https://github.com/creativecommons/cc-licenses) |
22+
The channels most relevant to CC's developer community are:
23+
24+
<div class="table-container">
25+
<table class="table is-bordered is-striped">
26+
<thead>
27+
<tr>
28+
<th>Channel</th>
29+
<th>Purpose</th>
30+
</tr>
31+
</thead>
32+
<tr>
33+
<td><code>#cc-dev-browser-extension</code></td>
34+
<td>Discussion related to the <a href="https://github.com/creativecommons/ccsearch-browser-extension">Search browser extension.</a></td>
35+
</tr>
36+
<tr>
37+
<td><code>#cc-dev-catalog</code></td>
38+
<td>Discussion related to the <a href="https://api.creativecommons.engineering/">CC Catalog API</a> and <a href="https://github.com/creativecommons/cccatalog">Catalog.</a></td>
39+
</tr>
40+
<tr>
41+
<td><code>#cc-dev-cc-catalog-viz</code></td>
42+
<td><a href="https://github.com/creativecommons/cccatalog-dataviz">CC Catalog visualizations.</a></td>
43+
</tr>
44+
<tr>
45+
<td><code>#cc-dev-legal-database</code></td>
46+
<td><a href="https://labs.creativecommons.org/caselaw/">CC Legal Database.</a></td>
47+
</tr>
48+
<tr>
49+
<td><code>#cc-dev-license-chooser</code></td>
50+
<td>Discussion related to the <a href="https://github.com/creativecommons/cc-chooser">new CC license chooser.</a></td>
51+
</tr>
52+
<tr>
53+
<td><code>#cc-dev-linkchecker</code></td>
54+
<td>Discussion related to the <a href="https://github.com/creativecommons/cc-link-checker">CC automated link checker.</a></td>
55+
</tr>
56+
<tr>
57+
<td><code>#cc-dev-vocabulary</code></td>
58+
<td>Discussion related to the <a href="https://github.com/creativecommons/cc-vocabulary">CC Vocabulary.</a></td>
59+
</tr>
60+
<tr>
61+
<td><code>#cc-dev-wordpress</code></td>
62+
<td>Discussion related to the <a href="https://github.com/creativecommons/wp-plugin-creativecommons">CC WordPress plugin.</a></td>
63+
</tr>
64+
<tr>
65+
<td><code>#cc-developers</code></td>
66+
<td>General technical discussion, new tech blog posts.</td>
67+
</tr>
68+
<tr>
69+
<td><code>#cc-gsoc-outreachy</code></td>
70+
<td>General Google Summer of Code and Outreachy related discussion.</td>
71+
</tr>
72+
<tr>
73+
<td><code>#cc-outreachy-platform-toolkit</code></td>
74+
<td>Discussion related to the <a href="https://github.com/creativecommons/mp">CC Platform Toolkit</a> Outreachy project.</td>
75+
</tr>
76+
<tr>
77+
<td><code>#cc-search</code></td>
78+
<td>Discussion related to the <a href="https://search.creativecommons.org/">CC Search.</a></td>
79+
</tr>
80+
<tr>
81+
<td><code>#cc-usability</code></td>
82+
<td>General usability discussions, seeking feedback on new releases of CC products from the community.</td>
83+
</tr>
84+
<tr>
85+
<td><code>#cc-dev-licenses</code></td>
86+
<td>Discussion related to the <a href="https://github.com/creativecommons/cc-licenses">CC license infrastructure overhaul project.</a></td>
87+
</tr>
88+
</table>
89+
</div>
4090

4191
### Slack Tips
4292
- You will automatically join the `#general` and `#cc-announcements` channels when you sign in to Slack for the first time.

0 commit comments

Comments
 (0)