mirror of
https://github.com/smxi/inxi.git
synced 2025-04-16 22:59:11 +00:00
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:
parent
bb5681d5f6
commit
ecfa0d87a4
3 changed files with 32 additions and 10 deletions
10
inxi
10
inxi
|
@ -2,8 +2,8 @@
|
||||||
########################################################################
|
########################################################################
|
||||||
SELF_NAME='inxi'
|
SELF_NAME='inxi'
|
||||||
# don't quote the following, parsers grab these too
|
# don't quote the following, parsers grab these too
|
||||||
SELF_VERSION=2.3.39
|
SELF_VERSION=2.3.40
|
||||||
SELF_DATE=2017-09-20
|
SELF_DATE=2017-09-21
|
||||||
SELF_PATCH=00
|
SELF_PATCH=00
|
||||||
########################################################################
|
########################################################################
|
||||||
#### SPECIAL THANKS
|
#### SPECIAL THANKS
|
||||||
|
@ -28,7 +28,7 @@ SELF_PATCH=00
|
||||||
#### Jarett.Stevens - dmidecde -M patch for older systems with the /sys
|
#### Jarett.Stevens - dmidecde -M patch for older systems with the /sys
|
||||||
####
|
####
|
||||||
#### Current script home page/wiki/git: https://github.com/smxi/inxi
|
#### 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
|
#### Script forums: http://techpatterns.com/forums/forum-33.html
|
||||||
#### IRC support: irc.oftc.net channel #smxi
|
#### IRC support: irc.oftc.net channel #smxi
|
||||||
#### Version control:
|
#### 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_4='https://github.com/smxi/inxi/raw/four/'
|
||||||
SELF_DOWNLOAD_BRANCH_BSD='https://github.com/smxi/inxi/raw/bsd/'
|
SELF_DOWNLOAD_BRANCH_BSD='https://github.com/smxi/inxi/raw/bsd/'
|
||||||
SELF_DOWNLOAD_BRANCH_GNUBSD='https://github.com/smxi/inxi/raw/gnubsd/'
|
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.
|
# 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
|
# 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.
|
# 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)
|
KONVI_CFG="konversation/scripts/$SELF_NAME.conf" # relative path to $(kde-config --path data)
|
||||||
|
|
||||||
### INITIALIZE VARIABLES NULL ###
|
### INITIALIZE VARIABLES NULL ###
|
||||||
|
|
18
inxi.1
18
inxi.1
|
@ -1,4 +1,4 @@
|
||||||
.TH INXI 1 "2017\-09\-07" inxi "inxi manual"
|
.TH INXI 1 "2017\-09\-21" inxi "inxi manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
inxi \- Command line system information script for console and IRC
|
inxi \- Command line system information script for console and IRC
|
||||||
.SH SYNOPSIS
|
.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
|
.B /cmd inxi
|
||||||
\fR[\fBoptions\fR]
|
\fR[\fBoptions\fR]
|
||||||
|
|
||||||
To run inxi in konversation as a native script if your distribution or inxi package did not do this for you,
|
To run inxi in konversation as a native script if your distribution or inxi package
|
||||||
create this symbolic link:
|
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/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 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:
|
Then you can start inxi directly, like this:
|
||||||
|
|
||||||
.B /inxi
|
.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:
|
See wiki pages for more information on how to set these up:
|
||||||
.TP
|
.TP
|
||||||
.I http://smxi.org/docs/inxi\-configuration.htm
|
.I https://smxi.org/docs/inxi\-configuration.htm
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Please report bugs using the following resources.
|
Please report bugs using the following resources.
|
||||||
|
|
||||||
|
@ -712,7 +720,7 @@ You can also visit
|
||||||
\fRchannel:\fI #smxi\fR to post issues.
|
\fRchannel:\fI #smxi\fR to post issues.
|
||||||
.SH HOMEPAGE
|
.SH HOMEPAGE
|
||||||
.I https://github.com/smxi/inxi
|
.I https://github.com/smxi/inxi
|
||||||
.I http://smxi.org/
|
.I https://smxi.org/
|
||||||
.SH AUTHOR AND CONTRIBUTORS TO CODE
|
.SH AUTHOR AND CONTRIBUTORS TO CODE
|
||||||
.B inxi
|
.B inxi
|
||||||
is is a fork of locsmif's largely unmaintained yet very clever, infobash script.
|
is is a fork of locsmif's largely unmaintained yet very clever, infobash script.
|
||||||
|
|
|
@ -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
|
Version: 2.3.39
|
||||||
Patch Version: 00
|
Patch Version: 00
|
||||||
|
|
Loading…
Add table
Reference in a new issue