aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xohtml
diff options
context:
space:
mode:
authorPhil Shafer <phil@FreeBSD.org>2018-05-23 01:20:31 +0000
committerPhil Shafer <phil@FreeBSD.org>2018-05-23 01:20:31 +0000
commit983afe3373c427a080f06dccec820b20891be186 (patch)
tree425344408bd2356a036155b28d987ebc88d02167 /usr.bin/xohtml
parent96e47614f918bae072c393e30ee2e60275fc112c (diff)
parentb7a4d12840ce37071dcb3d02a60d63721eae59ad (diff)
downloadsrc-983afe3373c427a080f06dccec820b20891be186.tar.gz
src-983afe3373c427a080f06dccec820b20891be186.zip
Import libxo-0.9.0:
- Add xo_format_is_numeric() with improved logic to decide if format strings are numeric, so json output quotes them - Convert docs to sphinx/rst - update tests Includes fix for PR 221676: https://github.com/Juniper/libxo/commit/27d3021cc3cc8cfbe9ddee5930cd7a9afea8f68f#diff-5a0d468963477f7daedb8308c219dd80 PR: 221676 MFC after: 5 days
Notes
Notes: svn path=/head/; revision=334068
Diffstat (limited to 'usr.bin/xohtml')
-rwxr-xr-xusr.bin/xohtml/xohtml.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xohtml/xohtml.sh b/usr.bin/xohtml/xohtml.sh
index 58d52388d61c..3613e1d5f4f1 100755
--- a/usr.bin/xohtml/xohtml.sh
+++ b/usr.bin/xohtml/xohtml.sh
@@ -12,10 +12,10 @@
#
BASE=/usr/share/libxo
-VERSION=0.8.4
+VERSION=0.9.0
CMD=cat
DONE=
-WEB=https://juniper.github.io/libxo/${VERSION}/xohtml
+WEB=http://juniper.github.io/libxo/${VERSION}/xohtml
do_help () {
echo "xohtml: wrap libxo-enabled output in HTML"