[OPEN-ILS-DOCUMENTATION] FW: [Bug 1374903] [NEW] Docs - Image error in 2.7 reports enhancment docs

Josh Stompro stomproj at exchange.larl.org
Wed Oct 1 20:28:24 EDT 2014


Here is one more, this one goes through the images to check to see if each one is used in the documentation.    There are 400 images that are not used right now.  LP#1374453

for i in `ls media/*.*`; do fgrep -q -r "$i"  --exclude-dir="/media" || echo "Not Found - $i"; done

Josh

-----Original Message-----
From: open-ils-documentation-bounces at list.georgialibraries.org [mailto:open-ils-documentation-bounces at list.georgialibraries.org] On Behalf Of Remington Steed
Sent: Wednesday, October 01, 2014 3:35 PM
To: Documentation discussion for Evergreen software
Subject: [OPEN-ILS-DOCUMENTATION] FW: [Bug 1374903] [NEW] Docs - Image error in 2.7 reports enhancment docs

Robert (and others),

Josh provides a useful bash command in the bug report below, and I wonder if it could be incorporated into the nightly docs build (outputting to anywhere you would notice, even emailing the DIG list).  It gets us one step closer to the kind of process used to test Evergreen code after every commit, which I think would be a great goal.  What do you think?



More information about the OPEN-ILS-DOCUMENTATION mailing list