actions-marketplace-validations/@gracefullight/rssify
Create RSS feed from a web page
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| TITLE | Title of the RSS feed | yes | — |
| SUBTITLE | Subtitle of the RSS feed | — | — |
| URL | URL of the web page to create RSS feed from | yes | — |
| AUTHOR_URL | Author URL of the RSS feed | — | — |
| AUTHOR_NAME | Author name of the RSS feed | — | — |
| AUTHOR_EMAIL | Author email of the RSS feed | — | — |
| COPYRIGHT | Copyright of the RSS feed | — | — |
| LANGUAGE | Language of the RSS feed | — | — |
| ITEM_TITLE_CSS | CSS selector for item title elements | yes | — |
| ITEM_URL_CSS | CSS selector for item URL elements | yes | — |
| ITEM_DATE_CSS | CSS selector for item date elements | yes | — |
| ITEM_AUTHOR_CSS | CSS selector for item author elements | — | — |
| ITEM_DESCRIPTION_CSS | CSS selector for item description elements | — | — |
| ITEM_IMAGE_CSS | CSS selector for item image elements | — | — |
| ITEM_DATE_FORMAT | Date format for the item date elements | — | — |
| ITEM_TIMEZONE | Timezone for the item date elements | — | — |
| FILENAME | Name of the generated RSS feed file | — | — |
Outputs
no outputs