Difference between revisions of "Windows Live Spaces"

From Archiveteam
Jump to navigation Jump to search
(Did some cleaning up, added hotlists.)
 
(13 intermediate revisions by 3 users not shown)
Line 2: Line 2:
| title = Windows Live Spaces
| title = Windows Live Spaces
| image = Windows_Live_Spaces.png
| image = Windows_Live_Spaces.png
| description = Windows Live Spaces homepage (after logging in), as at 18 March 2011
| description = Windows Live Spaces homepage (after logging in)
| URL = http://spaces.live.com
| URL = http://spaces.live.com
| project_status = {{closing}} on 2011-03-16[http://explore.live.com/windows-live-spaces-help-center]
| project_status = {{offline}}
| archiving_status = {{inprogress}}
| archiving_status = {{saved}}
}}
}}


Microsoft announced that it would shut down Windows Live Spaces on March 16, 2011.  That day has been and gone, and as of March 20, 2011, Windows Live Spaces is still running.  [[User:NovaKing|NovaKing]] is currently scraping Bing for more profiles, so we'll need all the help we can get as soon as he can start producing lists.
Windows Live Spaces was Microsoft's blogging/social networking service, a part of Windows Live.


Since September last year Microsoft has been notifying every user who had a Space active to migrate it to Wordpress using your Windows Live ID, save it to your hard drive or remove. Still, there are many long-abandoned blogs that have not yet been migrated so that they may not survive. For these reasons I decided to create this tutorial to know who wants to save some Spaces.
On September 27, 2010, Microsoft announced that Windows Live Spaces would be shut down on March 16, 2011<ref>[http://explore.live.com/windows-live-spaces-help-center Changes are coming to Windows Live Spaces]</ref>. Users were given the opportunity to download their Space, migrate it to [[Wordpress.com]] or let Microsoft delete it along with any other remaining Spaces on D-Day.


Any correction is welcome and any questions or suggestions about it must be raised in [[Talk:Windows Live Spaces|the discussion of the article]].
== Archival Project ==
ArchiveTeam is working to archive as much of Windows Live Spaces as possible.  If you are able to help, please visit [[Talk:Windows Live Spaces|the talk page]] for co-ordination.


== Pending Spaces ==
== Trivia ==
We will need a lot of help to download all the Spaces.
* Although there were 7,000,000 profiles on Windows Live Spaces,<ref>[http://windowsteamblog.com/windows_live/b/windowslive/archive/2010/11/29/over-500-000-windows-live-spaces-blogs-migrated-to-wordpress-com.aspx Over 500,000 Windows Live Spaces blogs migrated to WordPress.com]</ref> only 1,000,000 of them had been moved to [[Wordpress.com]] by March 2, 2011<ref>[http://windowsteamblog.com/windows_live/b/windowslive/archive/2011/03/02/over-one-million-new-blogs-on-wordpress-com-but-time-is-running-out.aspx Over one million new blogs on WordPress.com, but time is running out]</ref> - a mere 14% of the total.
* [[User:Swicher|Swicher]] is currently using HTTrack to download [[Spaces of Windows Live Spaces pending for download|his list]].
* [[User:Swicher|Swicher]] has gathered [[User:Swicher/Personal statistics from Windows Live Spaces download|some statistics]] during his effort to download Spaces.
* [[User:Auguste|Auguste]] and [[User:Dr-spangle|Dr-Spangle]] are using Wget to download an additional copy of that same list (see Hotlists).
 
===Hotlists===
This is a list of all Spaces hotlists and their current status.  If you would like to take ownership of one, speak to Auguste on IRC. If you have taken ownership, please update this table as soon as you are finished, or let Auguste know if you are unable to complete it.
 
These are intended to be downloaded with Perl/Wget, but if you can't use that, do what you can.  We don't have a lot of time, and something is better than nothing.
 
{| border="1" width="100%"
!Filename
!URL
!Owner
!Status
|-
|wls 0001-1000.txt
|http://pastebin.com/FMJh3vAa
|Auguste, Dr-Spangle
|In progress
|-
|wls 1001-2000.txt
|http://pastebin.com/xrXfPbL4
|Auguste, Dr-Spangle
|In progress
|-
|wls 2001-2202.txt
|http://pastebin.com/KAVYAW3c
|Auguste, Dr-Spangle
|In progress
|-
|wls 2203-3000.txt
|http://pastebin.com/pygEEHBr
|Hydruh
|In progress
|-
|wls 3001-4000.txt
|http://pastebin.com/LS8nvgdN
|Unassigned
|N/A
|}
 
 
== Tools ==
There are several ways to download Windows Live Spaces, but using Wget/Perl is recommended.


=== HTTrack (graphic version)===
== References ==
I will explain what is the procedure to download one or more Spaces using HTTrack graphic version (WinHTTrack in Windows and in Linux is called WebHTTrack).
 
I assume that the reader should be familiarized with the use of WinHTTrack (or WebHTTrack) so I'll just explain that you need configure (in the Option Panel of the program) to download a Space of Windows Live Spaces.<ref>If you do not know how to use this program you can check [http://www.kitamuracomputers.com/tidelog/?p=615 this tutorial] (in English) or [http://www.manueldelafuente.com/2009/10/httrack-posible-solucion-la.html this one] (in Spanish)</ref>
 
In the section "Scan Rules" must be added the following lines:
+*.css +*.js -ad.doubleclick.net/* -mime:application/foobar
+*.7z
+*.pdf +*.doc +*.mid +*.3gp +*.djvu +*.amr +*.mp4 +*.ogg +*.ogv +*.ogm
+*.mov +*.mpg +*.mpeg +*.avi +*.asf +*.mp3 +*.mp2 +*.rm +*.wav +*.vob +*.qt +*.vid +*.ac3 +*.wma +*.wmv
+*.zip +*.tar +*.tgz +*.gz +*.rar +*.z
+*.arj +*.dar +*.lzh +*.lz +*.lza +*.arc
+*.gif +*.jpg +*.png +*.tif +*.bmp
-*.entry#comment
+*.profile.live.com/Lists/*
+*.byfiles.storage.live.com/*
+*.photos.live.com
+*.spaces.live.com
Line 1 to 7 indicate what types of files are downloaded from a Space (if the program finds one these and this lines can be modified to suit the user), the line 8 is because the program tries to capture the comments any post of a blog on Windows Live Spaces and this action generates errors (in addition to a waste of time when exploring a site), line 9 and 12 are used to capturing Spaces of the list of "friends" who might have the Space user which is capturing at that time (these lines are optional), and lines 10 and 11 are to capture the files and photos<ref>I'm not sure if which is allocated in *. photos.live.com will continue to exist after March 16, then I take the opportunity to save the section "Photos" of Spaces (if the user of Space has this section) so that the line 11 is also optional</ref> that the user can have uploaded there.
 
Finally add in the field Browser "Identity" (from the section Browser ID) the following User Agent:
Googlebot/2.1 (+ http://www.googlebot.com/bot.html)
 
===LSSaver===
<ref>Some of the descriptions in this section was taken from http://www.softsea.com/review/LSSaver.html</ref>
LSSaver is a Windows Freeware software to save an Windows Live Space blog to your local disk. It saves useful informations such as, blog title, content and comments. It is able to save the pictures included in the blog to local disk also.
 
LSSaver is very simple to use, so that its operation is:
* First, you need to enter a Microsoft Live Space username.
* Then, you click on the "Get" button to retrive all blog entries<ref>This operation may take up to several minutes depending on the number of entries that contains a blog, as well the user connection</ref>, when a blog entry is retrieved, it's title will appear in the tree which is the left part of the window. Wait until all titles are trieved. Then you can browse your blog titles by fold/unfold tree, check those you want to save. Once a blog entry is checked, it's content will appear on the right part of the window, check all blogs you want to save and wait until all of them appear.
*To save the selected blogs, you simply click the Save button, a file selection window will open, select where the files will be saved and give a file name and click the Save button on the window, after a while, all the selected blogs are saved. The saved file is a HTML file, you can open it with a browser.
 
The program works as it should but we must take into consideration some details that differentiate it from any web site downloader:
*As explained before, when the program save a blog all the articles (and comments) are crammed into an HTML file (which could become a problem if the blog has a lot of content).
*The names of the images are stored as 000001, 000002, etc. thus avoiding that the original can be found on the Internet (this refers to the images of external sites linked in a blog) or recognize the file format.
 
=== Using Perl/Wget ===
I ([[User:Auguste|Auguste]]) have written a couple of small Perl scripts to simplify the task of archiving Windows Live Spaces.  Unfortunately, it will only grab any dependencies within windows.live.com (i.e. next to nothing).  Due to lack of planning and lack of time, we haven't been able to write anything more thorough, but HTML is better than nothing at all.
 
You can use the following files to download Spaces:
* [http://pastebin.com/0xVpjQNt list.txt] - [[Spaces_of_Windows_Live_Spaces_pending_for_download|Swicher's list of Spaces]] to be downloaded, in alphabetical order
* [http://pastebin.com/jdeMVw9u wls.pl] - Small Perl script to download a page with Wget.  You can just as easily use straight Wget, but this contains all the parameters I use.
* [http://pastebin.com/VGLYLqCa SpaceInvader.pl] - Calls wls.pl on list.txt
 
If you're brave and know Wget pretty well, take a look at [http://pastebin.com/UA4TEx32 wls_experimental.pl], and see if you can get it working properly.  It uses a few different Wget parameters in attempt to download offsite images and dependencies, but it ends up crawling other peoples Spaces too and downloading a lot of useless index pages.  If you are able to correct this, please do.  Otherwise, stick to the original wls.pl.
 
That's it in a nutshell.  I haven't worked on it much, so feel free to write improvements.
 
===Auguste's unfinished script===
[[User:Auguste|Auguste]] began to write [http://pastebin.com/2JjZvWuZ this script] to parse a profile's friend list for more profiles, then output them to a textfile and remove duplicates. Unfortunately, it wasn't completed.  Anyone is welcome to use it or finish it off, but [[User:NovaKing|NovaKing]] is currently using a superior scraper to grab profiles from Bing.
 
== Trivia ==
*Existed 7.000.000 active sites<ref>[http://windowsteamblog.com/windows_live/b/windowslive/archive/2010/11/29/over-500-000-windows-live-spaces-blogs-migrated-to-wordpress-com.aspx Over 500,000 Windows Live Spaces blogs migrated to WordPress.com]</ref>, but until March 2 only 1.000.000 have been moved to WordPress<ref>[http://windowsteamblog.com/windows_live/b/windowslive/archive/2011/03/02/over-one-million-new-blogs-on-wordpress-com-but-time-is-running-out.aspx Over one million new blogs on WordPress.com, but time is running out]</ref>, that is, only 14% of total.
*[[User:Swicher/Personal statistics from Windows Live Spaces download|Here]] you can see some statistics from user Swicher on their progress to download some Spaces.
==Notes==
<references/>
<references/>
==External links ==
*In English:
**[http://ezinearticles.com/?Windows-Live-Spaces-Officially-Closed Windows Live Spaces Officially Closed]
**[http://techie-buzz.com/tech-news/windows-live-spaces-wordpress-migration.html Windows Live Spaces To Shut Down, Move 30 Million Users To WordPress.Com]
**[http://www.liveside.net/2011/02/21/windows-live-spaces-to-close-march-16th-remember Windows Live Spaces to close March 16th, remember?]
**[http://www.darrenstraight.com/blog/2011/03/13/your-windows-live-space-will-close-on-16-march-3-days-left Your Windows Live Space will close on 16 March – 3 days left]
*In Spanish:
**[http://www.danisaur.es/2010/09/30/microsoft-cierra-windows-live-spaces/ Microsoft cierra Windows Live Spaces]
**[http://grupogeek.com/2010/10/01/microsoft-cierra-windows-live-spaces-y-transfiere-a-sus-usuarios-a-wordpress/ Microsoft cierra Windows Live Spaces y transfiere a sus usuarios a WordPress]
**[http://tecnokadosh.abbaproducciones.cl/2010/10/1612 Windows Live Spaces se cierra]
**[http://solucionok.blogspot.com/2010/10/windows-live-spaces-llega-su-fin-y.html Solucion OK: Windows Live Spaces llega a su fin y continúa con WordPress.com]
**[http://mynetx.es/5275/recordatorio-windows-live-spaces-cerrara-pronto Recordatorio: Windows Live Spaces cerrará pronto]
**[http://pastehtml.com/view/1dhf1ez.html Email de Windows Live que le llega a cada usuario con un Space activo]


{{Navigation box}}
{{Navigation box}}
[[Category:web hostings]]
[[Category:web hostings]]
[[Category:Microsoft]]

Latest revision as of 03:29, 31 December 2014

Windows Live Spaces
Windows Live Spaces homepage (after logging in)
Windows Live Spaces homepage (after logging in)
URL http://spaces.live.com
Status Offline
Archiving status Saved!
Archiving type Unknown
IRC channel #archiveteam-bs (on hackint)

Windows Live Spaces was Microsoft's blogging/social networking service, a part of Windows Live.

On September 27, 2010, Microsoft announced that Windows Live Spaces would be shut down on March 16, 2011[1]. Users were given the opportunity to download their Space, migrate it to Wordpress.com or let Microsoft delete it along with any other remaining Spaces on D-Day.

Archival Project

ArchiveTeam is working to archive as much of Windows Live Spaces as possible. If you are able to help, please visit the talk page for co-ordination.

Trivia

  • Although there were 7,000,000 profiles on Windows Live Spaces,[2] only 1,000,000 of them had been moved to Wordpress.com by March 2, 2011[3] - a mere 14% of the total.
  • Swicher has gathered some statistics during his effort to download Spaces.

References