diff --git a/README b/README index e6cbdd2..0787cea 100644 --- a/README +++ b/README @@ -1,48 +1,11 @@ SWH-loader-dir ============== The Software Heritage Loader Dir is a tool and a library to walk a local Directory and inject into the SWH dataset all unknown contained files. - -Configuration sample --------------------- - -loader-dir.ini: - - [main] - - dir_path = /path/to/some/directory - - # synthetic origin - origin_url = origin-url - branch = master - authority_id = 1 - validity = 2015-01-01 00:00:00+00 - - # synthetic revision - revision_author_name = swh author - revision_author_email = swh@inria.fr - revision_author_date = 1444054085 - revision_author_offset = +0200 - revision_committer_name = swh committer - revision_committer_email = swh@inria.fr - revision_committer_date = 1444054085 - revision_committer_offset = +0200 - revision_type = tar - revision_message = synthetic revision message - - # synthetic release - release_name = v0.0.1 - release_date = 1444054085 - release_offset = +0200 - release_author_name = swh author - release_author_email = swh@inria.fr - release_comment = synthetic release - -Run ---- - -./bin/swh-loader-dir /path/to/loader-dir.ini +It can also deal with: +- a tarball +- ...