From e1f19b663ccf05aeccc8399ffa4b7575cbf3b230 Mon Sep 17 00:00:00 2001 From: Josh North Date: Fri, 2 Jan 2015 17:07:57 -0500 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index f76220e..0588d86 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,21 @@ -ScanImageWebGUI -=============== +# ScanImageWebGUI # +### About ### +Josh North - josh.north@point808.com +PHP Web GUI for scanimage/scanadf that is customized to be specific to certain scanners. Inspired by http://www.andrewyager.com/blog/2007-10-08/web-based-sane-scanner-script but has morphed into something completely custom and basically scratch. Leaving his credit in for the idea. +I have no desire or motivation currently to make this work with anything else but feel free to modify/fork/push whatever you want to extend it and I promise I will attempt to maintain it. +Currently this is coded purely for WAF purposes - heaven help my wife when it comes to technology. -PHP Web GUI for scanimage/scanadf that is customized to be specific to certain scanners. Inspired by http://www.andrewyager.com/blog/2007-10-08/web-based-sane-scanner-script but has morphed into something completely custom and basically scratch. Leaving his credit in for the idea. +### Requirements ### +* Compatible Scanners: +* Epson WF-2540 (Networked mode - have to use saned with iscan plugins - important! Must use epkowa plugin) +* HP DeskJet F4580 (Needs HPLIP drivers installed and must use net:hp address) -I have no desire or motivation currently to make this work with anything else but feel free to modify/fork/push whatever you want to extend it and I promise I will attempt to maintain it. - -Currently this is coded purely for WAF purposes - heaven help my wife when it comes to technology. - -Compatible Scanners: -* Epson WF-2540 (Networked mode - have to use saned with iscan plugins - important! Must use epkowa plugin) -* HP DeskJet F4580 (Needs HPLIP drivers installed and must use net:hp address) - -Directions: +### Installation ### 1. Install Apache+PHP or NGINX+PHP-FPM or whatever you use. It should work on pretty much any common web server with recent php. 2. Unzip this somewhere in your web root or sub dir. 3. Edit config.php to suit your setup 4. Whatever you want... -Troubleshooting: +### Issues ### 1. Try scanimage -L to get your scanner address 2. HPLIP must run hp-setup script to get uri - -That's all for now folks.