Feature #17
Feature #16: create a repository to host scripts
enable the extension to automatically fetch script substitutes from the repo
100%
Description
Of course, we need the repo itself first.
Related issues
History
Updated by koszko 10 months ago
- Status changed from New to In Progress
- Assignee set to koszko
jahoti wrote:
Hasn't this been addressed?
Actually, I am working on this right now. By "automatically fetch script substitutes" I don't mean just downloading scripts that have URL+sha256sum provided but rather querying the repo for the URL that is being visited at any given moment, with an option to add to the local settings the substitutes found. In fact, the JSON sanitizer I wrote is to be used to process responses from Hydrilla.
Updated by jahoti 10 months ago
By "automatically fetch script substitutes" I don't mean just downloading scripts that have URL+sha256sum provided but rather querying the repo for the URL that is being visited at any given moment, with an option to add to the local settings the substitutes found.
Oh, that makes sense. It appears I assumed a lot of features that weren't implemented yet!
Updated by koszko 10 months ago
- Precedes Feature #59: Make existing fixes available in Hydrilla format added
Updated by koszko 10 months ago
- % Done changed from 40 to 90
I ended up doing quite a lot of changes as prerequisites of this. The seemingly working product is now on my branch.
What needs to be done now is:
- testing; for now stuff from https://git.koszko.org/hydrilla/tree/example/content can be fed to hydrilla
- documentation; especially
sanitize_JSON.js
(this one will have to be done by myself); the rest, however, can be refactored before documenting