-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run standalone as a script? #10
Comments
Yes I believe you can.
The generated XML file is actually a php file. Running that XML file
(irrespective of whether you change the extension or not) as a php script
should do the trick.
…On Thu, 17 Nov 2022, 8:00 am Bix F., ***@***.***> wrote:
Is there a way to run this as a standalone that just generates a
pre-determined feed based on a cron schedule?
—
Reply to this email directly, view it on GitHub
<#10>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACF5ST4MJWZP255LGBQGVEDWIWKDXANCNFSM6AAAAAASC4BTRQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Okay, yeah. That does work, except somehow the items in the resulting RSS feed aren't rendering any HTML in the item but instead printing out the HTML (and being mostly code ignorant I am not sure how to correct that). It's clearly happening in |
Solved what was happening there, but as near as I can tell hfeeds isn’t actually checking to see if an item has updated but is simply indicating every item is new whenever the script is run. |
Please share your findings.
hFeeds isn't to (and can't) tell if there is a new content, that is the job
of a Feed Aggregator. hFeeds is only expected to help generate RSS Feeds
for the sites which don't have one.
…On Fri, 18 Nov 2022, 9:05 am Bix F., ***@***.***> wrote:
Solved what was happening there, but as near as I can tell hfeeds isn’t
actually checking to see if an item has updated but is simply indicating
every item is new whenever the script is run.
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACF5ST5PD7TQRFLDHP5XWLTWI32PVANCNFSM6AAAAAASC4BTRQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I guess I just assumed, because since this was presented as a Feed43 alternative, it would do this. Feed43 feeds always worked for me out of the box. I can't seem to get this to work in the same way. 🤷 No worries. |
Is there a way to run this as a standalone that just generates a pre-determined feed based on a cron schedule?
The text was updated successfully, but these errors were encountered: