Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
expandfile 03/15/2020 See https://multicians.org/thvv/htmx/expandfile.html Brief installation instructions: Mac -- install Apple Xcode -- install Apple command line tools Unix/Linux/Mac -- install Perl -- create ~/bin and add to your PATH -- install programs and libraries you need from your package manager -- install Perl if not already installed -- set environment vars PERL5LIB, VERSIONER_PERL_PREFER_32_BIT, PERL_LOCAL_LIB_ROOT, PERL_MB_OPT, PERL_MM_OPT -- install MySQL, set user and password, set up .my.cnf -- install CPAN modules LWP::Simple, Term::ANSIColor, DBI, DBD::mysql, XML::LibXML, XML::Simple -- fetch the contents of the repository -- move expandfile, the .pm modules, and the commands into your /bin and set PERL5LIB to search that too Windows -- TBD Smoke test: -- expandfile should get no errors and no output. See the web page for more. MIT License: # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limitation the rights to use, copy, modify, merge, publish, # distribute, sublicense, and/or sell copies of the Software, and to # permit persons to whom the Software is furnished to do so, subject to # the following conditions: # The above copyright notice and this permission notice shall be included # in all copies or substantial portions of the Software. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.