Skip to content

Commit bc7a382

Browse files
committed
changed all text occurence to CC Search Portal excluding links and file names
1 parent 97fb897 commit bc7a382

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.cc-metadata.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Whether this GitHub repo is engineering related
22
engineering_project: true
33
# Name of the repository/project in English
4-
english_name: CC Search (Legacy)
4+
english_name: CC Search Portal (Legacy)
55
# All technologies used
66
technologies: PHP, WordPress
77
# Whether this repository should be featured on the CC Open Source site

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# search
22

3-
Creative Commons Meta Search
3+
Creative Commons Search Portal
44

55
## Code of Conduct
66

@@ -23,7 +23,7 @@ See [`CONTRIBUTING.md`](CONTRIBUTING.md).
2323

2424
Perform the following steps to create a copy of this repository on your local machine:
2525

26-
1. Fork the CC search repository:
26+
1. Fork the CC Search Portal repository:
2727

2828
- Log into GitHub (or create a GitHub account and then log into it).
2929

ccsearch.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
33
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
4-
<ShortName>Creative Commons Search Beta</ShortName>
4+
<ShortName>Creative Commons Search Portal Beta</ShortName>
55
<Developer>Creative Commons</Developer>
6-
<Description>Creative Commons Search Beta</Description>
6+
<Description>Creative Commons Search Portal Beta</Description>
77
<Contact>webmaster@creativecommons.org</Contact>
88
<Url type="text/html" method="get" template="http://labs.creativecommons.org/demos/search/?q={searchTerms}"/>
99
<Image height="64" width="64" type="image/png">http://labs.creativecommons.org/demos/search/img/ccsearch_l.png</Image>

index.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,11 @@ function get_http_security () {
196196

197197
<html lang="en">
198198
<head>
199-
<title>CC Search</title>
199+
<title>CC Search Portal</title>
200200
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
201201
<?php include 'cc-wp/header-common.php'; ?>
202202

203-
<link rel="search" type="application/opensearchdescription+xml" title="Creative Commons Search" href="http://oldsearch.creativecommons.org/ccsearch.xml" />
203+
<link rel="search" type="application/opensearchdescription+xml" title="Creative Commons Search Portal" href="http://oldsearch.creativecommons.org/ccsearch.xml" />
204204
<link rel="stylesheet" href="style.css" type="text/css" media="screen" title="no title" charset="utf-8" />
205205

206206
<!--[if lte IE 7]>
@@ -222,7 +222,7 @@ function get_http_security () {
222222

223223
<div class="first row">
224224
<div class="sixteen columns alpha wrong">
225-
<h3>Try <a href="https://wordpress.org/openverse/?referrer=creativecommons.org">Openverse</a>: Openly Licensed Images, Audio and More (formerly CC Search).</h3>
225+
<h3>Try <a href="https://wordpress.org/openverse/?referrer=creativecommons.org">Openverse</a>: Openly Licensed Images, Audio and More (formerly CC Search Portal).</h3>
226226
</div>
227227
</div>
228228

@@ -231,7 +231,7 @@ function get_http_security () {
231231
<form id="search_form" method="get" onsubmit="return doSearch()">
232232
<div class="seven columns alpha">
233233
<div id="header_logo" title="To search, enter some search terms, then click a provider." onclick="if ( $('#query').val() ) { doSearch(); }">
234-
<img src="cc-search.png" alt="CC Search" />
234+
<img src="cc-search.png" alt="CC Search Portal" />
235235
<div id="header_text"><span style="color: white;">Find content you can share, use and remix</span></div>
236236
</div>
237237
</div>
@@ -353,7 +353,7 @@ function get_http_security () {
353353
<div class="row">
354354
<div id="help">
355355
<div class="one columns alpha">
356-
<p>Please note that oldsearch.creativecommons.org is <em>not a search engine</em>, but rather offers convenient access to search services provided by other independent organizations. CC has no control over the results that are returned. <em>Do not assume that the results displayed in this search portal are under a CC license</em>. You should always verify that the work is actually under a CC license by following the link. Since there is no registration to use a CC license, CC has no way to determine what has and hasn't been placed under the terms of a CC license. If you are in doubt you should contact the copyright holder directly, or try to contact the site where you found the content.</p>
356+
<p>Please note that CC Search Portal is <em>not a search engine</em>, but rather offers convenient access to search services provided by other independent organizations. CC has no control over the results that are returned. <em>Do not assume that the results displayed in this search portal are under a CC license</em>. You should always verify that the work is actually under a CC license by following the link. Since there is no registration to use a CC license, CC has no way to determine what has and hasn't been placed under the terms of a CC license. If you are in doubt you should contact the copyright holder directly, or try to contact the site where you found the content.</p>
357357
</div>
358358
</div>
359359

search.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $(function () {
7070

7171

7272
/*
73-
* Creative Commons Search Interface
73+
* Creative Commons Search Portal Interface
7474
* 1.0 - 2006-07
7575
*
7676
*/

0 commit comments

Comments
 (0)