What there is a need for is volunteer developers who might do something about the situation. The problem there is the code base is difficult.

I know many very old Web Projects that managed to keep running and not getting stuck. I personally know the Wordpress very well since more than 10 years ago.
They managed progressively updating their Engine Base Code to modern standards and still keep running.
That is the way you deal with updating / remaking big projects. You do it progressively. With some bigger and some smaller efforts.

One step to invite new volunteers would open up the Source Code on a GitHub repository.
As it is a common Praxis to many CPAN developments.
That way you can manage the project which an Issue Tracker and accept little code contributions from a broader audience.
- or Template::Toolkit https://github.com/abw/Template2
- or Mojolicious https://github.com/mojolicious

An attitude like I found at
https://perlmonks.org/?node_id=1223201
> But I can't find any answer to my concrete Question
> You dont need to know :)
Doesn't really make you a favor.
(Who are those who think nobody needs to know and this site does not need any help ?)


In reply to Re^2: Welcoming New Users and Accepting Site Reviews by HugoNo1
in thread Welcoming New Users and Accepting Site Reviews by HugoNo1

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.