Changeset 30605
- Timestamp:
- 2016-07-12T19:18:28+12:00 (7 years ago)
- Location:
- other-projects/gti
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/gti/gti-wget-status-page.sh
r28993 r30605 10 10 # ak19, 17 May 2012 11 11 12 url="http://puka.cs.waikato.ac.nz/cgi-bin/gti/linux/library.cgi?a=gti&p=status" 13 #url="http://localhost:80/cgi-bin/gti/linux/library.cgi?a=gti&p=status" 12 #url="http://puka.cs.waikato.ac.nz/cgi-bin/gti/linux/library.cgi?a=gti&p=status" 13 ##url="http://localhost:80/cgi-bin/gti/linux/library.cgi?a=gti&p=status" 14 #url="http://gti.cms.waikato.ac.nz/cgi-bin/library.cgi?a=gti&p=status" 15 url="http://gti.greenstone.org/cgi-bin/library.cgi?a=gti&p=status" 14 16 savedas_filename="library.cgi?a=gti&p=status" 15 17 output_filename="etc/status.html" -
other-projects/gti/translation_status.sh
r30581 r30605 82 82 if [[ $num_modified != 0 || $num_added != 0 ]]; then 83 83 # echo "Files were modified or added. Sending email..." 84 cat $report | mail -s 'GTI: '$num_modified/$num_added' language file(s) on nzdlhave been updated/added' $GREENSTONE_EMAIL84 cat $report | mail -s 'GTI: '$num_modified/$num_added' language file(s) on gti (nzdl) have been updated/added' $GREENSTONE_EMAIL 85 85 echo "Sent mail of report: $report" 86 86 else
Note:
See TracChangeset
for help on using the changeset viewer.