Skip to content
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.

Link to website from About menu option is broken #132

Closed
gus-fabacus opened this issue May 30, 2019 · 6 comments
Closed

Link to website from About menu option is broken #132

gus-fabacus opened this issue May 30, 2019 · 6 comments

Comments

@gus-fabacus
Copy link

When following the link to the website https://foss-project.com), the certificate is invalid and if trying to access the URL http://foss-project.com/ the site doeen't seem to be valid.

@mhsabbagh
Copy link
Owner

FOSS Project is dead, and also its website. I also won't renew that domain name.

We just have to replace the URL in the about page to this GitHub page.

@gus-fabacus
Copy link
Author

Hi, it makes sense. This could potentially be the diff with the update.
Thanks

index 68447b5..1ead60d 100755
--- a/green-recorder
+++ b/green-recorder
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 
-# FOSS Project <https://foss-project.com>, 2017, 2018.
+# FOSS Project <https://github.com/foss-project/green-recorder>, 2017, 2018.
 # Green Recorder is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
@@ -399,7 +399,7 @@ aboutdialog.set_license("Green Recorder is free software: you can redistribute i
 aboutdialog.set_comments(_("A simple screen recorder for Linux desktop. Supports Wayland & Xorg."))
 aboutdialog.set_authors(['M.Hanny Sabbagh <[email protected]>','Alessandro Toia <[email protected]>','Patreon Supporters: Ahmad Gharib, Medium,\nWilliam Grunow, Alex Benishek.'])
 aboutdialog.set_artists(['Mustapha Assabar'])
-aboutdialog.set_website("https://foss-project.com")
+aboutdialog.set_website("https://github.com/foss-project/green-recorder")
 aboutdialog.set_logo_icon_name("green-recorder")
 windowgrabbutton.set_label(_("Select a Window"))
 areagrabbutton.set_label(_("Select an Area"))

@ei8fdb
Copy link

ei8fdb commented Jun 8, 2019

@mhsabbagh Hi there, does that mean the blogposts there will also be lost? Or will they be available on a new domain?

@Jpfonseca
Copy link

@ei8fdb seems the blogposts are available here

@mhsabbagh
Copy link
Owner

@ei8fdb What blog posts are you talking about? The ones in FOSS Post? FOSS Post is still operating and will continue to do so.

@ei8fdb
Copy link

ei8fdb commented Jun 24, 2019

What blog posts are you talking about? The ones in FOSS Post?

No, I was talking about the ones on FOSS-Project, which I now know are also posted to FOSSPost.

FOSS Post is still operating and will continue to do so.
👍 thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants