User Tools

Site Tools


firestats

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
firestats [2010/05/05 13:49]
ben
firestats [2010/05/06 03:58]
ben
Line 5: Line 5:
 //This code is almost entirely copied from the Google Analytics plugin by Terence J. Grant. ​ See [[http://​www.dokuwiki.org/​plugin:​googleanalytics|his plugin page]] for details. //This code is almost entirely copied from the Google Analytics plugin by Terence J. Grant. ​ See [[http://​www.dokuwiki.org/​plugin:​googleanalytics|his plugin page]] for details.
 // //
-Credit for the work should ostensibly be his- I merely deleted a few lines and changed a configuration ​value name.+Credit for the work should ostensibly be his- I merely deleted a few lines and changed a configuration name.
  
 Concerning this rendering of the code: Concerning this rendering of the code:
Line 16: Line 16:
  
 An example URL looks like: http://​yoursite.com/​yourfirestats/​js/​fs.js.php?​site_id=2 An example URL looks like: http://​yoursite.com/​yourfirestats/​js/​fs.js.php?​site_id=2
 +====== Download ======
  
-====== File/​Directory structure: ​======+The plugin archive file is {{:​dokufirestats.tgz|here.}} 
 + 
 +====== Details ====== 
 + 
 + 
 +===== File/​Directory structure: =====
  
 dokufirestats/​\\ dokufirestats/​\\
Line 26: Line 32:
 dokufirestats/​conf/​\\ dokufirestats/​conf/​\\
 dokufirestats/​conf/​metadata.php\\ dokufirestats/​conf/​metadata.php\\
-====== Action.php ​======+===== Action.php =====
 <​code>​ <​code>​
 <?​php ​ <?​php ​
Line 77: Line 83:
 </​code>​ </​code>​
  
-====== Metadata.php ​======+===== Metadata.php =====
 <​code>​ <​code>​
 <?php <?php
Line 85: Line 91:
 ?> ?>
 </​code>​ </​code>​
-====== Settings.php ​======+===== Settings.php =====
 <​code>​ <​code>​
 <?php <?php