Use 'Auto Archiver' naming for consistency.

auto-archiver is reserved in the docs for when talking about the command line usage
This commit is contained in:
Patrick Robertson
2025-02-20 11:50:29 +00:00
parent 061f29c885
commit 40488e0869
7 changed files with 14 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
# Feeder Modules
Feeder modules are used to feed URLs into the `auto-archiver` for processing. Feeders can take these URLs from a variety of sources, such as a file, a database, or the command line.
Feeder modules are used to feed URLs into the Auto Archiver for processing. Feeders can take these URLs from a variety of sources, such as a file, a database, or the command line.
The default feeder is the command line feeder (`cli_feeder`), which allows you to input URLs directly into the `auto-archiver` from the command line.
The default feeder is the command line feeder (`cli_feeder`), which allows you to input URLs directly into `auto-archiver` from the command line.
Command line feeder usage:
```{code} bash