Following instructions in https://fedoraproject.org/wiki/Changes/UnversionedDocdirs remove all references to the version number from the per package documentation directory in /usr/share/doc leaving just the package's name.
---
en-US/Kerberos.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/en-US/Kerberos.xml b/en-US/Kerberos.xml
index e15b872..572142d 100644
--- a/en-US/Kerberos.xml
+++ b/en-US/Kerberos.xml
@@ -285,7 +285,7 @@
Approximate clock synchronization between the machines on the network.
</para>
<para>
- A clock synchronization program should be set up for the network, such as <command>ntpd</command>. Refer to <filename>/usr/share/doc/ntp-<replaceable><version-number></replaceable>/index.html</filename> for details on setting up Network Time Protocol servers (where <replaceable><version-number></replaceable> is the version number of the <filename>ntp</filename> package installed on your system).
+ A clock synchronization program should be set up for the network, such as <command>ntpd</command>. Refer to <filename>/usr/share/doc/ntp/index.html</filename> for details on setting up Network Time Protocol servers.
</para>
</listitem>
<listitem>
@@ -293,7 +293,7 @@
Domain Name Service (DNS).
</para>
<para>
- You should ensure that the DNS entries and hosts on the network are all properly configured. Refer to the <citetitle>Kerberos V5 System Administrator's Guide</citetitle> in <filename>/usr/share/doc/krb5-server-<replaceable><version-number></replaceable></filename> for more information (where <replaceable><version-number></replaceable> is the version number of the <filename>krb5-server</filename> package installed on your system).
+ You should ensure that the DNS entries and hosts on the network are all properly configured. Refer to the <citetitle>Kerberos V5 System Administrator's Guide</citetitle> in <filename>/usr/share/doc/krb5-server/</filename> for more information.
</para>
</listitem>
</itemizedlist>
@@ -328,7 +328,7 @@
Ensure that time synchronization and DNS are functioning correctly on all client and server machines before configuring Kerberos. Pay particular attention to time synchronization between the Kerberos server and its clients. If the time difference between the server and client is greater than five minutes (this is configurable in Kerberos 5), Kerberos clients can not authenticate to the server. This time synchronization is necessary to prevent an attacker from using an old Kerberos ticket to masquerade as a valid user.
</para>
<para>
- It is advisable to set up a Network Time Protocol (NTP) compatible client/server network even if Kerberos is not being used. &PRODUCT; includes the <filename>ntp</filename> package for this purpose. Refer to <filename>/usr/share/doc/ntp-<replaceable>version-number</replaceable>/index.html</filename> (where <replaceable>version-number</replaceable> is the version number of the <filename>ntp</filename> package installed on your system) for details about how to set up Network Time Protocol servers, and <ulink url="http://www.ntp.org">http://www.ntp.org</ulink> for more information about NTP.
+ It is advisable to set up a Network Time Protocol (NTP) compatible client/server network even if Kerberos is not being used. &PRODUCT; includes the <filename>ntp</filename> package for this purpose. Refer to <filename>/usr/share/doc/ntp/index.html</filename> for details about how to set up Network Time Protocol servers, and <ulink url="http://www.ntp.org">http://www.ntp.org</ulink> for more information about NTP.
</para>
</step>
<step>
@@ -759,12 +759,12 @@ Entry for principal host/slavekdc.example.com with kvno 3, encryption type DES c
<itemizedlist>
<listitem>
<para>
- The <citetitle>Kerberos V5 Installation Guide</citetitle> and the <citetitle>Kerberos V5 System Administrator's Guide</citetitle> in PostScript and HTML formats. These can be found in the <filename>/usr/share/doc/krb5-server-<replaceable><version-number></replaceable>/</filename> directory (where <replaceable><version-number></replaceable> is the version number of the <command>krb5-server</command> package installed on your system).
+ The <citetitle>Kerberos V5 Installation Guide</citetitle> and the <citetitle>Kerberos V5 System Administrator's Guide</citetitle> in PostScript and HTML formats. These can be found in the <filename>/usr/share/doc/krb5-server/</filename> directory.
</para>
</listitem>
<listitem>
<para>
- The <citetitle>Kerberos V5 UNIX User's Guide</citetitle> in PostScript and HTML formats. These can be found in the <filename>/usr/share/doc/krb5-workstation-<replaceable><version-number></replaceable>/</filename> directory (where <replaceable><version-number></replaceable> is the version number of the <command>krb5-workstation</command> package installed on your system).
+ The <citetitle>Kerberos V5 UNIX User's Guide</citetitle> in PostScript and HTML formats. These can be found in the <filename>/usr/share/doc/krb5-workstation/</filename> directory.
</para>
</listitem>
<listitem>
Hello everybody,
my name is Vratislav Podzimek and I am a member of the Anaconda
installer team. The Anaconda installer now supports third-party
extensions called addons and I have written a guide for implementation,
deployment and testing of such addon.
Now I would like this guide to be included as part of the official
Fedora project documentation suite. Could anyone please tell me which
steps are needed for that to happen?
The guide is here:
http://vpodzime.fedorapeople.org/anaconda-addon-development-guide/
with the sources here:
https://github.com/vpodzime/anaconda-addon-development-guide
Thanks,
--
Vratislav Podzimek
Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic
Following instructions in https://fedoraproject.org/wiki/Changes/UnversionedDocdirs remove all references to the version number from the per package documentation directory in /usr/share/doc leaving just the package's name.
---
en-US/Tcp_Wrappers.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/en-US/Tcp_Wrappers.xml b/en-US/Tcp_Wrappers.xml
index eaa9b4c..8e49c69 100644
--- a/en-US/Tcp_Wrappers.xml
+++ b/en-US/Tcp_Wrappers.xml
@@ -928,12 +928,12 @@ Sep 7 14:58:33 localhost xinetd[5283]: EXIT: telnet status=0 pid=5285 duration=
<itemizedlist>
<listitem>
<para>
- <filename>/usr/share/doc/tcp_wrappers-<replaceable><version></replaceable>/</filename> — This directory contains a <filename>README</filename> file that discusses how TCP Wrappers work and the various hostname and host address spoofing risks that exist.
+ <filename>/usr/share/doc/tcp_wrappers/</filename> — This directory contains a <filename>README</filename> file that discusses how TCP Wrappers work and the various hostname and host address spoofing risks that exist.
</para>
</listitem>
<listitem>
<para>
- <filename>/usr/share/doc/xinetd-<replaceable><version></replaceable>/</filename> — This directory contains a <filename>README</filename> file that discusses aspects of access control and a <filename>sample.conf</filename> file with various ideas for modifying service-specific configuration files in the <filename>/etc/xinetd.d/</filename> directory.
+ <filename>/usr/share/doc/xinetd/</filename> — This directory contains a <filename>README</filename> file that discusses aspects of access control and a <filename>sample.conf</filename> file with various ideas for modifying service-specific configuration files in the <filename>/etc/xinetd.d/</filename> directory.
</para>
</listitem>
<listitem>
Following instructions in https://fedoraproject.org/wiki/Changes/UnversionedDocdirs remove all references to the version number from the per package documentation directory in /usr/share/doc leaving just the package's name.
---
en-US/Pam.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/en-US/Pam.xml b/en-US/Pam.xml
index ea7f01a..9ef91c4 100644
--- a/en-US/Pam.xml
+++ b/en-US/Pam.xml
@@ -191,7 +191,7 @@ account required pam_permit.so</screen>
A newer control flag syntax that allows for more precise control is now available for PAM.
</para>
<para>
- The <command>pam.d</command> man page, and the PAM documentation, located in the <filename>/usr/share/doc/pam-<replaceable><version-number></replaceable>/</filename> directory, where <replaceable><version-number></replaceable> is the version number for PAM on your system, describe this newer syntax in detail.
+ The <command>pam.d</command> man page, and the PAM documentation, located in the <filename>/usr/share/doc/pam/</filename> directory, describe this newer syntax in detail.
</para>
</section>
@@ -331,7 +331,7 @@ session required pam_unix.so</screen>
This allows developers and system administrators to mix-and-match, as well as test, authentication methods for different programs without recompiling them.
</para>
<para>
- Documentation on writing modules is included in the <filename>/usr/share/doc/pam-<replaceable><version-number></replaceable>/</filename> directory, where <replaceable><version-number></replaceable> is the version number for PAM on your system.
+ Documentation on writing modules is included in the <filename>/usr/share/doc/pam/</filename> directory.
</para>
</section>
@@ -576,12 +576,12 @@ session required pam_unix.so</screen>
</listitem>
<listitem>
<para>
- <filename>/usr/share/doc/pam-<replaceable><version-number></replaceable></filename> — Contains a <citetitle>System Administrators' Guide</citetitle>, a <citetitle>Module Writers' Manual</citetitle>, and the <citetitle>Application Developers' Manual</citetitle>, as well as a copy of the PAM standard, DCE-RFC 86.0, where <replaceable><version-number></replaceable> is the version number of PAM.
+ <filename>/usr/share/doc/pam/</filename> — Contains a <citetitle>System Administrators' Guide</citetitle>, a <citetitle>Module Writers' Manual</citetitle>, and the <citetitle>Application Developers' Manual</citetitle>, as well as a copy of the PAM standard, DCE-RFC 86.0.
</para>
</listitem>
<listitem>
<para>
- <filename>/usr/share/doc/pam-<replaceable><version-number></replaceable>/txts/README.pam_timestamp</filename> — Contains information about the <filename>pam_timestamp.so</filename> PAM module, where <replaceable><version-number></replaceable> is the version number of PAM.
+ <filename>/usr/share/doc/pam/txts/README.pam_timestamp</filename> — Contains information about the <filename>pam_timestamp.so</filename> PAM module.
</para>
</listitem>
</itemizedlist>
Following instructions in https://fedoraproject.org/wiki/Changes/UnversionedDocdirs remove all references to the version number from the per package documentation directory in /usr/share/doc leaving just the package's name.
---
pot/Spec_File_Reference.pot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pot/Spec_File_Reference.pot b/pot/Spec_File_Reference.pot
index ded10e7..7a4bb43 100644
--- a/pot/Spec_File_Reference.pot
+++ b/pot/Spec_File_Reference.pot
@@ -357,7 +357,7 @@ msgstr ""
#. Tag: screen
#, no-c-format
-msgid "<command>less /usr/share/doc/rpm-*/GROUPS</command>\n"
+msgid "<command>less /usr/share/doc/rpm/GROUPS</command>\n"
" "
msgstr ""
Following instructions in https://fedoraproject.org/wiki/Changes/UnversionedDocdirs remove all references to the version number from the per package documentation directory in /usr/share/doc leaving just the package's name.
---
en-US/Spec_File_Reference.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/en-US/Spec_File_Reference.xml b/en-US/Spec_File_Reference.xml
index 2892e0b..0d78401 100644
--- a/en-US/Spec_File_Reference.xml
+++ b/en-US/Spec_File_Reference.xml
@@ -275,7 +275,7 @@ popd
<listitem>
<para>
The <option>Group</option> tag defines a package group, which the package is a part of. The tag must define a previously existing group, for example <option>Applications/Engineering</option>. To display a complete list of existing groups, run the following command:</para>
- <screen><command>less /usr/share/doc/rpm-*/GROUPS</command>
+ <screen><command>less /usr/share/doc/rpm/GROUPS</command>
</screen>
<para>
If you create a <package><replaceable>package</replaceable>-doc</package> sub-package with documentation, use the group <option>Documentation</option>. An example of the <option>Group</option> tag:
Following instructions in https://fedoraproject.org/wiki/Changes/UnversionedDocdirs remove all references to the version number from the per package documentation directory in /usr/share/doc leaving just the package's name.
---
en-US/Creating_and_Building_Packages.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/en-US/Creating_and_Building_Packages.xml b/en-US/Creating_and_Building_Packages.xml
index 1768660..60d6854 100644
--- a/en-US/Creating_and_Building_Packages.xml
+++ b/en-US/Creating_and_Building_Packages.xml
@@ -179,7 +179,7 @@ Release: 1%{?dist}
Summary: A program that ejects removable media using software control
</programlisting>
</step>
- <!--step><para>Categorize the package into an appropriate group. The available groups are listed in <filename>/usr/share/doc/rpm-*/GROUPS</filename>. In this case, the appropriate group is <code>System Environment/Base</code> because <application>eject</application> is a base operating system utility:</para>
+ <!--step><para>Categorize the package into an appropriate group. The available groups are listed in <filename>/usr/share/doc/rpm/GROUPS</filename>. In this case, the appropriate group is <code>System Environment/Base</code> because <application>eject</application> is a base operating system utility:</para>
<programlisting language="RPM Spec">Group: System Environment/Base
</programlisting></step-->
<step>
@@ -397,7 +397,7 @@ Release: 0.1
Summary: A GTK+ based simple text editor
</screen>
</step>
-<step><para>Categorize the package into an appropriate group. The available groups are listed in <filename>/usr/share/doc/rpm-*/GROUPS</filename>. In this case, the appropriate group is <code>Applications/Editors</code>, because <application>eog</application> is a text editor.</para></step>
+<step><para>Categorize the package into an appropriate group. The available groups are listed in <filename>/usr/share/doc/rpm/GROUPS</filename>. In this case, the appropriate group is <code>Applications/Editors</code>, because <application>eog</application> is a text editor.</para></step>
<step><para>For the license tag, fill in the appropriate license for the software. In this case, <application>eog</application> uses the GPL.</para></step>
<step><para>From the eog project website, get the URL for downloading the appropriate source code tarball, in this case <package>eog 0.8.18.1</package>.</para>
<para>Use this information to fill out the next section:</para>
Hi all,
While translating some of the fedora packages we often come across some
source strings whose context or meaning is not clear. This results in
wrong translations which is discovered later while using the actual
application. This in turn effects the concerned application.
To solve this issue, we have formed a Fedora SIG named "Source String
Contextualizing Group" [1] aimed at
providing concise yet meaningful description of the concerned source
strings in the source code itself to ensure the correctness and quality
in the resulting translations.
We welcome feedback and suggestions.
Regards,
Nilamdyuti Goswami
[1]: https://fedoraproject.org/wiki/SSCG
Following instructions in https://fedoraproject.org/wiki/Changes/UnversionedDocdirs remove all references to the version number from the per package documentation directory in /usr/share/doc leaving just the package's name.
---
en-US/LilyPond/LilyPond.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/en-US/LilyPond/LilyPond.xml b/en-US/LilyPond/LilyPond.xml
index f201336..e08d3ab 100644
--- a/en-US/LilyPond/LilyPond.xml
+++ b/en-US/LilyPond/LilyPond.xml
@@ -114,7 +114,7 @@
<para>Install the <package>lilypond-doc</package> package. This package takes a long time to download.</para>
</listitem>
<listitem>
- <para>Write <filename>/usr/share/doc/lilypond-doc-<replaceable>&LilyPond-version;</replaceable>/index.html</filename> in the "LilyPond documentation" field. </para>
+ <para>Write <filename>/usr/share/doc/lilypond-doc/index.html</filename> in the "LilyPond documentation" field. </para>
</listitem>
<listitem>
<para>You must update this path when <application>LilyPond</application> is updated. By default, <application>PackageKit</application> will only download the changed documentation with each update, so only the first installation will have a long download.</para>
Following instructions in https://fedoraproject.org/wiki/Changes/UnversionedDocdirs remove the version number from all references to the per package documentation directory in /usr/share/doc leaving just the package's name.
---
en-US/Frescobaldi.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/en-US/Frescobaldi.xml b/en-US/Frescobaldi.xml
index 7cabe7f..97fa91e 100644
--- a/en-US/Frescobaldi.xml
+++ b/en-US/Frescobaldi.xml
@@ -69,7 +69,7 @@
<listitem><para>You can change "LilyPond documentation" if you don't want the right-side-bar "LilyPond Documentation" thing to internet it every time
<itemizedlist>
<listitem><para>install the 'lilypond-doc' package (it's 44 MB)</para></listitem>
- <listitem><para>put "/usr/share/doc/lilypond-doc-2.12.2/index.html" in the field (or in another language if that's what you want)</para></listitem>
+ <listitem><para>put "/usr/share/doc/lilypond-doc/index.html" in the field (or in another language if that's what you want)</para></listitem>
<listitem><para>this will need to be updated when LilyPond is updated; if you don't update it, then the built-in "LilyPond Documentation" tab will simply show up blank, instead of with the user guide - so it's harmless if you forget to update</para></listitem>
</itemizedlist>
</para></listitem>