Recreating the Bolts website on Github

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Recreating the Bolts website on Github

Post by Kunda1 »

Referencing https://github.com/berndhahnebach/BOLTSFC/issues/1
This is what the website used to look like from July 19, 2017:
https://web.archive.org/web/20170719105 ... index.html
What if FC adopted it and resurrected it under the FC GH repo ?
It could run on github.io

Here is the website source code:
https://github.com/jreinhardt/BOLTS/tre ... ources/0.4
It's in markdown so migrating it to github.io should be easier.

What does the community think ?

ref: to original Bolts website thread: BOLTS Open Library of Technical Specifications
Last edited by Kunda1 on Sat Sep 08, 2018 10:47 am, edited 1 time in total.
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
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Recreating the Bolts website on Github

Post by NormandC »

I know that bernd forked the BOLTS repo, but is it functional on v0.17/0.18? The last commit was more than a year ago.

In the end, it will depend on if someone volunteers to migrate the website and maintain it... And quite possibly, maybe this should be associated with bernd's BOLTS fork rather than with the FreeCAD project.

Kunda1 wrote: Sun Sep 02, 2018 7:13 pm Here is the website source code:
https://github.com/jreinhardt/BOLTS/tre ... ources/0.4
bernd cloned it here: https://github.com/berndhahnebach/BOLTS ... ources/0.4
thschrader
Veteran
Posts: 3156
Joined: Sat May 20, 2017 12:06 pm
Location: Germany

Re: Recreating the Bolts website on Github

Post by thschrader »

NormandC wrote: Mon Sep 03, 2018 9:07 am I know that bernd forked the BOLTS repo, but is it functional on v0.17/0.18?
I use BoltsFc from addon-manager. It is fully functional.
https://forum.freecadweb.org/viewtopic.php?f=13&t=30415
https://forum.freecadweb.org/viewtopic. ... 0&start=10
https://forum.freecadweb.org/viewtopic.php?t=27451
Please no experiments... :)
Running on
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.14315 (Git)
Build type: Release
Branch: master
Hash: 5f8f26824486b55b2bf72c579e95f0f6d4a19284
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: German/Germany (de_DE)
addon.JPG
addon.JPG (55.41 KiB) Viewed 1761 times
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Recreating the Bolts website on Github

Post by Kunda1 »

thschrader wrote: Mon Sep 03, 2018 9:22 am I use BoltsFc from addon-manager. It is fully functional.
https://forum.freecadweb.org/viewtopic.php?f=13&t=30415
https://forum.freecadweb.org/viewtopic. ... 0&start=10
https://forum.freecadweb.org/viewtopic.php?t=27451
Please no experiments... :)
Hey @theschrader
Love you work and contributions.

Rest easy, my friend. The proposal AFAICT is not about changing bolts. It's about adopting the website that @jreinhardt was maintaining for the Bolts project.
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
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Recreating the Bolts website on Github

Post by Kunda1 »

jreinhardt wrote:ping
@jreinhardt How's it going? As you can see, there is an interest on my end to resurrect the BOLTS website. Would that be Ok with you? Also would you have some time to help explain to me how to get it back up? Thanks in advance!
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
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Recreating the Bolts website on Github

Post by NormandC »

That's a long shot. jreinhardt has not visited the forum since 2015. He was last active on Github in 2016.

Edit: although he did comment the issue about the website being down in Oct. 2017. https://github.com/jreinhardt/BOLTS/issues/176
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Recreating the Bolts website on Github

Post by Kunda1 »

I wonder if it's as simple as moving his files to a new repo and enabling the user.github.ion feature which automatically turns the repo in to a hosted website?
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
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Recreating the Bolts website on Github

Post by bernd »

hi guys I missed the last posts.

I forked the repo because the addon manager installs from a gitrepo. It is not possible to install bolts from the orginal bolts repo. That is why I made boltsfc git repo from which is possible to install with addon manager. https://github.com/berndhahnebach/BOLTSFC

Development (at least my one) takes place on https://github.com/berndhahnebach/BOLTS I have fixed some minor stuff and added some more profiles. Furthermore there is a branch which implements a backend for Nemetschek Allplan.

I tried to get in contact with jrheinhard but he did not answer. It would be great if would get BOLTS a new home.

bernd
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Recreating the Bolts website on Github

Post by bernd »

The BOLTS website is based on some Python web frame work but I can not remember which one. The code is on github too.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Recreating the Bolts website on Github

Post by Kunda1 »

bernd wrote: Wed Sep 12, 2018 9:10 pm The BOLTS website is based on some Python web frame work but I can not remember which one. The code is on github too.
Perhaps @kkremitzki would know better? He set up the FreeCAD dev blog which is on some sort of python framework as well.
kkremitzki wrote:ping
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
Post Reply