Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/elliptic…
Browse files Browse the repository at this point in the history
…-6.6.1'
  • Loading branch information
strukturart committed Dec 10, 2024
2 parents 5860c53 + 1eab929 commit 650009e
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 12 deletions.
5 changes: 2 additions & 3 deletions application/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,9 @@ if (userAgent && userAgent.includes("KAIOS")) {
let current_article = "";
const proxy = "https://corsproxy.io/?";

//https://raw.githubusercontent.com/strukturart/feedolin/master/example.opml

let default_settings = {
"opml_url": "https://rss.strukturart.com/rss.opml",
"opml_url":
"https://raw.githubusercontent.com/strukturart/feedolin/master/example.opml",
"opml_local": "",
"proxy_url": "https://corsproxy.io/?",
"cache_time": 1000,
Expand Down
6 changes: 2 additions & 4 deletions application/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],

"b2g_features": {
"version": "1.8.125",
"version": "1.8.128",
"id": "feedolin",
"subtitle": "RSS Reader and Mastodon Reader",
"core": true,
Expand Down Expand Up @@ -58,9 +58,7 @@
"desktop-notification": {
"description": "Needed to fire system notifications"
},
"alarms": {
"description": "Required to schedule alarms"
},

"feature-detection": {
"description": "query which keys are available"
},
Expand Down
52 changes: 52 additions & 0 deletions example.opml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>feedolin</title>
</head>
<body>


<outline text="Forum" title="Forum">
<outline type="rss" text="KaiOs Reddit" title="KaiOs Reddit" xmlUrl="https://www.reddit.com/r/KaiOS/.rss" htmlUrl=""/>
<outline type="rss" text="getKirby Forum" title="getKirby Forum" xmlUrl="https://forum.getkirby.com/latest.rss" htmlUrl=""/>
</outline>

<outline text="Blog" title="Blog">
<outline type="rss" text="KaiOs Blog" title="KaiOs Reddit" xmlUrl="https://www.kaiostech.com/feed/" htmlUrl=""/>
</outline>

<outline text="Youtube" title="youtube">
<outline type="rss" text="Verbrechen" title="Verbrechen" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCjMzlcG7THh8QEsP5pWFr2w" htmlUrl=""/>
<outline type="rss" text="Bookstream" title="Bookstream" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC07W8bIiwY-EXZ9wpPQZLPw" htmlUrl=""/>
</outline>




<outline text="Podcast" title="Podcast">
<outline type="rss" text="breitengrad" title="breitengrad" xmlUrl="https://feeds.br.de/breitengrad/feed.xml" htmlUrl=""/>
<outline type="rss" text="bbc news" title="bbc news" xmlUrl="https://podcasts.files.bbci.co.uk/b006qjxt.rss" htmlUrl=""/>
<outline type="rss" text="Lanz und Precht" title="Lanz und Precht" xmlUrl="https://lanz-precht.podigee.io/feed/mp3" htmlUrl=""/>
</outline>

<outline text="Mastodon" title="Mastodon">
<outline type="mastodon" text="mastodon.social" title="mastodon.social" xmlUrl="https://mastodon.social/api/v1/timelines/public" htmlUrl=""/>
</outline>


<outline text="Coding" title="Coding">
<outline type="rss" text="bHackers Blog" title="bHackers Blog" xmlUrl="https://blog.bananahackers.net/read/feed/" htmlUrl=""/>
<outline type="rss" text="kaios.dev" title="kaios.dev" xmlUrl="https://kaios.dev/index.xml" htmlUrl=""/>
<outline type="rss" text="chickenkiller" title="chickenkiller" xmlUrl="https://far.chickenkiller.com/index.xml" htmlUrl=""/>
</outline>

<outline text="News" title="News">
<outline type="rss" text="t-online" title="t-online" xmlUrl="https://feeds.t-online.de/rss/ausland" htmlUrl=""/>
</outline>





</body>
</opml>
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 650009e

Please sign in to comment.