207 captures
30 Nov 2013 - 07 Jan 2026
Aug SEP Oct
16
2019 2020 2021
success
fail

About this capture

COLLECTED BY

Organization: Archive Team

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

History is littered with hundreds of conflicts over the future of a community, group, location or business that were "resolved" when one of the parties stepped ahead and destroyed what was there. With the original point of contention destroyed, the debates would fall to the wayside. Archive Team believes that by duplicated condemned data, the conversation and debate can continue, as well as the richness and insight gained by keeping the materials. Our projects have ranged in size from a single volunteer downloading the data to a small-but-critical site, to over 100 volunteers stepping forward to acquire terabytes of user-created data to save for future generations.

The main site for Archive Team is at archiveteam.org and contains up to the date information on various projects, manifestos, plans and walkthroughs.

This collection contains the output of many Archive Team projects, both ongoing and completed. Thanks to the generous providing of disk space by the Internet Archive, multi-terabyte datasets can be made available, as well as in use by the Wayback Machine, providing a path back to lost websites and work.

Our collection has grown to the point of having sub-collections for the type of data we acquire. If you are seeking to browse the contents of these collections, the Wayback Machine is the best first stop. Otherwise, you are free to dig into the stacks to see what you may find.

The Archive Team Panic Downloads are full pulldowns of currently extant websites, meant to serve as emergency backups for needed sites that are in danger of closing, or which will be missed dearly if suddenly lost due to hard drive crashes or server failures.

Collection: ArchiveBot: The Archive Team Crowdsourced Crawler

ArchiveBot is an IRC bot designed to automate the archival of smaller websites (e.g. up to a few hundred thousand URLs). You give it a URL to start at, and it grabs all content under that URL, records it in a WARC, and then uploads that WARC to ArchiveTeam servers for eventual injection into the Internet Archive (or other archive sites).

To use ArchiveBot, drop by #archivebot on EFNet. To interact with ArchiveBot, you issue commands by typing it into the channel. Note you will need channel operator permissions in order to issue archiving jobs. The dashboard shows the sites being downloaded currently.

There is a dashboard running for the archivebot process at http://www.archivebot.com.

ArchiveBot's source code can be found at https://github.com/ArchiveTeam/ArchiveBot.

TIMESTAMPS
The Wayback Machine - http://web.archive.org/web/20200916184104/https://github.com/angular/protractor
Skip to content
Sign in Sign up
  • Star
  • Fork 2.4k
  • E2E test framework for Angular apps

    www.protractortest.org
    MIT License
    8.6k stars 2.4k forks
    Star
    Watch
    master
    6 branches 101 tags
    Go to file
    Code

    If nothing happens, download GitHub Desktop and try again.

    If nothing happens, download GitHub Desktop and try again.

    If nothing happens, download Xcode and try again.

    If nothing happens, download the GitHub extension for Visual Studio and try again.

    Latest commit

    alan-agius4 and kyliau fix: remove elementExplorer api and command line
    df3dd64 May 14, 2020
    fix: remove elementExplorer api and command line
    Protractor debugger and element explorer cannot be used for Node.js 8+ and were removed in version 7.
    df3dd64

    Git stats

    Files

    Permalink
    Failed to load latest commit information.
    Type
    Name
    Latest commit message
    Commit time
    .circleci
    ci: update tests to run on Node 10 and 12
    May 8, 2020
    .github
    chore(docs): add test app link to issue template (#3843)
    Dec 20, 2016
    bin
    fix: remove elementExplorer api and command line
    May 14, 2020
    debugging
    fix(doc): remove unnecessary config in debugging doc/example (#4622)
    Dec 9, 2017
    docs
    fix: remove elementExplorer api and command line
    May 14, 2020
    example
    feat(example): add examples of usage protractor framework with angula…
    Jul 22, 2018
    exampleTypescript
    fix(doc): update links in debugging docs to make it show correctly in…
    Dec 6, 2017
    lib
    fix: remove elementExplorer api and command line
    May 14, 2020
    scripts
    refactor: remove debugger and explore methods
    May 8, 2020
    spec
    build: update webdriver-manager
    May 8, 2020
    stress
    chore(jasmine): remove jasmine 1.3
    Nov 3, 2015
    testapp
    refactor: use console.log instead of util.puts
    May 8, 2020
    website
    chore(release): version bump and change log for 5.3.0 (#4668)
    Jan 25, 2018
    .clang-format
    chore(clang-format): increase ColumnLimit to 100 (#3682)
    Oct 28, 2016
    .gitattributes
    chore(eol): normalize all the line endings
    Sep 29, 2014
    .gitignore
    chore(deps): Update typescript to fix tsc error.
    May 5, 2017
    .jshintignore
    feat(config): Support setting `SELENIUM_PROMISE_MANAGER` flag via the…
    Jan 27, 2017
    .jshintrc
    chore(cleanup): jshint cleanup for spec (#3800)
    Dec 7, 2016
    .npmignore
    fix(npmignore): .map files in built directory cause stacktrace lines …
    Jul 15, 2017
    .travis.yml
    ci: update tests to run on Node 10 and 12
    May 8, 2020
    CHANGELOG.md
    release: 7.0.0
    May 13, 2020
    CONTRIBUTING.md
    docs(contributing): change wording for merging (#3405)
    Jul 21, 2016
    DEVELOPER.md
    docs: fixed dead pre-requisites link & added link to `release.md`
    Apr 26, 2017
    LICENSE
    chore(release): version bump and update changelog (#3942)
    Jan 9, 2017
    README.md
    doc: update compatibility change with nodejs
    May 13, 2020
    gulpfile.js
    fix: prototype Pollution vulnerability through outdated yargs package
    May 8, 2020
    logo.svg
    chore: add svg logo to the repo (#3923)
    Jan 3, 2017
    package-lock.json
    build: update several dev packages that have security issues
    May 8, 2020
    package.json
    release: 7.0.0
    May 13, 2020
    release.md
    docs(release): Update release docs for 5.4 series.
    Feb 10, 2020
    ts_spec_config.json
    chore(tests): Reorganize typesript tests
    Feb 8, 2017
    tsconfig.json
    chore(tests): Reorganize typesript tests
    Feb 8, 2017
    tslint.json
    build: update several dev packages that have security issues
    May 8, 2020

    README.md

    Protractor Build Status CircleCI Status Join the chat at https://gitter.im/angular/protractor

    Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor is a Node.js program built on top of WebDriverJS. Protractor runs tests against your application running in a real browser, interacting with it as a user would.

    Compatibility

    Protractor 5 is compatible with Nodejs v6 and v8 only.

    Protractor 6 has been deprecated.

    Protractor 7 is compatible with Nodejs v10, v12, and newer.

    Protractor works with AngularJS versions greater than 1.0.6/1.1.4, and is compatible with Angular applications. Note that for Angular apps, the binding and model locators are not supported. We recommend using by.css.

    Getting Started

    See the Protractor Website for most documentation.

    To get set up and running quickly:

    Once you are familiar with the tutorial, you’re ready to move on. To modify your environment, see the Protractor Setup docs. To start writing tests, see the Protractor Tests docs.

    To better understand how Protractor works with the Selenium WebDriver and Selenium Server see the reference materials.

    Getting Help

    Check the Protractor FAQ and read through the Top 20 questions on StackOverflow.

    Please ask usage and debugging questions on StackOverflow (use the "protractor" tag), the Gitter chat room, or in the Angular discussion group. (Please do not ask support questions here on Github.)

    For Contributors

    See DEVELOPER.md

    About

    E2E test framework for Angular apps

    Topics

    angular javascript selenium node test webdriver protractor end-to-end

    Resources

    Readme

    License

    MIT License

    Releases 101

    5.4.3 Latest
    Jan 31, 2020
    + 100 releases

    Packages

    No packages published

    Contributors 260

  • @cnishina
  • @sjelin
  • @hankduan
  • @heathkit
  • @qiyigg
  • @andresdominguez
  • @elgalu
  • @el-davo
  • @NickTomlin
  • @CrispusDH
  • + 249 contributors

    Languages

  • Privacy
  • Security
  • Status
  • Help
  • You can’t perform that action at this time.