ISO for a sysvinit distribution

More
22 Feb 2020 22:31 #158246 by BeagleBrainz
Ran through a HTML doc build there is about 30MB of stuff.
One thing that needs attention is that when clicking the links on the gcode.html (local) they link to linuxcnc.org/docs/devel/html/gcode/g-code.html .......unless the gcode.html page is edited.
The following user(s) said Thank You: phillc54

Please Log in or Create an account to join the conversation.

More
22 Feb 2020 22:37 - 22 Feb 2020 23:12 #158247 by phillc54

Ran through a HTML doc build there is about 30MB of stuff.

Thanks for that, I could probably squeeze them in in a pinch..

Edit: It is 300Mb, not 300Kb of remaining space.

One thing that needs attention is that when clicking the links on the gcode.html (local) they link to linuxcnc.org/docs/devel/html/gcode/g-code.html .......unless the gcode.html page is edited.

Kinda makes you wonder whether it's worth doing. I am sure if there are broken links someone will complain.
Last edit: 22 Feb 2020 23:12 by phillc54.
The following user(s) said Thank You: BeagleBrainz

Please Log in or Create an account to join the conversation.

More
22 Feb 2020 23:43 #158252 by BeagleBrainz
I'm not good at JS but the issue appears here (in FF anyway):
if(document.location.protocol == "file:") {
    try {
        var x = document.implementation.createDocument("", "", null);
        x.load("gcode/g-code.html");
        x.onerror = fixup_urls;
    } catch(err) {
        fixup_urls();
    }
}

Please Log in or Create an account to join the conversation.

More
22 Feb 2020 23:57 #158255 by phillc54
A grep of the docs source folder shows a lot of direct links to linuxcnc.org so I don't think it would be possible to eliminate them all.

Please Log in or Create an account to join the conversation.

More
23 Feb 2020 00:33 - 23 Feb 2020 00:35 #158259 by BeagleBrainz
That snippet comes from doc/html/gcode.html
If firefox that snippet

Changing that snippet to
if(document.location.protocol == "file:") {
    try {
        var x = document.implementation.createDocument("", "", null);
        x.load("gcode/g-code.html");
        x.onerror = fixup_urls;
    } catch(err) {
        fixup_urls();
        alert (err);
    }
}

I get "TypeError: x.load is not a function" message using fire fox.

It only happens if the protocol is file://
Only my local weberserver it works fine.
Last edit: 23 Feb 2020 00:35 by BeagleBrainz.
The following user(s) said Thank You: phillc54

Please Log in or Create an account to join the conversation.

More
22 Mar 2020 04:25 #161069 by phillc54
I really don't have time to support these images and I intend to remove them at the end of March so if anyone wants them the time is now.

I am going to follow the crowd and move to Rob's Mint images and hopefully they will end up being the official LinuxCNC images.
The following user(s) said Thank You: BeagleBrainz

Please Log in or Create an account to join the conversation.

More
22 Mar 2020 05:04 #161072 by BeagleBrainz
Well phill you work hard enough as it giving back to the community.

And what happens when I finish fighting with my employer and either get back onsite or have to start looking for work.:laugh: :laugh: :laugh: :laugh:

Apparently I'm not fit enough to get assigned jobs but fit enough to be left on the books. Hopefully FairWork comes up with a solution.
The following user(s) said Thank You: phillc54

Please Log in or Create an account to join the conversation.

More
22 Mar 2020 08:00 #161075 by phillc54

And what happens when I finish fighting with my employer and either get back onsite or have to start looking for work.:laugh: :laugh: :laugh: :laugh:

Apparently I'm not fit enough to get assigned jobs but fit enough to be left on the books. Hopefully FairWork comes up with a solution.

Crikey, the way things are going at the moment we won't be allowed out to go to work. I guess the'll have Corona Cops on every corner.
The following user(s) said Thank You: BeagleBrainz

Please Log in or Create an account to join the conversation.

More
24 Mar 2020 17:20 #161356 by twoflowers
It's a pitty that you stop on the images. Did you nutld them with devuan sdk? Any nifty config to be done?

Please Log in or Create an account to join the conversation.

More
24 Mar 2020 22:26 #161373 by phillc54
Nothing fancy, I just used the Refracta Tools

Please Log in or Create an account to join the conversation.

Time to create page: 0.104 seconds
Powered by Kunena Forum