mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Flesh out OPDS generation backend to be more robust and to support generic Atom feeds
This commit is contained in:
parent
35188195f1
commit
f6df03cfca
23 changed files with 1549 additions and 267 deletions
|
@ -9,7 +9,7 @@ class OpdsNavigationEntry{
|
|||
public $Title;
|
||||
|
||||
public function __construct(string $url, string $rel, string $type, ?DateTime $updated, string $title, string $description){
|
||||
$this->Id = SITE_URL . $url;
|
||||
$this->Id = 'https://standardebooks.org' . $url;
|
||||
$this->Url = $url;
|
||||
$this->Rel = $rel;
|
||||
$this->Type = $type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue