Changes between Version 132 and Version 133 of Download


Ignore:
Timestamp:
Oct 8, 2017, 9:37:06 PM (7 years ago)
Author:
Alex Samorukov
Comment:

Update links to https where possible, fix broken links

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v132 v133  
    4949=== Install the Windows package ===
    5050
    51 Download and run the latest smartmontools [http://nsis.sourceforge.net/Main_Page NSIS]-installer ({{{*.win32-setup.exe}}}) from [http://sourceforge.net/projects/smartmontools/files/ here].
     51Download and run the latest smartmontools [http://nsis.sourceforge.net/Main_Page NSIS]-installer ({{{*.win32-setup.exe}}}) from [https://sourceforge.net/projects/smartmontools/files/ here].
    5252More recent Windows test releases build from SVN snapshots are available [http://builds.smartmontools.org/ here].
    5353
     
    7777=== Install the OSX/Darwin package ===
    7878
    79 Download and run the latest smartmontools dmg image from [http://sourceforge.net/projects/smartmontools/files/ here].
    80 More recent OS X test releases build from the SVN snapshots are available [http://builds.smartmontools.org/ here].
     79Download and run the latest smartmontools dmg image from [https://sourceforge.net/projects/smartmontools/files/ here].
     80More recent OS X test releases build from the SVN snapshots are available [https://builds.smartmontools.org/ here].
    8181
    8282Package provides Mach-O universal binary with 2 architectures (i386 and x86_64) and should work on any Intel based Mac.
     
    8585== Install from the source tarball ==
    8686
    87 Download the latest source tarball from [http://sourceforge.net/projects/smartmontools/files/ here].
    88 More recent test tarballs build from SVN snapshots are available [http://builds.smartmontools.org/ here].
     87Download the latest source tarball from [https://sourceforge.net/projects/smartmontools/files/ here].
     88More recent test tarballs build from SVN snapshots are available [https://builds.smartmontools.org/ here].
    8989
    9090Uncompress the tarball:
     
    136136== Install latest unreleased code from SVN repository ==
    137137
    138 We have also [http://builds.smartmontools.org/ daily builds].
    139 
    140 '''Sourceforge moved our repository to a new location: [http://svn.code.sf.net/p/smartmontools/code/].
    141 Use the [/browser/ trac] or [http://sourceforge.net/p/smartmontools/code/HEAD/tree/ sourceforge] viewer to browse it.'''
     138We have also [https://builds.smartmontools.org/ daily builds].
     139
     140'''Sourceforge moved our repository to a new location: [https://svn.code.sf.net/p/smartmontools/code/].
     141Use the [/browser/ trac] or [https://sourceforge.net/p/smartmontools/code/HEAD/tree/ sourceforge] viewer to browse it.'''
    142142
    143143You can also download the source tree via the code browser link [http://sourceforge.net/p/smartmontools/code/HEAD/tarball?path=/trunk/smartmontools Download Snapshot].
     
    145145For those, who don't already have a Subversion client installed,
    146146here is a [http://subversion.apache.org/packages.html list of SVN Packages] and a
    147 [http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients comparison of SVN clients]
     147[https://en.wikipedia.org/wiki/Comparison_of_Subversion_clients comparison of SVN clients]
    148148for different operating systems and in all colors and flavours. (Stand-alone clients,
    149149Desktop-integrated clients, IDE plug-in clients, ..)
     
    154154
    155155{{{
    156   svn co http://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools smartmontools
     156  svn co https://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools smartmontools
    157157}}}
    158158
     
    180180the most current development version. And it's trivial, because
    181181each release is __tagged__ with a name. Look at the
    182 [http://sourceforge.net/p/smartmontools/code/HEAD/tree/tags/ tags in our SVN repository]
     182[https://sourceforge.net/p/smartmontools/code/HEAD/tree/tags/ tags in our SVN repository]
    183183to see what the different names are.
    184184
     
    186186
    187187{{{
    188   svn co http://svn.code.sf.net/p/smartmontools/code/tags/RELEASE_5_38/sm5 smartmontools
     188  svn co https://svn.code.sf.net/p/smartmontools/code/tags/RELEASE_5_38/sm5 smartmontools
    189189}}}
    190190
     
    202202  sudo /usr/sbin/update-smart-drivedb
    203203}}}
    204 This command uses [http://curl.haxx.se/ curl], [http://www.gnu.org/software/wget/ wget] or [http://lynx.isc.org/ lynx] for download. A proxy server can be specified by the environment variable {{{http_proxy}}} (lower case only), see the man pages of the above commands.
     204This command uses [https://curl.haxx.se/ curl], [https://www.gnu.org/software/wget/ wget] or [http://lynx.invisible-island.net/ lynx] for download. A proxy server can be specified by the environment variable {{{http_proxy}}} (lower case only), see the man pages of the above commands.
    205205
    206206The Windows package provides {{{update-smart-drivedb.exe}}}. It reads the proxy configuration from IE registry key.
     
    240240----
    241241'''License'''[[BR]]
    242 All content in this wiki is published under [http://www.gnu.org/licenses/gpl-2.0.html#SEC1 GNU GPL].
     242All content in this wiki is published under [https://www.gnu.org/licenses/gpl-2.0.html#SEC1 GNU GPL].