dart-sdk/samples-dev/swarm
Rico Wind f34fae854a Initial github commit for getting stuff working
Readd samples, samples-dev, tools/testing/bin, third_party removed by cleanup (no history, sorry)

Add DEPS file which will replace the old all.deps and standalone.deps

Add tools/deps/dartium.deps replacing the old dartium.deps (but now editable from a normal checkout)

Fixup tools/utils.py to use the new archiving schema (git count for be, version number for dev/stable

Fix codereview.settings
2015-05-16 15:41:58 +02:00
..
appengine Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
data Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
swarm_ui_lib Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
test Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
App.dart Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
back-21.png Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
BiIterator.dart Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
buildapp.py Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
cacheimages.py Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
CannedData.dart Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
ConfigHintDialog.dart Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
CSS.dart Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
Dart_Logo_21.png Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
DataSource.dart Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
Decoder.dart Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
externallink.svg Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
favicon.png Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
favicon128.png Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
gen_manifest.py Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
HelpDialog.dart Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
info.svg Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
lefttriangle.svg Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
manifest.json Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
pigeons-jumpinjimmyjava-white90pct-q70.jpg Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
README Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
refresh-21.png Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
righttriangle.svg Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
settings-21.png Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
sliderarrow.svg Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
swarm-dev.pem Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
swarm.css Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
swarm.dart Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
swarm.html Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
swarm.scss Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
SwarmApp.dart Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
swarmlib.dart Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
SwarmState.dart Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
SwarmViews.dart Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
UIState.dart Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
update.py Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
Views.dart Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00

Copyright (c) 2011, the Dart project authors.  Please see the AUTHORS file
for details. All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.

A sample news reader application.

Running in the Editor with demo data (demo only, no feeds):

1. open the Dart Editor

2. from the menu, click File / Open Folder and load this directory

3. click the green run button

4. alternatively, to run as javascript:
  - compile (under the Tools / Generate JavaScript menu option)
  - load the same url shown in Dartium in step 3 in any other browser

Running in Dartium from the file system (demo only, no feeds):

1. run the Dartium Chrome binary from the command line with the following flag: --allow-file-access-from-files

2. navigate to the swarm.html file in this directory

Running from App Engine (TODO: these are stale instructions):

1. To run on App Engine, install the App Engine SDK for your platform, then
  $ easy_install --upgrade google-api-python-client per http://code.google.com/p/google-api-python-client/wiki/Installation
  $ cd samples/swarm/appengine
  $ enable-app-engine-project . per http://code.google.com/p/google-api-python-client/wiki/GoogleAppEngine
  Start the App Engine dev server and browse to /swarm-js.html