<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Backlog of change requests in no particular order:</div><div><br></div><div>Tim</div><div><a href="http://lists.squeakfoundation.org/pipermail/webteam/2014-March/001384.html">http://lists.squeakfoundation.org/pipermail/webteam/2014-March/001384.html</a></div><div>Chris M.&nbsp;</div><div><a href="http://lists.squeakfoundation.org/pipermail/webteam/2014-March/001392.html">http://lists.squeakfoundation.org/pipermail/webteam/2014-March/001392.html</a>&nbsp;</div><div><a href="http://lists.squeakfoundation.org/pipermail/webteam/2014-March/001399.html">http://lists.squeakfoundation.org/pipermail/webteam/2014-March/001399.html</a></div><div>Eliot</div><div><a href="http://lists.squeakfoundation.org/pipermail/webteam/2014-March/001421.html">http://lists.squeakfoundation.org/pipermail/webteam/2014-March/001421.html</a></div><div><pre><a href="http://squeak.org">squeak.org</a> issues:
- some image links are to <a href="http://chriscunnington.com">chriscunnington.com</a> 
- zip resources for faster download
- use minified versions of files 
- put 4.5 announcement between Welcome To Squeak and Take Part In The Innovation
- says 4.4 instead of 4.5 
- get that 404 image (broken paper showing a code browser) out of my email Archive
- explore <a href="http://wrapbootstrap.com">wrapbootstrap.com</a> for ideas
- check multi platform layouts (i.e. cell phone, tablet)</pre></div><div>Update Procedure:&nbsp;</div><div>I'm going to monopolize site update for the time being, as the update procedure is untried and specific to me.&nbsp;</div><div>When it settles down we can change it. It works as follows.&nbsp;</div><div><br></div><div>There is no in-server persistence. The persistence is Desktop persistence -- the master is on my desktop (backed up weekly; maybe I could put it in my Dropbox for people to access?).&nbsp;</div><div>I change the site in localhost. I then zip the image and changes files for FTP upload.&nbsp;</div><div>In /home/chriscunnington (someday I think we'll need a directory called /home/website) I execute a script called prepuploadediimage.sh. It looks like this:&nbsp;</div><div><br></div><div><div>#!/bin/sh</div><div>unzip squeak.org.zip</div><div>rm -rf __MACOSX</div><div>rm -rf /home/chriscunnington/<a href="http://squeak.org/.DS_Store">squeak.org/.DS_Store</a></div><div>rm -rf squeak.org.zip</div><div>chmod 777 /home/chriscunnington/<a href="http://squeak.org/*">squeak.org/*</a></div><div>ln -s /usr/lib/squeak/sources/SqueakV41.sources /home/chriscunnington/<a href="http://squeak.org/SqueakV41.sources">squeak.org/SqueakV41.sources</a></div></div><div><br></div><div>There are two things to notice there, I'd say. The first is that the permissions are probably set too high.&nbsp;</div><div>If anybody has a preference other than 777 (that works), then I'll implement it.&nbsp;</div><div>The second thing is that Ken wanted to save space by having only one SqueakV41.sources file that people symlink to.&nbsp;</div><div>Once the new image is in place ( and I guess I missed the part where I delete the old image before uploading) I kill the website process, which at the moment is owned by me.&nbsp;</div><div>Daemontools restarts the process with the new image.&nbsp;</div><div><br></div><div>I'm going to review the homepage first and change the download link to 4.5.&nbsp;</div><div><br></div><div>Chris&nbsp;</div><div><br></div><div><br></div></body></html>