It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://rishimaharaj.pythonanywhere.com/static/plusones.rss

  1. <html>
  2.    <head>
  3.        <meta charset="UTF-8">
  4.        <title>Coming Soon: PythonAnywhere</title>
  5.        <style>
  6.            body {
  7.                font-family: Helvetica, Arial, sans-serif;
  8.                width: 500px;
  9.                margin-left: auto;
  10.                margin-right: auto;
  11.                margin-top: 20px;
  12.            }
  13.  
  14.            h1 {
  15.                font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  16.            }
  17.  
  18.            .for-site-owner {
  19.                font-size: smaller;
  20.                margin-top: 30px;
  21.                color: gray;
  22.            }
  23.        </style>
  24.    </head>
  25.  
  26.    <body>
  27.        <img src="https://s3.amazonaws.com/pythonanywhere-error-images/logo-234x35.png" />
  28.  
  29.        <div class="main">
  30.            <h1>Coming Soon!</h1>
  31.  
  32.            <p>
  33.                This is going to be another great website hosted by
  34.                <a href="https://www.pythonanywhere.com/">PythonAnywhere</a>.
  35.            </p>
  36.  
  37.            <p>
  38.                PythonAnywhere lets you host, run, and code Python in the cloud.
  39.                Our free plan gives you access to machines with
  40.                everything already set up for you. You can develop and host
  41.                your website or any other code directly from your browser
  42.                without having to install software or manage your own server.
  43.            </p>
  44.  
  45.            <p>
  46.                Need more power? Upgraded plans start at $5/month.
  47.            </p>
  48.  
  49.            <p>
  50.                <a href="https://www.pythonanywhere.com/">You can find out more about PythonAnywhere here.</a>
  51.            </p>
  52.        </div>
  53.  
  54.        <div class="for-site-owner">
  55.            <h2>Developer info</h2>
  56.  
  57.            <p>
  58.                Hi!  If this is your PythonAnywhere-hosted site, then you're
  59.                almost there &mdash; you just need to create
  60.                a web app to handle this domain.
  61.            </p>
  62.  
  63.            <p>
  64.                Go to the "Web" tab inside
  65.                PythonAnywhere and click "Add a new web app".
  66.                If you already have a web app and you want to use the same code for this domain
  67.                (say because you've just upgraded and want the site
  68.                you built at <code>yourusername.pythonanywhere.com</code> to run on
  69.                <code>www.yourdomain.com</code>) then
  70.                <a href="https://help.pythonanywhere.com/pages/UsingANewDomainForExistingWebApp">this help page should explain
  71.                everything</a>.
  72.            </p>
  73.  
  74.            <p>
  75.                If you're having problems getting it all working, drop us a line at
  76.                liveusercare@pythonanywhere.com, or in
  77.                <a href="https://www.pythonanywhere.com/forums/">the forums</a>,
  78.                or using the "Send
  79.                feedback" link on the site.  We'll
  80.                get back to you as fast as we can!
  81.            </p>
  82.  
  83.        </div>
  84.  
  85.    </body>
  86. </html>
  87.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda