Wonderful, thank you!Jrvan [Library Chief said:" post_id=429892 time=1678581980 user_id=46372]
I can look over Jake Carlson's PDFs after the ritual schedule concludes, and make any notes if I find something questionable.
Jrvan [Library Chief said:" post_id=429892 time=1678581980 user_id=46372]
Soaring Eagle 666 [JG said:" post_id=429866 time=1678575746 user_id=346]
Jrvan [Library Chief said:" post_id=429858 time=1678572755 user_id=46372]
I can look over Jake Carlson's PDFs after the ritual schedule concludes, and make any notes if I find something questionable.
That's a good point about the archives.
I've read Ben Klassen's "Nature's Eternal Religion." I think it's solid introductory reading for understanding the JQ, and I can totally understand why Maxine referenced his work. 1984 should be read by everyone in this era at least once in their life, in my opinion. I think these help provide a framework, and it's definitely good to supply this. But yes, not quite there as far as Satanism.
Thank you.OuroborphicMystery said:This is incredible, now we have fully built-in functionality for searching the data we need, and the sheer amount of the information there is has become really vast. It truly "feels" like a Library worthy of the Gods now. I give my most heartfelt congratulations to those who have helped with even one brick's worth of contribution to this grand proverbial temple.
I have one question. Is there a way to easily download everything? Especially as the Library keeps getting updated, it would be a good idea to have our people take regular offline archives. I know there were "unofficial" downloadable versions created in the past but having such a thing up there on the site and updated at least semi-regularly would be a boon.
Maybe, a download manager app would also work though.
AsraArdwulfLeberecht said:There were times during this project when I thought it'd never be completed, but with the help of everyone in this beautiful team it is now done. Thanks to all of you.
For this we can develop a small system using JSZip and FileSaver. So users can easily download all PDFs as Zip with a click of a button.Soaring Eagle 666 [JG said:" post_id=430023 time=1678641905 user_id=346]
Thank you.
In the past we had regularly posted a "All PDFs Complete - ZIP". I am considering ways to automate this. Probably one of the following:
- A single button for us to regenerate the ZIP.
- An automatic scheduled task for regenerating the ZIP every day something has been changed.
- Providing a program that automatically downloads whatever the current library files are.
Meanwhile, you can use HTTrack to download the whole library.
Thanks, but actually I've already written an interface to zip files in PHP. The question here is, what's the best way of keeping the ZIP up-to-date, and what's the best user interface for people.Spine said:For this we can develop a small system using JSZip and FileSaver. So users can easily download all PDFs as Zip with a click of a button.Soaring Eagle 666 [JG said:" post_id=430023 time=1678641905 user_id=346]
Thank you.
In the past we had regularly posted a "All PDFs Complete - ZIP". I am considering ways to automate this. Probably one of the following:
- A single button for us to regenerate the ZIP.
- An automatic scheduled task for regenerating the ZIP every day something has been changed.
- Providing a program that automatically downloads whatever the current library files are.
Meanwhile, you can use HTTrack to download the whole library.
I haven't written the code yet, but I did a little experiment and it seems to work without any problems. When I do a full test, I will send a mail about it. If you haven't worked on this yet, we can quickly solve the problem.
If you already have such a work, then there is no need for me to do this.Soaring Eagle 666 [JG said:" post_id=430080 time=1678672588 user_id=346]
Thanks, but actually I've already written an interface to zip files in PHP. The question here is, what's the best way of keeping the ZIP up-to-date, and what's the best user interface for people.Spine said:For this we can develop a small system using JSZip and FileSaver. So users can easily download all PDFs as Zip with a click of a button.Soaring Eagle 666 [JG said:" post_id=430023 time=1678641905 user_id=346]
Thank you.
In the past we had regularly posted a "All PDFs Complete - ZIP". I am considering ways to automate this. Probably one of the following:
- A single button for us to regenerate the ZIP.
- An automatic scheduled task for regenerating the ZIP every day something has been changed.
- Providing a program that automatically downloads whatever the current library files are.
Meanwhile, you can use HTTrack to download the whole library.
I haven't written the code yet, but I did a little experiment and it seems to work without any problems. When I do a full test, I will send a mail about it. If you haven't worked on this yet, we can quickly solve the problem.
Obviously the server can't generate a new zip for every user who clicks the button. That would be waaaay too much computation time (we don't have Google's budget), so it will need to cache a zip file to serve.
The complete PDF zip is now posted:Spine said:If you already have such a work, then there is no need for me to do this.Soaring Eagle 666 [JG said:" post_id=430080 time=1678672588 user_id=346]
Thanks, but actually I've already written an interface to zip files in PHP. The question here is, what's the best way of keeping the ZIP up-to-date, and what's the best user interface for people.Spine said:For this we can develop a small system using JSZip and FileSaver. So users can easily download all PDFs as Zip with a click of a button.
I haven't written the code yet, but I did a little experiment and it seems to work without any problems. When I do a full test, I will send a mail about it. If you haven't worked on this yet, we can quickly solve the problem.
Obviously the server can't generate a new zip for every user who clicks the button. That would be waaaay too much computation time (we don't have Google's budget), so it will need to cache a zip file to serve.
The system I wrote works for small files, but there are currently 2117 PDFs on the site and trying to process all these files with JS gives errors and is not efficient.
I have to download it in parts or wait a while to download it as a single Zip. It would have been a terrible choice in terms of UX.
So I stopped working on it.
Like you said, as for keeping the Zip up to date, you could create a new file every night with all the PDFs (like the XenForo Cron system) and have every member download the same file, which is probably the first thing that comes to mind and the most optimal.
Soaring Eagle 666 [JG said:" post_id=430023 time=1678641905 user_id=346]
Thank you.OuroborphicMystery said:This is incredible, now we have fully built-in functionality for searching the data we need, and the sheer amount of the information there is has become really vast. It truly "feels" like a Library worthy of the Gods now. I give my most heartfelt congratulations to those who have helped with even one brick's worth of contribution to this grand proverbial temple.
I have one question. Is there a way to easily download everything? Especially as the Library keeps getting updated, it would be a good idea to have our people take regular offline archives. I know there were "unofficial" downloadable versions created in the past but having such a thing up there on the site and updated at least semi-regularly would be a boon.
Maybe, a download manager app would also work though.
In the past we had regularly posted a "All PDFs Complete - ZIP". I am considering ways to automate this. Probably one of the following:
- A single button for us to regenerate the ZIP.
- An automatic scheduled task for regenerating the ZIP every day something has been changed.
- Providing a program that automatically downloads whatever the current library files are.
Meanwhile, you can use HTTrack to download the whole library.
Are you interested in redesigning the entire site, reworking the core HTML, CSS and JS according to current technological standards?Soaring Eagle 666 [JG said:" post_id=430326 time=1678776655 user_id=346]
The complete PDF zip is now posted:
[ZIP] Complete Satan's Library - All PDFs [510 MB]
It will be updated automatically whenever the PDF contents are changed. There will also be a log page soon that shows all updates to the library, so people can be informed of what's new, and when they might want to re-download the zip.
The MP3s and videos are 5GB and rapidly increasing, so that is impractical to provide as a direct zip. Instead, there will be a highly compressed version that is provided in a zip for people who need the entire library offline.
I aimed for a balance between new and old web standards.Spine said:Are you interested in redesigning the entire site, reworking the core HTML, CSS and JS according to current technological standards?Soaring Eagle 666 [JG said:" post_id=430326 time=1678776655 user_id=346]
...
I realize that you want to make optimal use of time and workforce, so adding new features instead of changing something that already works is probably a better choice for you, since you are essentially a (probably back-end) developer.
I'm essentially a UI/UX designer and front-end developer, this way I'm actually fulfilling my job, my purpose. We've talked about this before for another project, it's been delayed in my schedule because of my daily busyness, but it's on my mind.
Spine said:Are you interested in redesigning the entire site, reworking the core HTML, CSS and JS according to current technological standards?Soaring Eagle 666 [JG said:" post_id=430326 time=1678776655 user_id=346]
The complete PDF zip is now posted:
[ZIP] Complete Satan's Library - All PDFs [510 MB]
It will be updated automatically whenever the PDF contents are changed. There will also be a log page soon that shows all updates to the library, so people can be informed of what's new, and when they might want to re-download the zip.
The MP3s and videos are 5GB and rapidly increasing, so that is impractical to provide as a direct zip. Instead, there will be a highly compressed version that is provided in a zip for people who need the entire library offline.
I realize that you want to make optimal use of time and workforce, so adding new features instead of changing something that already works is probably a better choice for you, since you are essentially a (probably back-end) developer.
I'm essentially a UI/UX designer and front-end developer, this way I'm actually fulfilling my job, my purpose. We've talked about this before for another project, it's been delayed in my schedule because of my daily busyness, but it's on my mind.
This is also true, if we are talking about the entire JoS website, and not just the Library. (For the Library the majority of code size is the links themselves.)ramses13th said:Spine said:Are you interested in redesigning the entire site, reworking the core HTML, CSS and JS according to current technological standards?Soaring Eagle 666 [JG said:" post_id=430326 time=1678776655 user_id=346]
The complete PDF zip is now posted:
[ZIP] Complete Satan's Library - All PDFs [510 MB]
It will be updated automatically whenever the PDF contents are changed. There will also be a log page soon that shows all updates to the library, so people can be informed of what's new, and when they might want to re-download the zip.
The MP3s and videos are 5GB and rapidly increasing, so that is impractical to provide as a direct zip. Instead, there will be a highly compressed version that is provided in a zip for people who need the entire library offline.
I realize that you want to make optimal use of time and workforce, so adding new features instead of changing something that already works is probably a better choice for you, since you are essentially a (probably back-end) developer.
I'm essentially a UI/UX designer and front-end developer, this way I'm actually fulfilling my job, my purpose. We've talked about this before for another project, it's been delayed in my schedule because of my daily busyness, but it's on my mind.
If I may intrude, I believe the extra lines of code will vastly increase the costs of maintaining the websites atm because there are hundreds of pages. And JOS right shouldn't waste financial resources to make information pretty.
"It is my desire that all my followers unite in a bond of unity, lest those who are without prevail against them." - Satan