Skip to content

Commit

Permalink
readme: explanation on utils
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Aug 9, 2020
1 parent d5f020b commit 5ee4e70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,14 @@ Embeds a [Goteo] fund raising campaign widget.

## Generator tools

Common code has been extracted from predefined generators.
If you need this functionality you are encouraged to use them.

- Hyperscript: to generate html
- PageInfo: to extract metadata from a webpage
- Fetcher: to download resources with file based cache


### Hyperscript generation

You can generate html with strings or using `etree`; but there is a more elegant option.
Expand Down

0 comments on commit 5ee4e70

Please sign in to comment.