I notice one small difference, which was confusing me when writing a reference to a node.
Previously, we had our addresses as
index.pl?node_id=xxxxxx&lastnode_id=yyyyyy
Now, the addresses look like
index.pl?lastnode_id=yyyyyy&node_id=xxxxxx
I have to be careful when I want to quote a node.

update
Just to clarify. When I quote a node, I always use the [id://xxxx] notation. I wanted to say that the addresses I look at to get such number are changed. It's just a visual change for the human reader. My browser is happy enough :)

BTW, this post was entered as a comment to Side-effects of the Server Move and it came out unespectedly as root node. Root in which section? Couldn't find out.

update 7-May-2002 (!) At last, now the node is under the right parent. Thanks, kudra.
_ _ _ _ (_|| | |(_|>< _|

In reply to Re: Side-effects of the Server Move by gmax
in thread Side-effects of the Server Move by dws

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.