Found 12 bookmarks
Newest
Widgets on iOS
Widgets on iOS
Prepare for your life to get easier: Simplenote widgets are coming to iOS. As of v4.45, anyone with Simplenote on their iPhone or iPad will be able to add our widgets directly to their device’s hom…
·simplenote.com·
Widgets on iOS
Archiving a (WordPress) website with wget
Archiving a (WordPress) website with wget
`wget --mirror -p --html-extension --convert-links -e robots=off -P . http://url-to-site` I needed to archive several WordPress sites as part of the process of gathering the raw data for my thesis research. I found a few recipes online for using wget to grab entire sites, but they all needed some tweaking. So, here's my recipe for posterity: I used wget, which is available on any linux-ish system (I ran it on the same Ubuntu server that hosts the sites). wget --mirror -p --html-extension --convert-links -e robots=off -P .
·darcynorman.net·
Archiving a (WordPress) website with wget