41 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
<!doctype html>
 | 
						|
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
  <meta charset="utf-8">
 | 
						|
  <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
 | 
						|
  <title>corobel: RSS for Cohost</title>
 | 
						|
  <meta name="description" content="A simple stateless tool to translate Cohost to RSS feeds.">
 | 
						|
  <meta name="author" content="Leonora Tindall">
 | 
						|
 | 
						|
  <meta property="og:title" content="corobel: RSS for Cohost">
 | 
						|
  <meta property="og:type" content="website">
 | 
						|
  <meta property="og:description" content="A simple stateless tool to translate Cohost to RSS feeds.">
 | 
						|
  <style type="text/css">
 | 
						|
    html {
 | 
						|
      max-width: 70ch;
 | 
						|
      padding: 3em 1em;
 | 
						|
      margin: auto;
 | 
						|
      line-height: 1.75;
 | 
						|
      font-size: 1.25em;
 | 
						|
    }
 | 
						|
  </style>
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
    <h1>corobel</h1> 
 | 
						|
    <h2>RSS feeds from Cohost pages</h2>
 | 
						|
    <p>
 | 
						|
        Go to <code>/project_name/feed.rss</code> to get a feed for a project.
 | 
						|
        For example, <a href="/noracodes/feed.rss"><code>/noracodes/feed.rss</code></a> will give you the feed for my page.
 | 
						|
    </p>
 | 
						|
    <p>
 | 
						|
        Webfinger resources for accounts are provided at the Webfinger well-known URL <code>/.well-known/webfinger?project_name</code>.
 | 
						|
    </p>
 | 
						|
    <p>
 | 
						|
        Brought to you by Leonora Tindall, written in Rust with Rocket.
 | 
						|
    </p>
 | 
						|
</body>
 | 
						|
</html>
 |