<p>We're feeling pretty good about the state of iD with the beta1 release, and since then have done some work to make it embed nicely in the Rails port. It's at a state where wider community adoption and feedback would be welcome, so we'd like to kick off the process of making it available on osm.org.</p>

<p>The outstanding technical questions. <a href="https://github.com/tomhughes" class="user-mention">@tomhughes</a>, interested in your thoughts.</p>

<ul>
<li>What's the best way to handle version updates? Would you like us to check in build *.js files to the iD repository so that they can be pulled in with vendorer?</li>
<li>iD does not support IE <9. P2 will need to be the fallback, and perhaps we should simply not offer iD at all to those browsers.</li>
</ul>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/osmlab/openstreetmap-website id-editor-embed</pre>
<p>Or view, comment on, or merge it at:</p>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/225'>https://github.com/openstreetmap/openstreetmap-website/pull/225</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Initial push towards editing OSM with iD in the rails port.</li>
  <li>Remove image sources and unused images</li>
  <li>Remove iD css from main site</li>
  <li>Fix oauth parameter name</li>
  <li>Remove unused</li>
  <li>Update iD sources</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-0">app/assets/stylesheets/common.css.scss</a>
    (8)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-1">app/views/site/_id.html.erb</a>
    (34)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-2">config/example.application.yml</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-3">config/locales/en.yml</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-4">lib/editors.rb</a>
    (4)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-5">public/id/css/app.css</a>
    (2473)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-6">public/id/css/feature-icons.css</a>
    (591)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-7">public/id/css/map.css</a>
    (1053)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-8">public/id/css/reset.css</a>
    (163)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-9">public/id/iD.js</a>
    (68453)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-10">public/id/img/background-pattern-1.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-11">public/id/img/background-pattern-opacity.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-12">public/id/img/bing_maps.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-13">public/id/img/cursor-draw-connect-line.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-14">public/id/img/cursor-draw-connect-line2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-15">public/id/img/cursor-draw-connect-vertex.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-16">public/id/img/cursor-draw-connect-vertex2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-17">public/id/img/cursor-draw.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-18">public/id/img/cursor-draw2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-19">public/id/img/cursor-grab.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-20">public/id/img/cursor-grab2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-21">public/id/img/cursor-grabbing.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-22">public/id/img/cursor-grabbing2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-23">public/id/img/cursor-pointer.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-24">public/id/img/cursor-pointer2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-25">public/id/img/cursor-pointing.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-26">public/id/img/cursor-pointing2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-27">public/id/img/cursor-select-acting.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-28">public/id/img/cursor-select-acting2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-29">public/id/img/cursor-select-add.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-30">public/id/img/cursor-select-add2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-31">public/id/img/cursor-select-area.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-32">public/id/img/cursor-select-area2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-33">public/id/img/cursor-select-line.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-34">public/id/img/cursor-select-line2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-35">public/id/img/cursor-select-point.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-36">public/id/img/cursor-select-point2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-37">public/id/img/cursor-select-remove.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-38">public/id/img/cursor-select-remove2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-39">public/id/img/cursor-select-split.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-40">public/id/img/cursor-select-split2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-41">public/id/img/cursor-select-vertex.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-42">public/id/img/cursor-select-vertex2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-43">public/id/img/cursor-select-way2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-44">public/id/img/feature-icons.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-45">public/id/img/loader-black.gif</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-46">public/id/img/loader-white.gif</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-47">public/id/img/loader_bg.gif</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-48">public/id/img/logo.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-49">public/id/img/mini-loader.gif</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-50">public/id/img/pattern/cemetery.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-51">public/id/img/pattern/construction.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-52">public/id/img/pattern/dots.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-53">public/id/img/pattern/farmland.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-54">public/id/img/pattern/orchard.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-55">public/id/img/pattern/vineyard.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-56">public/id/img/pattern/wetland.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-57">public/id/img/sprite.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-58">public/id/img/sprite.svg</a>
    (2242)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-59">public/id/img/sprite2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/225/files#diff-60">public/id/index.html</a>
    (40)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/225.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/225.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/225.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/225.diff</a></li>
</ul>