This repository has been archived by the owner on Aug 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 118
Link to website from About menu option is broken #132
Comments
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. |
Hi, it makes sense. This could potentially be the diff with the update. 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")) |
@mhsabbagh Hi there, does that mean the blogposts there will also be lost? Or will they be available on a new domain? |
@ei8fdb What blog posts are you talking about? The ones in FOSS Post? FOSS Post is still operating and will continue to do so. |
No, I was talking about the ones on FOSS-Project, which I now know are also posted to FOSSPost.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: