Socialmetrica/Socialmetrica.package/NitterUser.class/instance/exportStaticWebReport.st

8 lines
274 B
Smalltalk

accessing
exportStaticWebReport
(self hasFolder: 'commons')
ifFalse: [ self installCommons ].
(self hasFolder: 'templates')
ifFalse: [ self installTemplate ].
^ self exportWithTemplate: (TweetsCollection dataStore / 'templates' / 'index.mus.html') into: self folder