Convert Manual links to HTTPS where possible and update version
This commit is contained in:
parent
a2d54df749
commit
a8172ecb04
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||
<!ENTITY appversion "0.28.0">
|
||||
<!ENTITY manrevision "1.10">
|
||||
<!ENTITY date "January 2017">
|
||||
<!ENTITY appversion "0.29.0">
|
||||
<!ENTITY manrevision "1.11">
|
||||
<!ENTITY date "September 2017">
|
||||
<!ENTITY app "gparted">
|
||||
<!ENTITY appname "GParted">
|
||||
<!-- Information about the entities:
|
||||
|
@ -46,7 +46,7 @@
|
|||
</abstract>
|
||||
|
||||
<copyright>
|
||||
<year>2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016</year>
|
||||
<year>2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017</year>
|
||||
<holder>Curtis Gedak</holder>
|
||||
</copyright>
|
||||
<copyright>
|
||||
|
@ -69,7 +69,7 @@
|
|||
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
||||
Texts. You can find a copy of the GFDL at this
|
||||
<ulink type="help" url="ghelp:fdl">link</ulink> or at
|
||||
<ulink type="http" url="http://www.fsf.org/licensing/licenses/fdl.html"/>
|
||||
<ulink type="http" url="https://www.fsf.org/licensing/licenses/fdl.html"/>
|
||||
or in the file COPYING-DOCS distributed with this manual.
|
||||
</para>
|
||||
</legalnotice>
|
||||
|
@ -113,6 +113,15 @@
|
|||
<!-- According to GNU FDL, revision history is mandatory if you are -->
|
||||
<!-- modifying/reusing someone else's document. If not, you can omit it. -->
|
||||
<revhistory>
|
||||
<revision>
|
||||
<revnumber>&appname; Manual V1.11</revnumber>
|
||||
<date>September 2017</date>
|
||||
<revdescription>
|
||||
<para role="author">Curtis Gedak & Mike Fleetwood</para>
|
||||
<para role="publisher">&appname; Project</para>
|
||||
<para role="annotations">Describes version 0.29.0 of &appname;</para>
|
||||
</revdescription>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>&appname; Manual V1.10</revnumber>
|
||||
<date>January 2017</date>
|
||||
|
@ -233,7 +242,7 @@
|
|||
To report a bug or make a suggestion regarding the
|
||||
<application>&app;</application> application or this manual,
|
||||
follow the directions at
|
||||
<ulink type="http" url="http://gparted.org/bugs.php"/>.
|
||||
<ulink type="http" url="https://gparted.org/bugs.php"/>.
|
||||
</para>
|
||||
<!-- Translators may also add here feedback address for translations -->
|
||||
</legalnotice>
|
||||
|
@ -300,7 +309,7 @@
|
|||
the <application>&app;</application> application. This is
|
||||
especially true for encrypted data where all of the data can
|
||||
become permanently inaccessible after a failure. Please refer to
|
||||
<ulink type="http" url="http://gitlab.com/cryptsetup/cryptsetup/wikis/FrequentlyAskedQuestions">The Cryptsetup FAQ</ulink>
|
||||
<ulink type="http" url="https://gitlab.com/cryptsetup/cryptsetup/wikis/FrequentlyAskedQuestions">The Cryptsetup FAQ</ulink>
|
||||
for backup and recovery advice of encrypted data.
|
||||
</para>
|
||||
</caution>
|
||||
|
@ -711,7 +720,7 @@
|
|||
lost files. For more information
|
||||
about <application>photorec</application>, see
|
||||
<ulink type="http"
|
||||
url="http://www.cgsecurity.org/wiki/PhotoRec"/>.
|
||||
url="https://www.cgsecurity.org/wiki/PhotoRec"/>.
|
||||
</para>
|
||||
<para>
|
||||
Click <guibutton>OK</guibutton> to close the dialog
|
||||
|
@ -2524,7 +2533,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
GParted Live CD
|
||||
<ulink type="http" url="http://gparted.org/livecd.php"/>
|
||||
<ulink type="http" url="https://gparted.org/livecd.php"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -2606,9 +2615,9 @@
|
|||
documentation for your boot loader to learn how to fix the
|
||||
problem.
|
||||
You might consult the
|
||||
<ulink type="http" url="http://gparted.org/faq.php">&appname; FAQ</ulink>,
|
||||
<ulink type="http" url="https://gparted.org/faq.php">&appname; FAQ</ulink>,
|
||||
or the
|
||||
<ulink type="http" url="http://gparted.org/forum.php">&appname; forum</ulink>.
|
||||
<ulink type="http" url="https://gparted.org/forum.php">&appname; forum</ulink>.
|
||||
You might also search the Internet to learn how other people have
|
||||
solved similar problems.
|
||||
</para>
|
||||
|
@ -2903,7 +2912,7 @@
|
|||
The <application>testdisk</application> application is designed to help
|
||||
recover lost partitions. For more information about
|
||||
<application>testdisk</application>, see
|
||||
<ulink type="http" url="http://www.cgsecurity.org/wiki/TestDisk"/>.
|
||||
<ulink type="http" url="https://www.cgsecurity.org/wiki/TestDisk"/>.
|
||||
</para>
|
||||
<para>
|
||||
The <application>testdisk</application> application is included on
|
||||
|
|
Loading…
Reference in New Issue