Skip to content

Commit 888194c

Browse files
authored
Customized readme
1 parent 599b415 commit 888194c

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# iD - friendly JavaScript editor for [OpenStreetMap](https://www.openstreetmap.org/)
1+
# iD - friendly JavaScript editor for [OpenHistoricalMap](https://www.openhistoricalmap.org/)
22

3-
[![build](https://github.com/openstreetmap/iD/workflows/build/badge.svg)](https://github.com/openstreetmap/iD/actions?query=workflow%3A%22build%22)
3+
[![build](https://github.com/OpenHistoricalMap/iD/workflows/build/badge.svg)](https://github.com/OpenHistoricalMap/iD/actions?query=workflow%3A%22build%22)
4+
5+
This is OpenHistoricalMap’s fork of [iD](https://github.com/openstreetmap/iD/), [OpenStreetMap](https://www.openstreetmap.org/)’s beginner-friendly browser-based editor. We’ve customized this fork to facilitate mapping dates and sources according to [OHM’s tagging conventions](https://wiki.openstreetmap.org/wiki/OpenHistoricalMap/Tags) and tracing off of archived aerial imagery.
46

57
## Basics
68

7-
* iD is a JavaScript [OpenStreetMap](https://www.openstreetmap.org/) editor.
9+
* iD is a JavaScript [OpenHistoricalMap](https://www.openhistoricalmap.org/) editor forked from OpenStreetMap’s editor.
810
* It's intentionally simple. It lets you do the most basic tasks while not breaking other people's data.
911
* It supports all popular modern desktop browsers: Chrome, Firefox, Safari, Opera, and Edge.
1012
* iD is not yet designed for mobile browsers, but this is something we hope to add!
@@ -14,18 +16,15 @@
1416

1517
* Read the project [Code of Conduct](CODE_OF_CONDUCT.md) and remember to be nice to one another.
1618
* Read up on [Contributing and the code style of iD](CONTRIBUTING.md).
17-
* See [open issues in the issue tracker](https://github.com/openstreetmap/iD/issues?state=open)
19+
* See [open issues in the issue tracker](https://github.com/OpenHistoricalMap/issues/labels/iD)
1820
if you're looking for something to do.
1921
* [Translate!](https://github.com/openstreetmap/iD/blob/develop/CONTRIBUTING.md#translating)
20-
* Test a prerelease version of iD:
21-
* Stable mirror of `release` branch: https://ideditor-release.netlify.app
22-
* Development mirror of `develop` branch + latest translations: https://ideditor.netlify.app
22+
* [Test a prerelease version](https://staging.openhistoricalmap.org/) of the `staging` branch
2323

24-
Come on in, the water's lovely. More help? Ping `Martin Raifer`/`tyr_asd` or `bhousel` on:
25-
* [OpenStreetMap US Slack](https://slack.openstreetmap.us/) (`#id` channel)
26-
* [OpenStreetMap Discord](https://discord.gg/openstreetmap) (`#id` channel)
27-
* [OpenStreetMap IRC](https://wiki.openstreetmap.org/wiki/IRC) (`irc.oftc.net`, in `#osm-dev`)
28-
* [OpenStreetMap `dev` mailing list](https://wiki.openstreetmap.org/wiki/Mailing_lists)
24+
Come on in, the water's lovely. More help? Ping @1ec5 (Minh Nguyen) on:
25+
* [OpenStreetMap U.S. Slack](https://slack.openstreetmap.us/) (`#openhistoricalmap` channel)
26+
* [OpenStreetMap World Discord](https://discord.gg/openstreetmap) (`#openhistoricalmap` channel)
27+
* [OpenHistoricalMap Forum Chat](https://forum.openhistoricalmap.org/chat/c/general/2) (use your openhistoricalmap.org account)
2928

3029
## Prerequisites
3130

@@ -46,13 +45,13 @@ To run the current development version of iD on your own computer:
4645
The repository is reasonably large, and it's unlikely that you need the full history (~200 MB). If you are happy to wait for it all to download, run:
4746

4847
```
49-
git clone https://github.com/openstreetmap/iD.git
48+
git clone https://github.com/OpenHistoricalMap/iD.git
5049
```
5150

5251
To clone only the most recent version, instead use a 'shallow clone':
5352

5453
```
55-
git clone --depth=1 https://github.com/openstreetmap/iD.git
54+
git clone --depth=1 https://github.com/OpenHistoricalMap/iD.git
5655
```
5756

5857
If you want to add in the full history later on, perhaps to run `git blame` or `git log`, run `git fetch --depth=1000000`

0 commit comments

Comments
 (0)