RSS-Bridge.rss-bridge/index.html

144 lines
5.8 KiB
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<title>RSS-Bridge </title>
<meta name="description" content="The RSS feed for websites missing it">
<meta name="author" content="RSS-Bridge Contributors">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="themes/daux/img/favicon-blue.png" type="image/x-icon">
<!-- Mobile -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- JS -->
<script>
window.base_url = "";
document.documentElement.classList.remove('no-js');
</script>
<!-- Font -->
<!-- CSS -->
<link href='themes/daux/css/theme-blue.min.css' rel='stylesheet' type='text/css'>
<link href='daux_libraries/search.css' rel='stylesheet' type='text/css'>
</head>
<body class="homepage">
<div class="Navbar NoPrint">
<div class="Container">
<a class="Brand" href="index.html">RSS-Bridge</a>
<form role='search' action="/" method="get" class="Search" id="search_form">
<label for="search_input">
<span class='u-visuallyHidden'>Search</span>
</label>
<input
type="search"
id="search_input"
class="Search__field"
placeholder="Search..."
aria-label="Search..."
autocomplete="on"
results=25
autosave=text_search
>
<label>
<input type="submit" class='u-visuallyHidden' />
<span class='u-visuallyHidden'>Search...</span>
<svg class="Search__icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 451 451">
<path d="M447.05 428l-109.6-109.6c29.4-33.8 47.2-77.9 47.2-126.1C384.65 86.2 298.35 0 192.35 0 86.25 0 .05 86.3.05 192.3s86.3 192.3 192.3 192.3c48.2 0 92.3-17.8 126.1-47.2L428.05 447c2.6 2.6 6.1 4 9.5 4s6.9-1.3 9.5-4c5.2-5.2 5.2-13.8 0-19zM26.95 192.3c0-91.2 74.2-165.3 165.3-165.3 91.2 0 165.3 74.2 165.3 165.3s-74.1 165.4-165.3 165.4c-91.1 0-165.3-74.2-165.3-165.4z"/>
</svg>
</label>
</form>
</div>
</div>
<div class="Homepage">
<div class="HomepageTitle Container">
<h2>The RSS feed for websites missing it</h2> </div>
<div class="HomepageImage Container">
<img class="homepage-image img-responsive" src="./images/rssbridgelogo.png" alt="RSS-Bridge"> </div>
<div class="HomepageButtons">
<div class="Container">
<a href="https://github.com/RSS-Bridge/rss-bridge" class="Button Button--secondary Button--hero" rel="noopener noreferrer">
View On GitHub </a>
<a href="General/Project_goals.html" class="Button Button--primary Button--hero">View Documentation</a> </div>
</div>
</div>
<div class="HomepageContent">
<div class="Container">
<div class="Container--inner">
<div class="doc_content s-content">
<p>RSS-Bridge is a web application.</p>
<p>It generates web feeds for websites that dont have one.</p>
<p>Officially hosted instance: <a href="https://rss-bridge.org/bridge01/" class="Link--external" rel="noopener noreferrer">https://rss-bridge.org/bridge01/</a></p>
<ul>
<li>
<p>You want to know more about <strong>RSS-Bridge</strong>?<br />
Check out our <strong><a href="General/Project_goals.html">project goals</a></strong>.</p>
</li>
<li>
<p>You want to contribute and dont know how?<br />
Check out our <strong><a href="General/Contribute.html">How can I contribute?</a></strong> section.</p>
</li>
<li>
<p>You are a developer and searching for more details?<br />
Check out our <strong><a href="For_Developers/index.html">For developers</a></strong> section.</p>
</li>
<li>
<p>You want to know what is required to host <strong>RSS-Bridge</strong>?<br />
Check out the <strong><a href="General/Requirements.html">Requirements</a></strong> section.</p>
</li>
<li>
<p>You want to host <strong>RSS-Bridge</strong>?<br />
Check out the <strong><a href="For_Hosts/index.html">For hosts</a></strong> section.</p>
</li>
<li>
<p>You have questions?<br />
Check out the <strong><a href="General/FAQ.html">FAQ</a></strong>.</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="HomepageFooter">
<div class="Container">
<div class="Container--inner">
<ul class="HomepageFooter__links">
<li><a href="https://github.com/RSS-Bridge/rss-bridge" target="_blank" rel="noopener noreferrer">GitHub Repository</a></li>
<li><a href="https://github.com/RSS-Bridge/rss-bridge/issues" target="_blank" rel="noopener noreferrer">Help/Support/Bugs</a></li>
<li><a href="https://github.com/RSS-Bridge/rss-bridge/pkgs/container/rss-bridge" target="_blank" rel="noopener noreferrer">Docker Images</a></li>
</ul>
</div>
</div>
</div>
<!-- JS -->
<script src="themes/daux/js/daux.min.js"></script>
<script>
window.searchLanguage = "";
window.searchTranslation = {"Search_one_result":"1 result","Search_results":"!count results","Search_no_results":"Nothing found","Search_common_words_ignored":"Common words are largely ignored","Search_too_short":"Search too short","Search_one_character_or_more":"Should be one character or more","Search_should_be_x_or_more":"Should be !min characters or more","Link_previous":"Previous","Link_next":"Next"};
</script>
<!-- Search -->
<script type="text/javascript" src="daux_libraries/search.min.js"></script>
<script>
window.search({'base_url': ''})
</script>
</body>
</html>