[pitivi] Update screenshot, use https for links



commit b88cd85b3208b8a4ede1230286cc4ba2d13eafbf
Author: Lionir <git@thelion.website>
Date:   Wed Jun 30 13:20:22 2021 -0400

    Update screenshot, use https for links

 README.md                                 | 14 +++++++-------
 data/org.pitivi.Pitivi.appdata.xml.in     |  8 ++++----
 docs/Advanced_plugin.md                   |  2 +-
 docs/Current_events.md                    |  2 +-
 docs/Development_workflow.md              |  4 ++--
 docs/GSoC_Ideas.md                        |  2 +-
 docs/Goals.md                             |  6 +++---
 docs/Google_Summer_of_Code.md             |  2 +-
 docs/Install_with_flatpak.md              |  2 +-
 docs/Mac_OS_X.md                          |  2 +-
 docs/Plugins.md                           |  6 +++++-
 docs/Praise.md                            |  8 ++++----
 docs/Roadmap.md                           |  2 +-
 docs/Testing.md                           |  4 ++--
 docs/attic/PyGST_Tutorial/Introduction.md |  2 +-
 docs/index.md                             | 12 +++++-------
 docs/release.md                           |  4 +++-
 pitivi.doap                               |  7 +++----
 pitivi/configure.py.in                    |  6 +++---
 plugins/console/console.plugin            |  4 ++--
 tests/test_misc.py                        |  2 +-
 21 files changed, 52 insertions(+), 49 deletions(-)
---
diff --git a/README.md b/README.md
index 168bba7d5..96e0426ad 100644
--- a/README.md
+++ b/README.md
@@ -6,18 +6,18 @@ that can appeal to newbies and professionals alike.
 
 <a href='https://flathub.org/apps/details/org.pitivi.Pitivi'><img width='240' alt='Download on Flathub' 
src='https://flathub.org/assets/badges/flathub-badge-i-en.png'/></a>
 
+Your involvement is what keeps this project moving forward.
+There are many ways in which you can [contribute](https://www.pitivi.org/contribute/).
+
 For the list of dependencies, look at [pitivi/check.py](pitivi/check.py)
 - "Hard" dependencies are required for Pitivi to function properly
 - "Soft" dependencies are recommended for an optimal user experience
   (packagers should add them as recommended or required packages).
 
-Your involvement is what keeps this project moving forward.
-See the "contributing" section of <http://www.pitivi.org> to get started.
-
 # Hacking
 
-See the [contributing](http://www.pitivi.org/?go=contributing) section to get
-started.
+You can [hack on Pitivi](https://developer.pitivi.org/HACKING.html) in a local
+flatpak sandbox which is easy to set up.
 
-Come [talk to us](http://www.pitivi.org/?go=contact) so we coordinate
-to get the most out of it.
+To get get the most out of your time and effort, come [talk to
+us](https://www.pitivi.org/contact/) so we coordinate.
diff --git a/data/org.pitivi.Pitivi.appdata.xml.in b/data/org.pitivi.Pitivi.appdata.xml.in
index f449d2a2a..68a00ddec 100644
--- a/data/org.pitivi.Pitivi.appdata.xml.in
+++ b/data/org.pitivi.Pitivi.appdata.xml.in
@@ -21,13 +21,13 @@
   </description>
   <screenshots>
     <screenshot type="default">
-      <image>http://www.pitivi.org/i/screenshots/software_center_main.jpg</image>
+      <image>https://www.pitivi.org/i/screenshots/2020.05.png</image>
     </screenshot>
   </screenshots>
-  <url type="homepage">http://www.pitivi.org</url>
+  <url type="homepage">https://www.pitivi.org</url>
   <url type="bugtracker">https://gitlab.gnome.org/GNOME/pitivi/</url>
-  <url type="donation">http://www.pitivi.org/?go=donators</url>
-  <url type="help">http://www.pitivi.org/manual/</url>
+  <url type="donation">https://www.pitivi.org/donators/</url>
+  <url type="help">https://www.pitivi.org/manual/</url>
   <url type="translate">https://wiki.gnome.org/TranslationProject#How_can_I_help.3F</url>
   <kudos>
     <kudo>HiDpiIcon</kudo>
diff --git a/docs/Advanced_plugin.md b/docs/Advanced_plugin.md
index 760f468e1..2f21e85e3 100644
--- a/docs/Advanced_plugin.md
+++ b/docs/Advanced_plugin.md
@@ -66,7 +66,7 @@ Finally, we can add some cleanup logic when the plugin is deactivated, because w
 
 The plugin can be improved by:
 - Associating the action with a keyboard shortcut.
-- Checking whether the clips are [grouped](http://www.pitivi.org/manual/selectiongrouping.html), because the 
entire group moves when a clip in the group is moved, so they should be dealt with somehow.
+- Checking whether the clips are [grouped](https://www.pitivi.org/manual/selectiongrouping.html), because 
the entire group moves when a clip in the group is moved, so they should be dealt with somehow.
 - Making the operation undoable by wrapping it in a `with self.app.action_log.started("add clip", 
toplevel=True):`.
 - Disabling the button automatically when `timeline.selection` contains less than two clips.
 - Making it work for the entire timeline in case there is no selection.
diff --git a/docs/Current_events.md b/docs/Current_events.md
index 7b640cf60..6a6fd92ab 100644
--- a/docs/Current_events.md
+++ b/docs/Current_events.md
@@ -11,7 +11,7 @@ For long term plans, see the [Roadmap](Roadmap.md).
 # Talks
 
 See the Pitivi website's [showcase
-page](http://www.pitivi.org/?go=showcase) for video recordings and
+page](https://www.pitivi.org/showcase/) for video recordings and
 slides of some of these talks.
 
 -   2014 July 27th: GUADEC (Pitivi)
diff --git a/docs/Development_workflow.md b/docs/Development_workflow.md
index d375f286c..2bbefcbea 100644
--- a/docs/Development_workflow.md
+++ b/docs/Development_workflow.md
@@ -20,8 +20,8 @@ entire project.
 
 To get involved, start with issues tagged
 [4. Newcomers](https://gitlab.gnome.org/GNOME/pitivi/issues?label_name%5B%5D=4.+Newcomers).
-It's best to get in touch with us on our IRC channel `#pitivi` on
-Freenode, to see if it's still meaningful, etc.
+It's best to get in touch with us in our [chat
+room](https://www.pitivi.org/contact/), to see if it's still meaningful, etc.
 
 Once you decide, add a comment on the issue saying you're working on it.
 
diff --git a/docs/GSoC_Ideas.md b/docs/GSoC_Ideas.md
index 611611a9e..26f614bd5 100644
--- a/docs/GSoC_Ideas.md
+++ b/docs/GSoC_Ideas.md
@@ -29,7 +29,7 @@ See [Past GSoCs] for details on what the previous GSoC students did.
 To create a detailed proposal, use our [GSoC application template].
 Deadlines for applying are approaching fast, hurry up!
 
-  [Pitivi]: http://www.pitivi.org/manual/mainwindow.html
+  [Pitivi]: https://www.pitivi.org/manual/mainwindow.html
   [GES]: GES.md
   [Past GSoCs]: Past_GSoCs.md
   [GSoC internship]: Google_Summer_of_Code.md
diff --git a/docs/Goals.md b/docs/Goals.md
index 78fd805b1..ef86df53e 100644
--- a/docs/Goals.md
+++ b/docs/Goals.md
@@ -2,8 +2,8 @@
 
 *This page is about general principles that govern our project. To learn
 about our global mission and how we plan to achieve it, read the
-[frontpage](http://pitivi.org) of the Pitivi website. You can also take
-a look at the [tour](http://pitivi.org/?go=tour) page to find out about
+[frontpage](https://www.pitivi.org/) of the Pitivi website. You can also take
+a look at the [tour](https://www.pitivi.org/tour/) page to find out about
 cool features.*
 
 [The people](The_people.md) of Pitivi have been part of the
@@ -79,5 +79,5 @@ You should probably take a look at our [Roadmap](Roadmap.md)
 page for a rough plan of the “big picture” features we want to tackle
 soon. Roadmaps are just rough estimates and objectives, and since Pitivi
 is purely a community-driven project,
-[contributing](http://pitivi.org/?go=contributing) is the best way to
+[contributing](https://www.pitivi.org/contribute) is the best way to
 move what matters to you forward!
diff --git a/docs/Google_Summer_of_Code.md b/docs/Google_Summer_of_Code.md
index 9cb907471..ea056466f 100644
--- a/docs/Google_Summer_of_Code.md
+++ b/docs/Google_Summer_of_Code.md
@@ -27,7 +27,7 @@ patches you’ve made, the more chances you have.
 
   [Google “Summer of Code” program]: https://summerofcode.withgoogle.com/
   [Rules]: https://summerofcode.withgoogle.com/rules/
-  [contributing page]: http://www.pitivi.org/?go=contributing
+  [contributing page]: https://www.pitivi.org/contribute
 
 ## Who we are looking for
 
diff --git a/docs/Install_with_flatpak.md b/docs/Install_with_flatpak.md
index 60171004a..1ba63aadb 100644
--- a/docs/Install_with_flatpak.md
+++ b/docs/Install_with_flatpak.md
@@ -8,7 +8,7 @@ own [flatpak](http://flatpak.org/) repository. The repository contains only
 64-bit builds.
 
 Please [file an issue](Bug_reporting.md) if you have exact steps to reproduce
-the bug. Feel free to [contact us](http://www.pitivi.org/?go=contact) if you see
+the bug. Feel free to [contact us](https://www.pitivi.org/contact/) if you see
 any problems.
 
 ## Getting Flatpak
diff --git a/docs/Mac_OS_X.md b/docs/Mac_OS_X.md
index 18500c8f8..0490436a2 100644
--- a/docs/Mac_OS_X.md
+++ b/docs/Mac_OS_X.md
@@ -17,7 +17,7 @@ Besides fixing bugs, we need to also prepare a DMG to distribute Pitivi
 easily to Mac users.
 
 Any help is welcome! If you are interested to help please [get in
-touch](http://www.pitivi.org/?go=contact)!
+touch](https://www.pitivi.org/?contact/)!
 
 
 ## Building
diff --git a/docs/Plugins.md b/docs/Plugins.md
index c09d9e81a..96f00d98a 100644
--- a/docs/Plugins.md
+++ b/docs/Plugins.md
@@ -54,7 +54,11 @@ Start Pitivi, activate the plugin in Preferences > Plugins, and notice "Hello Wo
 
 ## API
 
-There is no API really. Plugins have full access to the entire app. Needless to say, they will break sooner 
or later, as we refactor parts of the app. Use them to have fun and try things out. If you think more people 
would be interested in them, [talk with us](http://www.pitivi.org/?go=contact) to see what we can do to help 
them survive.
+There is no API really. Plugins have full access to the entire app. Needless to
+say, they will break sooner or later, as we refactor parts of the app. Use them
+to have fun and try things out. If you think more people would be interested in
+them, [talk with us](https://www.pitivi.org/contact/) to see what we can do to
+help them survive.
 
 The entire Pitivi instance is provided through `self.object.app` in the `do_activate` method:
 
diff --git a/docs/Praise.md b/docs/Praise.md
index 8c7a56e76..adee8814d 100644
--- a/docs/Praise.md
+++ b/docs/Praise.md
@@ -319,9 +319,9 @@ February 24, 2014
     simplicidade. Recomendo! \#linux \#softwarelivre (Sun May 30 2010
     13:02:41 (EDT) via web)
 -   **yaxu** Loving Pitivi for simple video editing
-    <http://www.pitivi.org/> (Thu May 27 2010 11:10:50 (EDT) via web)
+    <https://www.pitivi.org/> (Thu May 27 2010 11:10:50 (EDT) via web)
 -   **MacoLabels** Just installed Pitivi Movie Editor (
-    <http://www.pitivi.org/> )on Ubuntu. Can't believe it's free. (Tue
+    <https://www.pitivi.org/> )on Ubuntu. Can't believe it's free. (Tue
     May 25 2010 12:12:58 (EDT) via web)
 -   **RaiHS**
     <http://blog.narendrasisodiya.com/2010/05/kids-says-linux-is-easy.html>
@@ -364,7 +364,7 @@ February 24, 2014
     impressed. Thought that project had been abandoned. Still doesn't do
     everything I need, tho (2:55 PM Mar 11th via web)
 -   **thezub** I've been experimenting with video editors. Really loving
-    Pitivi. <http://www.pitivi.org/> \#gnu \#linux \#Pitivi \#gstreamer
+    Pitivi. <https://www.pitivi.org/> \#gnu \#linux \#Pitivi \#gstreamer
     \#freesoftware (9:54 AM Mar 7th via web)
 -   **acruiz** I'm finally managing to put together my first screencast
     with \#Pitivi and \#gtk-recordmydesktop! (12:14 PM Feb 20th from
@@ -377,7 +377,7 @@ February 24, 2014
     box. And it's open source for linux. Pitivi (8:05 PM Feb 14th from
     web)
 -   **bercolax** Pitivi rocks in editing screencasts... Tried it in
-    Ubuntu <http://www.pitivi.org/> (9:49 PM Feb 5th from web)
+    Ubuntu <https://www.pitivi.org/> (9:49 PM Feb 5th from web)
 -   **yibble** Having some fun with Pitivi... Finally, simple video
     editing for GNU/Linux that doesn't require any actual pro' courses
     before using. (2:12 PM Jan 25th from HootSuite)
diff --git a/docs/Roadmap.md b/docs/Roadmap.md
index 7597b3165..aa858aeef 100644
--- a/docs/Roadmap.md
+++ b/docs/Roadmap.md
@@ -10,7 +10,7 @@ What keeps us busy in general?
 -   **Fixing bugs**. Improving reliability and ease of use is never
     “done”. We have
     [tons](https://gitlab.gnome.org/GNOME/pitivi/issues) of work.
-    [Help](http://www.Pitivi.org/?go=contributing) is very welcome!
+    [Help](https://www.pitivi.org/contribute) is very welcome!
 -   **Improving GStreamer**. This benefits not only Pitivi, but other
     multimedia applications as well.
 -   **Working on features**. With you!
diff --git a/docs/Testing.md b/docs/Testing.md
index 108ea92e0..6eca70c7a 100644
--- a/docs/Testing.md
+++ b/docs/Testing.md
@@ -65,8 +65,8 @@ the UI.
 
 If you're curious about our unit tests, the best way to get to know them
 is to write a few Pitivi unit tests and have us review them. Check out
-[how to set up your dev env](HACKING.md) and come in our [IRC channel or
-Matrix room](http://www.pitivi.org/?go=contact)!
+[how to set up your dev env](HACKING.md) and come in our [chat
+room](https://www.pitivi.org/contact/)!
 
 ## Integration tests
 
diff --git a/docs/attic/PyGST_Tutorial/Introduction.md b/docs/attic/PyGST_Tutorial/Introduction.md
index 8f86ba35b..8862b1712 100644
--- a/docs/attic/PyGST_Tutorial/Introduction.md
+++ b/docs/attic/PyGST_Tutorial/Introduction.md
@@ -31,7 +31,7 @@ GObject concepts of *signals* and *properties*.
 
 This material is evolving, and I encourage readers to send feedback to.
 You can write me at brandon\_lewis AT alum dot berkeley dot edu. I am
-also in `#pitivi` channel on the <em>freenode</em> irc network.
+also in `#pitivi` channel on IRC.
 
 ## Running the Examples
 
diff --git a/docs/index.md b/docs/index.md
index 046c116a5..acef996ea 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -12,13 +12,13 @@ for documentation on how to *use* Pitivi, check out our [User's Manual]
 To edit the website edit the markdown files in our git repo in the
 `docs/` and follow our [developer instructions].
 
-  [Pitivi]: http://www.pitivi.org
-  [User's Manual]: http://pitivi.org/manual/
+  [Pitivi]: https://www.pitivi.org/
+  [User's Manual]: https://www.pitivi.org/manual/
   [developer instructions]: HACKING.md
 
 # We need your help
 
-See the [Contributing](http://www.pitivi.org/?go=contributing) page
+See the [Contributing](https://www.pitivi.org/contribute/) page
 on the website for what you can contribute, and “Why contribute to
 Pitivi?”.
 
@@ -38,16 +38,14 @@ Pitivi?”.
 ## Ways to communicate
 
 -   [Reporting bugs](Bug_reporting.md)
--   IRC: [\#pitivi](irc://irc.freenode.net/pitivi) on irc.freenode.net
--   Our [Twitter](https://twitter.com/pitivi) account. Do *not* report bugs
-    there, use our bug tracker instead!
+-   [Chat room](https://www.pitivi.org/contact/)
 -   [The people](The_people.md) (who does what)
 
 # Random stuff
 
 -   [Project history](Project_history.md) ― how did we get here
 -   [Current events](Current_events.md) ― releases, meetings,
-    talks ... See also the [planet](http://www.pitivi.org/planet) for
+    talks ... See also the [planet](https://www.pitivi.org/planet/) for
     news about the project.
 -   [Why Python?](design/Why_python.md)
 -   [Praise](Praise.md) ― Some of the praises and positive feedback
diff --git a/docs/release.md b/docs/release.md
index d30632781..bc53d57fb 100644
--- a/docs/release.md
+++ b/docs/release.md
@@ -116,7 +116,9 @@ If there are new maintainers.
     * [Debian](https://packages.debian.org/pitivi), click the "unstable" Debian version and look for 
"maintainer".
     * [Fedora](https://apps.fedoraproject.org/packages/pitivi), look for Point of Contact.
 
-9. Update http://www.pitivi.org/releases.txt for the app's update notification feature
+9. Update the [releases.txt](https://www.pitivi.org/releases.txt) file for the
+   app's update notification feature in
+   [pitivi-web](https://gitlab.gnome.org/Infrastructure/pitivi-web/-/blob/master/static/releases.txt).
 
 10. Bump the Z in the version number in
     [meson.build](https://gitlab.gnome.org/GNOME/pitivi/blob/master/meson.build),
diff --git a/pitivi.doap b/pitivi.doap
index 45de4621f..911d9f1c6 100644
--- a/pitivi.doap
+++ b/pitivi.doap
@@ -17,10 +17,9 @@ we would recommend building from version control.
 
 </description>
 
-  <homepage rdf:resource="http://www.pitivi.org/"; />
-  <mailing-list rdf:resource="https://lists.sourceforge.net/lists/listinfo/pitivi-pitivi"; />
-  <download-page rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/pitivi/"; />
-  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/pitivi"; />
+  <homepage rdf:resource="https://www.pitivi.org/"; />
+  <download-page rdf:resource="https://download.gnome.org/sources/pitivi/"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/pitivi/-/issues"; />
 
   <category rdf:resource="http://api.gnome.org/doap-extensions#apps"; />
   <programming-language>Python</programming-language>
diff --git a/pitivi/configure.py.in b/pitivi/configure.py.in
index 7d96a93d1..3748efcf5 100644
--- a/pitivi/configure.py.in
+++ b/pitivi/configure.py.in
@@ -38,9 +38,9 @@ PKGDATADIR = '@DATADIR@/@PACKAGE@'
 GITVERSION = '@GITVERSION@'
 VERSION = '@VERSION@'
 APPNAME = '@PACKAGE_NAME@'
-APPURL = 'http://www.pitivi.org/'
-RELEASES_URL = 'http://pitivi.org/releases.txt'
-APPMANUALURL_ONLINE = 'http://www.pitivi.org/manual'
+APPURL = 'https://www.pitivi.org/'
+RELEASES_URL = 'https://www.pitivi.org/releases.txt'
+APPMANUALURL_ONLINE = 'https://www.pitivi.org/manual/'
 BUILDDIR = '@BUILDDIR@'
 
 
diff --git a/plugins/console/console.plugin b/plugins/console/console.plugin
index 317b7a12f..7f0050932 100644
--- a/plugins/console/console.plugin
+++ b/plugins/console/console.plugin
@@ -5,5 +5,5 @@ Loader=Python3
 Description=Add a developer console to Pitivi.
 Authors=Fabian Orccon <cfoch fabian gmail com>
 Copyright=Copyright © 2017 Fabian Orccon
-Website=http://pitivi.org
-Help=http://developer.pitivi.org
+Website=https://www.pitivi.org/
+Help=https://developer.pitivi.org/
diff --git a/tests/test_misc.py b/tests/test_misc.py
index b995a4580..a129b4c5b 100644
--- a/tests/test_misc.py
+++ b/tests/test_misc.py
@@ -76,7 +76,7 @@ class PathWalkerTest(common.TestCase):
         valid_uri = common.get_sample_uri("tears_of_steel.webm")
         uris = self._scan([valid_uri,
                            common.get_sample_uri("missing.webm"),
-                           "http://pitivi.org/very_real.webm";])
+                           "https://pitivi.org/very_real.webm";])
         self.assertEqual(len(uris), 1, uris)
         self.assertIn(valid_uri, uris)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]