aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-02-16 20:07:15 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-02-16 20:07:15 -0500
commit2c9cb0784184346917f9ad509f9b2c4056b60167 (patch)
treebcc45222a53240f3aaadab5e70db5f2ec23b813e
parent14a83772c12570e51387a316a7e5f2e4d9d46dd0 (diff)
remove email address.
-rw-r--r--behaviors/Flasher.py2
-rw-r--r--config/FireflyDemo.xml2
-rw-r--r--docs/XmlConfiguration.tex4
3 files changed, 5 insertions, 3 deletions
diff --git a/behaviors/Flasher.py b/behaviors/Flasher.py
index 1d79d41..395d898 100644
--- a/behaviors/Flasher.py
+++ b/behaviors/Flasher.py
@@ -4,7 +4,7 @@ import util.ColorOps as colorops
import pdb
class Flasher(Behavior):
"""Implements a pulsing/flashing behavior.
- Jim Salem: jsalem@gmail.com
+ Jim Salem
Args:
Factor - The speed of flashing. Must be b/w 0 and 1. Default is .95
diff --git a/config/FireflyDemo.xml b/config/FireflyDemo.xml
index de639d9..06ae7ba 100644
--- a/config/FireflyDemo.xml
+++ b/config/FireflyDemo.xml
@@ -1,6 +1,6 @@
<!-- Demo of the flasher behavior. -->
<!-- Bubbles or fireflies move around and fade on and off -->
-<!-- Jim Salem 1/28/11 jsalem@gmail.com -->
+<!-- Jim Salem 1/28/11 -->
<!-- Movement is pretty wonky. -->
<!---All configuration items contain a "Class" tag specifying the python class they represent, and an "Args" tag specifying the args to be passed in.-->
diff --git a/docs/XmlConfiguration.tex b/docs/XmlConfiguration.tex
index a1cce8f..0ccd08d 100644
--- a/docs/XmlConfiguration.tex
+++ b/docs/XmlConfiguration.tex
@@ -17,7 +17,9 @@
As you will see, however, XML in SmootLight goes beyond simple configuration. XML in
SmootLight allows us to declare a LightSystem (an inherently non-declarative thing) in the
same way you might write a webpage in HTML. We will refer to the XML system here-on-in as
- `SmootConf'. Without any further ado, lets start looking at
+ `SmootConf'. \textbf{The fastest way to get familiar with SmootConf is simply to look at
+ the XML files in the configuration file. However, if you want a more structured approach to
+ its feature and sublties this document should do the job.} Without any further ado, lets start looking at
how this all works.
\section{Declaring a class in SmootConf}
The most common thing done is SmootConf is declaring a class -- Class declaration code will