-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extra credit #3
Comments
To clarify the situation: files can be constructed offline, however it seems to rely on some magic inside pbsetup. |
htm file header
|
htm file body is zlib data in hexadecimal |
in pbsecsv file, the F entry syntax: in to extract ZLIB, HEX has to turned into binary format. EXT = {w=>so,w=>dll,v=>d64...}
After that files are copied: if there is no file for a certain platform, then the checksums in pbsv refer to the htm file, not the file that is contained within htm. |
Create a pbsetup-like program that can construct all those files from htm-s like what pbsetup does. Maybe this can help the archiving effort a little bit.
The text was updated successfully, but these errors were encountered: