-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
231 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,25 +27,115 @@ | |
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org/", | ||
"name": "awakari", | ||
"@type": "Service", | ||
"description": "Real-Time Streaming Search Engine", | ||
"slogan": "Reach everyone interested - Capture the most important", | ||
"audience": "", | ||
"category": "", | ||
"contactPoint": { | ||
"@context": "https://schema.org" | ||
"@type": "ContactPoint", | ||
"name": "Support", | ||
"email": "[email protected]", | ||
"contactType": "customer support" | ||
}, | ||
"category": "https://www.wikidata.org/wiki/Q19541", | ||
"logo": "logo-color.svg", | ||
"termsOfService": "tos.html", | ||
"potentialAction": { | ||
"@context": "https://schema.org" | ||
"@type": "SearchAction", | ||
"target": "https://awakari.com?q={query_string}" | ||
}, | ||
"provider": { | ||
"@context": "http://schema.org/", | ||
"@type": "Organization", | ||
"name": "awakari", | ||
"logo": "logo-color.svg", | ||
"url": "https://awakari.com", | ||
"email": "[email protected]", | ||
"keywords": "search realtime continuous feed reader rss telegram atom activitypub fediverse free news insights monitoring tracking targeting estate recruitment", | ||
"sameAs": [ | ||
"https://github.com/awakari", | ||
"https://www.reddit.com/r/awakari/", | ||
"https://t.me/awakari" | ||
] | ||
} | ||
}, | ||
"url": "https://awakari.com", | ||
"isRelatedTo": { | ||
"@context": "https://schema.org/", | ||
"@type": "Service", | ||
"name": "@AwakariBot", | ||
"description": "Awakari Telegram Bot", | ||
"audience": "telegram", | ||
"category": "https://www.wikidata.org/wiki/Q15616276", | ||
"logo": "logo-color.svg", | ||
"termsOfService": "tos.html", | ||
"url": "https://t.me/AwakariBot" | ||
}, | ||
"isSimilarTo": [ | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "Organization", | ||
"name": "Inoreader", | ||
"logo": "https://www.inoreader.com/icon-512.png", | ||
"url": "https://www.inoreader.com" | ||
}, | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "Service", | ||
"name": "Feedly", | ||
"logo": "https://feedly.com/_next/static/media/feedly-logo.b8daba29.png", | ||
"url": "https://feedly.com" | ||
}, | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "Service", | ||
"name": "Feeder", | ||
"url": "https://feeder.co" | ||
}, | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "Service", | ||
"name": "NewsBlur", | ||
"url": "https://newsblur.com" | ||
} | ||
], | ||
"offers": [ | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "Offer", | ||
"availability": "https://schema.org/OnlineOnly", | ||
"name": "Public UI", | ||
"description": "Easy way to manage publishing and subscriptions. Best for personal use. Free to use. Adding own sources.", | ||
"price": 0, | ||
"url": "https://awakari.com" | ||
}, | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "Offer", | ||
"availability": "https://schema.org/OnlineOnly", | ||
"name": "Public API", | ||
"description": "Want to build own service? Try the Awakari streaming API. Best for client integrations. Free first 30 days of access. Free first 10 publications per day.", | ||
"url": "https://github.com/awakari#3-access" | ||
}, | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "Offer", | ||
"availability": "https://schema.org/OnlineOnly", | ||
"name": "Cloud Instance", | ||
"description": "Don't want to publish your events to everyone? Private event sources. No deployment required.", | ||
"url": "mailto:[email protected]" | ||
}, | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "Offer", | ||
"availability": "https://schema.org/OnlineOnly", | ||
"name": "Events On Premises", | ||
"description": "Want all events to remain inside your network? When subscriptions only are in the cloud. Strict events privacy", | ||
"url": "https://github.com/awakari/core#3-deployment" | ||
} | ||
|
||
] | ||
} | ||
</script> | ||
|
||
|
@@ -108,15 +198,6 @@ | |
|
||
<!-- Mobile Menu open: "block", Menu closed: "hidden" --> | ||
<div id="menu" x-cloak :class="[isOpen ? 'translate-x-0 opacity-100 ' : 'opacity-0 -translate-x-full']" class="absolute inset-x-0 z-20 w-full bg-white px-6 py-4 shadow-md transition-all duration-300 ease-in-out dark:bg-gray-900"> | ||
<div id="menu-default" class="flex flex-col space-y-4 lg:mt-0 lg:flex-row lg:space-y-0 text-right md:text-center md:justify-center"> | ||
<a class="text-gray-700 hover:text-blue-700 dark:text-gray-200 dark:hover:text-blue-400 lg:mx-6" x-cloak @click="isOpen = !isOpen" onclick="document.getElementById('login').style.display='flex'">Sign In</a> | ||
<a class="text-gray-700 hover:text-blue-700 dark:text-gray-200 dark:hover:text-blue-400 lg:mx-6" href="#about">About</a> | ||
<a class="text-gray-700 hover:text-blue-700 dark:text-gray-200 dark:hover:text-blue-400 lg:mx-6" href="#use_cases">Use Cases</a> | ||
<a class="text-gray-700 hover:text-blue-700 dark:text-gray-200 dark:hover:text-blue-400 lg:mx-6" href="#solutions">Solutions</a> | ||
<a class="text-gray-700 hover:text-blue-700 dark:text-gray-200 dark:hover:text-blue-400 lg:mx-6" href="#pricing">Pricing</a> | ||
<a class="text-gray-700 hover:text-blue-700 dark:text-gray-200 dark:hover:text-blue-400 lg:mx-6" href="#resources">Resources</a> | ||
<a class="text-gray-700 hover:text-blue-700 dark:text-gray-200 dark:hover:text-blue-400 lg:mx-6" href="mailto:[email protected]">Contact ⧉</a> | ||
</div> | ||
<div id="menu-user" style="display: none" class="flex flex-col space-y-4 md:mt-0 md:flex-row md:space-y-0 text-right items-end md:text-center md:justify-center md:space-x-8"> | ||
<button class="text-gray-600 dark:text-gray-400 block hover:text-blue-500 focus:outline-none flex space-x-1" | ||
onclick="window.location.assign('pub.html')"> | ||
|
@@ -144,56 +225,88 @@ | |
<path d="M6 12H18M6 12L11 7M6 12L11 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> | ||
</svg> | ||
</button> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" href="#about">About</a> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" href="#use_cases">Use Cases</a> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" href="#solutions">Solutions</a> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" href="#pricing">Pricing</a> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" href="#resources">Resources</a> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" href="mailto:[email protected]">Contact ⧉</a> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" href="install.html">Install App</a> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" href="https://t.me/donateawk/14">Donate ⧉</a> | ||
</div> | ||
<div id="menu-default" class="flex flex-col space-y-4 lg:mt-0 lg:flex-row lg:space-y-0 text-right md:text-center md:justify-center"> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" x-cloak @click="isOpen = !isOpen" onclick="document.getElementById('login').style.display='flex'">Sign In</a> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" href="#about">About</a> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" href="#use_cases">Use Cases</a> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" href="#solutions">Solutions</a> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" href="#pricing">Pricing</a> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" href="#resources">Resources</a> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" href="mailto:[email protected]">Contact ⧉</a> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" href="install.html">Install App</a> | ||
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6" href="https://t.me/donateawk/14">Donate ⧉</a> | ||
</div> | ||
</div> | ||
|
||
<div id="login" | ||
style="display: none" | ||
class="absolute inset-x-0 z-20 w-full bg-white px-2 py-3 shadow-md transition-all duration-300 ease-in-out dark:bg-gray-900 items-center justify-center flex flex-col sm:flex-row space-y-1 sm:space-y-0 sm:space-x-2"> | ||
|
||
<p class="col-span-2 text-center text-gray-600 dark:text-gray-400">Sign In to continue</p> | ||
|
||
<!-- Telegram --> | ||
<div class="justify-center"> | ||
<script async | ||
src="https://telegram.org/js/telegram-widget.js?22" | ||
data-telegram-login="AwakariBot" | ||
data-size="medium" | ||
data-onauth="handleAuthTelegram(user)" | ||
data-request-access="write" | ||
data-radius="4" | ||
data-userpic="false"> | ||
</script> | ||
class="absolute inset-x-0 z-20 w-full bg-white px-2 py-3 shadow-md transition-all duration-300 ease-in-out dark:bg-gray-900 flex flex-col items-center justify-center"> | ||
|
||
<div class="items-center justify-center flex flex-col sm:flex-row space-y-1 sm:space-y-0 sm:space-x-2"> | ||
<p class="col-span-2 text-center text-gray-600 dark:text-gray-400">Sign In to continue</p> | ||
|
||
<!-- Telegram --> | ||
<div class="justify-center"> | ||
<script async | ||
src="https://telegram.org/js/telegram-widget.js?22" | ||
data-telegram-login="AwakariBot" | ||
data-size="medium" | ||
data-onauth="handleAuthTelegram(user)" | ||
data-request-access="write" | ||
data-radius="4" | ||
data-userpic="false"> | ||
</script> | ||
</div> | ||
|
||
<!-- Google --> | ||
<!-- <div class="justify-center">--> | ||
<!-- <div id="g_id_onload"--> | ||
<!-- data-client_id="131943559095-6uojftc7uoscij6b4j2jm0ifo4cd6obc"--> | ||
<!-- data-context="signin"--> | ||
<!-- data-ux_mode="popup"--> | ||
<!-- data-callback="handleAuthGoogle"--> | ||
<!-- data-auto_prompt="false">--> | ||
<!-- </div>--> | ||
<!-- <div class="g_id_signin"--> | ||
<!-- data-type="standard"--> | ||
<!-- data-shape="rectangular"--> | ||
<!-- data-theme="outline"--> | ||
<!-- data-text="signin_with"--> | ||
<!-- data-size="medium"--> | ||
<!-- data-logo_alignment="left">--> | ||
<!-- </div>--> | ||
<!-- </div>--> | ||
|
||
<svg xmlns="http://www.w3.org/2000/svg" | ||
onclick="document.getElementById('login').style.display = 'none'" | ||
class="h-6 w-6 place-self-end sm:place-self-center text-gray-800 dark:text-gray-200" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
stroke="currentColor" | ||
stroke-width="2"> | ||
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> | ||
</svg> | ||
</div> | ||
|
||
<!-- Google --> | ||
<!-- <div class="justify-center">--> | ||
<!-- <div id="g_id_onload"--> | ||
<!-- data-client_id="131943559095-6uojftc7uoscij6b4j2jm0ifo4cd6obc"--> | ||
<!-- data-context="signin"--> | ||
<!-- data-ux_mode="popup"--> | ||
<!-- data-callback="handleAuthGoogle"--> | ||
<!-- data-auto_prompt="false">--> | ||
<!-- </div>--> | ||
<!-- <div class="g_id_signin"--> | ||
<!-- data-type="standard"--> | ||
<!-- data-shape="rectangular"--> | ||
<!-- data-theme="outline"--> | ||
<!-- data-text="signin_with"--> | ||
<!-- data-size="medium"--> | ||
<!-- data-logo_alignment="left">--> | ||
<!-- </div>--> | ||
<!-- </div>--> | ||
|
||
<svg xmlns="http://www.w3.org/2000/svg" | ||
onclick="document.getElementById('login').style.display = 'none'" | ||
class="h-6 w-6 place-self-end sm:place-self-center text-gray-800 dark:text-gray-200" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
stroke="currentColor" | ||
stroke-width="2"> | ||
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> | ||
</svg> | ||
<span class="text-center mt-1 text-sm text-gray-500"> | ||
<span class="whitespace-nowrap"> | ||
By signing in, you agree to the | ||
</span> | ||
<span class="whitespace-nowrap"> | ||
<a href="tos.html" class="text-gray-600 dark:text-slate-400">Terms of Service</a> | ||
and | ||
<a href="privacy.html" class="text-gray-600 dark:text-slate-400">Privacy Policy</a>. | ||
</span> | ||
</span> | ||
</div> | ||
|
||
<div id="events-menu" | ||
|
@@ -646,7 +759,7 @@ <h1 class="text-xl font-medium capitalize font-semibold flex items-center justif | |
Easy way to manage publishing and subscriptions. | ||
</p> | ||
<p class="mt-4">Best for personal use.</p> | ||
<a href="https://awakari.com/login.html"> | ||
<a href="https://awakari.com" onclick="window.location.assign('https://awakari.com'); document.getElementById('login').style.display = 'flex'"> | ||
<button class="mt-6 w-full transform rounded-md bg-slate-500 px-4 py-2 capitalize tracking-wide text-white transition-colors duration-300 hover:bg-slate-600 focus:bg-slate-500 focus:outline-none focus:ring focus:ring-slate-300 focus:ring-opacity-80"> | ||
Start Now | ||
</button> | ||
|
Oops, something went wrong.