You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Pour la version Française cliquez ici ;)](https://github.com/mbruel/ngPost/blob/master/README_FR.md)<br/>
6
6
<br/>
@@ -11,16 +11,18 @@
11
11
it is designed to be **as fast as possible** and offer ALL the main features **to post data easily and safely**.</br>
12
12
it can **compress** (using your external rar binary) and **generate the par2** before posting!<br/>
13
13
it has a **posting queue** to allow you to prepare several posts (especially using the GUI using Tabs).<br/>
14
+
it **packs the next Post while uploading the current one** (compression + par2 generation) <br/>
14
15
it can **automate posts** by **scanning folder(s)** and posting each file/folder individually after having them compressed (with a potential random archive name and password) and generated the par2!<br/>
15
16
it can **monitor folder(s) to post each new file/folder** individually after having them compressed.<br/>
16
17
it can **auto delete files/folders once posted** (only for monitoring with the HMI and with both --auto and --monitor in cmd)<br/>
18
+
it can **execute a COMMAND or script after each Post** (cf NZB_POST_CMD in the configuration file)<br/>
17
19
it can **switch off the computer** when all the posts are finished<br/>
18
-
it is **translated in French, German and Spanish**.
20
+
it is **translated in Chinese, English, French, German, Portuguese and Spanish**.
[Releases are availables](https://github.com/mbruel/ngPost/releases/tag/v4.7) for: Linux 64bit, Windows (both 32bit and 64bit), MacOS and Raspbian (RPI 4). Soon for Android then iOS...
25
+
[Releases are availables](https://github.com/mbruel/ngPost/releases/tag/v4.8) for: Linux 64bit, Windows (both 32bit and 64bit), MacOS and Raspbian (RPI 4). Soon for Android then iOS...
24
26
25
27
Here are the main features and advantages of ngPost:
26
28
-**full obfuscation of the Article Header** : the Subject will be a UUID (as the msg-id) and a random Poster will be used. **Be Careful**, using this, you won't be able to find your post on Usenet (or any Indexers) if you lose the NZB file. But using this method is **completely safe**, **no need to obfuscate your files or even tp use a password**.
@@ -148,17 +150,17 @@ The following ones are for experimented posters:
148
150
149
151
### Linux 64bit portable release (compiled with Qt v5.12.6)
150
152
if you don't want to build it and install the dependencies, you can also the portable release that includes everything.<br/>
- launch it using the same syntax than describe in the section above
154
156
- if you wish to keep the configuration file, edit the file **~/.ngPost** using [this model](https://raw.githubusercontent.com/mbruel/ngPost/master/ngPost.conf) (don't put the .conf extension)
155
157
156
-
PS: for older system with GLIBC < 2.24, here is a version compiled on Debian8 with GLIBC 2.19 and Qt v5.8.0: [ngPost_v4.7-x86_64_debian8.AppImage](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7-x86_64_debian8.AppImage)
158
+
PS: for older system with GLIBC < 2.24, here is a version compiled on Debian8 with GLIBC 2.19 and Qt v5.8.0: [ngPost_v4.8-x86_64_debian8.AppImage](https://github.com/mbruel/ngPost/releases/download/v4.8/ngPost_v4.8-x86_64_debian8.AppImage)
- launch it using the same syntax than describe in the section above
163
165
- if you wish to keep the configuration file, edit the file **~/.ngPost** using [this model](https://raw.githubusercontent.com/mbruel/ngPost/master/ngPost.conf) (don't put the .conf extension)
164
166
@@ -180,7 +182,7 @@ RAR_EXTRA = -mx0 -mhe=on
180
182
181
183
182
184
### Windows installer
183
-
- just use the packager [ngPost_v4.7_x64_setup.exe](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7_x64_setup.exe) or [ngPost_v4.7_x86_setup.exe](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7_x86_setup.exe) for the 32bit version
185
+
- just use the packager [ngPost_v4.8_x64_setup.exe](https://github.com/mbruel/ngPost/releases/download/v4.8/ngPost_v4.8_x64_setup.exe) or [ngPost_v4.8_x86_setup.exe](https://github.com/mbruel/ngPost/releases/download/v4.8/ngPost_v4.8_x86_setup.exe) for the 32bit version
184
186
- edit **ngPost.conf** (in the installation folder) to add your server settings (you can put several).
185
187
- launch **ngPost.exe** (GUI version)
186
188
- or you can use it with the command line: **ngPost.exe** -i "your file or directory"
- launch it using the same syntax than describe in the section above
199
201
- if you wish to keep the configuration file, edit the file **~/.ngPost** using [this model](https://raw.githubusercontent.com/mbruel/ngPost/master/ngPost.conf) (don't put the .conf extension)
200
202
@@ -238,7 +240,7 @@ Here is my email: Matthieu.Bruel@gmail.com
238
240
239
241
240
242
### Supported Languages
241
-
For now, ngPost is translated in German, French, Portuguese and Spanish.<br/>
243
+
For now, ngPost is translated in Chinese, English, French, German, Portuguese and Spanish.<br/>
242
244
If you'd like to translate ngPost in your language, it's easy to do (there is a nice GUI for that: QtLinguist), please get in touch with me (Matthieu.Bruel@gmail.com)
243
245
244
246
@@ -250,6 +252,7 @@ If you'd like to translate ngPost in your language, it's easy to do (there is a
[Les versions pour chacun des OS sont disponibles ici](https://github.com/mbruel/ngPost/releases/tag/v4.7), pour: Linux 64bit, Windows (32bit et 64bit), MacOS et Raspbian (RPI 4). Bientôt pour Android et iOS...
24
+
[Les versions pour chacun des OS sont disponibles ici](https://github.com/mbruel/ngPost/releases/tag/v4.8), pour: Linux 64bit, Windows (32bit et 64bit), MacOS et Raspbian (RPI 4). Bientôt pour Android et iOS...
23
25
24
26
25
27
### Fichier de configuration
@@ -187,17 +189,17 @@ Une alternative pour compiler est [d'installer QT](https://www.qt.io/download) e
187
189
188
190
189
191
### version Linux portable: AppImage compilée avec Qt v5.12.6, GLIBC 2.24
- si vous le lancez sans paramètres, l'interface graphique s'ouvrira, sinon c'est en mode ligne de commande. (cf ngPost --help -l fr)
193
195
- pour le fichier de configuration, éditez le fichier **~/.ngPost** et copiez [ce modèle](https://raw.githubusercontent.com/mbruel/ngPost/master/ngPost_fr.conf) (ne pas mettre l'extension .conf!)
194
196
195
-
PS: pour des systèmes plus vieux GLIBC < 2.24, voici une version compilée sous Debian8 avec GLIBC 2.19 et Qt v5.8.0: [ngPost_v4.7-x86_64_debian8.AppImage](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7-x86_64_debian8.AppImage)
197
+
PS: pour des systèmes plus vieux GLIBC < 2.24, voici une version compilée sous Debian8 avec GLIBC 2.19 et Qt v5.8.0: [ngPost_v4.8-x86_64_debian8.AppImage](https://github.com/mbruel/ngPost/releases/download/v4.8/ngPost_v4.8-x86_64_debian8.AppImage)
196
198
197
199
198
200
### version Raspbian portable (armhf pour Raspberry PI)
- si vous le lancez sans paramètres, l'interface graphique s'ouvrira, sinon c'est en mode ligne de commande. (cf ngPost --help -l fr)
202
204
- pour le fichier de configuration, éditez le fichier **~/.ngPost** et copiez [ce modèle](https://raw.githubusercontent.com/mbruel/ngPost/master/ngPost_fr.conf) (ne pas mettre l'extension .conf!)
203
205
@@ -218,15 +220,15 @@ RAR_EXTRA = -mx0 -mhe=on
218
220
</pre>
219
221
220
222
### Windows installer
221
-
- Utilisez l'installeur [ngPost_v4.7_x64_setup.exe](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7_x64_setup.exe) ou [ngPost_v4.7_x86_setup.exe](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7_x86_setup.exe) pour la version 32bit
223
+
- Utilisez l'installeur [ngPost_v4.8_x64_setup.exe](https://github.com/mbruel/ngPost/releases/download/v4.8/ngPost_v4.8_x64_setup.exe) ou [ngPost_v4.8_x86_setup.exe](https://github.com/mbruel/ngPost/releases/download/v4.8/ngPost_v4.8_x86_setup.exe) pour la version 32bit
222
224
- lancez l'application **ngPost.exe**, l'interface graphique s'ouvrira. Changez tous vos paramètres dont la langue puis cliquez sur **sauver**
223
225
- vous pouvez bien sûr ensuite l'utiliser en ligne de commande. cf ngPost --help
224
226
225
227
**Know Issue with non SSL support:** you may need to install [msvc2015 redistribuables](https://www.microsoft.com/en-us/download/details.aspx?id=48145) as libssl depends on its APIs<br/>
- si vous le lancez sans paramètres, l'interface graphique s'ouvrira, sinon c'est en mode ligne de commande. (cf ngPost --help -l fr)
231
233
- pour le fichier de configuration, éditez le fichier **~/.ngPost** et copiez [ce modèle](https://raw.githubusercontent.com/mbruel/ngPost/master/ngPost_fr.conf) (ne pas mettre l'extension .conf!)
232
234
@@ -262,16 +264,17 @@ Voici une liste des posteurs alternatif sur le [github de Nyuu](https://github.c
262
264
263
265
264
266
### Questions / Issues / Requests
265
-
- if you've any troubles to build or run ngPost, feel free to drop me an email
266
-
- if you've some comments on the code, any questions on the implementation or any proposal for improvements, I'll be happy to discuss it with you so idem, feel free to drop me an email
267
-
- if you'd like some other features, same same (but different), drop me an email ;)
268
-
269
-
Here is my email: Matthieu.Bruel@gmail.com
267
+
n'hésitez pas à m'envoyer un mail
268
+
- si vous avez un problème pour compiler ou lancer ngPost
269
+
- si vous avez des commentaires sur le code, des questions sur l'implémentation ou des propositions d'amélioration.
270
+
- si vous avez des idées pour de nouvelles fonctionalités.
271
+
<br/>
272
+
Voici mon email: Matthieu.Bruel@gmail.com
270
273
271
274
272
275
### Supported Languages
273
-
For now, ngPost is translated in German, French, Portuguese and Spanish.<br/>
274
-
If you'd like to translate ngPost in your language, it's easy to do (there is a nice GUI for that: QtLinguist), please get in touch with me (Matthieu.Bruel@gmail.com)
276
+
Pour l'instant ngPost est traduit en Anglais, Allemand, Chinois, Espagnol, Français et Portugais.<br/>
277
+
Si vous shouhaitez le traduire dans une autre langue, c'est très simple (Qt fourni un GUI pour cela: QtLinguist), contactez moi pour plus d'information (Matthieu.Bruel@gmail.com)
275
278
276
279
277
280
### Thanks
@@ -282,12 +285,14 @@ If you'd like to translate ngPost in your language, it's easy to do (there is a
282
285
- noobcoder1983 for the German translation
283
286
- tiriclote for the Spanish translation
284
287
- hunesco for the Portuguese translation
288
+
- Peng for the Chinese translation
285
289
- all ngPost users ;)
286
290
287
291
288
292
### Donations
289
-
I'm Freelance nowadays, working on several personal projects, so if you use the app and would like to contribute to the effort, feel free to donate what you can.<br/>
293
+
Je suis Freelance (auto-entrepreneur) depuis fin 2019, travaillant sur plusieurs projets perso. Si vous utilisez ngPost et que vous souhaitez contribuer à l'effort et sa future évolution, merci de penser à faire une petite donation.<br/>
0 commit comments