Skip to content

Commit

Permalink
Update of readme for v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tensai75 committed Dec 4, 2022
1 parent 60de8d4 commit 7845433
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

### Wie verwenden
Das Programm `nzbsearcher` in einer Befehlszeile ausführen. Es erscheint eine Aufforderung zur Eingabe des gesuchten Header und des Datums, von dem angenommen wird, dass die Datei ins Usenet gepostet wurde.
Wenn in der Konfigurationsdatei keine Standardinformationen angegeben sind, wird man außerdem aufgefordert, den vollständigen Namen der Newsgruppe(n), in der/denen gesucht werden soll, und die Anzahl der Tage, die das Programm ab dem angegebenen Datum rückwärts suchen soll, einzugeben. Wenn in mehreren Newsgroups gesucht werden soll, müssen die Namen durch Kommata getrennt werden.
Wenn in der Konfigurationsdatei keine Standardinformationen angegeben sind, wird man außerdem aufgefordert, den vollständigen Namen der Newsgruppe(n), in der/denen gesucht werden soll, und die Anzahl der Tage, die das Programm ab dem angegebenen Datum rückwärts suchen soll, einzugeben. Wenn in mehreren Newsgroups gesucht werden soll, müssen die Namen durch Kommata getrennt werden. "alt.binaries." kann bei der Eingabe mit "a.b." abgekürzt werden.

Das Programm durchsucht dann alle Nachrichten in der/den Newsgruppe(n) innerhalb des angegebenen Zeitraums und sucht in den Betreffs nach dem angegebenen Header. Wenn Nachrichten gefunden werden, werden die Informationen gesammelt und anschließend in einer entsprechenden NZB-Datei gespeichert, entweder im selben Verzeichnis wie die ausführbare Datei oder in dem durch die Pfadeinstellung angegebenen Pfad.

Expand All @@ -25,6 +25,11 @@

### Änderungsprotokoll

#### v0.0.3
- a.b. anstelle von alt.binaries. ist nun als Eingabe möglich
- Anzeige von Parsing-Fehlern nur bei ausführlicher Ausgabe (Parameter: -verbose)
- verbessertes Parsing des Subjects

#### v0.0.2
- fix für exakte Daten

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

### How to use
Execute the programme 'nzbsearcher' in a command line. You will be prompted for the header you are looking for and the date you assume the file was posted on Usenet.
If no default information is given in the configuration file, you will also be prompted to enter the full name of the newsgroup(s) to search in and the number of days you want the program to search backwards from the specified date. If several newsgroups are to be searched, the names must be separated by commas.
If no default information is given in the configuration file, you will also be prompted to enter the full name of the newsgroup(s) to search in and the number of days you want the program to search backwards from the specified date. If several newsgroups are to be searched, the names must be separated by commas. "alt.binaries." can be abbreviated to "a.b." when entered.

The program will then search all messages in the newsgroup(s) within the specified time period and search the subjects for the specified header. If messages are found, the information is collected and then stored in a corresponding NZB file, either in the same directory as the executable file or in the path specified by the path setting.

Expand All @@ -24,6 +24,11 @@

### Change log

#### v0.0.3
- allow a.b. instead of alt.binaries.
- show parsing erros only with verbose output (parameter: -verbose)
- improved parsing of subject

#### v0.0.2
- fix to have accurate dates

Expand Down

0 comments on commit 7845433

Please sign in to comment.