in reply to Re^4: Ideas for PerlMonks 2.0
in thread Ideas for PerlMonks 2.0

a database dump of the PM database (with the passwords and other sensitive information nuked, of course). That way i could start to design the PG schema and write a proof-of-concept importer for the user accounts and posts.

Well, how about let's instead start with PM's MySQL schema, and understand how the tables all work and tie together. There's lots of stuff there which would not need to be duplicated in the new system.

Getting "feature complete" on par with existing PerlMonks with all the bells&whistles and finetuning might take quite a bit of work (polls, XP, APIs, etc).

Exactly. That is stuff we can add once the base system is up and running.

Replies are listed 'Best First'.
Re^6: Ideas for PerlMonks 2.0
by cavac (Prior) on Dec 10, 2024 at 16:58 UTC

    Give me a few days and i'll see if i can come up with a simple mockup/proof of concept (nothing too fancy). I should be able to get a very basic forum plus a simple wiki¹ going (hey, gotta put those list of links and FAQs somewhere).


    ¹ i have a wiki in some project of mine, should be easy enough to pull the database schema and configs into a new project. The forum part will use the same editor and renderer, anyway

    PerlMonks XP is useless? Not anymore: XPD - Do more with your PerlMonks XP
    Also check out my sisters artwork and my weekly webcomics

      Using wiki for the site's documentation makes a ton of sense.

      I hope you're using existing (cpan) software wherever possible, right?