Ignore:
Timestamp:
09/08/2022 04:04:07 AM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
cd29bc9
Parents:
587f998
git-author:
Xi Ruoyao <xry111@…> (09/08/2022 04:02:30 AM)
git-committer:
Xi Ruoyao <xry111@…> (09/08/2022 04:04:07 AM)
Message:

introduction: URL clean up

  • dreamwvr.com is dead now.
  • freecode.com now redirects to SourceForge, add GitHub as well.
  • use HTTPS if possible.
Location:
introduction/important
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/beyond.xml

    r587f998 r824ddcc  
    4343      <envar>LD_LIBRARY_PATH</envar> to include it. Before using the latter
    4444      option, check out <ulink
    45       url="http://xahlee.org/UnixResource_dir/_/ldpath.html"/>.
     45      url="http://xahlee.info/UnixResource_dir/_/ldpath.html"/>.
    4646      If you modify <filename>/etc/ld.so.conf</filename>, remember to update
    4747      <filename>/etc/ld.so.cache</filename> by executing
     
    8282  <itemizedlist>
    8383    <listitem>
    84       <para>If you know the name of the package, then search Freecode for
    85       it at <ulink url="http://freecode.com/"/>. Also search Google at
    86       <ulink url="http://google.com/"/>. Sometimes a search for the
    87       <filename class='extension'>rpm</filename> at
    88       <ulink url="http://rpmfind.net/"/> or the
     84      <para>If you know the name of the package, then search SourceForge for
     85      it at <ulink url="https://sourceforge.net/directory/"/>, and search
     86      GitHub for it at <ulink url="https://github.com/"/>.
     87      Also search Google at <ulink url="https://google.com/"/>. Sometimes a
     88      search for the <filename class='extension'>rpm</filename> at
     89      <ulink url="https://rpmfind.net/"/> or the
    8990      <filename class='extension'>deb</filename> at
    90       <ulink url="http://www.debian.org/distrib/packages#search_packages"/> can
     91      <ulink url="https://www.debian.org/distrib/packages#search_packages"/> can
    9192      also lead to a link to the package.</para>
    9293    </listitem>
     
    9697      of the executable. If the results are overwhelming, try searching for the
    9798      given executable in the Debian repository at <ulink
    98       url="http://www.debian.org/distrib/packages#search_contents"/>.</para>
     99      url="https://www.debian.org/distrib/packages#search_contents"/>.</para>
    99100    </listitem>
    100101  </itemizedlist>
     
    133134      <itemizedlist>
    134135        <listitem>
    135           <para>Arch <ulink url="http://www.archlinux.org/packages/"/> - enter
     136          <para>Arch <ulink url="https://www.archlinux.org/packages/"/> - enter
    136137          the package name in the 'Keywords' box, select the package name,
    137138          select the 'Source Files' field, and then select the
     
    141142        <listitem>
    142143          <para>Debian
    143           <!-- 2020-11-11 : ftp hangs trying to connect, presumably removed.
    144                Use http because firefox says the certificate at this gb site is
    145                not valid for ftp.uk.debian.org -->
    146           <ulink url="http://ftp.uk.debian.org/debian/pool"/> (use your country's
     144          <ulink url="https://ftp.debian.org/debian/pool"/> (use your country's
    147145          version if there is one) - the source will be in .tar.gz tarballs (either
    148146          the original upstream <filename class='extension'>.orig</filename> source,
     
    173171          and they change frequently.  Also, if you have found a mirror, you need to
    174172          know which directory the application has been assigned to.  The ebuilds
    175           themselves can be found at <ulink url="http://packages.gentoo.org/"/> -
     173          themselves can be found at <ulink url="https://packages.gentoo.org/"/> -
    176174          use the search field.  If there are any patches, a mirror will have them
    177175          in the <filename class="directory">files/</filename> directory. Depending
     
    184182        <listitem>
    185183          <para>openSUSE provide a rolling release, some package versions are in
    186           <ulink url="http://download.opensuse.org/source/tumbleweed/repo/oss/src/"/>
     184          <ulink url="https://download.opensuse.org/source/tumbleweed/repo/oss/src/"/>
    187185          but others are in ../update/openSUSE-current/src - the
    188186          source only seems to be available in source rpms.</para>
     
    190188        <listitem>
    191189          <para>Slackware - the official package browser is currently broken.  The
    192           site at <ulink url="http://slackbuilds.org/"/> has current and previous
     190          site at <ulink url="https://slackbuilds.org/"/> has current and previous
    193191          versions in their unofficial repository with links to homepages, downloads,
    194192          and some individual files, particularly the <filename>.SlackBuild</filename>
     
    215213    <para>You may also find an rpm2cpio script useful.  The Perl version in the
    216214    linux kernel archives at <ulink
    217     url="http://lkml.indiana.edu/hypermail/linux/kernel/0210.2/att-0093/01-rpm2cpio"/>
     215    url="https://lore.kernel.org/all/20021016121842.GA2292@ncsu.edu/2-rpm2cpio"/>
    218216    works for most source rpms.  The rpm2targz script will use an rpm2cpio script
    219217    or binary if one is on your path.  Note that rpm2cpio will unpack a source
  • introduction/important/building-notes.xml

    r587f998 r824ddcc  
    609609    <para>
    610610      For more information on stripping, see <ulink
    611       url="http://www.technovelty.org/linux/stripping-shared-libraries.html"/>.
     611      url="https://www.technovelty.org/linux/stripping-shared-libraries.html"/>.
    612612    </para>
    613613
  • introduction/important/locale-issues.xml

    r587f998 r824ddcc  
    116116    <para>In extreme cases, Windows encoding compatibility issues may be
    117117    solved only by running Windows programs under
    118     <ulink url="http://www.winehq.com/">Wine</ulink>.</para>
     118    <ulink url="https://www.winehq.com/">Wine</ulink>.</para>
    119119
    120120  </sect2>
     
    161161    <para>The general rule for avoiding this class of problems is to
    162162    avoid installing broken programs. If this is impossible, the
    163     <ulink url="http://j3e.de/linux/convmv/">convmv</ulink>
     163    <ulink url="https://j3e.de/linux/convmv/">convmv</ulink>
    164164    command-line tool can be used to fix filenames created by these
    165165    broken programs, or intentionally mangle the existing filenames
Note: See TracChangeset for help on using the changeset viewer.