salsadigitalauorg / merlin-framework

Merlin - migration framework
GNU General Public License v3.0
16 stars 3 forks source link

Allow file:///path/to/html uri in url list #42

Open derklempner opened 5 years ago

derklempner commented 5 years ago

Description Currently urls are fetched from http://some/domain/here specified in the url list, but it would be useful to be able to fetch files from disk (also for use in local cache #41 )

Proposed solution Check for file URI and load appropriately. Potentially two routes for the config, 1) files on disk could appear in the urls list section just as file:///path/to/file.html, or 2) perhaps have a new paths or files list (maybe the logical separation is useful?).