diff --git a/CHANGES.rst b/CHANGES.rst index 859d5ca..3f77851 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,12 +4,15 @@ CHANGES ======= -:2016.0516.2: accept both version 1.0 & 1.0.1 config.xml files -:2016.0427.1: user can add additional file extension patterns, improve the setup of manage.sh on Linux -:2016.0414.2: resolve ValueError when creating XML declaration -:2015.0117.0: rename project to pvWebMonitor -:2015.0116.0: management shell script now uses /bin/bash -:2015.0115.0: refactor XSLT infrastructure and web site +:2016.0907.0: `issue #18 `_: check XSLT files for syntax errors, + `issue #19 `_: let user choose to write waveform strings as string or array of integers, + `issue #20 `_: add username and host to logging messages +:2016.0516.2: #16: accept both version 1.0 & 1.0.1 config.xml files +:2016.0427.1: #12: user can add additional file extension patterns, improve the setup of manage.sh on Linux +:2016.0414.2: #9: resolve ValueError when creating XML declaration +:2015.0117.0: #6: rename project to pvWebMonitor +:2015.0116.0: #13: management shell script now uses /bin/bash +:2015.0115.0: #4: refactor XSLT infrastructure and web site :2015.0114.1: include XML infrastructure in package :2015.0114.0: packaging update :2015.0113.1: add --setup to fill a new project directory with needed files diff --git a/src/pvWebMonitor/project/pvlist.xml b/src/pvWebMonitor/project/pvlist.xml index bee20e3..b270bfc 100644 --- a/src/pvWebMonitor/project/pvlist.xml +++ b/src/pvWebMonitor/project/pvlist.xml @@ -22,9 +22,12 @@ (optional, default="%s") PVs will be formatted for display with this string - (optional, default="false") this PV is ignored if value is not "false" + (optional, default="false") this PV is ignored if value is not "false" - + + (optional, default="false") write this PV from formatted raw_value if "false", from char_value if "true" + + @@ -32,9 +35,11 @@ + +