IDK if I can work on the codebase, but here&#39;s a handy command I found on Stackoverflow for #3.<br><br>rgrep -n &quot;^.\{81\}&quot; /path/to/source/files<br><br>This should identify all the lines over 80 characters long.  It found long lines I didn&#39;t make sure it exactly found 80+ character lines.<br>

<br>Summary view:<br>rgrep -c &quot;^.\{81\}&quot; /path/to/source/files<br><br><div class="gmail_quote">On Mon, Jul 25, 2011 at 4:59 PM, Steven Ottens <span dir="ltr">&lt;<a href="mailto:steven@minst.net">steven@minst.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi all,<br>
<br>
We just discussed the 0.1 release on IRC. Basically Volker, Justin and me decided that the codebase is pretty much what we need for the 0.1 release. There are a few points we want to solve before releasing. This is where you can step in and make this release happen. For our first release these 5 points need to be ticked off:<br>


<br>
1. Create layer type docs.<br>
2. Rename goto() to center() (thanks Drew)<br>
3. Make sure that all code is no wider that 80 characters<br>
4. the demo page isn&#39;t working for chromium<br>
5. create a special minified openlayers build for mapquery<br>
<br>
I can do 1,2 and probably 5. If someone can do 3 and 4 that would be great.<br>
<br>
Regards<br>
Steven_______________________________________________<br>
MapQuery mailing list<br>
<a href="mailto:MapQuery@lists.osgeo.org">MapQuery@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapquery" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapquery</a><br>
</blockquote></div><br>