Improve Download page ideas (Take 2)

Discussions about the wiki documentation of FreeCAD and its translation.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Improve Download page ideas (Take 2)

Post by triplus »

As far as i am concerned it has my vote to be deployed. And i guess we can start getting feedback from regular users ASAP.

P.S. Linux should be mentioned too (AppImage):
For MacOS, Windows and source code, see the FreeCAD releases page.
AR795
Posts: 180
Joined: Fri May 25, 2018 11:55 pm

Re: Improve Download page ideas (Take 2)

Post by AR795 »

I added Linux (AppImage) to the development releases section. Assuming everything else is alright, I will start converting the html page to php.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Improve Download page ideas (Take 2)

Post by Kunda1 »

From mobile phone
Screenshot_20181127-055421.png
Screenshot_20181127-055421.png (348.64 KiB) Viewed 1709 times
Screenshot_20181127-055434.png
Screenshot_20181127-055434.png (399.26 KiB) Viewed 1709 times
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
AR795
Posts: 180
Joined: Fri May 25, 2018 11:55 pm

Re: Improve Download page ideas (Take 2)

Post by AR795 »

I included the release notes section from the wiki in the downloads page. For now I added it after the download links, but if needed they can be shifted before too.
AR795
Posts: 180
Joined: Fri May 25, 2018 11:55 pm

Re: Improve Download page ideas (Take 2)

Post by AR795 »

Ok I converted the downloads page to php, which can be seen here https://github.com/AR795/FreeCAD-Homepa ... loads_page. Now I need to look for a way to test the php page...
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Improve Download page ideas (Take 2)

Post by triplus »

I guess you could just create a PR, and after review and deploy phase, to see if any issues will get reported.

P.S. Or i guess the time to finally try out a LAMP/WAMP option has come. ;)
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Improve Download page ideas (Take 2)

Post by NormandC »

Kunda1 wrote: Tue Nov 27, 2018 11:11 am From mobile phone
Is your point is to show how broken it looks? I'm guessing the default MediaWiki theme with sidebar does not support mobile phones. On Wikipedia, the sidebar is replaced with a menu button. I wonder if they installed some special extension for it.
AR795
Posts: 180
Joined: Fri May 25, 2018 11:55 pm

Re: Improve Download page ideas (Take 2)

Post by AR795 »

triplus wrote: Wed Nov 28, 2018 4:32 pm i guess the time to finally try out a LAMP/WAMP option has come. ;)
It has indeed. So after several tries, I was able to finally setup the ubuntu server virtual machine and run the php web page on it.

While testing, I noticed some embarrassing mistakes I made, which I now corrected. I need to be on the lookout for more bugs.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Improve Download page ideas (Take 2)

Post by Kunda1 »

NormandC wrote: Thu Nov 29, 2018 4:35 am Is your point is to show how broken it looks? I'm guessing the default MediaWiki theme with sidebar does not support mobile phones. On Wikipedia, the sidebar is replaced with a menu button. I wonder if they installed some special extension for it.
Yes, I think we should look in to fixing it.
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Improve Download page ideas (Take 2)

Post by triplus »

AR795 wrote: Thu Nov 29, 2018 5:48 am It has indeed. So after several tries, I was able to finally setup the ubuntu server virtual machine and run the php web page on it.


Good to hear that.
While testing, I noticed some embarrassing mistakes I made, which I now corrected. I need to be on the lookout for more bugs.
Yes usually it makes sense to have a testing environment and to test such things, during development, as usually some issues get introduced, and can be detected after easily.
Post Reply