Check out our 2024 Retrospective for a look back at events that shaped the wiki during 2024.

UESPWiki:DailyEdits/uesp-create-dailyedits-plot

The UESPWiki – Your source for The Elder Scrolls since 1995
#!/bin/sh
#
# Note: Change "wikidb" below to match the name of your MediaWiki database. The mysql command below likely requires addition 
# of user/password or credential file for permission. The GNUPlot file also looks for the dailyedits.dat file in the same 
# location as specified.
#
rm -f /tmp/dailyedits.dat
mysql -e "SELECT COUNT( * ) , LEFT( rev_timestamp, 8 ) AS revdate FROM wikidb.revision GROUP BY revdate INTO OUTFILE '/tmp/dailyedits.dat';"
gnuplot dailyedits-plot.cfg