Difference between revisions of "Swipnet"

From Archiveteam
Jump to navigation Jump to search
(Mass-edit to update uses of Template:IRC)
 
(46 intermediate revisions by 8 users not shown)
Line 3: Line 3:
| URL = http://home.swipnet.se/
| URL = http://home.swipnet.se/
| description = Swipnet
| description = Swipnet
| source = None
| logo = Frank_sheep_poses.jpg
| tracker = None
| image = Swipnet_Shutdown_Notice.png
| project_status = {{closing}}
| source = [https://github.com/ArchiveTeam/swipnet-grab swipnet-grab], [https://github.com/ArchiveTeam/swipnet-items swipnet-items]
| archiving_status = {{in progress}} [https://archive.org/search.php?query=collection%3Aarchiveteam-fire%20swipnet some urls saved]
| tracker = [http://tracker.archiveteam.org/swipnet/ swipnet]
| irc = archiveteam
| project_status = {{online}}
| archiving_status = {{selfsaved}} [https://archive.org/search.php?query=collection%3Aarchiveteam-fire%20swipnet some urls saved]
| irc = swiped
| irc_network = EFnet
| irc_abandoned = true
}}
}}


home.swipnet.se is a Swedish personal homepage service operated by Tele2. They announced that they we're shutting down, closing public access on August 31 and closing down ftp access for customers on September 30.
'''home.swipnet.se''' was a Swedish personal homepage service operated by Tele2. They announced that they were shutting down, closing public access on August 31, 2014 and closing down ftp access for customers on September 30, 2014.


== Shutdown ==
== Shutdown ==
Swedish Original:
Swedish Original:


Line 20: Line 25:


<p>Personlig hemsida kommer att stängas ned från och med den 31 augusti. Ägaren till hemsidan kommer att kunna logga in som vanligt på ftp:n fram till och med 30 september.</p>
<p>Personlig hemsida kommer att stängas ned från och med den 31 augusti. Ägaren till hemsidan kommer att kunna logga in som vanligt på ftp:n fram till och med 30 september.</p>
<p>Med vänligt hälsning Tele2</p>
<p>Med vänlig hälsning Tele2</p>


</blockquote>
</blockquote>
Line 35: Line 40:
</blockquote>
</blockquote>


=== Last minute reprieve ===
<blockquote>
Hej! Den här webbplatsen och allt annat innehåll under home.swipnet.se är sedan 18 september 2014 då webbhotelltjänsten Swipnet stängdes ner arkiverat som del i .SE:s Internetmuseum. Allt material är fortsatt synligt och sökbart på webben tack vare ett samarbete mellan .SE och Tele2, och vi har därigenom säkerställt att en viktig del av den svenska internethistorien bevaras för framtiden.
Om du som upphovsman vill att din hemsida från Swipnet ska tas bort ur arkivet, eller vid andra frågor om innehåll på home.swipnet.se, kontakta .SE:s kundtjänst på info@iis.se.
</blockquote>
English translation:
<blockquote>
Hey! This site and all other content in home.swipnet.se is since September 18, 2014 when the web hosting service shut down Swipnet filed as part of .SE's Internet Museum. All material remains visible and searchable on the web thanks to a collaboration between SE and Tele2, and we have thus ensured that an important part of the Swedish Internet history preserved for the future.
If the author want your website from Swipnet to be removed from the archive, or at other questions about content on home.swipnet.se, contact .SE's customer service at info@iis.se.
</blockquote>
== Site structure ==
== Site structure ==


* Some of the sites are have an url like this: http://home.swipnet.se/~w-00000 to http://home.swipnet.se/~w-99999
* There are three kinds of sites on home.swipnet.se:
* The other sites have a normal name from any ASCII string: http://home.swipnet.se/zabonk/
# http://home.swipnet.se/~w-******/ where * = 0, 1, 2, 3, 4, 5, 6, 7, 8 or 9
# http://home.swipnet.se/-w-******/ where * = 0, 1, 2, 3, 4, 5, 6, 7, 8 or 9
# http://home.swipnet.se/USERNAME/
# UPDATE: Actually anything can be but instead of the "-" or the "~", but ~w- and -w- will only be crawled since those are used the most.
* Are there any pages on http://home.swipnet.se/ itself?


== Progress ==
== Progress ==
There seems to be two different username types.


The first is an incremental username that follows the pattern "~w-[0-9]{5}"; tephra says to be almost done with these, see [https://archive.org/search.php?query=collection%3Aarchiveteam-fire%20swipnet Swipnet Collection].  
=== Items list ===
 
All the current item lists can be found here: https://github.com/Arkiver2/swipnet-items
 
* '''DONE''' Create list of items following pattern http://home.swipnet.se/~w-******/ where * = 0, 1, 2, 3, 4, 5, 6, 7, 8 or 9
* '''DONE''' Create list of items following pattern http://home.swipnet.se/-w-******/ where * = 0, 1, 2, 3, 4, 5, 6, 7, 8 or 9
* '''DONE''' Get list of item from the Wayback Machine.
The next three point are ideas of how to get new lists or urls, this list can change.
* The third list will be taken from Google Search results with the keyword: site:home.swipnet.se. (Someone was planning this already?)
* The fourth list will be taken from Yahoo Search results with the keyword: site:home.swipnet.se.
* The fifth list will be taken from Bing Search results with the keyword: site:home.swipnet.se. ([[User:Mithrandir]] is downloading a list of links retrieved from Bing.)
 
Please send list of links to Arkiver so that it can be added to the swipnet-items repository.


The other type is the custom username that can be any ASCII string, searching google for 'site:home.swipnet.se' seems to be a good way to discover these,
==== Current amount of items ====
* 1111110 items = http://home.swipnet.se/~w-******/ where * = 0, 1, 2, 3, 4, 5, 6, 7, 8 or 9
* 1111110 items = http://home.swipnet.se/-w-******/ where * = 0, 1, 2, 3, 4, 5, 6, 7, 8 or 9
* 2432 items = Wayback Machine


* Bing results have been acquired and are being downloaded.
'''Total Items: 2224652'''
* Someone else plans to get Google URLs.
 
=== Scripts ===
* '''DONE''' The following scripts are created for this project: https://github.com/Arkiver2/swipnet-grab
* '''DONE''' Let the scripts be checked by chfoo.
* '''DONE''' Set up Rsync point(s).
* '''DONE''' Add the project to the tracker.
 
=== Uploading ===
 
* '''DONE''' Set up Megawarc factories.
* Create collection for Swipnet items.
* Upload Swipnet items to the collection.


== How can I help? ==
== How can I help? ==
*coming*
=== Donating ===
Please '''[https://archive.org/donate/ donate to the Internet Archive]'''. The Internet Archive will be hosting all these files by making them available through the wayback machine. The space is cheap, but maintaining the files on the server is not.
 
To illustrate the costs of permanently storing 1 TB of files: $2000
=== Running a Warrior ===
 
Fire up the [[warrior]] and select the Swipnet project. Better yet, select ArchiveTeam's Choice.
 
=== Running scripts manually ===
 
Details are documented at [https://github.com/ArchiveTeam/swipnet-grab swipnet-grab ].


== Archives ==
== Archives ==


By Tephra: https://archive.org/search.php?query=collection%3Aarchiveteam-fire%20swipnet
Main archives are in [[WARC]] format. They are available at [https://archive.org/details/archiveteam_swipnet archiveteam_swipnet].
 
* Tephra: https://archive.org/search.php?query=collection%3Aarchiveteam-fire%20swipnet
* [[User:Mithrandir]]: [https://archive.org/details/swipnet-searchengine-crawl-nonrecursive] and [https://archive.org/details/swipnet-searchengine-crawl-recursive] (2GB and 30GB respectively)
 
== External Links ==
 
* {{w|Swipnet|sv}}
 
== References ==
 
<references/>
 
{{Navigation box}}
[[Category:ISP hosting]]

Latest revision as of 18:51, 31 October 2021

home.swipnet.se
Swipnet logo
Swipnet
Swipnet
URL http://home.swipnet.se/
Status Online!
Archiving status Saved by itself some urls saved
Archiving type Unknown
Project source swipnet-grab, swipnet-items
Project tracker swipnet
IRC channel #archiveteam-bs (on hackint)
(formerly #swiped (on EFnet))

home.swipnet.se was a Swedish personal homepage service operated by Tele2. They announced that they were shutting down, closing public access on August 31, 2014 and closing down ftp access for customers on September 30, 2014.

Shutdown

Swedish Original:

Tjänsten Upphör!

Personlig hemsida kommer att stängas ned från och med den 31 augusti. Ägaren till hemsidan kommer att kunna logga in som vanligt på ftp:n fram till och med 30 september.

Med vänlig hälsning Tele2

English Translation:

Service Shutting Down!

Personal homepage will be shut down as of august 31. The owner to the homepage will be able to log in as usual on ftp until September 30.

Best regards Tele2

Last minute reprieve

Hej! Den här webbplatsen och allt annat innehåll under home.swipnet.se är sedan 18 september 2014 då webbhotelltjänsten Swipnet stängdes ner arkiverat som del i .SE:s Internetmuseum. Allt material är fortsatt synligt och sökbart på webben tack vare ett samarbete mellan .SE och Tele2, och vi har därigenom säkerställt att en viktig del av den svenska internethistorien bevaras för framtiden.

Om du som upphovsman vill att din hemsida från Swipnet ska tas bort ur arkivet, eller vid andra frågor om innehåll på home.swipnet.se, kontakta .SE:s kundtjänst på info@iis.se.

English translation:

Hey! This site and all other content in home.swipnet.se is since September 18, 2014 when the web hosting service shut down Swipnet filed as part of .SE's Internet Museum. All material remains visible and searchable on the web thanks to a collaboration between SE and Tele2, and we have thus ensured that an important part of the Swedish Internet history preserved for the future.

If the author want your website from Swipnet to be removed from the archive, or at other questions about content on home.swipnet.se, contact .SE's customer service at info@iis.se.

Site structure

  • There are three kinds of sites on home.swipnet.se:
  1. http://home.swipnet.se/~w-******/ where * = 0, 1, 2, 3, 4, 5, 6, 7, 8 or 9
  2. http://home.swipnet.se/-w-******/ where * = 0, 1, 2, 3, 4, 5, 6, 7, 8 or 9
  3. http://home.swipnet.se/USERNAME/
  4. UPDATE: Actually anything can be but instead of the "-" or the "~", but ~w- and -w- will only be crawled since those are used the most.

Progress

Items list

All the current item lists can be found here: https://github.com/Arkiver2/swipnet-items

The next three point are ideas of how to get new lists or urls, this list can change.

  • The third list will be taken from Google Search results with the keyword: site:home.swipnet.se. (Someone was planning this already?)
  • The fourth list will be taken from Yahoo Search results with the keyword: site:home.swipnet.se.
  • The fifth list will be taken from Bing Search results with the keyword: site:home.swipnet.se. (User:Mithrandir is downloading a list of links retrieved from Bing.)

Please send list of links to Arkiver so that it can be added to the swipnet-items repository.

Current amount of items

Total Items: 2224652

Scripts

  • DONE The following scripts are created for this project: https://github.com/Arkiver2/swipnet-grab
  • DONE Let the scripts be checked by chfoo.
  • DONE Set up Rsync point(s).
  • DONE Add the project to the tracker.

Uploading

  • DONE Set up Megawarc factories.
  • Create collection for Swipnet items.
  • Upload Swipnet items to the collection.

How can I help?

Donating

Please donate to the Internet Archive. The Internet Archive will be hosting all these files by making them available through the wayback machine. The space is cheap, but maintaining the files on the server is not.

To illustrate the costs of permanently storing 1 TB of files: $2000

Running a Warrior

Fire up the warrior and select the Swipnet project. Better yet, select ArchiveTeam's Choice.

Running scripts manually

Details are documented at swipnet-grab .

Archives

Main archives are in WARC format. They are available at archiveteam_swipnet.

External Links

References