Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
wordpress [2017/05/18 13:59] – created: HTML dump and initial work on conversion Toni Corverawordpress [2017/05/18 16:43] – Sectioning for easier edition. Replaced HTML table with DokuWiki table Toni Corvera
Line 1: Line 1:
 ====== WordPress Plugins from OutlyerNet ====== ====== WordPress Plugins from OutlyerNet ======
  
-<alert type="warning" icon="fa fa-warning">These plugins are unmaintainedno longer use any of them.</alert>+<alert type="warning" icon="fa fa-warning">Most of these plugins are unmaintained since have little use for them.</alert>
  
 <callout type="warning" title="Caveat emptor" icon="true"> <callout type="warning" title="Caveat emptor" icon="true">
Line 30: Line 30:
 Additionally I added a couple extra modifications to generate valid XHTML, and made the link also display the article's title. Additionally I added a couple extra modifications to generate valid XHTML, and made the link also display the article's title.
  
-Let's compare Interlinks and Interlinks+:+Let's compare Interlinks and Interlinks+:^                                  ^ Interlinks                                                                                        |^ Interlinks+                                                                                                          ||                                                                                                                           | 
 +^ Code                             ^ Generated HTML                                               ^ Rendered HTML                       ^ Generated HTML                                                                  ^ Rendered HTML                                                                                                                                                 | 
 +| <code>[[My article]]</code>                   | <code><a href="http://example.invalid/my-article/">My article</a></code>  | http://example.invalid/my-article/  | <a href="http://example.invalid/my-article/" title="My article">My article</a>  | http://example.invalid/my-article/  |                                                                                                                           | 
 +| <nowiki>[[My article|My first article]]</nowiki>  | * <code html><font color='red'>My article</font></code>                               | My first article</font>             | My article                                                                      | My first article                    | <a href="http://example.invalid/my-article/" title="My article">My first article</a>  | http://example.invalid/my-article/ 
 +| * [[Broken]]                     | * <font color='red'>Broken</font>                            | Broken                              |                                                                                 | * Broken                            |                                                                                                                           | 
 + 
  
 <div class="tiny"><dfn class="tt">*</dfn> indicates a broken interlink</div> <div class="tiny"><dfn class="tt">*</dfn> indicates a broken interlink</div>
 <table style="width:100%;padding:0;margin:0;border:1px solid black;font-size:small;"> <table style="width:100%;padding:0;margin:0;border:1px solid black;font-size:small;">
- 
-<colgroup> 
-<col /> 
-<col style="background-color:#666;" /> 
-<col /> 
-<col style="background-color:#666;" /> 
-<col /> 
-</colgroup> 
- 
-<thead> 
-<tr> 
- <th></th> 
- <th colspan="2" style="background-color:#333;">Interlinks</th> 
- <th colspan="2" style="background-color:#333;">Interlinks+</th> 
-</tr> 
-<tr style="border-bottom:1px solid black;"> 
- <th>Code</th> 
- <th>HTML</th><th>parsed as</th> 
- <th>HTML</th><th>parsed as</th> 
-</tr> 
-</thead> 
- 
-<tbody> 
-<tr> 
- <td><code>[[My article]]</code></td> 
- <td><code>&lt;a href=&quot;http://example.invalid/my-article/&quot;&gt;My article&lt;/a&gt;</code></td> 
- <td><a href="http://example.invalid/my-article/">My article</a></td> 
- <td><code>&lt;a href=&quot;http://example.invalid/my-article/&quot; title=&quot;My article&quot;&gt;My article&lt;/a&gt;</code></td> 
- <td><a href="http://example.invalid/my-article/" title="My article">My article</a></td> 
-</tr> 
- 
-<tr> 
- <td><code>[[My article|My first article]]</code></td> 
- <td><dfn class="tt">*</dfn> <code>&lt;font color='red'&gt;My article|My first article&lt;/font&gt;</code></td> 
- <!-- Note that to make this page validate I can't actually use font --> 
- <td><span style="color:red;">My article|My first article</span></td> 
- <td><code>&lt;a href=&quot;http://example.invalid/my-article/&quot; title=&quot;My article&quot;&gt;My first article&lt;/a&gt;</code></td> 
- <td><a href="http://example.invalid/my-article/" title="My article">My first article</a></td> 
-</tr> 
- 
-<tr> 
- <td><dfn class="tt">*</dfn> <code>[[Broken]]</code></td> 
- <td><dfn class="tt">*</dfn> <code>&lt;font color='red'&gt;Broken&lt;/font&gt;</code></td> 
- <td><dfn class="tt">*</dfn> <span style="color:red;">Broken</span></td> 
- <td><dfn class="tt">*</dfn> <code>&lt;span style=&quot;color:red;&quot; title=&quot;Broken&quot;&gt;Broken&lt;/span&gt;</code></td> 
- <td><dfn class="tt">*</dfn> <span style="color:red;" title="Broken">Broken</span></td> 
-</tr> 
-</tbody> 
-</table> 
-<div style="font-size:xx-small">I'm assuming default page <em>slugs</em> here.</div> 
- 
-<p>I'm contacting Harley now to suggest her adopting my modifications (at least piped links and XHTML conformance), 
-so with any luck this plugin will be ill-fated :).</p> 
  
 <!-- End of Interlinks+ --> <!-- End of Interlinks+ -->
  
-<h2 id="relative-urls">Relative URLs</h2>+===== Relative URLs =====
  
 <p><a href="files/net_outlyer_wp-relativeurls.php">Download v1.5</a> (last update october 14th 2007)</p> <p><a href="files/net_outlyer_wp-relativeurls.php">Download v1.5</a> (last update october 14th 2007)</p>
Line 180: Line 133:
 <!-- End of Relative URLs --> <!-- End of Relative URLs -->
  
-<h2 id="js-base2">JS Base2</h2>+===== JS Base2 =====
  
 <p><a href="files/js-base2-1.0+0.9a.tar.gz">Download v1.0+0.9a</a> (last update october 24th 2007). (Note <var>1.0</var> is the plugin version and <var>0.9a</var> is the base2's version used in the plugin).</p> <p><a href="files/js-base2-1.0+0.9a.tar.gz">Download v1.0+0.9a</a> (last update october 24th 2007). (Note <var>1.0</var> is the plugin version and <var>0.9a</var> is the base2's version used in the plugin).</p>
Line 192: Line 145:
 <!-- End of JS Base 2 --> <!-- End of JS Base 2 -->
  
-<h2 id="js-syntax-highlighter">JS Syntax Highlighter</h2>+===== JS Syntax Highlighter =====
  
 <p><a href="files/js-syntax-highlighter-0.2.tar.gz">Download v0.2</a> (last update october 25th 2007).</p> <p><a href="files/js-syntax-highlighter-0.2.tar.gz">Download v0.2</a> (last update october 25th 2007).</p>
All dates/times in this page are UTC.
  • wordpress.txt
  • Last modified: 2017/05/19 01:27
  • by Toni Corvera