 |
 |
rss without a cms but not two pages ?
|
 |
|
 |
|
Senior User
Join Date: Jul 2001
Status:
Offline
|
|
Swiftly..
What is a general workflow I can use to have an rss feed updated when I also update the html news page so i don't get misshaps..
But I have no cms in this issue unlike other automated tools I have used..
I saw feeder and others but they are just xml editors... Is there a simple script or app that can convert a page to xml feeds ?
|
|
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Jul 2001
Status:
Offline
|
|
bump to this, I am still in great need of some type of answer please 
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Nov 1999
Status:
Offline
|
|
You can't do this without some kind of script. You can get by without a full-blown CMS, but we need more information about the site before we can help much more than this.
How is the HTML page that you want to "shadow" currently updated? Is it a hand-edited HTML file? Is it generated by some kind of script that runs periodically? Is dynamically generated by a script but not a real CMS? I ask because there are many different ways you could go about this, but depending on how the HTML page is generated some methods may be better than others.
|
|
You are in Soviet Russia. It is dark. Grue is likely to be eaten by YOU!
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Jul 2001
Status:
Offline
|
|
Well I mostly always edit by hand in taco so it is static. things like rapidweaver don't do importing so i can't use that ..
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Mar 2001
Location: yes
Status:
Offline
|
|
The page needs to be based on database-driven dynamic content, and the RSS feed constructed dynamically.
PHP and MySQL are a good choice for learning how to do this sort of work.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Mar 2002
Location: Clogland
Status:
Offline
|
|
Is a database really necessary?
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Mar 2001
Location: yes
Status:
Offline
|
|
Originally Posted by skalie
Is a database really necessary?
Well, if you want the RSS feed to automatically reflect changes to the main site, no, you could have it parse data out of a flat file containing your content, but by the time you write such a script you might as well go the DB route anyway, IMHO.
There are other benefits to dynamic content too (e.g. the ability to provide search mechanisms in a more elegant fashion). RSS feeds are dynamic in their nature. If you feel your site needs such a feed, you really ought to look into making it dynamic, IMHO.
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Nov 1999
Status:
Offline
|
|
This sounds like something that could benefit from a CMS, it's true. Then again, Jefferey Zeldman hand-edited his Weblog and his RSS feed for many years, and during that time it became one of the most popular Web-design blogs out there.
As for a database, it's still not strictly necessary. There are popular weblog and wiki packages out there that "use the filesystem as a database": consider Blosxom and MoinMoin.
Ahem. Getting back to your RSS issue, though, while I don't think a CMS is necessary, I <em>do</em> think you should use a CGI script of some kind for this. It would parse your main HTML file, scrape out the data you need, and send it out in RSS format.
Do you have a link to the page? Depending on how the HTML is formatted, this could be relatively easy to write. What languages does your host allow?
|
|
You are in Soviet Russia. It is dark. Grue is likely to be eaten by YOU!
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Mar 2001
Location: yes
Status:
Offline
|
|
Honestly, what I would likely recommend depending on your needs is to go with something like Wordpress that will automatically generate your RSS feeds for you. It is extremely popular blogging software with a ton of support available, and has a very easy install and setup (although it does require access to a database).
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Nov 1999
Status:
Offline
|
|
Originally Posted by besson3c
Honestly, what I would likely recommend depending on your needs is to go with something like Wordpress that will automatically generate your RSS feeds for you. It is extremely popular blogging software with a ton of support available, and has a very easy install and setup (although it does require access to a database).
Personally I agree, but it sounds like he has a reason for avoiding CMS, and so I'm looking for a solution consistent with that..
|
|
You are in Soviet Russia. It is dark. Grue is likely to be eaten by YOU!
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Jul 2001
Status:
Offline
|
|
well, I mean I could install a cms though we would have to get even more disc space on the server. But frankly I hate cms's there all have their werid kinks to them that feel so limiting if you dont add content the exact correct way the cms wants you to.
Thats why I find doing it all by hand in nicer, but reflecting rss automaticly or parsed out of a program would be a boon. Otherwise I can do an install of textpattern which is the cleanest cms I have ever found, just so picky in some areas..
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Mar 2001
Location: yes
Status:
Offline
|
|
Originally Posted by loren s
well, I mean I could install a cms though we would have to get even more disc space on the server. But frankly I hate cms's there all have their werid kinks to them that feel so limiting if you dont add content the exact correct way the cms wants you to.
Thats why I find doing it all by hand in nicer, but reflecting rss automaticly or parsed out of a program would be a boon. Otherwise I can do an install of textpattern which is the cleanest cms I have ever found, just so picky in some areas..
If you don't want a CMS, create your dynamic content by hand, and find a script that queries your DB to generates RSS feeds... the latter shouldn't be very hard.
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|