in generating the urls for enclosures, pier currently outputs:
<enclosure url="/?_s=hKOzAr2x1GB6Y5GS" length="8740698"
type="audio/mp3"/>
i would like it to be:
<enclosure
url="http://www.ThoseOptimizeGuys.com/?_s=hKOzAr2x1GB6Y5GS"
length="8740698" type="audio/mp3"/>
the code that generates it is:
(enclosure := aPost enclosure) isNil ifFalse: [
rss enclosure
url: enclosure file url;
length: enclosure file filesize;
type: enclosure file mimetype ].
how would i go about generating the fully qualified url?
thanks!
--
----
peace,
sergio
photographer, journalist, visionary
http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101