File:Timeline of peer-to-peer software.svg
Page contents not supported in other languages.
Tools
Actions
General
In other projects
Appearance
Size of this PNG preview of this SVG file: 800 × 512 pixels. Other resolutions: 320 × 205 pixels | 640 × 409 pixels | 1,024 × 655 pixels | 1,280 × 818 pixels | 2,560 × 1,637 pixels | 1,026 × 656 pixels.
Original file (SVG file, nominally 1,026 × 656 pixels, file size: 7 KB)
This is a file from the Wikimedia Commons. Information from its description page there is shown below. Commons is a freely licensed media file repository. You can help. |
Summary
DescriptionTimeline of peer-to-peer software.svg |
English: https://vega.github.io/editor/#/custom/vega
{ "$schema": "https://vega.github.io/schema/vega/v5.json", "description": "A timeline of peer-to-peer software.", "width": 500, "height": 300, "padding": 0, "data": [ { "name": "software", "format": {"type":"json", "parse":{"created":"date","ended":"date"}}, "values": [ { "label": "Napster", "created": "1999-06-01", "ended": "2002-09-03" }, { "label": "DC++", "created": "1999", "ended": "2022" }, { "label": "Madster", "created": "2000-08", "ended": "2002-12" }, { "label": "BearShare", "created": "2000-12-04", "ended": "2013-01-29" }, { "label": "WinMX", "created": "2000-12-04", "ended": "2004-07-02" }, { "label": "Soulseek", "created": "2001-04-08", "ended": "2021-02-21" }, { "label": "BitTorrent", "created": "2001-07-02", "ended": "2022" }, { "label": "Morpheus", "created": "2001", "ended": "2007-11-15" }, { "label": "Phex", "created": "2001-04", "ended": "2009-02-01" }, { "label": "Grokster", "created": "2001", "ended": "2005" }, { "label": "Kazaa", "created": "2001", "ended": "2006-11-26" }, { "label": "GNUnet", "created": "2001-11-05", "ended": "2022" }, { "label": "AudioGalaxy", "created": "2002", "ended": "2010" }, { "label": "LimeWire", "created": "2000", "ended": "2010" }, { "label": "FrostWire", "created": "2004-09", "ended": "2022" }, { "label": "WireShare", "created": "2010-10-28", "ended": "2022" }, { "label": "eDonkey2000", "created": "2000-09-06", "ended": "2006" }, { "label": "eMule", "created": "2002-05-13", "ended": "2010-04-07" }, { "label": "aMule", "created": "2003-09", "ended": "2021-02-07" }, { "label": "Shareaza", "created": "2002", "ended": "2017-09-18" }, { "label": "Vuze", "created": "2003-06", "ended": "2017-11-02" } ] } ], "scales": [ { "name": "yscale", "type": "band", "range": [0, {"signal": "height"}], "domain": {"data": "software", "field": "label"} }, { "name": "xscale", "type": "time", "range": "width", "round": true, "domain": {"data": "software", "fields": ["created", "ended"]} } ], "axes": [ {"orient": "bottom", "scale": "xscale", "format": "%Y"} ], "marks": [ { "type": "text", "from": {"data": "software"}, "encode": { "enter": { "x": {"scale": "xscale", "field": "created"}, "y": {"scale": "yscale", "field": "label", "offset": -3}, "fill": {"value": "#000"}, "text": {"field": "label"}, "fontSize": {"value": 10} } } }, { "type": "rect", "from": {"data": "software"}, "encode": { "enter": { "x": {"scale": "xscale", "field": "created"}, "x2": {"scale": "xscale", "field": "ended"}, "y": {"scale": "yscale", "field": "label"}, "height": {"value": 2}, "fill": {"value": "#557"} } } } ] } |
Date | |
Source | Own work |
Author | Frap |
Licensing
Public domainPublic domainfalsefalse |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
4 December 2022
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 19:34, 30 December 2022 | 1,026 × 656 (7 KB) | Frap | Uploaded own work with UploadWizard |
File usage
The following 2 pages use this file:
Global file usage
The following other wikis use this file:
- Usage on he.wikipedia.org
Metadata
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.
Width | 1026 |
---|---|
Height | 656 |