On Tuesday, March 27, 2018 at 3:55:10 AM UTC-4, Constantine Zakharchenko wrote: > > cryptopp.com/wiki is "experiencing technical difficulties". > > It's rather frustrating. > Why not upload offline version of wiki somewhere on github? >
There are a few reasons. Some of them may be easy to overcome. First, MediaWiki uses a markdown language that has to be rendered to HTML. Second, I do not know how to dump the wiki as a HTML website. Third, I don't know how to dump the wiki as a collection of marked-down pages. I tried to solve (3) some time ago for backup purposes. I wanted the raw source files (and not a database). I could not figure out how to do it. (2) and (3) are hard problems for me because of the MySQL database and my lack of database skills. Also, I do the mysldump as a backup. But I cringe when I think all the problems we are going to have trying to restore it in real life. Jeff -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
