sed -i s/\"/\'/g projects/* && rm print()s in pub*
authorDylan Lloyd <dylan@psu.edu>
Wed, 23 Mar 2011 01:52:38 +0000 (21:52 -0400)
committerDylan Lloyd <dylan@psu.edu>
Wed, 23 Mar 2011 01:52:38 +0000 (21:52 -0400)
commit22ca6f0ce2843b106996d6df20012d8aee139e70
tree5bb66ceff27b2b2ef0808a88bf1549ed1bccffba
parent8531410ff5fb89df84d28fb097c236e6c5cb894c
sed -i s/\"/\'/g projects/* && rm print()s in pub*

This fixes a bug introduced in commit f9f5098 that broke the frontpage. The problem was that the method used to force the project page to show up searches for class='notes' but they were ""s in error. It's kind of a crude method in the first place, but it works.

The print statement in ./publish_projects was from debugging a while ago and served no purpose.
projects/drawcss.html
projects/i_like_pandora.html
projects/peepshow.html
projects/readoo.html
projects/repthis.html
projects/youtube_backup.html
publish_projects.py