* rewrite of DXF-String building process
* refactored MText class
* changed Viewport table entry to VPort and DXFEngine.viewport to
DXFEngine.vport. This was necessary to implement the VIEWPORT (Entity)
* added VIEWPORT (Entity) to create viewports in paper space
* view docs also on http://dxfwrite.readthedocs.org
* added some docs
* changed clothoid mirror parameters
* added methods to class `Layer`: on(), off(), freeze(), thaw(), lock(), unlock()
* tested on Win7 32 Bit with CPython-2.7, CPython-3.2 and pypy-1.7,
IronPython 2.7 failed tests - unicode issues
* tested on Ubuntu 11.10 64 Bit with CPython-2.7, CPython-3.2 and pypy-1.7