thearod5 commited on
Commit
98d0c72
1 Parent(s): 19a090d

Add dataset files

Browse files
Files changed (5) hide show
  1. README.md +12 -0
  2. artifacts.csv +241 -0
  3. matrices.csv +3 -0
  4. traces.csv +137 -0
  5. train.csv +0 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: artifacts
4
+ data_files: artifacts.csv
5
+ - config_name: traces
6
+ data_files: traces.csv
7
+ - config_name: matrices
8
+ data_files: matrices.csv
9
+ - config_name: train
10
+ data_files: train.csv
11
+
12
+ ---
artifacts.csv ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,content,layer,summary
2
+ FR01,FR 1 - Any software tool or application based on libwarc shall require just a single header file.,Functional Requirement,
3
+ FR02,"FR 2 - The libwarc interfaces shall fully encapsulate and internal functionality, isolating by abstraction any tool or application based on libwarc from changes in the internal implementation.
4
+ ",Functional Requirement,
5
+ FR03,"FR 3 - Libwarc shall provide a range of functions through a universal interface for creating each type of valid WARC-record, thus ensuring the resulting WARC files conform to the prevailing WARC standard
6
+ ",Functional Requirement,
7
+ 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,
8
+ FR05,"FR 5 - Libwarc shall provide a range of functions through a universal interface for reading a range of valid WARC-records
9
+ ",Functional Requirement,
10
+ FR06,FR 6 - Libwarc shall provide a stable Application Programme Interface (API) to handle WARCrecords as abstract objects (ADT),Functional Requirement,
11
+ FR07,FR 7 - Libwarc shall provide ARC-record reader functionality Libwarc reader will thereby make read operations as simple as possible.,Functional Requirement,
12
+ FR08,FR 8 - Libwarc shall provide a default iterator as a built-in function,Functional Requirement,
13
+ FR09,FR 9 - Libwarc shall provide a records iterator to handle WARC-type records,Functional Requirement,
14
+ FR10,"FR 10 - Libwarc shall provide a MIMES iterator to handle MIME-types payloads
15
+ ",Functional Requirement,
16
+ FR11,FR 11 - Iterators can use exact pattern search or regex expressions,Functional Requirement,
17
+ FR12,"FR 12 - Libwarc shall provide an abstract interface for iterators, to enable custom iterators",Functional Requirement,
18
+ FR13,"FR 13 - Libwarc shall enable combinations of iterators to be used, i.e. composite iterators",Functional Requirement,
19
+ FR14,"FR 14 - Libwarc shall be memory safe and manage dynamic memory internally
20
+ ",Functional Requirement,
21
+ FR15,"FR 15 - Libwarc shall use disk-based working memory
22
+ ",Functional Requirement,
23
+ FR16,FR 16 - Dynamic memory management shall be hidden inside libwarc,Functional Requirement,
24
+ FR17,"FR 17 - Libwarc shall use gzip as the default compression format
25
+ ",Functional Requirement,
26
+ FR18,"FR 18 - Libwarc shall provide a plug-in interface to enable use of alternative compression libraries, such as ""gzip2"", ""7zip"", etc.
27
+ ",Functional Requirement,
28
+ FR19,FR 19 - Libwarc shall manage all write and read access,Functional Requirement,
29
+ 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,
30
+ FR21,"FR 21 - WARC Browser shall provide an API that allows browsing of WARC files and associated CDX files via an HTTP server
31
+ ",Functional Requirement,
32
+ FR22,FR 22 - WARC Browser shall support a rewriting interface,Functional Requirement,
33
+ FR23,FR 23 - WARC Browser shall support a proxy-style interface,Functional Requirement,
34
+ FR24,FR 24 - An Apache and Lighttp plug-in shall provide access to the libwarc API and WARC Browser over http,Functional Requirement,
35
+ FR25,"FR 25 - It shall be possible to convert ARC files to WARC files using a command-line tool called ""arc2warc""
36
+ ",Functional Requirement,
37
+ FR26,FR 26 - ARC to WARC conversions made by arc2warc shall be carried out according to a specification in a configuration file,Functional Requirement,
38
+ FR27,"FR 27 - It shall be possible to collect HTTrack data from the directories output by HTTrack and write the data to WARC files
39
+ ",Functional Requirement,
40
+ FR28,"FR 28 - It shall be possible to walk a wget mirror and write the data to WARC files
41
+ ",Functional Requirement,
42
+ FR29,"FR 29 - It shall be possible to walk a curl directory and write the data to WARC files
43
+ ",Functional Requirement,
44
+ FR30,"FR 30 - It shall be possible to collect arbitrary web content, such as html files, images etc. (for example from a web server document root directory), and write the data to WARC files
45
+ ",Functional Requirement,
46
+ FR31,FR 31 - A Python script shall be made available to enable rapid development of WARC based solutions,Functional Requirement,
47
+ FR32,"FR 32 - WARC extensions shall be released as a patch to each of the commands ""curl"", ""wget"", and ""httrack"" projects",Functional Requirement,
48
+ FR33,"FR 33 - WARC extensions help content will be provided each of the commands ""curl"", ""wget"", and ""httrack""",Functional Requirement,
49
+ FR34,"FR 34 - It shall be possible to identify WARC files using the unix ""file"" command",Functional Requirement,
50
+ FR35,"FR 35 - It shall be possible to identify and validate WARC files using ""Jhove""",Functional Requirement,
51
+ FR36,"FR 36 - A Jhove plugin module and an output handler shall be made available for WARC files
52
+ ",Functional Requirement,
53
+ FR37,FR 37 - WARC files in various test-states shall be provided that test the Jhove deliverables,Functional Requirement,
54
+ FR38,"FR 38 - The C library shall be implemented to be compatible with the Simplified Wrapper and Interface Generator (SWIG, http://www.swig.org) - a wrapper for libwarc C code to allow it to be called natively in a wide variety of languages.
55
+ ",Functional Requirement,
56
+ FR39,"FR 39 - A Python interface shall be implemented
57
+ ",Functional Requirement,
58
+ FR40,FR 40 - A Java interface shall be implemented,Functional Requirement,
59
+ FR41,"FR 41 - An independent Java implementation of libwarc may be implemented
60
+ ",Functional Requirement,
61
+ 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,
62
+ SRS01,"SRS 1 - There shall be a single entry point to libwarc, called ""warc.h"".
63
+ ",Specification,
64
+ SRS02,"SRS 2 - The ""libwarc"" headers shall be structured in a hierarchical manner. The universal header ""warc.h"" will include all of them.
65
+ ",Specification,
66
+ 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,
67
+ SRS04,"SRS 4 - The universal header ""warc.h"" shall ensure compatibility between all versions of libwarc.",Specification,
68
+ SRS05,"SRS 5 - The universal header ""warc.h"" shall ensure that deprecated function calls and changes to the library are notified at compile time.
69
+ ",Specification,
70
+ 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,
71
+ 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"" standards document. The interfaces shall be made available to create WARC records of the following types:
72
+ - ""warinfo""
73
+ - ""response""
74
+ - ""request""
75
+ - ""metadata""
76
+ - ""revisit""
77
+ - ""conversion""
78
+ - ""continuation""
79
+ - ""resource""
80
+ ",Specification,
81
+ SRS08,"SRS 8 - Each WARC-record shall be accessible via a peer C class of the same name.
82
+ ",Specification,
83
+ SRS09,"SRS 9 - The attributes of each WARC-record, as per the ISO standard specification, shall have a corresponding attribute in its peer C class.
84
+ ",Specification,
85
+ 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,
86
+ SRS11,"SRS 11 - Libwarc shall provide an API describing (1) the set of data, and (2) the set of operations that can be performed on the data. The data types shall be abstract (abstract data types - ADT), to ensure independence of concrete implementations.
87
+ ",Specification,
88
+ SRS12,"SRS 12 - It shall be possible to create a WARC-record using a constructor, which will returns an abstract handle to data representing the WARC-record.
89
+ ",Specification,
90
+ SRS13,"SRS 13 - It shall be possible to release the WARC-record using a destructor.
91
+ ",Specification,
92
+ SRS14,SRS 14 - Any operations on WARC-records shall be possible using functions accepting the abstract handle as an argument.,Specification,
93
+ SRS15,SRS 15 -Libwarc shall include ADT objects to handle read operations on ARC-records,Specification,
94
+ SRS16,"SRS 16 - Libwarc shall provide a generic iterator, to enable the developer to iterate over all WARCrecords and create an abstract WARC-document as a simple container
95
+ ",Specification,
96
+ SRS17,"SRS 17 - Libwarc shall provide a WARC-record MIME-type iterator
97
+ ",Specification,
98
+ SRS18,"SRS 18 - Libwarc shall provide a WARC-record-type iterator
99
+ ",Specification,
100
+ SRS19,"SRS 19 - Libwarc's generic iterators may be customised for different purposes via callback handlers (i.e. hooks)
101
+ ",Specification,
102
+ SRS20,SRS 20 - Libwarc's iterators may be combined into composite iterators to enable the developer to more than one search field,Specification,
103
+ SRS21,"SRS 21 - Libwarc shall encapsulate and handle all memory management when processing WARCrecords.
104
+ ",Specification,
105
+ 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.
106
+ ",Specification,
107
+ SRS23,"SRS 23 - Libwarc shall use dynamic heap memory for its internal usage.
108
+ ",Specification,
109
+ SRS24,"SRS 24 - Libwarc shall allocate minimum memory heap to store WARC-record metadata.
110
+ ",Specification,
111
+ SRS25,"SRS 25 - The payload (or the WARC-record document itself) are stored on disk, to avoid using memory heap, even for small objects.
112
+ ",Specification,
113
+ SRS26,"SRS 26 - Libwarc shall not use file to memory mapping technology, instead libwarc will explicitly allocate memory as needed.",Specification,
114
+ SRS27,"SRS 27 - Libwarc shall support non-compressed WARC-records and compressed WARC-records and files
115
+ ",Specification,
116
+ SRS28,"SRS 28 - The default compression format shall be Gzip
117
+ ",Specification,
118
+ SRS29,"SRS 29 - Libwarc shall support multiple compression schemas, loading a specific compressor at runtime as an external shared library.",Specification,
119
+ 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,
120
+ 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,
121
+ 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,
122
+ SRS33,"SRS 33 - Libwarc shall provide a set of classes to enable remote management of WARC-records
123
+ ",Specification,
124
+ SRS34,"SRS 34 - It shall be possible to perform read operations (read from offset, filters, etc.) on WARCrecords from a remote location via http.
125
+ ",Specification,
126
+ SRS35,"SRS 35 - For security reasons, it shall not be possible to perform write or update operations on a WARC-record remotely
127
+ ",Specification,
128
+ 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,
129
+ SRS37,"SRS 37 - WARC Browser shall support a client-side rewriting interface by using javascript code to rewrite links being delivered alongside archived content. This is based on the principles implemented in the Wayback Machine.
130
+ ",Specification,
131
+ 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,
132
+ SRS39,"SRS 39 - Libwarc shall be incorporated within an Apache module to enable all actions specified in SRS 34-36 to be executed within Apache.
133
+ ",Specification,
134
+ 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,
135
+ SRS41,"SRS 41 - A command line tool ""arc2warc"" incorporating libwarc shall be able to migrate data in ARC-records to WARC-record format.
136
+ ",Specification,
137
+ 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"" WARCrecord, which shall include information about the conversion process.
138
+ ",Specification,
139
+ SRS43,"SRS 43 - ""arc2warc"" shall have make a default operation in cases where an ARC-record has no corresponding field in the WARC-record.
140
+ ",Specification,
141
+ 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,
142
+ SRS45,"SRS 45 - A set of command line tools incorporating libwarc shall perform migration of ""HTTrack"" archives to WARC-records.",Specification,
143
+ SRS46,"SRS 46 - The HTTrack archive file format and link strategy may vary from version to version of HTTrack, therefore it shall be possible to adapt the migration scripts to deal with these changes.
144
+ ",Specification,
145
+ SRS47,"SRS 47 - A set of command line tools incorporating libwarc shall perform migration of ""wget"" archives to WARC-records.
146
+ ",Specification,
147
+ SRS48,"SRS 48 - A set of command line tools incorporating libwarc shall perform migration of ""curl"" archives to WARC-records.
148
+ ",Specification,
149
+ 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,
150
+ SRS50,"SRS 50 - The command line tools and API in SRS 50 will not include any links extraction features.
151
+ ",Specification,
152
+ SRS51,"SRS 51 - Python scripts shall be implemented incorporating libwarc, and making all of the functionality of libwarc and API available in Python.
153
+ ",Specification,
154
+ SRS52,"SRS 52 - Extensions to ""HTTrack"", ""wget"" and ""curl"" incorporating libwarc shall be provided as patches to recent and specific versions of each tool, to enable users of the tool to access functionality of libwarc
155
+ ",Specification,
156
+ SRS53,"SRS 53 - Helper documentation for libwarc functionality shall be made available within the ""HTTrack"", ""wget"" and ""curl"" commands.",Specification,
157
+ 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,
158
+ SRS55,"SRS 55 - The WARC validator tool specified in SRS 31-32 shall be extended to optionally make use of the Jhove command line API to identify and validate WARC files, i.e. given a specific WARC file, this command shall be able to identify the file as a WARC file, validate the level of compliance with a given standard in terms of well-formedness and validity, and finally to characterise the file by extracting and displaying significant properties contained in the file.
159
+ ",Specification,
160
+ SRS56,"SRS 56 - WarcMdoule and WarcHandler plugin modules shall be implemented for Jhove Plugin layer to enable identification and validation of WARC files.
161
+ ",Specification,
162
+ SRS57,SRS 57 - WARC files in various test-states shall be provided that test the Jhove deliverables,Specification,
163
+ SRS58,"SRS 58 - Void, duplicate of SRS 79
164
+ ",Specification,
165
+ SRS59,"SRS 59 - Libwarc shall provide interfaces to SWIG wrappers to allow dynamic language bindings (Python, Ruby, Perl, Lua ...)
166
+ ",Specification,
167
+ SRS60,SRS 60 - A Python interface to libwarc shall be implemented using the SWIG wrapper,Specification,
168
+ SRS61,SRS 61 - A Java interface to libwarc shall be implemented using the SWIG wrapper and/or JNI,Specification,
169
+ SRS62,"SRS 62 - An independent Java implementation of libwarc may be implemented subject to review of deliverables satisfying SRS 61
170
+ ",Specification,
171
+ SRS63,"SRS 63 - Libwarc and the bindings to its functionality shall enable the use of libwarc's iterators described in SRS 16-20 to be used within various dynamic languages and in Java v1.4 and earlier, using metaphors and paradigms familiar to those languages.
172
+ ",Specification,
173
+ 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,
174
+ SRS65,"SRS 65 - It shall be possible for libwarc to be able to handle WARC file of any size, with minimal memory usage.
175
+ ",Specification,
176
+ SRS66,"SRS 66 - It shall be possible for libwarc to be able to read, write and update WARC files at high speed, i.e. the design should focus on minimum memory footprint and performance.
177
+ ",Specification,
178
+ SRS67,"SRS 67 - Libwarc shall be implemented to WARC v0.17.
179
+ ",Specification,
180
+ SRS68,"SRS 68 - Major revisions to the WARC ISO standard may lead to revisions of libwarc, but these revisions should be isolated and not affect any tools developed incorporating libwarc
181
+ ",Specification,
182
+ SRS69,"SRS 69 - Libwarc shall be developed on GNU/Linux, Fedora 7
183
+ ",Specification,
184
+ SRS70,"SRS 70 - Libwarc shall be shipped with a manual and build scripts
185
+ ",Specification,
186
+ SRS71,"SRS 71 - Libwarc shall be shipped with installation guides for Fedora, Debian, FreeBSD, Mac OS X 10.5 and Windows XP.
187
+ ",Specification,
188
+ SRS72,"SRS 72 - Libwarc shall be shipped with a developer guide and useful examples.
189
+ ",Specification,
190
+ 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,
191
+ 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,
192
+ SRS75,"SRS 75 - Communication and support shall be provided to the open source community. This support must be provided for at least term of the project.
193
+ ",Specification,
194
+ SRS76,SRS 76 - Patches implemented for third party projects shall be contributed and distributed to the appropriate community,Specification,
195
+ SRS77,"SRS 77 - The code and documentation of libwarc shall be licensed to the community using an IIPC approved license, such as Apache 2.0 or BSD licence
196
+ ",Specification,
197
+ 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,
198
+ SRS79,"SRS 79 - Libwarc shall be implemented in C and shall conform to ANSI-C standard C99 revision.
199
+ ",Specification,
200
+ SRS80,"SRS 80 - To ensure code portability on older computer architectures, Libwarc shall be compatible with any compiler conforming to the ANSI-C standard C89 revision.
201
+ ",Specification,
202
+ SRS81,"SRS 81 - Command line tools incorporating libwarc shall be atomic - i.e. each tool performing a single function, performing it perfectly, and in the spirit of Unix command lines tools. These may be combined using pipes and redirection and scripting, to create more high level commands.
203
+ ",Specification,
204
+ 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,
205
+ SRS83,"SRS 83 - Libwarc binary modules, ready to use binary commands and libraries (both static and shared), compiled with generic optimisation flags, shall be released also
206
+ ",Specification,
207
+ SRS84,"SRS 84 - Libwarc shall be made available as a binary for at least GNU/Linux, FreeBSD, Mac OS X and Windows XP.
208
+ ",Specification,
209
+ SRS85,"SRS 85 - Libwarc shall compile and run under Solaris, AIX, MingW or other Unix compliant system and may compile and run under Windows XP.
210
+ ",Specification,
211
+ SRS86,"SRS 86 - Libwarc shall not depend on a specific build tool in order to be built from source. However, makefiles for each target shall be included to simplify deployment.
212
+ ",Specification,
213
+ SRS87,"SRS 87 - The default compiler used for all Unix systems to build libwarc will be gcc v.3.4.4 (or above). For Windows, the default compiler will be Microsoft Visual C++ 6.X (or above).
214
+ ",Specification,
215
+ SRS88,"SRS 88 - Only essential external libraries shall be used in libwarc, such as Gzip compression and wide characters encoding libraries.
216
+ ",Specification,
217
+ SRS89,"SRS 89 - Assembly code and specific system features shall not be used in libwarc to ensure resulting code is widely portable across multiple target architectures
218
+ ",Specification,
219
+ 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,
220
+ NFR02,NFR 2 - WARC v0.17 shall be the baseline version of the WARC standard used in this project.,Non-Functional Requirement,
221
+ 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,
222
+ NFR04,"NFR 4 - 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.
223
+ ",Non-Functional Requirement,
224
+ 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,
225
+ 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,
226
+ 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,
227
+ NFR08,NFR 8 - Patches implemented for third party projects shall be contributed and distributed to the appropriate community.,Non-Functional Requirement,
228
+ NFR09,NFR 9 - The code and documentation shall be licensed using an open source license.,Non-Functional Requirement,
229
+ 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,
230
+ NFR11,NFR 11 - The WARC Tools shall be implemented as a C library,Non-Functional Requirement,
231
+ NFR12,NFR 12 - Library functionality shall have APIs and dynamic language bindings to be made available as software libraries for developers.,Non-Functional Requirement,
232
+ NFR13,NFR 13 - The functionality of the API shall enable the appropriate functionality in the library scriptable1 and programmable2.,Non-Functional Requirement,
233
+ NFR14,"NFR 14 - Web server plug-ins shall conform to the Apache 'mod' API and shall operate correctly with both Apache and Lighttp servers and shall be compatible with appropriate web sever programming standards, such as WSGI in Python and the Servlet API in Java.
234
+ ",Non-Functional Requirement,
235
+ 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,
236
+ NFR16,"NFR 16 - The deliverables shall be ported to the following platforms: Linux, FreeBSD, Mac OS X 10.5 and Windows.",Non-Functional Requirement,
237
+ 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,
238
+ 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,
239
+ 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,
240
+ 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,
241
+ 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,
matrices.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ source_type,target_type
2
+ Specification,Functional Requirement
3
+ Non-Functional Requirement,Specification
traces.csv ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ s_id,t_id,label
2
+ SRS61,FR40,1
3
+ SRS49,FR30,1
4
+ SRS48,FR29,1
5
+ SRS60,FR39,1
6
+ SRS62,FR41,1
7
+ SRS63,FR42,1
8
+ SRS64,FR42,1
9
+ SRS59,FR38,1
10
+ SRS16,FR08,1
11
+ SRS16,FR09,1
12
+ SRS02,FR01,1
13
+ SRS03,FR01,1
14
+ SRS17,FR10,1
15
+ SRS01,FR01,1
16
+ SRS15,FR07,1
17
+ SRS29,FR18,1
18
+ SRS28,FR17,1
19
+ SRS14,FR05,1
20
+ SRS14,FR06,1
21
+ SRS38,FR23,1
22
+ SRS04,FR02,1
23
+ SRS04,FR01,1
24
+ SRS10,FR04,1
25
+ SRS11,FR05,1
26
+ SRS11,FR06,1
27
+ SRS11,FR02,1
28
+ SRS05,FR02,1
29
+ SRS05,FR01,1
30
+ SRS39,FR24,1
31
+ SRS07,FR03,1
32
+ SRS07,FR01,1
33
+ SRS06,FR02,1
34
+ SRS12,FR06,1
35
+ SRS37,FR22,1
36
+ SRS23,FR16,1
37
+ SRS23,FR14,1
38
+ SRS22,FR16,1
39
+ SRS22,FR14,1
40
+ SRS36,FR21,1
41
+ SRS20,FR13,1
42
+ SRS34,FR21,1
43
+ SRS08,FR04,1
44
+ SRS09,FR04,1
45
+ SRS21,FR16,1
46
+ SRS21,FR02,1
47
+ SRS21,FR14,1
48
+ SRS19,FR11,1
49
+ SRS19,FR12,1
50
+ SRS25,FR16,1
51
+ SRS25,FR15,1
52
+ SRS25,FR14,1
53
+ SRS31,FR20,1
54
+ SRS30,FR18,1
55
+ SRS24,FR16,1
56
+ SRS24,FR14,1
57
+ SRS18,FR09,1
58
+ SRS32,FR20,1
59
+ SRS26,FR16,1
60
+ SRS26,FR14,1
61
+ SRS27,FR17,1
62
+ SRS54,FR34,1
63
+ SRS40,FR24,1
64
+ SRS68,FR02,1
65
+ SRS41,FR25,1
66
+ SRS55,FR35,1
67
+ SRS43,FR25,1
68
+ SRS57,FR37,1
69
+ SRS56,FR36,1
70
+ SRS56,FR35,1
71
+ SRS42,FR25,1
72
+ SRS46,FR27,1
73
+ SRS52,FR32,1
74
+ SRS53,FR33,1
75
+ SRS47,FR28,1
76
+ SRS51,FR39,1
77
+ SRS51,FR31,1
78
+ SRS45,FR27,1
79
+ SRS44,FR26,1
80
+ NFR06,SRS72,1
81
+ NFR06,SRS70,1
82
+ NFR06,SRS71,1
83
+ NFR12,SRS60,1
84
+ NFR12,SRS63,1
85
+ NFR12,SRS59,1
86
+ NFR12,SRS51,1
87
+ NFR11,SRS80,1
88
+ NFR11,SRS79,1
89
+ NFR05,SRS75,1
90
+ NFR04,SRS49,1
91
+ NFR04,SRS48,1
92
+ NFR04,SRS74,1
93
+ NFR04,SRS73,1
94
+ NFR04,SRS31,1
95
+ NFR04,SRS41,1
96
+ NFR04,SRS52,1
97
+ NFR04,SRS47,1
98
+ NFR04,SRS45,1
99
+ NFR10,SRS70,1
100
+ NFR10,SRS78,1
101
+ NFR14,SRS39,1
102
+ NFR14,SRS40,1
103
+ NFR01,SRS49,1
104
+ NFR15,SRS83,1
105
+ NFR15,SRS82,1
106
+ NFR15,SRS84,1
107
+ NFR03,SRS89,1
108
+ NFR03,SRS72,1
109
+ NFR03,SRS70,1
110
+ NFR03,SRS71,1
111
+ NFR03,SRS69,1
112
+ NFR03,SRS80,1
113
+ NFR03,SRS85,1
114
+ NFR03,SRS84,1
115
+ NFR17,SRS89,1
116
+ NFR17,SRS88,1
117
+ NFR17,SRS80,1
118
+ NFR16,SRS85,1
119
+ NFR16,SRS84,1
120
+ NFR02,SRS67,1
121
+ NFR18,SRS59,1
122
+ NFR19,SRS60,1
123
+ NFR19,SRS59,1
124
+ NFR19,SRS51,1
125
+ NFR09,SRS77,1
126
+ NFR21,SRS61,1
127
+ NFR21,SRS60,1
128
+ NFR21,SRS62,1
129
+ NFR21,SRS63,1
130
+ NFR21,SRS64,1
131
+ NFR21,SRS59,1
132
+ NFR21,SRS51,1
133
+ NFR20,SRS61,1
134
+ NFR20,SRS62,1
135
+ NFR20,SRS63,1
136
+ NFR20,SRS64,1
137
+ NFR08,SRS76,1
train.csv ADDED
The diff for this file is too large to render. See raw diff