Commit Graph

27 Commits

Author SHA1 Message Date
Gonçalo Valério 029ad0bc0f
improvements to the README file 2024-04-19 19:46:14 +01:00
dependabot[bot] 5cfbf4df7d
Bump undici from 5.28.3 to 5.28.4 (#4)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 19:16:33 +01:00
Gonçalo Valério 5df7d65acf
bump version 2024-02-10 19:15:28 +00:00
Gonçalo Valério d9d41f2d5c
fix webpack compatibilty issues with the new version of wrangler 2024-02-10 12:34:30 +00:00
dependabot[bot] 7ea2ea08f3
Bump wrangler from 3.1.1 to 3.19.0 (#2)
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.1.1 to 3.19.0.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.19.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-10 12:25:32 +00:00
Gonçalo Valério 09a017b8d8
add support for atom feeds 2024-02-10 12:20:04 +00:00
Gonçalo Valério b6cb960dee
Implement a more efficient way to fetch the feeds. Fix sources that do not provide a title 2024-02-09 12:05:43 +00:00
Gonçalo Valério 06c66ceef3
small fix for the generated description 2023-12-30 19:27:05 +00:00
Gonçalo Valério 417fad1009
upgrade vulnerable dependencies and add support for recent node versions 2023-12-27 18:27:35 +00:00
Gonçalo Valério c032bd06f6
bump version and fix headlines dialog 2023-07-29 12:24:08 +01:00
Gonçalo Valério 5d6a3b23d5
Update instructions for using different templates 2023-07-28 19:15:18 +01:00
Gonçalo Valério a50785137a
add new example template 2023-07-28 19:10:22 +01:00
Gonçalo Valério 4e5200bb40
Update wrangler (#1)
* update wrangler and fix default template styles

* Add webpack build stage to deal with current limitations of workers platform

* fix template compilation command example in the readme
2023-06-30 21:04:35 +01:00
Gonçalo Valério 7473334a98
enable codeql 2021-06-06 11:53:28 +01:00
Gonçalo Valério 58e76bce0f
add 'powered by' line to the footer 2021-06-05 16:40:41 +01:00
Gonçalo Valério 9e535a1047
Ensure full content is correctly displayed 2021-06-02 22:10:28 +01:00
Gonçalo Valério 6ee46c97fd
Add about panel 2021-05-30 22:14:13 +01:00
Gonçalo Valério 6c3f850cf0
add CUSTOM_URL parameter 2021-05-16 20:00:47 +01:00
Gonçalo Valério c1a3a0d92f
fix readme format 2021-05-01 19:35:07 +01:00
Gonçalo Valério f2a9eeb3d9
update readme with documentation about the possible variables 2021-05-01 19:34:00 +01:00
Gonçalo Valério 4d2cc2501a
fix missing source information. Add a few improvements to the default template. 2021-05-01 19:17:17 +01:00
Gonçalo Valério 01c00e1503
make cache max-age setting configurable 2021-05-01 15:54:04 +01:00
Gonçalo Valério 90c79a2868
add very simple csp and rss link to the generated html 2021-05-01 15:43:13 +01:00
Gonçalo Valério 50c4a3df93 control cache expiration 2021-04-25 20:54:21 +01:00
Gonçalo Valério 7618ba4f54 Add deploy instructions 2021-04-25 20:43:06 +01:00
Gonçalo Valério 1e4f234d4a Add initial working version. 2021-04-25 20:25:37 +01:00
Gonçalo Valério 3948927f29
first commit. Generate project structure 2021-04-17 18:03:21 +01:00