-
Notifications
You must be signed in to change notification settings - Fork 19
Home
James McKinney edited this page Jun 25, 2014
·
11 revisions
If you are familiar with Git, you can clone or fork the repository and make commits or pull requests as usual. Otherwise, you have two options:
- Go to http://prose.io/ and authorize it
- Select "ciudadanointeligente" from the list of groups in the right sidebar
- Find the row for "home-poplus" and click "View project"
- Navigate to the page you want to edit. For example, if you want to edit http://poplus.org/components/apply/, click on "components", then on "apply", then on "index.md". You should see a Markdown version of the page.
- You can now make edits to the pages. Pages are formatted as Markdown, and the toolbar at the top of the page makes it easy to properly format text as Markdown.
- At any time, you can click the "Preview" icon (the eye) to the right to see a rendered version of the page. Click the "Edit" icon (the pencil) to continue editing.
- Once you're satisfied with your edits, click the "Save" icon (the floppy disk), and add a brief sentence explaining what you changed.
- Click "Commit"
If you're comfortable with Markdown, you may prefer this option.
- From the repository's page, navigate to the page you want to edit. For example, if you want to edit http://poplus.org/components/apply/, click on "components", then on "apply", then on "index.md". You should see a rendered version of the page.
- Click on "Edit", among the buttons just above the rendered version of the page.
- You can now make edits to the pages. Pages are formatted as Markdown. You can test out Markdown at this page.
- Once you're satisfied with your edits, scroll down to the "Commit changes" box, and add a brief sentence explaining what you changed.
- Click "Commit changes"
If you would like to add your organization or yourself to this map, either:
- Send us the name of your organization, its location (preferably as a latitude/longitude) and optionally its address, either by creating a GitHub issue or emailing hello@poplus.org
- Or, create a pull request against the
gh-pages
branch, updating theassets/json/poplus-apps.geojson
file
To edit the assets/json/poplus-apps.geojson
file, copy the raw GeoJSON into geojson.io, and use the interface to add an entry for your organization. Then, copy the GeoJSON into assets/json/poplus-apps.geojson
and submit the pull request.