RSS Git Download  Clone
  bin initial commit, upload working using localhost socket, no user feedback yet 11 years ago
  environments moved model to a global stash, but not ideal as it is persistent so requires clearing after each request cycle 11 years ago
  lib fix undefined/uninitialized warnings due to rows of empty cells 7 years ago
  public renamed dispatch.fcgi -> labels.fcgi so kill action doesn't affect other default D2 fcgi processes; minor edits 11 years ago
  t initial commit, upload working using localhost socket, no user feedback yet 11 years ago
  views 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
  .gitignore 32B app returns json to user, errors or success summary of labels 11 years ago
  MANIFEST 444B initial commit, upload working using localhost socket, no user feedback yet 11 years ago
  MANIFEST.SKIP 164B initial commit, upload working using localhost socket, no user feedback yet 11 years ago
  Makefile.PL 789B initial commit, upload working using localhost socket, no user feedback yet 11 years ago
  README.txt 178B fix undefined/uninitialized warnings due to rows of empty cells 7 years ago
  config.yml 797B initial commit, upload working using localhost socket, no user feedback yet 11 years ago
  cpanfile 383B same as previous commit, but for https address 10 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