Skip to content

Commit

Permalink
Merge branch 'nine_readme' of git://github.com/ewongbb/buildbot into …
Browse files Browse the repository at this point in the history
…nine
  • Loading branch information
djmitche committed Jan 26, 2013
2 parents d1d770a + 7f5dff3 commit 3713b97
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
26 changes: 26 additions & 0 deletions master/docs/developer/README.rst
@@ -0,0 +1,26 @@
This package contains the JavaScript UI for Buildbot.

This is a fairly typical Dojo application, and should be familiar to users of that
framework. See the Buildbot documentation for a quick start guide and links to the
relevant Dojo documentation.

Because Buildbot is primarily a Python application, this package is designed to be
installed using the Python packaging system. After performing a typical Dojo build,
the 'build.sh' script wraps that build into a Python distribution tarball, including
a very small Python wrapper allowing Buildbot to find the built files.

Libraries
=========

Several libraries are included in the source tree using git submodules, and
bundled into the built package using the Dojo builder.

Use 'git submodules' to list the origin, revision, and tag for each.

Notes
=====

Moment.js does not play well with Dojo. The version used here is forked and
has some patches applied to work better, but not perfectly, with the Dojo
build system. In particular, while moment.js itself works fine, none of its
language files are available.
1 change: 1 addition & 0 deletions master/docs/developer/index.rst
Expand Up @@ -11,6 +11,7 @@ Buildbot.
.. toctree::
:maxdepth: 2

README
general
apis
classes
Expand Down
26 changes: 0 additions & 26 deletions www/README.txt

This file was deleted.

0 comments on commit 3713b97

Please sign in to comment.