BryanDavis has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/368601 )
Change subject: Add a README ...................................................................... Add a README READMEs are good. We like READMEs. Change-Id: Ia05aa7d739736502eb4946722a343405316598dd --- A README.md 1 file changed, 21 insertions(+), 0 deletions(-) Approvals: BryanDavis: Verified; Looks good to me, approved diff --git a/README.md b/README.md new file mode 100644 index 0000000..e97ccb0 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +cdnjs index +=========== + +Generate an index of all of the libraries mirrored to tools-static via +https://github.com/cdnjs/cdnjs. + +Usage +----- +``` +$ python generate.py \ + template.html \ + https://tools-static.wmflabs.org/cdnjs/packages.json \ + $HOME/public_html/index.html +``` + +License +------- +Copyright (C) 2015 Yuvi Panda <[email protected]> + +Licensed under the MIT license. See the [LICENSE](LICENSE) file for more +details. -- To view, visit https://gerrit.wikimedia.org/r/368601 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia05aa7d739736502eb4946722a343405316598dd Gerrit-PatchSet: 1 Gerrit-Project: labs/tools/cdnjs-index Gerrit-Branch: master Gerrit-Owner: BryanDavis <[email protected]> Gerrit-Reviewer: BryanDavis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
