Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve docs #694

Closed
wants to merge 10 commits into from
Closed
Commits on Mar 25, 2016
  1. Change magnetURI to torrentId

    FluorescentHallucinogen committed Mar 25, 2016
    Change magnetURI to torrentId to avoid confusing, because client.add is not limited only to magnet URIs and there are many ways to define torrentId, e.g. HTTP(S) URL to a *.torrent file.
  2. Use complete magnet URI

    FluorescentHallucinogen committed Mar 25, 2016
    Use complete magnet URI to keep example working, because trackerless magnet URIs are not supported in web browser environment (at least at this moment).
  3. Add port variable

    FluorescentHallucinogen committed Mar 25, 2016
    Add missing port variable.
  4. Change magnetURI to torrentId

    FluorescentHallucinogen committed Mar 25, 2016
    Change magnetURI to torrentId to avoid confusing, because client.add is not limited only to magnet URIs and there are many ways to define torrentId, e.g. HTTP(S) URL to a *.torrent file.
  5. Use real magnet URI

    FluorescentHallucinogen committed Mar 25, 2016
    Use real magnet URI to keep example working.
  6. Remove concrete ways of install and use modules

    FluorescentHallucinogen committed Mar 25, 2016
    Remove concrete ways of install and use modules from examples for browser environment.
  7. Change magnetURI to torrentId

    FluorescentHallucinogen committed Mar 25, 2016
    Change magnetURI to torrentId to avoid confusing, because client.add is not limited only to magnet URIs and there are many ways to define torrentId, e.g. HTTP(S) URL to a *.torrent file.
  8. Use real magnet URI

    FluorescentHallucinogen committed Mar 25, 2016
    Use real magnet URI to keep example working.
  9. Remove concrete ways of install and use modules

    FluorescentHallucinogen committed Mar 25, 2016
    Remove concrete ways of install and use modules from examples for browser environment.
  10. Fix broken link and add ways to specify a torrent

    FluorescentHallucinogen committed Mar 25, 2016
    Fix broken link and add all available ways to specify a torrent directly to the page.
You can’t perform that action at this time.