-
Notifications
You must be signed in to change notification settings - Fork 798
How Welcome Tab works
Gökhan Şimşek edited this page Apr 3, 2019
·
6 revisions
Welcome tab consists of two main sections left "Header, Image (image.png) and Contents(contents.txt)" and right section "RSS".
Say Hello to Robo 3T 1.3 with MongoDB 4.0
For The path Robo expects should be: https://rm-feed.3t.io/1.3.1/image.png and .../1.3.1/contents.txt Yeah, I agree that better to be documented :) (1.3.1 is the full version of Robo from installer files)
How it works: At every program start (or reloading of Welcome tab from menu), Robo looks at LastModifiedHeader of reply from network request for image.png and compare it with these data in config file robo3t.json: "cacheData" : { "wtImage1LastModifiedDate" : "2019-03-27T14:03:36Z", "wtRssLastModifiedDate" : "NotImplemented", "wtText1LastModifiedDate" : "2019-03-27T14:03:43Z" }, If the creation date of the files are newer that the dates stored in config file, Robo downloads and uses the new files from https://rm-feed.3t.io/1.3.1/image.png