up
This commit is contained in:
10
README.md
10
README.md
@@ -1,6 +1,6 @@
|
||||
# Trova link giusto di streamingcommunity
|
||||
|
||||
## INDICE ISTRUZIONI
|
||||
## INDICE README
|
||||
- [Motivazioni & FAQ](#motivazioni--faq)
|
||||
- [Perchè esiste questo git](#perchè-esiste-questo-git)
|
||||
- [Cosa fanno gli script?](#cosa-fanno-gli-script)
|
||||
@@ -30,7 +30,6 @@ Se per qualche strano caso dovessero avvenire redirect assurdi, il massimo che p
|
||||
Per conoscere semplicemente il link aggiornato di streamingcommunity lancia lo script [show_link.sh](./show_link.sh)
|
||||
```bash
|
||||
# (richiede "attuale.txt")
|
||||
|
||||
# Lancia lo script:
|
||||
./show_link.sh
|
||||
```
|
||||
@@ -42,7 +41,6 @@ Clicca [qui](http://streamingcommunity.accol.li) per una demo<br>
|
||||
|
||||
```bash
|
||||
# (richiede "attuale.txt")
|
||||
|
||||
# Lancialo script manualmente
|
||||
./make_index.sh
|
||||
|
||||
@@ -50,17 +48,13 @@ Clicca [qui](http://streamingcommunity.accol.li) per una demo<br>
|
||||
0 0 * * * /path/to/make_index.sh
|
||||
```
|
||||
|
||||
## Crea un feed rss con il link giusto:
|
||||
## Crea un feed rss con il link giusto
|
||||
Se vuoi creare un feed rss in xml con il link aggiornato, lancia lo script [rss_generator.sh](./rss_generator.sh)<br>
|
||||
Clicca [qui](http://streamingcommunity.accol.li/rss.xml) per una demo<br>
|
||||
|
||||
|
||||
```bash
|
||||
# (richiede "attuale.txt")
|
||||
|
||||
# Setta la variabile "PWD_SC" in testa allo script o lasciala con "PWD" per provare in locale
|
||||
nano rss_generator.sh
|
||||
|
||||
# Lancialo manualmente
|
||||
./rss_generator.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user