Skip to content

Commit 5a2882d

Browse files
committed
Replace a few more legacy names (there are many of these)
RapiD / iD -> Rapid Facebook -> Meta
1 parent 3f14cf8 commit 5a2882d

File tree

20 files changed

+44
-60
lines changed

20 files changed

+44
-60
lines changed

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Code of Conduct
22

3-
Facebook has adopted a Code of Conduct that we expect project participants to adhere to.
4-
Please read the [full text](https://code.fb.com/codeofconduct/) so that you can understand what actions will and will not be tolerated.
3+
Meta has adopted a Code of Conduct that we expect project participants to adhere to.
4+
Please read the [full text](https://opensource.fb.com/code-of-conduct/) so that you can understand what actions will and will not be tolerated.

CONTRIBUTING.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
# Contributing to RapiD
2-
We want to make contributing to this project as easy and transparent as possible.
3-
4-
First of all, a big shoutout to the **iD developers** for building an awesome foundation that RapiD is extended from.
5-
6-
If your fix or feature is generally applicable to all iD users, consider [contributing to iD](https://github.com/openstreetmap/iD/blob/develop/CONTRIBUTING.md) directly.
7-
1+
# Contributing to Rapid
82

93
## Pull Requests
104
We actively welcome your pull requests.
@@ -26,4 +20,4 @@ Complete your CLA here: <https://code.facebook.com/cla>
2620
We use GitHub issues to track bugs and feature requests. In case of bug reports, please ensure your description is clear and has sufficient instructions for reproducing the bugs.
2721

2822
## License
29-
By contributing to RapiD, you agree that your contributions will be licensed under the [LICENSE file](LICENSE.md).
23+
By contributing to Rapid, you agree that your contributions will be licensed under the [LICENSE file](LICENSE.md).

COUNTRY_REQUESTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Map With AI Country Requests
22

3-
This page tracks country requests for RapiD support from the OSM community. Crossed items correspond to countries that we have already rolled out.
3+
This page tracks country requests for Rapid support from the OSM community. Crossed items correspond to countries that we have already rolled out.
44

5-
If you would like to get RapiD support for a new country, please [create an issue](https://github.com/facebook/RapiD/issues) in our repo. That will help us prioritize our rollout plan. Happy mapping!
5+
If you would like to get Rapid support for a new country, please [create an issue](https://github.com/facebook/RapiD/issues) in our repo. That will help us prioritize our rollout plan. Happy mapping!
66

77
### Countries Requested
88

FAQ.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
For FAQs about iD in general, please refer to <https://github.com/openstreetmap/iD/blob/develop/FAQ.md>.
2-
3-
For FAQs about RapiD usage and Facebook Map With AI service, please go to [Map With AI FAQ page](https://github.com/facebookmicrosites/Open-Mapping-At-Facebook/wiki/FAQ).
1+
For FAQs about Rapid usage and Facebook Map With AI service, please go to [Map With AI FAQ page](https://github.com/facebookmicrosites/Open-Mapping-At-Facebook/wiki/FAQ).

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## ISC License
22

3-
Copyright (c) 2017, iD Contributors
3+
Copyright (c) 2023, Rapid Contributors
44

55
Permission to use, copy, modify, and/or distribute this software for any
66
purpose with or without fee is hereby granted, provided that the above
@@ -12,4 +12,4 @@ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1212
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1313
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1414
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15-
PERFORMANCE OF THIS SOFTWARE.
15+
PERFORMANCE OF THIS SOFTWARE.

dist/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<meta name='apple-mobile-web-app-capable' content='yes'/>
1010
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent'/>
1111
<style type='text/css'>
12-
/* apply document-level styling to standalone iD only */
1312
html, body {
1413
width: 100%;
1514
height: 100%;

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
<html>
33
<head>
44
<meta charset='utf-8'>
5-
<title>RapiD</title>
5+
<title>Rapid</title>
66
<link rel='stylesheet' href='dist/iD.css'>
77
<link rel='icon' type='image/png' href='data:image/png;base64,iVBORw0KGgo='>
88
<meta name='viewport' content='width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no'/>
99
<meta name='apple-mobile-web-app-capable' content='yes'/>
1010
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent'/>
1111
<style type='text/css'>
12-
/* apply document-level styling to standalone iD only */
1312
html, body {
1413
width: 100%;
1514
height: 100%;

modules/actions/join.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { prefs } from '../core/preferences';
1010

1111
// Join ways at the end node they share.
1212
//
13-
// This is the inverse of `iD.actionSplit`.
13+
// This is the inverse of `actionSplit`.
1414
//
1515
// Reference:
1616
// https://github.com/systemed/potlatch2/blob/master/net/systemeD/halcyon/connection/actions/MergeWaysAction.as

modules/ui/fields/wikipedia.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export function uiFieldWikipedia(field, context) {
149149

150150
for (let i in _dataWikipedia) {
151151
let d = _dataWikipedia[i];
152-
// default to the language of iD's current locale
152+
// default to the language of Rapid's current locale
153153
if (d[2] === langCode) return d;
154154
}
155155

modules/ui/init.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ export function uiInit(context) {
448448

449449
ui.shortcuts = uiShortcuts(context);
450450

451-
// renders the iD interface into the container node
451+
// renders the Rapid interface into the container node
452452
let _loadPromise;
453453
ui.ensureLoaded = () => {
454454
if (_loadPromise) return _loadPromise;
@@ -467,8 +467,8 @@ export function uiInit(context) {
467467
};
468468

469469

470-
// `ui.restart()` will destroy and rebuild the entire iD interface,
471-
// for example to switch the locale while iD is running.
470+
// `ui.restart()` will destroy and rebuild the entire Rapid interface,
471+
// for example to switch the locale while Rapid is running.
472472
ui.restart = function() {
473473
context.keybinding().clear();
474474
_loadPromise = null;

0 commit comments

Comments
 (0)