Page MenuHomePhabricator

Using Server-Side 'Intelli-text' rendering to enhance intra-wiki links.
Closed, ResolvedPublic

Description

Author: webmaster

Description:
I am sure we have all seen it a thousand times where you are on ign.com or cnn.com
and as you are reading an article about computers, every instance of the
word 'computer' becomes underlined. Upon mouse-over, it pops-up an advertisement to
buy computers or related items...

This is a (fairly) light server side scripting that happens during initial page-
rendering. I think this would be FANTASTIC if we could include something like this
to augment (not replace) the current manual process of intra-wiki linking.

For instance, manually adding [[foo]] will make a link to the foo page. How about if
when you type 'foo' on the page, but FORGET to put [[ ]] around it... The server
searches for an existing article of that name and auto-renders the [[foo]] link?

This would not be plausible for the script to search for EVERY word in an article,
but the script could reference the 10/100/1000 most popular pages, instead. New
folks (and veterans alike) often miss the opportunity to create links to existing
articles... This would ensure the most popular (or user-defined) articles are never
missed.

Example of IntelliTXT in use: http://filmforce.ign.com/articles/685/685630p1.html
Explination of IntelliTXT: http://www.vibrantmedia.com/whatisIntelliTXT.asp


Version: unspecified
Severity: enhancement
URL: http://www.vibrantmedia.com/whatisIntelliTXT.asp

Details

Reference
bz4886

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:05 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz4886.
bzimport added a subscriber: Unknown Object (MLST).
  • This bug has been marked as a duplicate of 2336 ***