You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/contribute/distributing.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ If you create a useful extension of ImageJ—e.g., a [plugin](/plugins), [script
14
14
15
15
Here is a quick summary of the most recommended options:
16
16
17
-
-**Distribution.**
17
+
-**Distribution:**
18
18
- A\)**[create your own update site](/update-sites/setup)**; or
19
19
- B\)**[bundle your plugin with Fiji](/contribute/fiji)**.
20
-
-**Source code.**
20
+
-**Source code:**
21
21
- Make your project **[open source](/licensing/open-source)**.
22
22
- Host it on **[GitHub](/develop/github)**.
23
23
- 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.
69
69
</td>
70
70
<td style="background: #dfd; vertical-align: top">
71
71
<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>
73
73
<li> Alternately, you can retain full control by hosting your update site yourself.</li>
74
74
<li> Users are notified of updates without needing to check proactively.</li>
75
75
<li> The updater manages dependencies for you.</li>
@@ -321,12 +321,12 @@ Useful extensions deserve corresponding documentation explaining how to use them
321
321
<ul><li> <b><ahref="/editing#creating-a-new-page">Create a page</a></b> for your extension.</li></ul>
322
322
</td>
323
323
<tdstyle="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>
327
326
</td>
328
327
<tdstyle="background: #dfd; vertical-align: top">
329
328
<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>
0 commit comments