Skip to content

Commit e0079b8

Browse files
committed
Added files to make the repo contribution ready.
1 parent a05aeae commit e0079b8

File tree

6 files changed

+85
-16
lines changed

6 files changed

+85
-16
lines changed

.cc-metadata.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Whether this GitHub repo is engineering related
2+
engineering_project: false
3+
# Name of the repository/project in English
4+
english_name: CC Search (Legacy)
5+
# All technologies used
6+
technologies: PHP, WordPress
7+
# Whether this repository should be featured on the CC Open Source site
8+
featured: false

.github/CODEOWNERS

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# These owners will be the default owners for everything in
2+
# the repo. Unless a later match takes precedence, they will
3+
# be requested for review when someone opens a pull request.
4+
* @creativecommons/internal-tech

CODE_OF_CONDUCT.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Contributor Code of Conduct
2+
3+
The Creative Commons team is committed to fostering a welcoming community. This
4+
project and all other Creative Commons open source projects are governed by our
5+
[Code of Conduct][code_of_conduct]. Please report unacceptable behavior to
6+
[conduct@creativecommons.org](mailto:conduct@creativecommons.org) per our
7+
[reporting guidelines][reporting_guide].
8+
9+
For a history of updates, see the [page history here][updates].
10+
11+
[code_of_conduct]:https://creativecommons.github.io/community/code-of-conduct/
12+
[reporting_guide]:https://creativecommons.github.io/community/code-of-conduct/enforcement/
13+
[updates]:https://github.com/creativecommons/creativecommons.github.io-source/commits/master/content/community/code-of-conduct/contents.lr

CONTRIBUTING.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Contributing to CC Open Source
2+
3+
Thank you for your interest in contributing to CC Open Source! This document is
4+
a set of guidelines to help you contribute to this project.
5+
6+
7+
## Code of Conduct
8+
9+
By participating in this project, you are expected to uphold our [Code of
10+
Conduct][code_of_conduct].
11+
12+
[code_of_conduct]:https://creativecommons.github.io/community/code-of-conduct/
13+
14+
15+
## Project Documentation
16+
17+
Please consult the `README`, it should contain or link to
18+
project documentation.
19+
20+
21+
## How to Contribute
22+
23+
Please follow the processes in our general [Contributing Code][contributing]
24+
guidelines on the Creative Common Open Source website.
25+
26+
[contributing]:https://creativecommons.github.io/contributing-code/
27+
28+
29+
## Questions or Thoughts?
30+
31+
Talk to us on [our developer mailing list or Slack community][community].
32+
33+
[community]:https://creativecommons.github.io/community/

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019 Creative Commons
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+6-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
# CC Search
22

3-
Copyright (c) 2011, 2014 Creative Commons
3+
This is our legacy search for Creative Commons licensed works. It is no longer under development and has been replaced by the [new CC Search](http://ccsearch.creativecommons.org/).
44

5-
This software is dedicated to the public domain by Creative Commons,
6-
as indicated by the CC0 public domain dedication:
5+
## Deployment
76

8-
http://creativecommons.org/publicdomain/zero/1.0/
7+
SSH into the **`search`** server and run:
98

10-
## Installation
11-
12-
* Checkout this repo from git
13-
* checkout the Creative Commons WordPress module:
14-
15-
svn co svn+ssh://svn@code.creativecommons.org/svnroot/themes/creativecommons.org/trunk cc-wp
16-
17-
## Support
18-
19-
Problems? Write to us at hackers@creativecommons.org or send us a pull request...
20-
21-
Updated: April 2014.
9+
```
10+
cd /var/www/html
11+
sudo git pull

0 commit comments

Comments
 (0)