Seems like there's some special-casing for performance to be done here. The splash/loading movies probably don't make sense as many-framed png's, since loading them would just delay loading the rest of the app.
Same for the logo animation. Someone from design should think about whether the animated logo makes sense in DHTML, or if we should replace it with a more static logo. In any case, we should have just one copy of the animated logo. The images for demos we're not supporting in legals should be zipped up somewhere safe; maybe check them in as autoPng.zip, for amazon, amazon-soap, contacts, and dashboard. (I'm suggesting checking them in as a zip, even though they're unused for now, so that we don't lose them.) The assets in test/bugs probably don't need to be separate; all of those could probably be replaced with a single set of test png's. Maybe it's time to move some of the test/ structure out of the main source distribution, move it into http://svn.openlaszlo.org/test/. I think Jim had suggested moving regression tests, but leaving unit tests in the main source tree? -ben On Sep 19, 2006, at 8:30 AM, Phillip George Apley wrote: > There are now thousands of png files associated with animations > 'cluttering up' the distribution. Perhaps some of those might not be > worth keeping around. If anyone wants to think about this, here's a > list of all the files that are part of a set of 50 or more: > > src/svn/legals/demos/amazon/images/autoPng/layout0050.png > src/svn/legals/demos/amazon/images/autoPng/loading_anim0050.png > src/svn/legals/demos/amazon-soap/images/autoPng/layout0050.png > src/svn/legals/demos/amazon-soap/images/autoPng/loading_anim0050.png > src/svn/legals/demos/contacts/autoPng/logo0050.png > src/svn/legals/demos/dashboard/media/video/autoPng/astro0050.png > src/svn/legals/demos/dashboard/media/video/autoPng/blast0050.png > src/svn/legals/demos/dashboard/media/video/autoPng/jfk0050.png > src/svn/legals/demos/dashboard/media/video/autoPng/land0050.png > src/svn/legals/demos/weather/assets/autoPng/poweredby0050.png > src/svn/legals/docs/src/dguide/resources/autoPng/logo0050.png > src/svn/legals/examples/animation/autoPng/logo0050.png > src/svn/legals/examples/image-loading/autoPng/logo0050.png > src/svn/legals/laszlo-explorer/basics/autoPng/jfk0050.png > src/svn/legals/laszlo-explorer/images/autoPng/logo0050.png > src/svn/legals/laszlo-explorer/scripting/autoPng/logo0050.png > src/svn/legals/lps/assets/autoPng/openlaszlo_splash_4dk0050.png > src/svn/legals/lps/assets/autoPng/openlaszlo_splash_4lt0050.png > src/svn/legals/lps/includes/lfc/test/animation/logo0050.png > src/svn/legals/lps/includes/lfc/test/animation/src/autoPng/ > logo0050.png > src/svn/legals/lps/includes/lfc/test/bugs/bug-1444/animation/autoPng/ > logo0050.png > src/svn/legals/lps/includes/lfc/test/bugs/bug-1444/animation/ > logo0050.png > src/svn/legals/test/bugs/bug-3138/autoPng/5fps0050.png > src/svn/legals/test/bugs/bug-3138/autoPng/go0050.png > src/svn/legals/test/bugs/lpp-487/autoPng/blast0050.png > src/svn/legals/test/bugs/lpp-607/autoPng/loader0050.png > src/svn/legals/test/bugs/lpp-643/autoPng/jfk0050.png > src/svn/legals/test/bugs/lpp-686/autoPng/blast0050.png > src/svn/legals/test/bugs/lpp-715/autoPng/test_movie_stop0050.png > src/svn/legals/test/perf/contacts/autoPng/logo0050.png > src/svn/legals/test/resources/swf/autoPng/logo0050.png > src/svn/legals/test/resources/swf/autoPng/thermometer0050.png > src/svn/legals/WEB-INF/lps/lfc/autoPng/defaultpreloader0050.png > > > _______________________________________________ > Laszlo-dev mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-dev benjamin shine software engineer [EMAIL PROTECTED] _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
