|
id,content,layer,summary |
|
FR01,FR 1 - Any software tool or application based on libwarc shall require just a single header file.,Functional Requirement, |
|
FR02, |
|
|
|
FR03, |
|
|
|
FR04,"FR 4 - For each type of WARC-record, a set of functions shall be made available to create/modify the records properties.",Functional Requirement, |
|
FR05, |
|
|
|
FR06,FR 6 - Libwarc shall provide a stable Application Programme Interface (API) to handle WARCrecords as abstract objects (ADT),Functional Requirement, |
|
FR07,FR 7 - Libwarc shall provide ARC-record reader functionality Libwarc reader will thereby make read operations as simple as possible.,Functional Requirement, |
|
FR08,FR 8 - Libwarc shall provide a default iterator as a built-in function,Functional Requirement, |
|
FR09,FR 9 - Libwarc shall provide a records iterator to handle WARC-type records,Functional Requirement, |
|
FR10, |
|
|
|
FR11,FR 11 - Iterators can use exact pattern search or regex expressions,Functional Requirement, |
|
FR12,"FR 12 - Libwarc shall provide an abstract interface for iterators, to enable custom iterators",Functional Requirement, |
|
FR13,"FR 13 - Libwarc shall enable combinations of iterators to be used, i.e. composite iterators",Functional Requirement, |
|
FR14, |
|
|
|
FR15, |
|
|
|
FR16,FR 16 - Dynamic memory management shall be hidden inside libwarc,Functional Requirement, |
|
FR17, |
|
|
|
FR18,"FR 18 - Libwarc shall provide a plug-in interface to enable use of alternative compression libraries, such as ""gzip2"", ""7zip" |
|
|
|
FR19,FR 19 - Libwarc shall manage all write and read access,Functional Requirement, |
|
FR20,"FR 20 - WARC files shall be validated using a command line tool, ""w-validator"", which will enable validation or rejection of WARC files.",Functional Requirement, |
|
FR21, |
|
|
|
FR22,FR 22 - WARC Browser shall support a rewriting interface,Functional Requirement, |
|
FR23,FR 23 - WARC Browser shall support a proxy-style interface,Functional Requirement, |
|
FR24,FR 24 - An Apache and Lighttp plug-in shall provide access to the libwarc API and WARC Browser over http,Functional Requirement, |
|
FR25,"FR 25 - It shall be possible to convert ARC files to WARC files using a command-line tool called ""arc2warc" |
|
|
|
FR26,FR 26 - ARC to WARC conversions made by arc2warc shall be carried out according to a specification in a configuration file,Functional Requirement, |
|
FR27, |
|
|
|
FR28, |
|
|
|
FR29, |
|
|
|
FR30, |
|
|
|
FR31,FR 31 - A Python script shall be made available to enable rapid development of WARC based solutions,Functional Requirement, |
|
FR32,"FR 32 - WARC extensions shall be released as a patch to each of the commands ""curl"", ""wget"", and ""httrack"" projects",Functional Requirement, |
|
FR33,"FR 33 - WARC extensions help content will be provided each of the commands ""curl"", ""wget"", and ""httrack""",Functional Requirement, |
|
FR34,"FR 34 - It shall be possible to identify WARC files using the unix ""file"" command",Functional Requirement, |
|
FR35,"FR 35 - It shall be possible to identify and validate WARC files using ""Jhove""",Functional Requirement, |
|
FR36, |
|
|
|
FR37,FR 37 - WARC files in various test-states shall be provided that test the Jhove deliverables,Functional Requirement, |
|
FR38, |
|
|
|
FR39, |
|
|
|
FR40,FR 40 - A Java interface shall be implemented,Functional Requirement, |
|
FR41, |
|
|
|
FR42,FR 42 - The functionality of the library shall be exposed in such a way as to fit the metaphors and paradigms of the implementation language,Functional Requirement, |
|
SRS01,"SRS 1 - There shall be a single entry point to libwarc, called ""warc.h" |
|
|
|
SRS02,"SRS 2 - The ""libwarc"" headers shall be structured in a hierarchical manner. The universal header ""warc.h" |
|
|
|
SRS03,"SRS 3 - It shall be possible for developers to access, modify and manipulate of all aspects of the WARC file format by including this single header file.",Specification, |
|
SRS04,"SRS 4 - The universal header ""warc.h"" shall ensure compatibility between all versions of libwarc.",Specification, |
|
SRS05,"SRS 5 - The universal header ""warc.h" |
|
|
|
SRS06,"SRS 6 - The interfaces in libwarc shall ensure that any changes to the library, will not affect any tool or application based on libwarc.",Specification, |
|
SRS07,"SRS 7 - The universal header ""warc.h"" shall provide normalised interfaces to enable developers to create valid and compliant WARC-records, based on the definition in the ""ISO TC 46/SC 4 N 595" |
|
- ""warinfo"" |
|
- ""response"" |
|
- ""request"" |
|
- ""metadata"" |
|
- ""revisit"" |
|
- ""conversion"" |
|
- ""continuation"" |
|
- ""resource"" |
|
|
|
SRS08, |
|
|
|
SRS09, |
|
|
|
SRS10,"SRS 10 - Each peer class shall expose a set a class functions to read, write, and update attributes for the corresponding WARC-record.",Specification, |
|
SRS11, |
|
|
|
SRS12, |
|
|
|
SRS13, |
|
|
|
SRS14,SRS 14 - Any operations on WARC-records shall be possible using functions accepting the abstract handle as an argument.,Specification, |
|
SRS15,SRS 15 -Libwarc shall include ADT objects to handle read operations on ARC-records,Specification, |
|
SRS16, |
|
|
|
SRS17, |
|
|
|
SRS18, |
|
|
|
SRS19, |
|
|
|
SRS20,SRS 20 - Libwarc's iterators may be combined into composite iterators to enable the developer to more than one search field,Specification, |
|
SRS21,"SRS 21 - Libwarc shall encapsulate and handle all memory management when processing WARCrecords. |
|
",Specification, |
|
SRS22,"SRS 22 - Developers using libwarc shall not be required to allocate/release memory directly, instead the developer shall use libwarc's object constructor and destructor functions. |
|
|
|
SRS23, |
|
|
|
SRS24, |
|
|
|
SRS25, |
|
|
|
SRS26,"SRS 26 - Libwarc shall not use file to memory mapping technology, instead libwarc will explicitly allocate memory as needed.",Specification, |
|
SRS27, |
|
|
|
SRS28, |
|
|
|
SRS29,"SRS 29 - Libwarc shall support multiple compression schemas, loading a specific compressor at runtime as an external shared library.",Specification, |
|
SRS30,SRS 30 - It shall not be possible to use more than one compression schema (including noncompression) within a single WARC file. (i.e. it is not possible to mix compression schemes within a single WARC file).,Specification, |
|
SRS31,SRS 31 - A command line tool shall be implemented utilising libwarc to check the consistency of WARC-records and their conformance to the WARC ISO standard.,Specification, |
|
SRS32,"SRS 32 - The command line tool shall notify the user of any WARC-record's anomalies, missing required fields or incompatible fields types.",Specification, |
|
SRS33, |
|
|
|
SRS34, |
|
|
|
SRS35, |
|
|
|
SRS36,SRS 36 - WARC browser shall not support CDX files because the CDX file format is not a standard at this time and is outside of scope.,Specification, |
|
SRS37, |
|
|
|
SRS38,SRS 38 -A web proxy interface shall be implemented that allows the user to set their web browser proxy to the one provided by the interface and thereby ensure all content is delivered from the archive and not from the live web.,Specification, |
|
SRS39, |
|
|
|
SRS40,SRS 40 - Libwarc shall be incorporated within a Lighttp module to enable all actions specified in SRS 34-36 to be executed within lighttp.,Specification, |
|
SRS41,"SRS 41 - A command line tool ""arc2warc" |
|
|
|
SRS42,"SRS 42 - The default operation of ""arc2warc"" shall carry out a one-to-one mapping of record fields, by converting each ARC-record to a corresponding ""response"" WARC-record and ""metadata" |
|
|
|
SRS43,"SRS 43 - ""arc2warc" |
|
|
|
SRS44,"SRS 44 - It shall be possible to specify non-default operations of ""arc2warc"" using a named configuration file, which will describe the desired ARC-record to WARC-record conversion.",Specification, |
|
SRS45,"SRS 45 - A set of command line tools incorporating libwarc shall perform migration of ""HTTrack"" archives to WARC-records.",Specification, |
|
SRS46, |
|
|
|
SRS47,"SRS 47 - A set of command line tools incorporating libwarc shall perform migration of ""wget" |
|
|
|
SRS48,"SRS 48 - A set of command line tools incorporating libwarc shall perform migration of ""curl" |
|
|
|
SRS49,"SRS 49 - A set of command line tools and an API incorporating libwarc shall enable the collection of online documents, such as html and embedded files, etc., and write them to valid WARC- records.",Specification, |
|
SRS50, |
|
|
|
SRS51, |
|
|
|
SRS52,"SRS 52 - Extensions to ""HTTrack"", ""wget"" and ""curl" |
|
|
|
SRS53,"SRS 53 - Helper documentation for libwarc functionality shall be made available within the ""HTTrack"", ""wget"" and ""curl"" commands.",Specification, |
|
SRS54,"SRS 54 - A magic number for WARC shall be created and incorporated in the ""file"" mime-type database, enabling the simple identification of WARC files via the Unix ""file"" command",Specification, |
|
SRS55, |
|
|
|
SRS56, |
|
|
|
SRS57,SRS 57 - WARC files in various test-states shall be provided that test the Jhove deliverables,Specification, |
|
SRS58, |
|
|
|
SRS59, |
|
|
|
SRS60,SRS 60 - A Python interface to libwarc shall be implemented using the SWIG wrapper,Specification, |
|
SRS61,SRS 61 - A Java interface to libwarc shall be implemented using the SWIG wrapper and/or JNI,Specification, |
|
SRS62, |
|
|
|
SRS63, |
|
|
|
SRS64,"SRS 64 - Libwarc and the bindings to its functionality shall enable the use of libwarc's iterators described in SRS 16-20 to be used within Java v1.5 and and later, using Java's new container iterators, such as ""for"" and ""foreach"".",Specification, |
|
SRS65, |
|
|
|
SRS66, |
|
|
|
SRS67, |
|
|
|
SRS68, |
|
|
|
SRS69, |
|
|
|
SRS70, |
|
|
|
SRS71, |
|
|
|
SRS72, |
|
|
|
SRS73,"SRS 73 - Libwarc shall be shipped with a number of ready-to-use command lines, for example, warcdump (to dump the contents of a WARC file), w-filter, etc.",Specification, |
|
SRS74,"SRS 74 - Utility and application level functionality of WARC Tools shall be made available to end users as command line tools, extensions to existing tools, and simple web applications for accessing WARC content",Specification, |
|
SRS75, |
|
|
|
SRS76,SRS 76 - Patches implemented for third party projects shall be contributed and distributed to the appropriate community,Specification, |
|
SRS77, |
|
|
|
SRS78,"SRS 78 - Libwarc and associated tools shall be shipped with installers to ""mod_warc"" for Apache (v2.X) and Lighttpd (v1.4.X) servers",Specification, |
|
SRS79, |
|
|
|
SRS80, |
|
|
|
SRS81, |
|
|
|
SRS82,"SRS 82 - Libwarc source code shall be released in the following archives: ""libwarc-version.tar.gz"", ""libwarc-version.tar.bz2"", ""libwarc-version.zip"" together with their corresponding digests. Developers may then adapt the build configuration files for best performance on their target machines.",Specification, |
|
SRS83, |
|
|
|
SRS84, |
|
|
|
SRS85, |
|
|
|
SRS86, |
|
|
|
SRS87, |
|
|
|
SRS88, |
|
|
|
SRS89, |
|
|
|
NFR01,"NFR 1 - The core functionality of WARC Tools, specifically the WARC writer/reader, shall be implemented as a comprehensive, standalone, general purpose software library - libwarc.",Non-Functional Requirement, |
|
NFR02,NFR 2 - WARC v0.17 shall be the baseline version of the WARC standard used in this project.,Non-Functional Requirement, |
|
NFR03,"NFR 3 - WARC Tools shall be highly portable, running on a range of Linux/Unix platforms and XP as a minimum, together with man pages, build and installation guides, developer guides, etc.",Non-Functional Requirement, |
|
NFR04, |
|
|
|
NFR05,NFR 5 - Communication and support shall be provided to the open source community. This support must be provided for at least term of the project.,Non-Functional Requirement, |
|
NFR06,"NFR 6 - The library and each tool or extension shall be documented for developers and end users, using man pages and other common document forms.",Non-Functional Requirement, |
|
NFR07,"NFR 7 - Patches implemented for third party projects shall be documented for developers and end users, using man pages and other common document forms.",Non-Functional Requirement, |
|
NFR08,NFR 8 - Patches implemented for third party projects shall be contributed and distributed to the appropriate community.,Non-Functional Requirement, |
|
NFR09,NFR 9 - The code and documentation shall be licensed using an open source license.,Non-Functional Requirement, |
|
NFR10,"NFR 10 - Installation scripts and/or instructions shall be made for the library and tools for each target platform, including Linux, Unix and Windows, as well as apache and lighttp installation scripts",Non-Functional Requirement, |
|
NFR11,NFR 11 - The WARC Tools shall be implemented as a C library,Non-Functional Requirement, |
|
NFR12,NFR 12 - Library functionality shall have APIs and dynamic language bindings to be made available as software libraries for developers.,Non-Functional Requirement, |
|
NFR13,NFR 13 - The functionality of the API shall enable the appropriate functionality in the library scriptable1 and programmable2.,Non-Functional Requirement, |
|
NFR14, |
|
|
|
NFR15,"NFR 15 - The deliverables shall be made available in source code, named as ""libwarc-version.tar.gz"", where version is the version of the library. A number of binary distributions may be made, including RPM, DEB and EXE.",Non-Functional Requirement, |
|
NFR16,"NFR 16 - The deliverables shall be ported to the following platforms: Linux, FreeBSD, Mac OS X 10.5 and Windows.",Non-Functional Requirement, |
|
NFR17,NFR 17 - The final WARC API shall be coded in C with minimum dependencies or external libraries (e.g. GZIP). It must not include any assembly code.,Non-Functional Requirement, |
|
NFR18,"NFR 18 - The C library will be developed in such a way as to allow it to be used with the Simplified Wrapper and Interface Generator, or SWIG, (www.swig.org) in order to wrap the C code and allow it to be called natively in a wide variety of languages.",Non-Functional Requirement, |
|
NFR19,NFR 19 - An interface implementation may be made for Python to allow the library to be used natively by Python programmers requiring no knowledge of the internal implementation of libwarc or C.,Non-Functional Requirement, |
|
NFR20,NFR 20 - An interface implementation shall be made for Java to allow the library to be used natively by Java programmers requiring no knowledge of the internal implementation of libwarc or C.,Non-Functional Requirement, |
|
NFR21,"NFR 21 - The functionality of the library shall be exposed in such a way as to fit the metaphors and paradigms of the specific implementation languages (C, Java, Python).",Non-Functional Requirement, |
|
|