PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Text » Text_Wiki_Mediawiki » Bug #8504

MediaWiki citation format

Details

Request #8504MediaWiki citation format
Submitted2006-08-18 14:26 UTC
Frombjs5075 at rit dot edu
StatusOpen
PackageText_Wiki_Mediawiki
PHP Version5.1.4
OSDebian etch
Roadmaps(Not assigned)

Comments

[2006-08-18 14:26 UTC] bjs5075 at rit dot edu

Description:
------------
I have created a MediaWiki-style citation parser/renderer
this spans more than one PEAR package, and is quite
specific to mediawiki, so I'm posting the notice here.
There are four files involved, so I don't want to paste
them in here.

If you want the files, you can email me directly.
I don't know if you will be able to easily integrate them,
but I want to release the source now so that it can be
worked on later.

Test script:
---------------
Citation format:
text1<ref>reference text</ref>

text2<ref name="this">that</ref>

text3<ref name="this" />

text4<ref name="this">

etc.

<references />

Expected result:
----------------
text1 [1]
text2 [2]
text3 [2]
text4 [2]

1. ^ reference text
2. ^abc that

Actual result:
--------------
Currently no support