forked from butlermatt/dart-synonym
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
30 lines (21 loc) · 834 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Dart Synonyms is an AppEngine site that displays one language's code
examples and their Dart equivalents side by side (e.g. Javascript and equivalent
Dart).
Structure
=========
The site is a single HTML page (index.html). It has external dependencies on
Bootstrap for structure and styling. The JS file is compiled from the dart file
(assets/synonyms.dart).
Upon loading the single HTML page, the code comparison content is lazy loaded.
The comparison content (XML files) is loaded via XMLHttpRequest
and is transformed into HTML using an XSLT script.
Maintenance
===========
The app is versioned in Git and hosted at Github:
Code Repository:
https://github.com/dart-lang/dart-synonym
Misc links
==========
Syntax highlighting
http://code.google.com/p/google-code-prettify/
Java syntax highlighting is used for Dart