false, //Include structured data about tags and categories 'includeItemSubjects' => false, // Include basic data about tags and categories 'includeCreatorData' => false, // Include basic data about creators 'includeStructuredCreatorData' => false, //include structured data about creators 'includeOriginalPostData' => false, //include data about the original post (true to use tags and categories) 'checkImgSrcs' => true, //whether to check availability of image sources 'linkToEmbeddedObjects' => true, 'indexSubjects' => false, 'indexCategories' => false, 'indexTags' => false, 'indexAuthors' => false, 'indexImages' => false ); $tei = new TeiDom( anthologize_get_session(), $ops ); $api = new TeiApi($tei); $rtfer = new RtfAnthologizer($api); $rtfer->output(); die(); ?>