New version, new tarball, new man page. This is a small update, moved http://smxi.org

to https://smxi.org so updated the URLs in man page and inxi. Note that the URLs
redirect to https: so this is not a very important update.
This commit is contained in:
Harald Hope 2017-09-21 17:12:58 -07:00
parent bb5681d5f6
commit ecfa0d87a4
3 changed files with 32 additions and 10 deletions

10
inxi
View file

@ -2,8 +2,8 @@
########################################################################
SELF_NAME='inxi'
# don't quote the following, parsers grab these too
SELF_VERSION=2.3.39
SELF_DATE=2017-09-20
SELF_VERSION=2.3.40
SELF_DATE=2017-09-21
SELF_PATCH=00
########################################################################
#### SPECIAL THANKS
@ -28,7 +28,7 @@ SELF_PATCH=00
#### Jarett.Stevens - dmidecde -M patch for older systems with the /sys
####
#### Current script home page/wiki/git: https://github.com/smxi/inxi
#### Documentation/wiki pages will move to http://smxi.org soon.
#### Documentation/wiki pages will move to https://smxi.org soon.
#### Script forums: http://techpatterns.com/forums/forum-33.html
#### IRC support: irc.oftc.net channel #smxi
#### Version control:
@ -491,11 +491,11 @@ SELF_DOWNLOAD_BRANCH_3='https://github.com/smxi/inxi/raw/three/'
SELF_DOWNLOAD_BRANCH_4='https://github.com/smxi/inxi/raw/four/'
SELF_DOWNLOAD_BRANCH_BSD='https://github.com/smxi/inxi/raw/bsd/'
SELF_DOWNLOAD_BRANCH_GNUBSD='https://github.com/smxi/inxi/raw/gnubsd/'
SELF_DOWNLOAD_DEV='http://smxi.org/test/'
SELF_DOWNLOAD_DEV='https://smxi.org/test/'
# note, you can use any ip url here as long as it's the only line on the output page.
# Also the ip address must be the last thing on that line. If you abuse this ip tool
# you will be banned from further access. Most > 24x daily automated queries to it are abuse.
WAN_IP_URL='http://smxi.org/opt/ip.php'
WAN_IP_URL='https://smxi.org/opt/ip.php'
KONVI_CFG="konversation/scripts/$SELF_NAME.conf" # relative path to $(kde-config --path data)
### INITIALIZE VARIABLES NULL ###

18
inxi.1
View file

@ -1,4 +1,4 @@
.TH INXI 1 "2017\-09\-07" inxi "inxi manual"
.TH INXI 1 "2017\-09\-21" inxi "inxi manual"
.SH NAME
inxi \- Command line system information script for console and IRC
.SH SYNOPSIS
@ -633,13 +633,21 @@ If you leave off the \fB\-o\fR, only you will see the output on your local IRC c
.B /cmd inxi
\fR[\fBoptions\fR]
To run inxi in konversation as a native script if your distribution or inxi package did not do this for you,
create this symbolic link:
To run inxi in konversation as a native script if your distribution or inxi package
did not do this for you, create this symbolic link [the first works for KDE 4,
the second for KDE 5]:
.B ln \-s /usr/local/bin/inxi /usr/share/kde4/apps/konversation/scripts/inxi
.B ln \-s /usr/local/bin/inxi /usr/share/konversation/scripts/inxi
If inxi is somewhere else, change the path \fB/usr/local/bin\fR to wherever it is located.
If you are using KDE/QT 5, then you may also need to add the following to get the konversation
\fR/inxi\fR command to work:
.B ln \-s /usr/share/konversation /usr/share/apps/
Then you can start inxi directly, like this:
.B /inxi
@ -693,7 +701,7 @@ exists, it will go there, and as a last default, the legacy location is used:
See wiki pages for more information on how to set these up:
.TP
.I http://smxi.org/docs/inxi\-configuration.htm
.I https://smxi.org/docs/inxi\-configuration.htm
.SH BUGS
Please report bugs using the following resources.
@ -712,7 +720,7 @@ You can also visit
\fRchannel:\fI #smxi\fR to post issues.
.SH HOMEPAGE
.I https://github.com/smxi/inxi
.I http://smxi.org/
.I https://smxi.org/
.SH AUTHOR AND CONTRIBUTORS TO CODE
.B inxi
is is a fork of locsmif's largely unmaintained yet very clever, infobash script.

View file

@ -1,3 +1,17 @@
=====================================================================================
Version: 2.3.40
Patch Version: 00
Script Date: 2017-09-21
-----------------------------------
Changes:
-----------------------------------
New version, new tarball, new man page. This is a small update, moved http://smxi.org
to https://smxi.org so updated the URLs in man page and inxi. Note that the URLs
redirect to https: so this is not a very important update.
-----------------------------------
-- Harald Hope - Thu, 21 Sep 2017 17:11:23 -0700
=====================================================================================
Version: 2.3.39
Patch Version: 00