1. Add this to Options -> User Friendly Urls:
[newpage]
post = "{year}/{month}/{day}/{title}.html"
2. Create a file newpage.php (must be the same name as in step 1) in your main Cutenews directory and put an include code in it.
3. In your template use {link=newpage/post} instead of {link=home/post} to link to the full story.
Edit:
If you replace newpage for example with ../newpage you can put newpage.php outside your main Cutenews directory.
