Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/urlfixer/README.md

Issue 8626108: Added /resetScore, /refreshScore and /showScore features to URL Fixer server-side (Closed)
Patch Set: Created Oct. 22, 2012, 4:08 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sitescripts/urlfixer/template/showScores.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/urlfixer/README.md
===================================================================
--- a/sitescripts/urlfixer/README.md
+++ b/sitescripts/urlfixer/README.md
@@ -3,6 +3,9 @@
Backend for the URL Fixer data collection. It provides the following URLs:
+* */refreshScores* - Calculate scores and update scores in database
+* */resetScores* - Reset counts after each month / year
+* */showScores* - Show data from URL Fixer extension
* */submitData* - Receive data from URL Fixer extension
Required packages
@@ -23,6 +26,10 @@
* _database_
* _dbuser_
* _dbpassword_
+* _basic\_auth\_realm_
+* _basic\_auth\_username_
+* _basic\_auth\_password_
+* _template_
Data transfer format
----------------------------
« no previous file with comments | « no previous file | sitescripts/urlfixer/template/showScores.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld