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

8 lines
274 B
Smalltalk
Raw Normal View History

2022-06-01 20:52:32 +00:00
accessing
exportStaticWebReport
(self hasFolder: 'commons')
ifFalse: [ self installCommons ].
(self hasFolder: 'templates')
ifFalse: [ self installTemplate ].
2022-06-01 20:52:32 +00:00
^ self exportWithTemplate: (TweetsCollection dataStore / 'templates' / 'index.mus.html') into: self folder