in reply to Re^5: Ideas for PerlMonks 2.0
in thread Ideas for PerlMonks 2.0
This way you have the option to go back and re-render everything to handle new ideas for site design that depend on changes to the tags, and you leave everyone with the ability to continue to edit their posts from before the cutover.
The entirety of the rendering for old PM format should be bundled up into a module and given unit tests. It's more effort, but I strongly feel this is the "right way" to handle it.
It also lets you iterate on Markdown rendering, later. You could internally have formats like "text/markdown-2024" and "text/markdown-2027" and show them to the user as simply "Markdown" while using the specific type stored in the table to keep rendering the content with the same renderer as it was written, so that new Markdown implementations don't break historic rendering.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Ideas for PerlMonks 2.0
by afoken (Chancellor) on Dec 11, 2024 at 08:48 UTC | |
Re^7: Ideas for PerlMonks 2.0
by jdporter (Paladin) on Dec 11, 2024 at 14:31 UTC |