Difference between revisions of "Página de pruebas"

From Sinfronteras
Jump to: navigation, search
Line 1: Line 1:
ExtIdx is an a MediaWiki extension that extends the page index with the index of (in the headlines) referred pages.
+
==[[Página de pruebas 2]]==
 
 
By simply activating the extension every headline that has a link inside can be extended (if the referred page exists) by clicking on the <nowiki>[+]</nowiki> sign, or you can go to the page of the link by folowing the <nowiki>[>>]</nowiki> link next to the index entry.
 
 
 
Only the first link in a headline will be processed. So if the headline reads <nowiki>==This [[is]] a [[test]] headline==</nowiki>, then the index of the page "''is''" would be shown if extended. Beneath is the index of this page which has several examples with which you can play a bit.
 
 
 
'''Since this is a pretty slow server, extending the index can sometimes take a while. Please be patient after clicking on the [+] (plus sign), the index will appear for sure!'''
 
 
 
==[[Test this Headline]]==
 
 
The above headline will create some playable index.
 
The above headline will create some playable index.
  
Line 18: Line 10:
 
==Install instructions==
 
==Install instructions==
 
*Unpack the package into your "'''extensions'''" subdirectory of your mediawiki installation.
 
*Unpack the package into your "'''extensions'''" subdirectory of your mediawiki installation.
*Add the following line to the bottom of the '''LocalSettings.php''' file in your mediawiki home/main directory:<br>
 
'''require_once("$IP/extensions/extidx/extidx.php");'''
 
  
 
==Versions==
 
==Versions==
*Version 1.02: Bug-Fix: Extended Index will now work on protected pages too. [http://www.chaosreligion.com/files/extidx_1_02.zip Version 1.02 of the ExtIdx extension in zip format].
+
*Version 1.02: Bug-Fix: Extended Index will now work on protected pages too. [http://www.chaosreligion.com/files/extidx_1_02.zip
*Version 1.01: Bug-Fix: Will work with wikis that use short urls (but another path then /wiki/) now. Shorter waiting times by processing only one index at a time (if clicked on multiple plus signs). [http://www.chaosreligion.com/files/extidx_1_01.zip Version 1.01 of the ExtIdx extension in zip format].
 
*Version 1.00: First release Version. [http://www.chaosreligion.com/files/extidx_1_0.zip Version 1.00 of the ExtIdx extension in zip format].
 
 
 
==Bug Report==
 
*Fixed in Version 1.01: If short URLs are used, only Wikis that use /wiki/ as article path would work.
 
*Fixed in Version 1.02: If the page is protected, it won't work in that page.
 

Revision as of 16:07, 26 February 2016

Página de pruebas 2

The above headline will create some playable index.

Sandbox

You can play in the Sandbox with the index by manipulating the headlines as you wish (let them point to existing pages to see the index changing).

Download

ExtIdx extension in zip format

Install instructions

  • Unpack the package into your "extensions" subdirectory of your mediawiki installation.

Versions