QChris has uploaded a new change for review. https://gerrit.wikimedia.org/r/124333
Change subject: Remove outdated LOCs in README.md ...................................................................... Remove outdated LOCs in README.md Wikimetrics considerably out-grew the 1500 LOC of Python code, and is currently more ~5K LOC [1]. So we drop the mentioning of LOC, as constantly updating is a pain anyways. [1] cat $(find wikimetrics | grep '\.py$') | wc -l 5079 Change-Id: I6a51cfe203cda0e1539ac7091033c1c6886cbc77 --- M README.md 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/analytics/wikimetrics refs/changes/33/124333/1 diff --git a/README.md b/README.md index a465001..ef97829 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ ### Architecture -The project is fairly small, about 1500 lines of [Python](http://www.python.org/) as of this writing, and a little [KnockoutJS](http://knockoutjs.com/) on the front-end. You can read the code but this section aims to make it easy to understand. If you'd just like to write a new metric, follow the [quick tutorial](#write-a-new-metric) below. +The project is [Python](http://www.python.org/) on the back-end, and a little [KnockoutJS](http://knockoutjs.com/) on the front-end. You can read the code but this section aims to make it easy to understand. If you'd just like to write a new metric, follow the [quick tutorial](#write-a-new-metric) below. ### Write a new Metric -- To view, visit https://gerrit.wikimedia.org/r/124333 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6a51cfe203cda0e1539ac7091033c1c6886cbc77 Gerrit-PatchSet: 1 Gerrit-Project: analytics/wikimetrics Gerrit-Branch: master Gerrit-Owner: QChris <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
