Added download link to tarball to description.

This commit is contained in:
tastytea 2019-04-17 08:37:37 +02:00
parent 9b8cf190d9
commit 7473e7e8ca
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -187,8 +187,9 @@ int main(int argc, char *argv[])
" <pubDate>"
<< strtime(release["published_at"].asString()) << "</pubDate>\n"
" <description><![CDATA[<p><strong>" << type << "</strong></p>"
<< "<pre>\n" << release["body"].asString()
<< "\n</pre>]]></description>\n";
<< "<pre>\n" << release["body"].asString() << "\n"
<< " </pre><a href=\"" << release["tarball_url"].asString()
<< "\">Download tarball</a>" << "]]></description>\n";
cout << " </item>\n";
}