CSV Export ---------- This allows for easy and configurable export of text and numeric (but it's extendible, you can add more handlers) of contentobjects. After installation, please point your browser to adminurl/csvexport/classselection and follow the on screen instructions. Extra parameters ---------------- 1) sub tree export By default, it exports every content from the site, you can restrict it to a sub tree: /csvexport/classselection/ For instance, if you want to export content that is under the media folder only: /csvexport/classselection/43 2)direct class selection if you want to bypass the first step (node selection) /cvsexport/fieldselection/(class)/ eg, to export the articles /cvsexport/fieldselection/(class)/2 3) And the two together: /cvsexport/fieldselection/42(class)/2 export all the articles under the node 42 (they are about the life, the universe and everything ;) Legal ----- Written and copyrighted by Gabriel Ambuehl. Released under the GNU General Public License V2 or later. (if you have special licensing requirements, feel free to contact me and we'll work out a deal)