Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1014)

Unified Diff: utils/apidoc/mdn/README.txt

Issue 10889017: Repair bitrot in the utils/apidoc/mdn/ code. It now runs all the way through, (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | utils/apidoc/mdn/crawl.js » ('j') | utils/apidoc/mdn/extract.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/mdn/README.txt
===================================================================
--- utils/apidoc/mdn/README.txt (revision 11346)
+++ utils/apidoc/mdn/README.txt (working copy)
@@ -1,3 +1,19 @@
+***** Current status
+
+Currently it runs all the way through, but the database.json has all
+members[] lists empty. Most entries are skipped for "Suspect title";
+some have ".pageText not found".
+
+Currently only works on Linux; OS X (or other) will need minor path changes.
+
+You will need a reasonably modern node.js installed.
+0.5.9 is too old; 0.8.8 is not too old.
+
+I needed to add my own "DumpRenderTree_resources/missingImage.gif",
+for some reason.
+
+***** Overview
+
Here's a rough walkthrough of how this works. The ultimate output file is
database.filtered.json.
@@ -47,4 +63,8 @@
- write output/database.html
- write output/examples.html
- write output/obsolete.html
- - write output/database.filtered.json which is the best matches
+ - write output/database.filtered.json which is the best matches
+
+***** Process for updating database.json using these scripts.
+
+TODO(eub) when I get the scripts to work all the way through.
« no previous file with comments | « no previous file | utils/apidoc/mdn/crawl.js » ('j') | utils/apidoc/mdn/extract.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698