Added download link to tarball to description.
This commit is contained in:
parent
9b8cf190d9
commit
7473e7e8ca
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user