معرفی شرکت ها


golang-github-mmcdole-gofeed-dev_1.1.0-1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Parse RSS and Atom feeds in Go (library)
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bullseye-11
مخزن Debian main all
نام بسته golang-github-mmcdole-gofeed-dev
نام فایل بسته golang-github-mmcdole-gofeed-dev_1.1.0-1_all.deb
نسخه بسته 1.1.0
انتشار بسته 1
معماری بسته all
نگهدارنده Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/mmcdole/gofeed
مجوز -
حجم دانلود 78180
حجم نصب 1182
The gofeed library is a robust feed parser that supports parsing both RSS (https://en.wikipedia.org/wiki/RSS) and Atom (https://en.wikipedia.org/wiki/Atom_(standard)) feeds. The library provides a universal gofeed.Parser that will parse and convert all feed types into a hybrid gofeed.Feed model.


نیازمندی

مقدار نام
- golang-github-mmcdole-goxpp-dev
- golang-github-puerkitobio-goquery-dev
- golang-github-stretchr-testify-dev
- golang-golang-x-net-dev
- golang-golang-x-text-dev
- golang-github-json-iterator-go-dev


نحوه نصب


نصب پکیج deb golang-github-mmcdole-gofeed-dev:

    sudo apt-get install golang-github-mmcdole-gofeed-dev_1.1.0-1_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-mmcdole-gofeed-dev/changelog.Debian.gz
./usr/share/doc/golang-github-mmcdole-gofeed-dev/copyright
./usr/share/gocode/src/github.com/mmcdole/gofeed/atom/feed.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/atom/parser.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/atom/parser_test.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/detector.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/detector_test.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/extensions/dublincore.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/extensions/extensions.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/extensions/itunes.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/extensions/itunes_test.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/feed.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/feed_test.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/go.mod
./usr/share/gocode/src/github.com/mmcdole/gofeed/go.sum
./usr/share/gocode/src/github.com/mmcdole/gofeed/internal/shared/charsetconv.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/internal/shared/dateparser.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/internal/shared/extparser.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/internal/shared/parseutils.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/internal/shared/parseutils_test.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/internal/shared/xmlbase.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/internal/shared/xmlsanitizer.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/json/feed.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/json/parser.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/json/parser_test.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/parser.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/parser_test.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/rss/feed.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/rss/parser.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/rss/parser_test.go
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/extensions/itunes/itunes_item_summary_cdata_multi.json
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/extensions/itunes/itunes_item_summary_cdata_multi.xml
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_author_email.json
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_author_email.xml
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_author_homepage.json
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_author_homepage.xml
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_author_mixed_content.json
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_author_mixed_content.xml
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_author_name.json
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_author_name.xml
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_author_uri.json
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_author_uri.xml
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_author_url.json
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_author_url.xml
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_contributor_email.json
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_contributor_email.xml
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_contributor_homepage.json
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_contributor_homepage.xml
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_contributor_mixed_content.json
./usr/share/gocode/src/github.com/mmcdole/gofeed/testdata/parser/atom/atom03_feed_contributor_mixed_content.xml
... and 967 more