for posts add the following code in the footer or anywhere in your theme <a href="<?php bloginfo('rss2_url'); ?>"> Full Post RSS</a> Code (markup): for comments add this <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments RSS</a> Code (markup):
It looks like you're asking how to post content from a feed without using a plugin. You're going to have to use a plugin or custom script no matter what.