How to convert a Perl.Wiki.html into a jsTree
Note: My web host and I use case-sensitive file systems Download Perl.Wiki.html from http://savage.net.au/ Download and unpack the distro CPAN::MetaCurator from https://metacpan.org/ Update Perl.Wiki.html if desired Export its data by clicking the Tools tab on the top right: 1: Choose 'export all' 2: Choose 'JSON format' in the pop-up 3: The file tiddlers.json will appear in your downloads directory (eg ~/Downloads/ under Debian) 4: Move tiddlers.json into the distro's data/ as cpan.metacurator.tiddlers.json to replace the copy shipped with the distro Run scripts/build.db.sh. This runs: 1: scripts/drop.tables.pl 2: scripts/create.tables.pl 3: scripts/populate.sqlite.tables.pl This reads data/cpan.metacurator.tiddlers.json and outputs data/cpan.metacurator.sqlite 4: scripts/export.as.tree.pl This reads data/cpan.metacurator.sqlite and outputs html/cpan.metacurator.tree.html The code shipped can be configured to change the home_path() And it logs to log/development.log
Machine-Readable Change Log
The file Changes was converted into Changelog.ini by Module::Metadata::Changes.
Version Numbers
Version numbers < 1.00 represent development versions. From 1.00 up, they are production versions.
Repository
https://github.com/ronsavage/CPAN-MetaCurator
Support
Email the author, or log a bug on RT:
https://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-MetaCurator.
Author
Current maintainer: Ron Savage <ron@savage.net.au>.
My homepage: https://savage.net.au/.
License
Perl 5.
Copyright
Australian copyright (c) 2025, Ron Savage.
All Programs of mine are 'OSI Certified Open Source Software';
you can redistribute them and/or modify them under the terms of
The Perl License, a copy of which is available at:
http://dev.perl.org/licenses/