There are a few implementation issues depending on just how clever you want to be specifying a reference. Finding [id://nnnnnn] references would be easy. Finding <a href="xxxx">that node</a> references could be a bit mixed - it may be a bit harder to dig out the actual reference. Resolving [node name] references may be impossible - there are duplicate node names. Resolving "you know, that node by thingy, the wizard fellow, about sorting stuff" may well be beyond most humans let alone some code, but is still a reference, of sorts.

A second thing to think about is, when should nodes be parsed for references? Each time they are updated in the database? That gets a bit tricky avoiding bumping reference counts the wrong number of times. Something the vote fairy should do? She may get a bit grumpy at the unacustomed work (and you better watch out for the Vote Fairy Union too). Should all the old nodes be processed, or only new ones?

If a node is referenced multiple times from a single node does that count once, or once each time?

Having said all that, aside from the implementation issues, I quite like the idea. More nice warm fuzzies handed around and more opportunity for statistical analysis. Fun :)


DWIM is Perl's answer to Gödel

In reply to Re: Node trackbacks? by GrandFather
in thread Node trackbacks? by husker

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.