It would certainly be a good idea to move all existing (user) content and users to the new framework and keep it on the existing domain. Or at least the postings/threads and users. As for the passwords, there could be an easy solution: Implement in the old Everything engine (which we'll keep around for some time in readonly mode) a function to "activate my account on new perlmonks" as some kind of password change function; except that the user athentificates against the EE, and changes his/her password on both sites (which also locks the account on EE and unlocks it on PM::New).

As for Perl 5 vs. 6; i'd probably implement it in 5 with existing and tested frameworks (waiting for a stable framework in 6 for years without getting PM into the 21st century doesn't sound that good an option). Since quite a lot sites and projects depend on 5->6 interoperability and smooth upgrade options anyway, we'll be able to port the site step-by-step over time to 6 anyway (i hope).

Of course, this would all be depending on the good will of the gods. But as long as they don't have to do all the work (and keep their goodly status), i doubt they will be very much against the project ;-)

Don't use '#ff0000':
use Acme::AutoColor; my $redcolor = RED();
All colors subject to change without notice.

In reply to Re^7: Current posting ability limitations (interim) by cavac
in thread Current posting ability limitations by MidLifeXis

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.