Skip to content

Commit 8f70ee6

Browse files
committed
Install instructions from docs
Fixes #20
1 parent 58956a8 commit 8f70ee6

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

src/templates/pages/plugins.txp

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -374,27 +374,13 @@ if (!empty($json->legacy)) {
374374
</txp:php>
375375
</dl>
376376
</txp:if_variable>
377-
<txp:evaluate>
377+
<txp:evaluate test>
378378
<h3 id="installation">Installation instructions</h3>
379379
<txp:if_variable name="txt-plugin">
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>
380+
<p><a target="_blank" href="https://docs.textpattern.com/build/plugins-installing-upgrading-and-using#a-text-txt-file">How to install a TXT format plugin</a></p>
388381
</txp:if_variable>
389382
<txp:if_variable name="php-plugin">
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>
383+
<p><a target="_blank" href="https://docs.textpattern.com/build/plugins-installing-upgrading-and-using#a-zip-zip-package">How to install a PHP <code>.zip</code> format plugin</a></p>
398384
</txp:if_variable>
399385
</txp:evaluate>
400386
<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)