Skip to content

Commit 58956a8

Browse files
committed
Some basic install instructions
See #20
1 parent c65efe3 commit 58956a8

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

src/templates/pages/plugins.txp

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,12 +377,24 @@ if (!empty($json->legacy)) {
377377
<txp:evaluate>
378378
<h3 id="installation">Installation instructions</h3>
379379
<txp:if_variable name="txt-plugin">
380-
<h4>How to install a TXT-format Textpattern plugin</h4>
381-
<p>TODO</p>
380+
<h4>How to install a TXT-format plugin (Textpattern CMS 4.7 onwards)</h4>
381+
<ol>
382+
<li>Download the TXT file.</li>
383+
<li>Navigate to the ‘Plugins’ panel in Textpattern.</li>
384+
<li>Select and upload the plugin using the ‘Upload plugin’ file uploader.</li>
385+
<li>Select the ‘Install’ button on the verify plugin page to finish the installation and add the plugin to the plugin list table.</li>
386+
<li>When ready, activate the plugin in the ‘Active’ column in the plugin list table.</li>
387+
</ol>
382388
</txp:if_variable>
383389
<txp:if_variable name="php-plugin">
384-
<h4>How to install a PHP-format Textpattern plugin</h4>
385-
<p>TODO</p>
390+
<h4>How to install a PHP-format Textpattern plugin (Textpattern CMS 4.7 onwards)</h4>
391+
<ol>
392+
<li>Download the PHP archive and unzip the contents.</li>
393+
<li>Move the unzipped folder into your designated Textpattern <code>plugins</code> directory.</li>
394+
<li>Navigate to the ‘Plugins’ panel in Textpattern.</li>
395+
<li>Select and import the plugin using the ‘Import from disk’ selector.</li>
396+
<li>When ready, activate the plugin in the ‘Active’ column in the plugin list table.</li>
397+
</ol>
386398
</txp:if_variable>
387399
</txp:evaluate>
388400
<p class="alert-block information footnote report-issues">If you notice any kind of problem with this page’s construction or content (plugin doesn’t work as stated, outdated information, typos, broken links, or whatever), <a rel="external" target="_blank" href="https://github.com/textpattern/textpattern-curated-plugins-list/issues/new/choose">open an issue</a> and we’ll investigate.</p>

0 commit comments

Comments
 (0)