Could one of the developers replace the downloadable docs for POL 0.99?
The link on this page that points to the ZIP file for the downloadable version of the docs for POL 0.99 is broken.
Thanks.
Where's the downloadable POL-0.99 docs?
Re: Where's the downloadable POL-0.99 docs?
Not sure if this post is helpful, but you can also find it on github: https://github.com/polserver/polserver/ ... com/pol099
Re: Where's the downloadable POL-0.99 docs?
Thanks Bodom but that isn't what I'm looking for. That documentation section on GitHub cannot be run locally on a machine without a PHP server etc.
If you go here You'll see a link near the top of the page that points to a ZIP file that contains a working set of docs that you can have locally on your machine.
The POL 0.99 Docs section used to have a link to a ZIP file with a downloadable set of docs as well but the link is broken.
If there's a way to generate them from the GitHub files maybe someo9ne can explain it.
If you go here You'll see a link near the top of the page that points to a ZIP file that contains a working set of docs that you can have locally on your machine.
The POL 0.99 Docs section used to have a link to a ZIP file with a downloadable set of docs as well but the link is broken.
If there's a way to generate them from the GitHub files maybe someo9ne can explain it.
Re: Where's the downloadable POL-0.99 docs?
The offline doc is buildable via the "buildoffline.php" script in git.
Unfortunately, this script was broken.
I have managed to fix it and built a temporary UNOFFICIAL offline doc zip that you can download here:
https://mega.nz/#!g8ERmK7S!ZIE9UiNv9Tx0 ... 3JGnHNS94k
Unfortunately, this script was broken.
I have managed to fix it and built a temporary UNOFFICIAL offline doc zip that you can download here:
https://mega.nz/#!g8ERmK7S!ZIE9UiNv9Tx0 ... 3JGnHNS94k
Re: Where's the downloadable POL-0.99 docs?
Thanks Bodom.
How were you able to run the PHP script? I tried putting the docs files from the Git repo on my web server and I couldn't get them to run. They are looking for some include files that exist on the polserver.com site that aren't included in the Git repository.
How were you able to run the PHP script? I tried putting the docs files from the Git repo on my web server and I couldn't get them to run. They are looking for some include files that exist on the polserver.com site that aren't included in the Git repository.
Re: Where's the downloadable POL-0.99 docs?
Yw 
Yep, it needed some fixing. Details here: https://github.com/gtozzi/polserver/com ... 1a7200133c
If you also need to run them on your web server, feel free to temporarily use my repo.
Yep, it needed some fixing. Details here: https://github.com/gtozzi/polserver/com ... 1a7200133c
If you also need to run them on your web server, feel free to temporarily use my repo.
Re: Where's the downloadable POL-0.99 docs?
Thanks Bodom.
Re: Where's the downloadable POL-0.99 docs?
Should now work again. And an current archive is available for download.
Re: Where's the downloadable POL-0.99 docs?
Thanks Turley!