mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 14:51:43 +00:00
chore: add rss generation to samples
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
# Index
|
||||
|
||||
1. Setup repository named `ahriman-demo` with architecture `x86_64`.
|
||||
2. Generate index page.
|
||||
2. Generate index page and RSS feed.
|
||||
3. Repository is available at `http://localhost:8080/repo`.
|
||||
4. Index page is available at `http://localhost:8080/repo/ahriman-demo/x86_64/index.html`
|
||||
5. Index page is available at `http://localhost:8080/repo/ahriman-demo/x86_64/rss.xml`
|
||||
|
@ -1,6 +1,12 @@
|
||||
[report]
|
||||
target = html
|
||||
target = html rss
|
||||
|
||||
[html]
|
||||
path = ${repository:root}/repository/ahriman-demo/x86_64/index.html
|
||||
link_path = http://localhost:8080/repo/ahriman-demo/x86_64
|
||||
rss_url = ${html:link_path}/rss.xml
|
||||
|
||||
[rss]
|
||||
link_path = ${html:link_path}
|
||||
path = ${repository:root}/repository/ahriman-demo/x86_64/rss.xml
|
||||
rss_url = ${html:link_path}/rss.xml
|
||||
|
Reference in New Issue
Block a user