-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
145 lines (121 loc) · 9.81 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!doctype html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
<link rel="stylesheet" href="/static/gen/style.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
<script type="text/javascript" src="/static/gen/script.js"></script>
<title>Technology at Creative Commons — Creative Commons on GitHub</title>
<body>
<div class="ga-script">
<div id="ga-script"></div>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-2010376-37', 'auto');
ga('send', 'pageview');
</script>
</div>
<header class="main-header">
<div class="container-fluid">
<div class="row justify-content-md-center">
<div class="col-9">
<nav class="navbar navbar-expand-xl navbar-dark" name="top">
<a class="navbar-brand" href="/">
<img src="/cclogo.svg">
<span class="legend">Creative Commons Open Source</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item dropdown ">
<a class="nav-link" href="#" id="navbarContributingCodeDropdown" role="button">Contributing Code</a>
<div class="dropdown-menu" aria-labelledby="navbarContributingCodeDropdown">
<a class="dropdown-item" href="/contributing-code/">Overview</a>
<a class="dropdown-item" href="/contributing-code/pr-guidelines/">Pull Request Guidelines</a>
<a class="dropdown-item" href="/contributing-code/github-repo-guidelines/">GitHub Repo Guidelines</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/projects/">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/blog/">Blog</a>
</li>
<li class="nav-item dropdown ">
<a class="nav-link" href="#" id="navbarCommunityDropdown" role="button">Community</a>
<div class="dropdown-menu" aria-labelledby="navbarCommunityDropdown">
<a class="dropdown-item" href="/community/">Join the Community</a>
<a class="dropdown-item" href="/community/write-a-blog-post/">Write a Blog Post</a>
<a class="dropdown-item" href="/community/code-of-conduct/">Code of Conduct</a>
<a class="dropdown-item" href="/community/code-of-conduct/enforcement/">Code of Conduct Enforcement</a>
</div>
</li>
<li class="nav-item dropdown ">
<a class="nav-link" href="#" id="navbarGSoCDropdown" role="button">GSoC 2019</a>
<div class="dropdown-menu" aria-labelledby="navbarGSoCDropdown">
<a class="dropdown-item" href="/gsoc-2019/">General Information</a>
<a class="dropdown-item" href="/gsoc-2019/project-ideas/all/">Project Ideas</a>
<a class="dropdown-item" href="/gsoc-2019/student-expectations/">Student Expectations</a>
<a class="dropdown-item" href="/gsoc-2019/application-instructions/">Application Instructions</a>
</div>
</li>
<li class="nav-item dropdown ">
<a class="nav-link" href="#" id="navbarArchivesDropdown" role="button">Archives</a>
<div class="dropdown-menu" aria-labelledby="navbarArchivesDropdown">
<a class="dropdown-item" href="/archives/old-tech-blog/">CC Tech Blog (2007-2014)</a>
</div>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<div class="container-fluid page-content">
<div class="row justify-content-md-center">
<div class="col-9 content-wrap">
<div class="page py-3">
<h1 class="page-title pb-3 mb-4">Technology at Creative Commons</h1>
<p><strong><a href="https://creativecommons.org/">Creative Commons</a></strong> has been building free software for over a decade to support our mission of maximizing digital creativity, sharing, and innovation. Our projects come in all sizes and shapes, from simple static websites to providing a fast and relevant search interface to the billion-plus Creative Commons works currently available on the internet. Our engineering team is fairly small and spread thin, so we're really appreciative of volunteers who help us build or test our software.</p>
<h2 id="getting-involved">Getting Involved</h2><p>You can contribute to CC's software in a few different ways.</p>
<h3 id="finding-bugs-and-suggesting-features">Finding bugs and suggesting features</h3><p>Using our software (such as <a href="http://ccsearch.creativecommons.org/">the new version of CC Search</a>) and letting us know how it's working for you is very helpful. General suggestions, bug reports, a request to build a new feature – any form of feedback is excellent, no matter how small.</p>
<p>You can send us feedback in a few different ways. If you have a GitHub account, <a href="https://help.github.com/articles/creating-an-issue/">creating a GitHub issue</a> is easiest for us because that's where we track our work. If you know which GitHub repository (see <a href="/projects">a full list here</a>) corresponds to the software about which you'd like to give us feedback, then please create an issue attached to that repository. If you're not sure what that means or you don't know the correct repository, please create an issue <a href="https://github.com/creativecommons/creativecommons.org/issues">on the creativecommons.org repository</a>. You can also send us feedback in the <code>#cc-usability</code> channel <a href="http://creativecommons.github.io/community/#slack">on the CC Slack community</a> or via email at <code>software@creativecommons.org</code>.</p>
<h3 id="contributing-code">Contributing code</h3><p>Please see <a href="/contributing-code">Contributing Code</a>.</p>
<h3 id="writing-a-technical-blog-post">Writing a technical blog post</h3><p>Please see <a href="/community/write-a-blog-post">Write a Blog Post</a>.</p>
<h3 id="integrating-cc-license-metadata-into-your-app">Integrating CC license metadata into your app</h3><p>Please see <a href="https://wiki.creativecommons.org/wiki/Integrate">the "Integrate" page on the CC wiki</a>.</p>
<h3 id="helping-translate-our-content">Helping translate our content</h3><p>Please see <a href="https://wiki.creativecommons.org/wiki/Translate">the "Translate" page on the CC wiki</a>.</p>
<h3 id="contributing-design">Contributing design</h3><p>If you'd like to improve the design of one of our tools or products, please propose your change in <a href="/community">one of our community forums</a> and collaborate with a CC staff member if requested to before making any changes.</p>
<a id="back-to-top" href="#top" class="btn btn-dark btn-sm" role="button">Back to top</a>
</div>
</div>
</div>
</div>
<footer class="main-footer bg-dark">
<div class="container-fluid">
<div class="row justify-content-md-center">
<div class="col-9 footer text-light py-4 px-3">
<small>
<p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License"
style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a></p>
<p class="text-muted">All the content on this website is licensed under a <strong><a rel="license"
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International
License</a></strong> unless otherwise specified.</p>
</small>
</div>
</div>
</div>
</footer>
</body>