View previous topic :: View next topic |
Author |
Message |
casper
Joined: 16 Feb 2009 Posts: 6 Location: 850
|
Posted: Tue Feb 17, 2009 6:53 pm Post subject: rss problem |
|
|
This is just a noob problem. I'm using D to write an RSS reader, I just don't know how to request the url. If anyone would like to share some knowledge with me, it would be very appreciated. _________________ Insert cool and catchy signature here. |
|
Back to top |
|
|
jcc7
Joined: 22 Feb 2004 Posts: 657 Location: Muskogee, OK, USA
|
Posted: Thu Feb 19, 2009 12:05 pm Post subject: Re: rss problem |
|
|
casper wrote: | This is just a noob problem. I'm using D to write an RSS reader, I just don't know how to request the url. If anyone would like to share some knowledge with me, it would be very appreciated. | You might look at the "htmlget" example (dmd/samples/d/htmlget.d) that comes in the DMD package. (I haven't tried the example myself, but I found out about it when I glanced at the std.socketstream docs.) |
|
Back to top |
|
|
casper
Joined: 16 Feb 2009 Posts: 6 Location: 850
|
Posted: Mon Mar 02, 2009 2:15 pm Post subject: |
|
|
i looked at that, but i dont know where to download the dmd package. any advice? _________________ Insert cool and catchy signature here. |
|
Back to top |
|
|
jcc7
Joined: 22 Feb 2004 Posts: 657 Location: Muskogee, OK, USA
|
Posted: Mon Mar 09, 2009 2:34 pm Post subject: |
|
|
casper wrote: | i looked at that, but i dont know where to download the dmd package. any advice? |
Have you tried here? |
|
Back to top |
|
|
casper
Joined: 16 Feb 2009 Posts: 6 Location: 850
|
Posted: Sun Mar 15, 2009 7:39 am Post subject: . |
|
|
yep that was it. Thank you much. My RSS reader should be done soon. I'm using it for my site http://staircase.noresidue.net _________________ Insert cool and catchy signature here. |
|
Back to top |
|
|
|