Page 9 of 11

Re: Offline LÖVE documentation for download

Posted: Mon Sep 25, 2017 2:04 pm
by Santos
I've changed the design of the one-page reference and added translations.

Right-click and select "Save link as..." to save the file with relative links for offline viewing.

English
Deutsch
Français
日本語
한국어
Português
Русский

(These URLs are probably temporary.)

Much of the translated text is from Google Translate, but some is from the wiki; Japanese in particular is all the from the wiki.

I've also made an auto-populated-field-generator to make the table easier to use: https://github.com/santoslove/love-api-experiments

If anyone has any feedback on the new design or anything else, let me know.

Re: Offline LÖVE documentation for download

Posted: Tue Sep 26, 2017 6:59 am
by Fuzzlix
Hi Santos.
I took a quick look into german and english version. Even as a native german i would prefer the english version.
the look and feel is nice and friendly, easy to read. -> Santos: 10 points :)

My wish is:
-- no external links please. All relative links, hence my local copy revers to the proper local copies. I want to be able to read the doc completely offline.

keep up the good work.

Re: Offline LÖVE documentation for download

Posted: Tue Sep 26, 2017 11:22 am
by Santos
Hi Fuzzlix :)

Thanks for pointing out the external links, I think this might be due to how Chrome (and maybe other browsers) saves the HTML file. It seems that right clicking on the links to the URLs above and selecting "Save link as..." will save the file with relative links, but opening the page and using "Save as..." will save the file with external links. I'd added a note about this to the post.

Re: Offline LÖVE documentation for download

Posted: Fri Mar 23, 2018 8:27 pm
by joedono
Has anyone reported that the love.video section is blank?
https://santoslove.github.io/love-api-e ... love.video

Re: Offline LÖVE documentation for download

Posted: Mon Mar 26, 2018 9:57 am
by yetneverdone
Is the link fixed now? Last week I've downloaded the offline api, it's old version.

Re: Offline LÖVE documentation for download

Posted: Sat Apr 07, 2018 2:22 am
by boruok
please update docs after 11.0

Re: Offline LÖVE documentation for download

Posted: Tue Aug 07, 2018 4:53 am
by by-u
Offline documentation for love v11 please... :cry:

Re: Offline LÖVE documentation for download

Posted: Fri Sep 07, 2018 7:31 am
by kbmonkey
For those who have wget you can download an off-line copy with this voodoo

Code: Select all

mkdir -p ~/love2d.org
cd ~/love2d.org

wget \
--wait=1 \
--recursive \
--convert-links \
--adjust-extension \
--no-parent \
--level=2 \
https://love2d.org/wiki/love

Re: Offline LÖVE documentation for download

Posted: Fri Sep 21, 2018 11:19 am
by pgimeno
You probably meant to add --page-requisites

The problem with that method is that, in order to keep it updated, it needs to be fully re-downloaded every time.

Re: Offline LÖVE documentation for download

Posted: Sun Dec 30, 2018 10:18 pm
by V360
Did a quick hack to get an 11.0 version of this. May not be 100% good, heck not even 25% good, but it works. :huh: https://gist.github.com/TheV360/e3a9fab ... ad4951600b