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

Unified Diff: utils/apidoc/mdn/full_run.sh

Issue 9225039: Integrate MDN content into API documentation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove temp code. Created 8 years, 11 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
Index: utils/apidoc/mdn/full_run.sh
diff --git a/utils/apidoc/mdn/full_run.sh b/utils/apidoc/mdn/full_run.sh
new file mode 100755
index 0000000000000000000000000000000000000000..4f4d6b14b04546f4237aaacc4fe1737e711b3677
--- /dev/null
+++ b/utils/apidoc/mdn/full_run.sh
@@ -0,0 +1,8 @@
+# This script goes from the input data in data/ all the way to the output data
+# in database.filtered.json
+# See output/database.html for a human readable view of the extracted data.
nweiz 2012/02/01 00:10:39 This script should definitely be mentioned in the
Jacob 2012/02/01 07:48:26 Done.
+
+rm -rf output
+node search.js
+node crawl.js
+./extract.sh

Powered by Google App Engine
This is Rietveld 408576698