I often have a long bibliography and then later I find that I should have a notice like this buying-list in a project (not that important so not wanting them to the bibtex). I find it overkill to explain a trivia like a buying-list-notice next to more important things in Bibtex, I need just SO-style references. How can I add the references nicely to the bottom of the page instead of the back with author/howpublished/title-bibtex-clutter? I am not against Bibtex but I am looking for more casual referencing besides Bibtex.
\begin{itemize}
\item 4pcs [1] (24USD) % Here [1] and [2] are references to
\item 2pcs [2] (25USD) % the below thing with the urls.
\item ...
\end{itemize}
<<echo=FALSE>> % I am not sure about the parameters here but they
% but they could be things like fonts etc.
%
% I want here a Sweave-like -tool
% for easy mark-up references that will
% automatically appear at the bottom of the page.
% Then just latexmk to handle compiling?
[1]: http://www.something.com/buyThis/XYZmoment
[2]: http://www.hello.com/notImportantButForTheFuture/GoodToKnowWhereToBuy
%



sweave-like tool? Moreover, please elaborate on what is meant by "SO-style references". – Werner Jan 28 '12 at 5:30