[pitivi-web] Fix apparently broken links
- From: Alexandru Băluț <alexbalut src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi-web] Fix apparently broken links
- Date: Tue, 15 Jun 2021 21:00:37 +0000 (UTC)
commit 4f31c7dde0352d9ac59f0de856cfb09bc642a131
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Tue Jun 15 22:49:13 2021 +0200
Fix apparently broken links
Without the `/` at the end, the browser is redirected from e.g.
https://www.pitivi.org/tour
to
https://infrastructure.pages.gitlab.gnome.org/pitivi-web/tour/
README.md | 4 ++--
config.toml | 12 ++++++------
content/contribute.html | 6 +++---
content/donators/index.html | 2 +-
content/tour.html | 4 ++--
layouts/index.html | 4 ++--
layouts/shortcodes/donation_notice.html | 2 +-
static/planet/atom.xml | 6 +++---
static/planet/index.html | 26 +++++++++++++-------------
9 files changed, 33 insertions(+), 33 deletions(-)
---
diff --git a/README.md b/README.md
index 322db85..1e76f37 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ We always welcome people who want to contribute towards our project. For
suitable information on how can you contribute to the website, on how to
report bugs, on how to request new features or anything that can make the
website a better experience for the end users, please [get in
-touch][content/contact.html].
+touch](https://www.pitivi.org/contact/).
## Setup the website locally
@@ -102,4 +102,4 @@ the other hand is performed only on `master` branch.
## License Information
pitivi.org is licensed under the [Creative Commons
-BY-SA-4.0][https://creativecommons.org/licenses/by-sa/4.0/].
+BY-SA-4.0](https://creativecommons.org/licenses/by-sa/4.0/).
diff --git a/config.toml b/config.toml
index 4eeb970..aaf2e22 100644
--- a/config.toml
+++ b/config.toml
@@ -4,31 +4,31 @@ languageCode = "en-us"
[menu]
[[menu.main]]
name = "Tour"
- url = "/tour"
+ url = "/tour/"
title = "See why Pitivi is so popular"
weight = 1
[[menu.main]]
name = "Showcase"
- url = "/showcase"
+ url = "/showcase/"
title = "Watch some of our conference presentations, demos, or watch movies that have been made with
Pitivi"
weight = 2
[[menu.main]]
name = "Get it"
- url = "/download"
+ url = "/download/"
title = "Learn how to get or build Pitivi"
weight = 3
[[menu.main]]
name = "User Manual"
- url = "/manual"
+ url = "/manual/"
title = "Need to find something in the latest user manual?"
weight = 4
[[menu.main]]
name = "Contribute"
- url = "/contribute"
+ url = "/contribute/"
title = "See how you can get involved in the project"
weight = 5
[[menu.main]]
name = "Contact"
- url = "/contact"
+ url = "/contact/"
title = "Need to get in touch with us?"
weight = 6
diff --git a/content/contribute.html b/content/contribute.html
index 62e5b40..38ba1a2 100644
--- a/content/contribute.html
+++ b/content/contribute.html
@@ -37,11 +37,11 @@ date: 2021-06-13T21:43:56+02:00
<p>See <a href="https://developer.pitivi.org">our documentation for contributors</a> in case you have a
question.</p>
-<p>Most importantly, come <a href="/contact">hang out with us</a> in our Matrix room. We'll be happy to
help.</p>
+<p>Most importantly, come <a href="/contact/">hang out with us</a> in our Matrix room. We'll be happy to
help.</p>
<h2>Testing & Reporting bugs</h2>
<p>We use GitLab to track enhancement requests and bug reports. Our bug tracker is well-organized and issues
are investigated systematically. See our <a href="https://developer.pitivi.org/Bug_reporting.html">bug
reporting</a> info page for useful links and details.</p>
-<p>Quality releases require regular testers! So please <a href="/download">download</a> our latest daily
build and report any issues you encounter.</p>
+<p>Quality releases require regular testers! So please <a href="/download/">download</a> our latest daily
build and report any issues you encounter.</p>
</section>
@@ -51,7 +51,7 @@ date: 2021-06-13T21:43:56+02:00
<p>Keeping people informed of the progress we're making is the resposibility of our PR department. If you
love explaining and storytelling, you could help in many ways: writing blog posts, preparing announcements
and release notes, making videos, etc.</p>
<h2>Improving the user manual</h2>
-<p>We use <a href="http://projectmallard.org/">Mallard</a> to provide a high-quality, topic-oriented <a
href="/manual">user manual</a> bundled with the application. Help us by writing new topics, refining existing
ones, or simply by reviewing and keeping the user manual up-to-date and ready for the next release.</p>
+<p>We use <a href="http://projectmallard.org/">Mallard</a> to provide a high-quality, topic-oriented <a
href="/manual/">user manual</a> bundled with the application. Help us by writing new topics, refining
existing ones, or simply by reviewing and keeping the user manual up-to-date and ready for the next
release.</p>
<h2>Maintaining the contributors' documentation</h2>
<p><a href="https://developer.pitivi.org">Our documentation for contributors</a> has many pages that need to
be updated, cleaned or made obsolete. Having an up-to-date and consistent set of documentation for
contributors is important. Of course, we will provide guidance and help you towards this glorious goal.</p>
diff --git a/content/donators/index.html b/content/donators/index.html
index 6df652a..9b5f492 100644
--- a/content/donators/index.html
+++ b/content/donators/index.html
@@ -4,7 +4,7 @@ date: 2021-06-14T02:09:33+02:00
---
<section class="centered-introduction">
- <p>Pitivi is a community-run project. One of the things we value the most is our community of
contributors (wanna <a href="/contribute">join us</a>?). For us, time is usually more precious and scarce
than money.</p>
+ <p>Pitivi is a community-run project. One of the things we value the most is our community of
contributors (wanna <a href="/contribute/">join us</a>?). For us, time is usually more precious and scarce
than money.</p>
<p>Nevertheless, if you still want to contribute financially to the project, you can do so here.</p>
</section>
diff --git a/content/tour.html b/content/tour.html
index 94428c3..41c5ef2 100644
--- a/content/tour.html
+++ b/content/tour.html
@@ -59,7 +59,7 @@ date: 2021-06-14T01:40:39+02:00
<p>You have better things to do than dealing with cumbersome user interfaces or reading through books just
to get started. Resulting from years of experience and analysis, our user interface is
<strong>intuitive</strong> and <strong>self-documenting</strong>: it provides you with all the contextual
hints you need to grasp the essentials without needing to dive into the user manual all the time. But if you
want to do something more complicated or want to better understand the tenets of our design, our
fully-searchable, topic-oriented and multilingual user manual is right there, at your fingertips.</p>
<h2>It grows on you and grows with you</h2>
-<p>In addition to providing you with the best video editing software possible, nothing is more important to
us than encouraging you to adapt and improve Pitivi and <a href="https://developer.pitivi.org/GES.html"
title="GStreamer Editing Services">GES</a>. After all, you should truly <em>own</em> your software. The
reason we can keep improving with each release is because <em>you</em> <a href="/contributing">get
involved</a>.</p>
+<p>In addition to providing you with the best video editing software possible, nothing is more important to
us than encouraging you to adapt and improve Pitivi and <a href="https://developer.pitivi.org/GES.html"
title="GStreamer Editing Services">GES</a>. After all, you should truly <em>own</em> your software. The
reason we can keep improving with each release is because <em>you</em> <a href="/contributing/">get
involved</a>.</p>
</div>
@@ -128,5 +128,5 @@ date: 2021-06-14T01:40:39+02:00
<li>Hardware-accelerated and touch-capable user interface</li>
</ul>
</div>
-<p>A must-have feature is missing? You can certainly <a href="/contribute">help us implement it</a>.</p>
+<p>A must-have feature is missing? You can certainly <a href="/contribute/">help us implement it</a>.</p>
</section>
diff --git a/layouts/index.html b/layouts/index.html
index 63eeef9..3fad03f 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -2,7 +2,7 @@
<section id="mission">
<h1>We believe in allowing everyone on the planet to express themselves through filmmaking, with tools
that they can own and improve.</h1>
<p>We do that by harnessing challenging ideas, pushing the latest open-source technologies forward, and
collaborating with artists and developers all around the world.</p>
- <p>Pitivi <a href="/i/pitivi%20pronounciation.ogg" title="[pronounciation]"><img
src="/i/audio-volume-medium-symbolic.svg" alt="pronounciation" style="width:16px; height:16px; border:0px;"
/></a> is a Free video editor with a beautiful and intuitive user interface, a clean codebase and a fantastic
community. <a href="/contributing">Join us</a>?</p>
+ <p>Pitivi <a href="/i/pitivi%20pronounciation.ogg" title="[pronounciation]"><img
src="/i/audio-volume-medium-symbolic.svg" alt="pronounciation" style="width:16px; height:16px; border:0px;"
/></a> is a Free video editor with a beautiful and intuitive user interface, a clean codebase and a fantastic
community. <a href="/contributing/">Join us</a>?</p>
</section>
@@ -31,7 +31,7 @@
<div style="font-size:80%;">
<p>If you really like the work we do,
<!--please consider donating for <a href="http://fundraiser.pitivi.org">our fundraising campaign</a>!-->
-you may consider donating once in a while. See the <a href="/donators">donators</a> page for more
details.</p>
+you may consider donating once in a while. See the <a href="/donators/">donators</a> page for more
details.</p>
</div>
</section>
{{ end }}
\ No newline at end of file
diff --git a/layouts/shortcodes/donation_notice.html b/layouts/shortcodes/donation_notice.html
index ee3c08a..1c8e2da 100644
--- a/layouts/shortcodes/donation_notice.html
+++ b/layouts/shortcodes/donation_notice.html
@@ -1,2 +1,2 @@
<p>If you really like the work we do,
-you may consider donating once in a while. See the <a href="/donators">donators</a> page for more
details.</p>
+you may consider donating once in a while. See the <a href="/donators/">donators</a> page for more
details.</p>
diff --git a/static/planet/atom.xml b/static/planet/atom.xml
index 27b520a..4b34c65 100644
--- a/static/planet/atom.xml
+++ b/static/planet/atom.xml
@@ -827,7 +827,7 @@ The second step is to extend it to manage possible operations on tags in case mu
<p>To get a better idea about the GES API, check the <a
href="http://lazka.github.io/pgi-docs/#GES-1.0/hierarchy.html">hierarchy of classes</a>.</p>
<p>The current <a href="https://gstreamer.freedesktop.org/documentation/gst-editing-services/index.html">GES
documentation</a> is integrated into the GStreamer documentation. The structure is specified in <a
href="https://gitlab.freedesktop.org/gstreamer/gst-editing-services/blob/master/docs/sitemap.txt">docs/sitemap.txt</a>,
and the HTML is generated with <a href="https://hotdoc.github.io">Hotdoc</a> out of the C files and <a
href="https://gitlab.freedesktop.org/gstreamer/gst-editing-services/tree/master/docs">other markdown
bits</a>.</p>
<h3>Pitivi: Update the user manual</h3>
-<p>The user manual is available both <a href="http://www.pitivi.org/manual">online</a> and in Pitivi by
pressing F1.</p>
+<p>The user manual is available both <a href="https://www.pitivi.org/manual/">online</a> and in Pitivi by
pressing F1.</p>
<p>The latest Pitivi features should be documented in the user manual and the current content should be
brought up to date.</p>
<p>The user manual is kept in the <a
href="https://gitlab.gnome.org/GNOME/pitivi/-/tree/master/help/C">Pitivi git repository</a> as <a
href="http://projectmallard.org/about/learn/tenminutes.html">mallard</a> files.</p>
<h2>How to contact us</h2>
@@ -1226,9 +1226,9 @@ In the process, we also decided to move away from showing Audio and Video effect
<p>Start Pitivi from the console, and keep it in view to notice any warnings or errors which might show
up:</p>
<pre>flatpak run org.pitivi.Pitivi//stable</pre>
<p>You should be able to use any video file supported by GStreamer, but we officially support only a limited
set of formats. If the file appears in the media library with a warning sign, right-click it and select proxy
to create an optimized media file used automatically instead of the original.</p>
-<p>Most useful would be to test the timeline editing, which should be responsive and precise. Try for
example <a href="http://www.pitivi.org/manual/splitting.html">splitting</a> and <a
href="http://www.pitivi.org/manual/trimming.html">trimming</a> clips, moving them around. Try ungrouping
audio-video clips to make the respective video shorter than the audio. Overlap clips to create cross-fade <a
href="http://www.pitivi.org/manual/transitions.html">transitions</a>.</p>
+<p>Most useful would be to test the timeline editing, which should be responsive and precise. Try for
example <a href="https://www.pitivi.org/manual/splitting.html">splitting</a> and <a
href="http://www.pitivi.org/manual/trimming.html">trimming</a> clips, moving them around. Try ungrouping
audio-video clips to make the respective video shorter than the audio. Overlap clips to create cross-fade <a
href="https://www.pitivi.org/manual/transitions.html">transitions</a>.</p>
<p>If time allows, you can also try adding effects, for example adding a background to a green screen. Mix
diverse footage formats in the same timeline. Make a slideshow and include title clips and background
music.</p>
-<p>For reference, see the <a href="http://www.pitivi.org/manual/">user manual</a>. At the end, please render
it and show us what you did!</p></div>
+<p>For reference, see the <a href="https://www.pitivi.org/manual/">user manual</a>. At the end, please
render it and show us what you did!</p></div>
</content>
<updated>2019-05-10T06:58:47Z</updated>
<category term="Non classé"/>
diff --git a/static/planet/index.html b/static/planet/index.html
index 46a863d..1db61fd 100644
--- a/static/planet/index.html
+++ b/static/planet/index.html
@@ -848,7 +848,7 @@ The second step is to extend it to manage possible operations on tags in case mu
<p>To get a better idea about the GES API, check the <a
href="http://lazka.github.io/pgi-docs/#GES-1.0/hierarchy.html">hierarchy of classes</a>.</p>
<p>The current <a href="https://gstreamer.freedesktop.org/documentation/gst-editing-services/index.html">GES
documentation</a> is integrated into the GStreamer documentation. The structure is specified in <a
href="https://gitlab.freedesktop.org/gstreamer/gst-editing-services/blob/master/docs/sitemap.txt">docs/sitemap.txt</a>,
and the HTML is generated with <a href="https://hotdoc.github.io">Hotdoc</a> out of the C files and <a
href="https://gitlab.freedesktop.org/gstreamer/gst-editing-services/tree/master/docs">other markdown
bits</a>.</p>
<h3>Pitivi: Update the user manual</h3>
-<p>The user manual is available both <a href="http://www.pitivi.org/manual">online</a> and in Pitivi by
pressing F1.</p>
+<p>The user manual is available both <a href="https://www.pitivi.org/manual/">online</a> and in Pitivi by
pressing F1.</p>
<p>The latest Pitivi features should be documented in the user manual and the current content should be
brought up to date.</p>
<p>The user manual is kept in the <a
href="https://gitlab.gnome.org/GNOME/pitivi/-/tree/master/help/C">Pitivi git repository</a> as <a
href="http://projectmallard.org/about/learn/tenminutes.html">mallard</a> files.</p>
<h2>How to contact us</h2>
@@ -1242,9 +1242,9 @@ In the process, we also decided to move away from showing Audio and Video effect
<p>Start Pitivi from the console, and keep it in view to notice any warnings or errors which might show
up:</p>
<pre>flatpak run org.pitivi.Pitivi//stable</pre>
<p>You should be able to use any video file supported by GStreamer, but we officially support only a limited
set of formats. If the file appears in the media library with a warning sign, right-click it and select proxy
to create an optimized media file used automatically instead of the original.</p>
-<p>Most useful would be to test the timeline editing, which should be responsive and precise. Try for
example <a href="http://www.pitivi.org/manual/splitting.html">splitting</a> and <a
href="http://www.pitivi.org/manual/trimming.html">trimming</a> clips, moving them around. Try ungrouping
audio-video clips to make the respective video shorter than the audio. Overlap clips to create cross-fade <a
href="http://www.pitivi.org/manual/transitions.html">transitions</a>.</p>
+<p>Most useful would be to test the timeline editing, which should be responsive and precise. Try for
example <a href="https://www.pitivi.org/manual/splitting.html">splitting</a> and <a
href="https://www.pitivi.org/manual/trimming.html">trimming</a> clips, moving them around. Try ungrouping
audio-video clips to make the respective video shorter than the audio. Overlap clips to create cross-fade <a
href="https://www.pitivi.org/manual/transitions.html">transitions</a>.</p>
<p>If time allows, you can also try adding effects, for example adding a background to a green screen. Mix
diverse footage formats in the same timeline. Make a slideshow and include title clips and background
music.</p>
-<p>For reference, see the <a href="http://www.pitivi.org/manual/">user manual</a>. At the end, please render
it and show us what you did!</p> </div> <!-- /post-contents -->
+<p>For reference, see the <a href="https://www.pitivi.org/manual/">user manual</a>. At the end, please
render it and show us what you did!</p> </div> <!-- /post-contents -->
<div class="post-footer">
<p><a
href="https://pitivi.wordpress.com/2019/05/10/call-for-testing-the-pitivi-1-0-rc/">May 10, 2019 06:58
AM</a></p>
@@ -3445,16 +3445,16 @@ ide_workbench_notify_perspective_set (PeasExtensionSet *set,
});
});
</script>
-<!-- Piwik Pitivi !-->
-<script type="text/javascript">
-var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.ecchi.ca/" :
"http://piwik.ecchi.ca/");
-document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
-</script><script type="text/javascript">
-try {
-var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 5);
-piwikTracker.trackPageView();
-piwikTracker.enableLinkTracking();
-} catch( err ) {}
+<!-- Piwik Pitivi !-->
+<script type="text/javascript">
+var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.ecchi.ca/" :
"http://piwik.ecchi.ca/");
+document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
+</script><script type="text/javascript">
+try {
+var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 5);
+piwikTracker.trackPageView();
+piwikTracker.enableLinkTracking();
+} catch( err ) {}
</script>
</body>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]