Do I try to actually "fix it" so at least the things that I want discoverable are, or should I leave it? Half the stuff is broken, the other half is just so... from a different time. It's weird. It's been just over 10 years, but so much has changed. Yet I am still blogging, so I guess that some things stay the same.
I think that I may download and port over any old posts. Maybe. We'll see.
Edit: After getting a list of the urls of some of the files I want, I was able to dump them into a file and then run the following. Man, I love command line stuff.
while
read line; do curl -O $line; done < blog-links-final.txt
No comments:
Post a Comment