RSS Git Download  Clone
..
  layouts renamed dispatch.fcgi -> labels.fcgi so kill action doesn't affect other default D2 fcgi processes; minor edits 11 years ago
  dumper.tt 106B adapted to accept .xlsx (xml) source file - uses Spreadsheet::Read - cannot handle data stream, needs physical file on disk; using uri_for() to supply upload url - works for both dev server & apache web-addresses; displays git version & history 11 years ago
  gitlog.tt 876B adapted to accept .xlsx (xml) source file - uses Spreadsheet::Read - cannot handle data stream, needs physical file on disk; using uri_for() to supply upload url - works for both dev server & apache web-addresses; displays git version & history 11 years ago
  index.tt 4kB adapted to accept .xlsx (xml) source file - uses Spreadsheet::Read - cannot handle data stream, needs physical file on disk; using uri_for() to supply upload url - works for both dev server & apache web-addresses; displays git version & history 11 years ago
  label.tt 1kB initial commit, upload working using localhost socket, no user feedback yet 11 years ago
  labels.tt 3kB adapted to allow any format in 1st col - consequence is that it's no longer possible to skip header row so will be printed as a label if included 9 years ago
  README.txt
for localhost testing: 1) start localhost printer socket in new console: perl ~/scripts/test_scripts/socket.pl 2) start app using LOCALHOST_SOCKET=1 plackup -p 3000 bin/app.psgi