GridFlow 0.7.3 - index of this page:

       

Note

Responsibilities

Release

Documentation

...



Note

first consult the file ../README for a vague idea on the meaning of subdirectories.
 

Responsibilities

(section removed)
 

Release

Compatibility:
  • 1 : Should work with Ruby 1.6.6 and jMax 2.5.1 or PureData 0.35, 0.36
Release steps (
OPERATE WITH CAUTION
):
  • 1 : make vvtest # leak detection
  • 2 : ruby base/test.rb formats
  • 3 : cvs tag gridflow_0_7_2 .
  • 4 : mkdir gridflow
  • 5 : cvs -d :pserver:anonymous@artengine.ca:/home/cvs/gridflow export -r gridflow_0_7_2 -d gridflow .
  • 6 : cd gridflow
  • 7 : rm -rf CVS CVSROOT
  • 8 : chmod -R go=u-w .
  • 9 : cd ..
  • 10 : tar cfzvv gridflow-0.7.2.tar.gz gridflow
  • 11 : rm -rf gridflow # caution!!!
  • 12 : scp gridflow*gz jmax@artengine.ca'#2222':\ /home/organisations/jmax/public_html/gridflow/download
  • 13 : mv gridflow*gz /home/matju/net/GridFlow
  • 14 : ssh jmax@artengine.ca -p2222 : expand tarball into jmax/gridflow/latest
  • 15 : download somewhere else and try to compile
  • 16 : update main page
  • 17 : jmax/pd/0xff/ruby-talk mlists : post release (note: prefix subject with [ANN] !!!!)
  • 18 : freshmeat.net : post release
  • 19 : RAA : post release
 

Documentation

  • 1 : Pictures identified as "<help>" should be screenshots of the help files. They shouldn't be screenshots of the template.
  • 2 : A Help file is a visual summary of what an object does. It should be interactive and allow the user to understand what the object does. Sample inputs are provided and sample results can be seen.
  • 3 : All modifications to the documentation must be done in the XML. The HTML must be kept up-to-date by rerunning "make" in the "doc/" directory.
  • 4 : Help-wise, Formats are considered objects. Operators are to be documented as part of [@] and [@!].
  • 5 : Images grabbed directly from a jMax window should be encoded in PNG. This includes "icons" (object boxes, message boxes, etc). If they are in JPEG, only change to PNG when the image has to change anyway. Distinguish "icons" from "thumbnails", the latter of which are scaled-down grabs, which should be encoded in JPEG.
  • 6 : There are not help-thumbnails anymore in the reference manual because they were not helpful.
  • 7 : Large images should be kept out of the release. The release itself must be small enough not to discourage us from doing releases and keeping them all. It also should be downloadable on a bad modem. =) Let's keep it under 500k please.
in doc do: for z in images/*.* images/*/*.*; do fgrep -q $z *.html || echo "$z"; done
 

...

CVS Quick Reference: environment variables CVSEDITOR=pico CVS_RSH=ssh2
 

GridFlow 0.7.3 Documentation
by Mathieu Bouchard matju@artengine.ca and
Alexandre Castonguay acastonguay@artengine.ca