Skip to content

Commit 85c63a5

Browse files
committed
contribute/distributing: update a few details
This page still needs more updating, but it's better than nothing.
1 parent aa350fd commit 85c63a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_pages/contribute/distributing.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ If you create a useful extension of ImageJ—e.g., a [plugin](/plugins), [script
1414

1515
Here is a quick summary of the most recommended options:
1616

17-
- **Distribution.**
17+
- **Distribution:**
1818
- A\) **[create your own update site](/update-sites/setup)**; or
1919
- B\) **[bundle your plugin with Fiji](/contribute/fiji)**.
20-
- **Source code.**
20+
- **Source code:**
2121
- Make your project **[open source](/licensing/open-source)**.
2222
- Host it on **[GitHub](/develop/github)**.
2323
- Use **[Maven](/develop/maven)** to build and SemVer for **[versioning](/develop/versioning)**.
@@ -69,7 +69,7 @@ The first goal is to get your extension into the hands of users.
6969
</td>
7070
<td style="background: #dfd; vertical-align: top">
7171
<ul>
72-
<li> You do not need server space to host your extensions; you can use a <b><a href="/update-sites/setup">hosted update site</a></b> on `sites.imagej.net`.</li>
72+
<li> You do not need server space to host your extensions; you can use a <b><a href="/update-sites/setup">hosted update site</a></b> on <code>sites.imagej.net</code>.</li>
7373
<li> Alternately, you can retain full control by hosting your update site yourself.</li>
7474
<li> Users are notified of updates without needing to check proactively.</li>
7575
<li> The updater manages dependencies for you.</li>
@@ -321,12 +321,12 @@ Useful extensions deserve corresponding documentation explaining how to use them
321321
<ul><li> <b><a href="/editing#creating-a-new-page">Create a page</a></b> for your extension.</li></ul>
322322
</td>
323323
<td style="background: #dfd; vertical-align: top">
324-
<ul><li> The ImageJ wiki is part of imagej.net, the integrated ImageJ website.</li>
325-
<li> The ImageJ wiki uses MediaWiki, the most popular wiki engine which drives Wikipedia.</li>
326-
<li> You can get started immediately; no human needs to approve your account or edits.</li></ul>
324+
<ul><li> The ImageJ wiki is a central repository of ImageJ-related community knowledge and documentation.</li>
325+
<li> The ImageJ wiki uses Jekyll with GitHub Pages; see [Editing the Wiki](/editing) for details.</li>
327326
</td>
328327
<td style="background: #dfd; vertical-align: top">
329328
<p>-
329+
<li> You can get started immediately, but your first edit will be submitted as a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) (PR), where it will be approved by another editor. After that, you will be added to the list of direct editors, so that subsequent edits do not need to go through the PR mechanism (although they still can, if you prefer to have others review your changes before they go live).</li></ul>
330330
</p>
331331
</td></tr>
332332
<tr>

0 commit comments

Comments
 (0)