Commit Graph

287 Commits

Author SHA1 Message Date
Artemy
9218545a43 feat: llm parser 2024-05-22 21:25:38 +03:00
Artemy
13bd8fbd24 fix: docker action 2024-05-22 17:58:12 +03:00
Artemy
f1660417ff fix: add arm arch 2024-05-22 17:54:29 +03:00
Artemy
83d0d47fd7 feat: add search route for adding in browser 2024-05-22 17:06:15 +03:00
Artemy
92c7040156 feat(server): json configuration 2024-05-22 16:10:24 +03:00
Artemy Egorov
e2217e72de
Merge pull request #163 from TxtDot/dependabot/npm_and_yarn/dev/typescript-eslint/eslint-plugin-7.9.0
Build(deps-dev): Bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0
2024-05-22 15:16:48 +03:00
Artemy Egorov
e88d7cf57e
Merge pull request #164 from TxtDot/dependabot/npm_and_yarn/dev/typescript-eslint/parser-7.9.0
Build(deps-dev): Bump @typescript-eslint/parser from 7.8.0 to 7.9.0
2024-05-22 15:16:32 +03:00
Artemy Egorov
14dfa046c7
Merge pull request #165 from TxtDot/dependabot/npm_and_yarn/dev/sharp-0.33.4
Build(deps): Bump sharp from 0.33.3 to 0.33.4
2024-05-22 15:13:11 +03:00
Artemy Egorov
f4931af362
Merge pull request #166 from TxtDot/dependabot/npm_and_yarn/dev/types/node-20.12.12
Build(deps-dev): Bump @types/node from 20.12.11 to 20.12.12
2024-05-21 15:40:25 +03:00
Artemy
75b81eb8ed ci: fix format ignore 2024-05-21 15:37:11 +03:00
dependabot[bot]
3731bf6759
Build(deps-dev): Bump @types/node from 20.12.11 to 20.12.12
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.11 to 20.12.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 05:03:29 +00:00
dependabot[bot]
5d931e1d28
Build(deps): Bump sharp from 0.33.3 to 0.33.4
Bumps [sharp](https://github.com/lovell/sharp) from 0.33.3 to 0.33.4.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.33.3...v0.33.4)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 05:02:37 +00:00
dependabot[bot]
7d1ee999ca
Build(deps-dev): Bump @typescript-eslint/parser from 7.8.0 to 7.9.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.8.0 to 7.9.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 05:02:08 +00:00
dependabot[bot]
5ca900be7d
Build(deps-dev): Bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.8.0 to 7.9.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 05:01:32 +00:00
Artemy
150e83e5ea fix(plugins, server): remove cdn 2024-05-16 17:00:22 +03:00
Artemy
f23bd51130 fix: remove google fonts 2024-05-16 14:16:42 +03:00
Artemy
8ca194cd38 feat: big badge configuration 2024-05-16 11:32:56 +03:00
Artemy
d4c1a27540 doc: update links, remove not relevant 2024-05-15 17:50:34 +03:00
Artemy Egorov
adde7d96ee
Merge pull request #158 from TxtDot/middlewares
Middlewares
2024-05-15 17:31:10 +03:00
Artemy
736fa9578b feat: fallback engine errors
You can now make engines for individual pages, uncovered pages will be handled by readability or other engines
2024-05-15 17:28:47 +03:00
Artemy
26ed97b4e3 fix(server): content output 2024-05-15 17:20:38 +03:00
Artemy
a98f532cf6 feat: habr navigation
fix: dompurify
fix: middleware processing
2024-05-15 17:06:51 +03:00
Artemy
8be52a0237 fix(server): configuration page 2024-05-15 16:12:48 +03:00
Artemy
d477de027a feat: middlewares
feat: highlighter
2024-05-15 16:09:01 +03:00
Artemy
752939d099 fix(plugins): searx and html2text wrap 2024-05-14 15:52:22 +03:00
Artemy
1d47c66f7d fix(plugins): html2text format 2024-05-14 15:21:39 +03:00
Artemy
41dab54df3 doc: plugin config comments 2024-05-14 14:51:22 +03:00
Artemy
36207f470f fix(server): text links 2024-05-14 13:34:25 +03:00
Artemy
1a48066684 fix(server): title in text output 2024-05-14 13:11:59 +03:00
Artemy
dba42c64b4 fix(plugins): text content output in searx, stackoverflow 2024-05-14 13:05:57 +03:00
Artemy
9a6819e652 feat: auto html-to-text conversion
fixes: #100
2024-05-14 12:56:51 +03:00
Artemy
04322ea3c5 doc: one line logger instead ugly one 2024-05-14 11:12:20 +03:00
Artemy
91cbc415bf fix(sdk): jsx content join
and fix searx search title
2024-05-14 11:05:21 +03:00
Artemy
d4aa5b47a6 doc: fix licenses 2024-05-14 10:17:15 +03:00
Artemy
af0049707a refactor: footer 2024-05-14 10:11:28 +03:00
Artemy Egorov
e4402c5448
Merge pull request #156 from TxtDot/engines-refactor
Add jsx support to engines plugins
2024-05-13 18:43:18 +03:00
Artemy
78e45f3c80 refactor(plugins): stackoverflow rewrite to jsx 2024-05-13 18:42:12 +03:00
Artemy
c2e6475624 refactor(plugins): searx rewrite to jsx
and fix pageno problem
2024-05-13 17:59:31 +03:00
Artemy
3cee45b591 feat(sdk, plugins): jsx support 2024-05-13 16:35:36 +03:00
Artemy
bdf625bb1f refactor: engine output 2024-05-13 13:30:47 +03:00
Artemy
494d1c8134 fix@sdk: types export 2024-05-13 12:54:14 +03:00
Artemy Egorov
1a8eadea7b
Merge pull request #155 from TxtDot/dependabot/npm_and_yarn/dev/linkedom-0.18.0
Build(deps): Bump linkedom from 0.16.11 to 0.18.0
2024-05-13 12:21:00 +03:00
dependabot[bot]
1836571163
Build(deps): Bump linkedom from 0.16.11 to 0.18.0
Bumps [linkedom](https://github.com/WebReflection/linkedom) from 0.16.11 to 0.18.0.
- [Commits](https://github.com/WebReflection/linkedom/compare/v0.16.11...v0.18.0)

---
updated-dependencies:
- dependency-name: linkedom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 04:32:02 +00:00
Artemy
f20adcc3fd ci: update versions in actions 2024-05-12 17:46:13 +03:00
Artemy
36164f765b ci: fix: docker 2024-05-12 17:39:55 +03:00
Artemy Egorov
fc2576b288
Merge pull request #153 from TxtDot/monorepo
Monorepo
2024-05-12 16:31:08 +03:00
Artemy
c16f3d0266 Update package.json 2024-05-12 16:29:36 +03:00
Artemy
593b4cde4a fix: lock and format 2024-05-12 16:28:25 +03:00
Artemy
30977d1357 refactor: create monorepo 2024-05-12 16:24:50 +03:00
dependabot[bot]
b21ee84629
Build(deps): Bump dompurify from 3.1.1 to 3.1.2 (#152)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.1...3.1.2)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-12 15:03:52 +03:00