Skip to content

Latest commit

History

History
31 lines (16 loc) 路 6.13 KB

CREDITS.md

File metadata and controls

31 lines (16 loc) 路 6.13 KB

Credits

  • @PuerkitoBio, He implements a good DOM parsing tool library goquery for Go under the BSD-3-Clause license. In the project, it is used as a SSR method to parse remote document data. Because there is no Release for the new version, the code base used by the project is [#3b7929a].

  • @andybalholm, He implements a Go implementation of a CSS selector library cascadia, which is the core dependency of goquery under the BSD-2-Clause license. Because there is no Release for the new version, the code base used by the project is [#c6065e4]

  • @rogchap, He implements a good JavaScript runtime library https://github.com/rogchap/v8go under the BSD-3-Clause license. In the project, it used as a dynamic configuration execution sandbox environment with version [v0.7.0].

  • @gorilla, Gorilla Web Toolkit Dev Team, they offer an amazing library of great tools, eg. gorilla/feeds an tiny RSS generator library under the BSD-2-Clause license. In the project, it is used as RSS generator. Sadly, the team decided to archive all projects on December 9th, 2022, the code base used by the project is #b60f215.

  • @gin-gonic, Gin-Gonic Dev Team, they offer an great HTTP web framework gin under the MIT license. In the project, it used as Web Server to provides RSS API. The code base is v1.8.1.

  • @go-rod, Go-Rod Dev Team, they offer an tiny and high-performance CDP driver go-rod under the MIT license. In the project, it is used as CSR parser processing the content dynamically rendered in the browser. The code base is v0.112.2.

  • @jquery, the them offer an great JavaScript library jquery under the MIT license. In the project, it used as CSR in-browser helper, to helper user simply complete the element positioning and information processing in the page. The code is v1.12.4, avoid affecting the execution of the original program of the page after injecting the page, if the page also relies on the same program.

  • @JohannesKaufmann, He implements a good HTML to Markdown converter html-to-markdown under the MIT license. In the project, it used for enhanced content processing in the SSR phase to generate content in a clean Markdown format. The code base is v1.3.6.

  • @muesli, He implements a good concurrency-safe Go caching library cache2go under the BSD-3-Clause license. In the project, it used for in-memory cache. The code base is [#518229c].

  • @go-redis, The Go-Redis Dev Team, they offer a type-safe Redis client Go library redis under the BSD-2-Clause license. In the project, it used for redis cache. The code base is v8.11.5.

  • @tailwindlabs, the team offers a utility-first CSS framework tailwindcss under the MIT license. In the project, it used for building webui. The code base is v2.2.0.

  • @saadeghi, he offers a open-source Tailwind CSS component library daisyui under the MIT license. In the project, it used for faster development at webui. The code base is v2.46.0.

  • @moment, the team offers a great JavaScript Date library moment under the MIT license. In the project, it used for date data format conversion. The code base is v2.29.4.

  • @AlienKevin, he offers a greate JavaScript library html-element-picker can pick and highlight any HTML element on a page under the MIT license. In the project, it used for Feed Creation Tool. The code base is [f4555ae].

And project images generated by stable diffusion, Thanks ALL!