An open API service indexing awesome lists of open source software.

https://github.com/maxxer/radiodeejaypodcaster

Radio Deejay reloaded podcaster
https://github.com/maxxer/radiodeejaypodcaster

Last synced: 8 months ago
JSON representation

Radio Deejay reloaded podcaster

Awesome Lists containing this project

README

          

# radiodeejaypodcaster
Sorgenti delle pagine [Radio Deejay reloaded podcaster](http://deejayreloadedpodcast.maxxer.it/), degli script PHP per generare i podcast dei reloaded di [Radio Deejay](http://www.deejay.it)

## Setup

```
cat setup/base.sql | sqlite3 radiodeejayreloaded.sqldb
```

Per servire i podcast XML aggiungere questa regola di rewrite.

Per nginx:
```
location /podcast {
rewrite ^/podcast/([\-0-9a-z]+).xml$ /podcast.php?prog=$1;
}
```