dependencies - MediaWiki: Graph of page relations extension -


i searching mediawiki extension which, in ideal world, should allow following:

  1. each page should include list of other pages related (let's call them dependencies).
  2. the dependency tree of given page, showing dependencies recursively (that is, direct dependencies, dependencies of direct dependencies, etc) should displayed on page.
  3. registered users should able mark pages read/unread should reflected in dependency trees (say, changing color of nodes).

so far, have found following:

  • a nice implementation of tree graph through jit , mediawiki plugin using (for different purposes though).
  • the semantic mediawiki seems handle relational structure in way, however, not way, searching for. assigns properties wiki pages rather linking pages together. i'm not sure whether can used generate dependency tree.
  • dbpedia, not sure, , how use it, somehow seems related structuring data in wiki.

now bit lost way follow , how put pieces achieve desired result. hints appreciated. of course, ready use solution (not in form of mediawiki extension) better!


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -