Web Archiving Information
Web archiving is the process of collecting portions of the World Wide Web and ensuring the collection is preserved in an archive, such as an archive site, for future researchers, historians, and the public. Due to the massive size of the Web, web archivists typically employ web crawlers for automated collection. The largest web archiving organization based on a crawling approach is the Internet Archive which strives to maintain an archive of the entire Web. National libraries, national archives and various consortia of organizations are also involved in archiving culturally important Web content. Commercial web archiving software and services are also available to organizations who need to archive their own web content for corporate heritage, regulatory, or legal purposes.
Contents |
Collecting the web
Web archivists generally archive all types of web content including HTML web pages, style sheets, JavaScript, images, and video. They also archive metadata about the collected resources such as access time, MIME type, and content length. This metadata is useful in establishing authenticity and provenance of the archived collection.
Methods of collection
Remote harvesting
The most common web archiving technique uses web crawlers to automate the process of collecting web pages. Web crawlers typically view web pages in the same manner that users with a browser see the Web, and therefore provide a comparatively simple method of remotely harvesting web content. Examples of web crawlers used for web archiving include:
On-demand
There are numerous services that may be used to archive web resources "on-demand", using web crawling techniques.
- Aleph Archives, offers web archiving services for regulatory compliance and eDiscovery aimed to corporate (Global 500 market), legal and government industries.
- Archive-It, a subscription service which allows institutions to build, manage and search their own web archive.
- Archivethe.net, a shared web-archiving platform operated by the Internet Memory Foundation (formerly European Archive Foundation).
- BackupURL.com, allows creation of "a copy of any website that you can share and view any time knowing it will last forever." [1] This service is on the Wikipedia blacklist.
- Compliance WatchDog by SiteQuest Technologies, a subscription service that archives websites and allows users to browse the site as it appeared in the past. It also monitors sites for changes and alerts compliance personnel if a change is detected.
- freezePAGE snapshots, a free/subscription service. To preserve snapshots, requires login every 30 days for unregistered users, 60 days for registered users.[2]
- Hanzo Archives, provides web archiving, cloud archiving, and social media archiving software and services for e-discovery, information management, Financial Industry Regulatory Authority, United States Securities and Exchange Commission, and Food and Drug Administration compliance, as well as corporate heritage. Hanzo is used by leading organisations in many industries, and in national governmental institutions. Web archive access is on-demand in native format, and includes full-text search, annotations, redaction, archive policy and temporal browsing. Hanzo is integrated with leading electronic discovery applications and services.
- Iterasi, Provides enterprise web archiving for compliance, litigation protection, e-discovery and brand heritage. For enterprise companies, financial organizations, government agencies and more.
- Nextpoint, offers an automated cloud-based, SaaS for marketing, compliance and litigation related needs including electronic discovery
- PageFreezer, a subscription SaaS service to archive, replay and search websites, blogs, web 2.0, Flash & social media for marketing, eDiscovery and regulatory compliance with U.S. Food and Drug Administration (FDA), Financial Industry Regulatory Authority, U.S. Securities and Exchange Commission, Sarbanes–Oxley Act Federal Rules of Evidence and records management laws. Archives can be used as legal evidence.
- Perpetually, creates forensically sound archives of any web page for compliance, regulated public companies, competitive intelligence and institutional memory.
- Reed Technology Web Archiving Services powered by Iterasi, offers litigation protection, regulatory compliance & eDiscovery in the corporate, legal and government industries.
- The Web Archiving Service is a subscription service optimized for the academic environment guided by input from librarians, archivists and researchers. WAS provides topical browsing, change comparison and site-by-site control of capture settings and frequency. Developed and hosted by the University of California Curation Center at the California Digital Library.
- WebCite, a free service specifically for scholarly authors, journal editors and publishers to permanently archive and retrieve cited Internet references.[3]
- Website-Archive.com, a subscription service. Captures screen-shots of pages, transactions and user journeys using "actual browsers". Screen-shots can be viewed online or downloaded in a monthly archive. Uses Cloud Testing technology.
Database archiving
Database archiving refers to methods for archiving the underlying content of database-driven websites. It typically requires the extraction of the database content into a standard schema, often using XML. Once stored in that standard format, the archived content of multiple databases can then be made available using a single access system. This approach is exemplified by the DeepArc and Xinq tools developed by the Bibliothèque nationale de France and the National Library of Australia respectively. DeepArc enables the structure of a relational database to be mapped to an XML schema, and the content exported into an XML document. Xinq then allows that content to be delivered online. Although the original layout and behavior of the website cannot be preserved exactly, Xinq does allow the basic querying and retrieval functionality to be replicated.
Transactional archiving
Transactional archiving is an event-driven approach, which collects the actual transactions which take place between a web server and a web browser. It is primarily used as a means of preserving evidence of the content which was actually viewed on a particular website, on a given date. This may be particularly important for organizations which need to comply with legal or regulatory requirements for disclosing and retaining information.
A transactional archiving system typically operates by intercepting every HTTP request to, and response from, the web server, filtering each response to eliminate duplicate content, and permanently storing the responses as bitstreams. A transactional archiving system requires the installation of software on the web server, and cannot therefore be used to collect content from a remote website.
Difficulties and limitations
Crawlers
Web archives which rely on web crawling as their primary means of collecting the Web are influenced by the difficulties of web crawling:
- The robots exclusion protocol may request crawlers not access portions of a website. Some web archivists may ignore the request and crawl those portions anyway.
- Large portions of a web site may be hidden in the deep Web. For example, the results page behind a web form lies in the deep Web because most crawlers cannot follow a link to the results page.
- Crawler traps (e.g., calendars) may cause a crawler to download an infinite number of pages, so crawlers are usually configured to limit the number of dynamic pages they crawl.
However, it is important to note that a native format web archive, i.e., a fully browsable web archive, with working links, media, etc., is only really possible using crawler technology.
The Web is so large that crawling a significant portion of it takes a large amount of technical resources. The Web is changing so fast that portions of a website may change before a crawler has even finished crawling it.
General limitations
- Some web servers are configured to return different pages to web archiver requests than they would in response to regular browser requests. This is typically done to fool search engines into directing more user traffic to a website, and is often done to avoid accountability, or to provide enhanced content only to those browsers that can display it.
Not only must web archivists deal with the technical challenges of web archiving, they must also contend with intellectual property laws. Peter Lyman[4] states that "although the Web is popularly regarded as a public domain resource, it is copyrighted; thus, archivists have no legal right to copy the Web". However national libraries in many countries do have a legal right to copy portions of the web under an extension of a legal deposit.
Some private non-profit web archives that are made publicly accessible like WebCite or the Internet Archive allow content owners to hide or remove archived content that they do not want the public to have access to. Other web archives are only accessible from certain locations or have regulated usage. WebCite cites a recent lawsuit against Google's caching, which Google won.[5]
Aspects of web curation
Web curation, like any digital curation, entails:
- Certification of the trustworthiness and integrity of the collection content
- Collecting verifiable Web assets
- Providing Web asset search and retrieval
- Semantic and ontological continuity and comparability of the collection content
Thus, besides the discussion on methods of collecting the Web, those of providing access, certification, and organizing must be included. There are a set of popular tools that addresses these curation steps:
A suite of tools for Web Curation by International Internet Preservation Consortium:
- Heritrix - official website - collecting Web asset
- NutchWAX - search Web archive collections
- Wayback (Open source Wayback Machine) - search and navigate Web archive collections using NutchWax
- Web Curator Tool - Selection and Management of Web Collection[6]
Other open source tools for manipulating web archives:
- WARC Tools - for creating, reading, parsing and manipulating, web archives programmatically
- Search Tools - for indexing and searching full-text and metadata within web archives
See also
- Archive
- Archive site
- Digital preservation
- Heritrix
- International Internet Preservation Consortium
- Internet Archive Wayback Machine
- Library of Congress Digital Library project
- List of Web archiving initiatives
- National Digital Information Infrastructure and Preservation Program
- Pandora Archive
- Portuguese Web Archive
- Project MINERVA
- UK Web Archiving Consortium
- Virtual artifact
- WebCite
- Web crawling
Notes
| This article uses bare URLs for citations. Please consider adding full citations so that the article remains verifiable in the future. and the Reflinks tool are available to assist in formatting. (Reflinks documentation) (April 2011) |
- ^ As of 5 July 2010)[update]: BackupURL.com is working. Previously, as of 2009-12-23 reported "Service will resume within 1 week."
- ^ FAQ FreezePage.com.
- ^ Eysenbach and Trudel (2005).
- ^ Lyman (2002)
- ^ FAQ Webcitation.org
- ^ http://webcurator.sourceforge.net/manuals.shtml
References
- Brown, A. (2006). Archiving Websites: a practical guide for information management professionals. London: Facet Publishing. ISBN 1-85604-553-6.
- Brügger, N. (2005). Archiving Websites. General Considerations and Strategies. Aarhus: The Centre for Internet Research. ISBN 87-990507-0-6. http://www.cfi.au.dk/en/publications/cfi.
- Day, M. (2003). "Preserving the Fabric of Our Lives: A Survey of Web Preservation Initiatives". Research and Advanced Technology for Digital Libraries: Proceedings of the 7th European Conference (ECDL): 461–472. http://www.ukoln.ac.uk/metadata/presentations/ecdl2003-day/day-paper.pdf.
- Eysenbach, G. and Trudel, M. (2005). "Going, going, still there: using the WebCite service to permanently archive cited web pages". Journal of Medical Internet Research 7 (5): e60. doi:10.2196/jmir.7.5.e60. PMC 1550686. PMID 16403724. http://www.jmir.org/2005/5/e60/.
- Fitch, Kent (2003). "Web site archiving — an approach to recording every materially different response produced by a website". Ausweb 03. http://ausweb.scu.edu.au/aw03/papers/fitch/.
- Jacoby, Robert (August 19, 2010). "Archiving a Web Page". http://www.seoq.com/archiving-a-web-page/. Retrieved 23 October 2010.
- Lyman, P. (2002). "Archiving the World Wide Web". Building a National Strategy for Preservation: Issues in Digital Media Archiving. http://www.clir.org/pubs/reports/pub106/web.html.
- Masanès, J. (ed.) (2006). Web Archiving. Berlin: Springer-Verlag. ISBN 3-540-23338-5.
External links
- International Internet Preservation Consortium (IIPC) - International consortium whose mission is to acquire, preserve, and make accessible knowledge and information from the Internet for future generations
- International Web Archiving Workshop (IWAW) - Annual workshop that focuses on web archiving
- The Library of Congress, Digital Collections and Programs
- National Library of Australia, Preserving Access to Digital Information (PADI)
- Library of Congress - Web Archiving
- Web archiving bibliography - Lengthy list of web-archiving resources
- Web archiving discussion list - Used for discussing the technical, legal, and organizational aspects of web archiving
- WebArchivist - Researchers that work with scholars, librarians, and archivists interested in preserving and analyzing Web resources
- Julien Masanès, Bibliothèque Nationale de France - Towards continuous web archiving
- Comparison of web archiving services
- SWAT - Snappy Web Archiving Tool. A proof-of-concept software that archives web pages by harvesting all files and taking screenshots of each page. All META data is saved in XML (METS, PREMIS, MODS and ADDML).
- The UK Government Web Archive at The National Archives - Archive of UK central government websites
- The UK Web Archive provided by The British Library - Archive of selected websites of UK cultural, social and historical significance - archived with permission from content owners
Categories:
|
560px x 654px | 54.20kB
[source page]
slide0067 image057 gif 22 Mar 2002 16 35 1k slide0068 html 22 Mar 2002 16 35 6k slide0068 image058 png 22 Mar 2002 16 35 54k slide0068 image059 jpg 22 Mar 2002 16 35 18k
Tue, 24 May 2011 11:58:40 -0700
Though much of Baker's piece discussed the pros and cons (mostly cons) of microfilm, he did take a moment to consider the logistics involved in a project like Google's: Surely this material is all available on the Web by now, or will be soon? ...
properties; archiving strategy; software tools for Web archiving; malware; ... Web archiving is important not only for future research but also for ...
www.ifap.ru/pr/2010/n100414a.pdf