racket/collects/meta/drdr/graphs
Jay McCarthy 488af4f644 - Adding some spacing between buttons
- Unifying responsible computations
- Separate emails by responsible
- Don't send committer email unless new
- Show committer new conditions
- Show new conditions on dir pages
- Adding notification logging to time.ss
- Making the front page look cleaner
- Hiding changed files in commit messages by default
- Time.ss now makes sure it runs on every file before quiting
- Improving duration formatting in graphs (from SamTH)

svn: r18352
2010-02-26 18:25:31 +00:00
..
build-graph.ss - Adding some spacing between buttons 2010-02-26 18:25:31 +00:00
constants.ss - Allowing non-UTF8 output to be displayed in some way. 2010-02-24 18:49:44 +00:00
mk-img.ss - Allowing non-UTF8 output to be displayed in some way. 2010-02-24 18:49:44 +00:00
README - Allowing non-UTF8 output to be displayed in some way. 2010-02-24 18:49:44 +00:00

- build the global .png files with a recent svn build:

    mred-text mk-img.ss

  This will dump some png files in the current directory. Put them in
  some global place on the server

- to build a script for a particular page, do this:

   mred-text build-graph.ss -l http://drdr.plt-scheme.org/~a/collects/path/to/file.scm \
                            --image-loc /static/data/graph-images/  \
                            file_scm.timing \
                            file_scm_png_file_prefix \
                            output.html

   The -l flag is optional, without it clicking on the images won't go
   anywhere; with it, clicking will go to the corresponding revision.
   The --image-loc flag gives a url path to the directory containing
   the images from the mk-img.ss setp.  The other three args are the
   timing data file, a prefix for the png files that generated for the
   graphs, and the output html (which is a <div> ... </div>).