Skip to content

Commit

Permalink
feat: improve cond editor [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed May 30, 2024
1 parent d8db364 commit 907c408
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<title>Introducing Results Feeds</title>
<title>Search Alert RSS Feeds</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="../../tailwind.output.css" rel="stylesheet">
<link href="../../style.css" rel="stylesheet">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Introducing Results Feeds",
"headline": "Search Alert RSS Feeds",
"image": "https://awakari.com/articles/introducing-results-feeds/2.jpeg",
"author": "Andrei Kurilov",
"keywords": "search alerts feed reader prospective rss websub results",
Expand All @@ -35,7 +35,7 @@
<main class="p-4 space-y-2 max-w-[960px]">

<div class="flex justify-center align-middle">
<h1 class="text-3xl font-semibold text-center place-self-center">Introducing Results Feeds</h1>
<h1 class="text-3xl font-semibold text-center place-self-center">Search Alert RSS Feeds</h1>
</div>

<div>
Expand All @@ -45,9 +45,9 @@ <h2 class="text-2xl font-semibold text-center py-2">Intro</h2>
<p class="p-1">&nbsp;&nbsp;
<a href="https://awakari.com/" class="text-blue-700 dark:text-blue-300">Awakari</a>
is free real-time search alerts service.
It consumes updates from a wide variety of sources.
A user subscribes for updates defining one or more filters.
Then Awakari delivers only what is relevant to user's interests.
Basically, it monitors the Internet for updates.
A user subscribes defining one or more filters.
Then Awakari delivers the only updates those are relevant to user's interests.
It's integrated with
<a href="https://telegram.org/" class="text-blue-700 dark:text-blue-300">Telegram</a>
for
Expand Down Expand Up @@ -101,7 +101,7 @@ <h3 class="text-xl font-semibold text-center py-2">Subscription Results Feed</h3
After some time the results are being dropped from the feed (currently the retention period is 24 hours).</p>

<p class="p-1">&nbsp;&nbsp;
There's still area of improvement, for example, handling the cache.
There's still areas of improvement like the message conversion schema.
Nevertheless, RSS-lovers are now able to use Awakari's rich sources discovery and filtering
features for their needs.</p>

Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ <h1 class="text-3xl lg:text-4xl font-semibold capitalize dark:text-white text-ce
<div class="pt-4 space-y-2 min-w-[300px]">
<h3 class="text-xl capitalize">Articles & Posts</h3>
<div class="pt-2 space-y-2">
<p><a href="articles/introducing-results-feeds/index.html" class="text-blue-500">
<p><a href="articles/search-alert-rss-feeds/index.html" class="text-blue-500">
Introducing Results Feeds</a></p>
<p><a href="articles/search-in-the-future/index.html" class="text-blue-500">
Search In The Future</a></p>
Expand Down
2 changes: 1 addition & 1 deletion web/sub.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
<a href="sub-details.html">Custom...</a>
<a href="sub-details.html?example=cat-images">Example: Cat Images</a>
<a href="sub-details.html?example=cheap-iphone-alert">Example: Cheap iPhone alert</a>
<a href="sub-details.html?example=japanese">Example: Japanese language</a>
<a href="sub-details.html?example=exclude-topics">Example: Exclude topics</a>
<a href="sub-details.html?example=japanese">Example: Japanese language</a>
<a href="sub-details.html?example=job-alert">Example: Job Alert</a>
<a href="sub-details.html?example=mentions-of-me">Example: Mentions of Me</a>
<a href="sub-details.html?example=specific-source">Example: Specific Source</a>
Expand Down

0 comments on commit 907c408

Please sign in to comment.