config.macros.list["untagged"] = {prompt: "Tiddlers that are not tagged"};\n\nconfig.macros.list.untagged.handler = function(params)\n{\n//displayMessage("Building list of untagged tiddlers");\nvar results = [];\nfor(var t in store.tiddlers) {\nvar tiddler = store.tiddlers[t];\nif(tiddler.getTags() == "")\nresults.push(t);\n}\nresults.sort();\nreturn results;\n}
http://www.reprisesoftware.com
This is a [[CustomMacro|CustomMacros]] "borrowed" from [[TiddlyStyles|http://15black.bluedepot.com/]]. It lists all the sections that don't have any tags yet.\n\n<<list untagged>>\n\nCode:\n\n{{{\n<<list untagged>>\n}}}
\nAll licenses have a //expiration date//. If you prefer for your licenses to not expire, you can use the special expiration date of ''//permanent//'', which never expires (any date with a year of 0 is also non-expiring, e.g. 1-jan-0).
<<option chkOpenInNewWindow>> ~OpenLinksInNewWindow\n<<option chkSaveEmptyTemplate>> ~SaveEmptyTemplate\n<<option chkToggleLinks>> Clicking on links to sections that are already open causes them to close\n^^(override with Control or other modifier key)^^
!rlmswitch - switches the debug log info to a new file\nUsage: ''rlmswitch'' [//isv//] //new-log-file-name//\n\nrlmswitch causes the server //isv// to close the current debug log file and begin output to //new-log-file-name//. If //isv// is not specified, or if specified as //rlm//, the rlm server's debug log is switched.
!rlmswitchr - switches the report log info to a new file\nUsage: ''rlmswitchr'' //isv new-log-file-name//\n\nrlmswitchr causes the ISV server //isv// to close the current reportlog file and begin output to //new-log-file-name//.
FLEX//lm// was developed by GLOBE//trotter// Software, Inc. It quickly became the most popular license management product in use and was referred to in the 1990's as the "de facto standard" in license management.\nGLOBE//trotter// was sold to Macrovision in 2000.\n\nFLEX//lm// and GLOBE//trotter// Software are registered trademarks of Macrovision Corp.
TiddlyWiki 1.2.31 by Jeremy Ruston, (jeremy [at] osmosoft [dot] com)\n\nPublished under a BSD open source license\nIncorporating improvements by Isao Sonobe, http://www-gauge.scphys.kyoto-u.ac.jp/~sonobe/OgreKit/OgreKitWiki.html\n\nCopyright (c) Osmosoft Limited, 14 April 2005\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\nRedistributions of source code must retain the above copyright notice, this\nlist of conditions and the following disclaimer.\n\nRedistributions in binary form must reproduce the above copyright notice, this\nlist of conditions and the following disclaimer in the documentation and/or other\nmaterials provided with the distribution.\n\nNeither the name of the Osmosoft Limited nor the names of its contributors may be\nused to endorse or promote products derived from this software without specific\nprior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\nOF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT\nSHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,\nINCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\nBUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\nANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGE.
!rlmver - prints the version of any program linked with RLM\nUsage: ''rlmver'' file\n\nrlmver displays the RLM version of any program that uses RLM.\n\nExample:\n\n% ''rlmver rlm''\nrlmutil - v1.0 Copyright (C) 2006, Reprise Software, Inc.\nReprise License Manager (RLM) v1.0, Copyright (C) 2006, Reprise Software, Inc.\n
\nRLM can lock a license in a variety of ways:\n#A license can be //node-locked//. A node-locked license can only be used on a single node, as specified by the //hostid// of the license. For a description of the available hostids in RLM, see [[RLM hostids]].\n**A node-locked license can be either //counted// or //uncounted//. If it is uncounted, then the software only need verify that it is executing on the correct computer, and no license server is required. If it is counted, however, a //license server// is required to maintain a count of licenses currently in use.\n**To create a node-locked license, add the keyword ''hostid=..'' at the end of the license line. See the description of the [[LICENSE Line]] for more information.\n#A license can be locked to a user. This is a special case of a //node-locked// license, and is accomplished using the hostid ''user=...''. Note that any white space in a username is converted to the underscore ('_') character.\n#A license can be //floating//. This license will work anywhere on the network that can c