ISU-WebDevClub / club-website-mark-2

http://webdev.stuorg.iastate.edu
1 stars 0 forks source link

Announcements #2

Open csteamengine opened 8 years ago

csteamengine commented 8 years ago

I tried using curl to get the announcements from the stuorg webpage, but it is hard because the information being pulled back needs parsed before it is useful. Not impossible, but sort of messy and ugly.

Curl also doesn't like pulling from an SSL protected website unless the site that's doing the curling is also SSL protected. Shouldn't be a problem once we have SSL protection as well.