Coder Social home page Coder Social logo

rodrigomeyer / killed-by-microsoft Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fabianoriccardi/killed-by-microsoft

0.0 0.0 0.0 3.37 MB

Part guillotine, part graveyard for Microsoft's doomed apps, services, and hardware.

Home Page: https://killedbymicrosoft.info

License: MIT License

JavaScript 64.98% TypeScript 22.61% HTML 7.58% SCSS 4.83%

killed-by-microsoft's Introduction

tombstone

Killed by Microsoft

A tribute and log of beloved products and services killed by Microsoft.

MIT license

Contribute

To add a product, gather the following information:

  • Name of Product (name) - the name of the product
  • Launch Date (dateOpen) - it should be the date of first release or at least the "beta" or when it is made avaialbe to the customer, do not confuse with the product's announcement
  • Discontinued Date (dateClose) - it should be the date when the product is "no longer available for purchase" or, for web-based services, when the service stops its normal functioning. However, if it is not clear when an application was discontinued, you can use the date of the latest significant release (i.e., a release adding new features). This case is typical for old desktop applications.
  • Description (description) - a bried description of the product
  • Link (link) - Relevant link to the source
  • Links (links) - other relevant links to the source, since all the information may not be available at the same link. Actually this field is not rendered
  • Type (type) - one of app, service or hardware
  • Slug (slug) - (optional), specify a custom slug (an identifier SEO friendly in the form "product-name"). Used only for testing

Description

The description should be a single sentence describing the product. It should begin with the products name. For example, "Google Reader was an RSS/Atom feed aggregator." It will be attached to a generated sentence like "Killed about 5 years ago, Google Reader was an RSS/Atom feed aggregator."

Please be respectful, only use past tense.

Link

Link should be a resource that mentions the discontinuation date and talks about the product. Wikipedia is perfect.

Type

The type should be either app, service, or hardware as a string.

If you are not familiar with or do not want to use git, submit a new issue requesting the change. If you are already familiar with git, follow these steps:

  1. If you haven't already, start by forking this repository.
  2. Create a new branch in your fork. Name it using the product you want to add
  3. Switch to that branch (should happen automatically if you've just created it) and open the graveyard.json file
  4. Use the information gathered above to add a JSON entry in the following format (note the alphabetical order of keys):
  {
    "dateClose": "YYYY-MM-DD",
    "dateOpen": "YYYY-MM-DD",
    "description": "[Product Name] was a single sentence overview of the product or service.",
    "link": "https://any.link-to-a.source/will/work-and-wikipedia-is-cool",
    "links": [
      "https://any.link-to-a.source/will/work-and-wikipedia-is-cool"
    ]
    "name": "[Product Name]",
    "type": "app|service|hardware"
  }
  1. Finally, create a Pull Request (PR) using the newly created branch (Important: DON'T use the master branch for the PR). Submit it with the necessary explanations.

For code contributions outside of graveyard.json, check out the Contributing Guide.

Install and build

yarn install
node bin/graveyard
yarn dev

The script in bin/graveyard.js updates graveyard.json and copy it in proper directory. Jest is used to test the project and in particular to test the format of graveyard.json. To run it type:

yarn jest

Then, to create the production version:

yarn build

Acknowledgements

Thanks to Cody Odgen, author and designer of the graveyard for the products killed by Google, that provides the skeleton for Killed by Microsoft.

Notes

The practice Embrace, Extend, and Extinguish seems to be a mantra for Microsoft, and many companies fell under it. However, I would collect only extinguished products (digital or physical) on this page and not companies. So, for example, Solair, a provider of knowledge and consulting in the IoT field, is excluded.

killed-by-microsoft's People

Contributors

codyogden avatar dependabot-preview[bot] avatar fabianoriccardi avatar frambinni avatar navjotjsingh avatar mskadu avatar jrr avatar brandon93s avatar jasonhk avatar s3krit avatar hackily avatar notarossfan avatar soundug avatar djfoxer avatar feysalikbal avatar hemangis avatar arthurtelles avatar tech234a avatar younes-l avatar roryduncan avatar ajaygahlot8 avatar wmateam avatar gabrielduuarte avatar dgilliams avatar guido2k avatar aniketroy avatar t1ml3arn avatar wuelcas avatar mryadro avatar apiaget avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.