How to autocreate/schedule new content for posting on static html sites!

by DonD
2 replies
Hi.

Do anyone know of a good solution to autocreating new webpages on static html sites using your own file based content?

I have all the content in seperate files in a folder. Each files contains all the content for a new page (Title, Description, and the main text itself).

I am basically looking for the same functionality as in WordPress blog's post scheduler.

Regards
Don
#auto content poster #autocreate or schedule #content #content scheduler #html #posting #sites #static
  • Profile picture of the author WillDee
    Depending on your access method, you could automate the ftp process to copy local to remote content using an automation package.

    It's probably worth looking at converting the site to run on WP, though, as you'll need to factor in the cost of buying automation software, as well as time taken to develop the job to do the file copying, etc.
    {{ DiscussionBoard.errors[2216343].message }}
  • Profile picture of the author Manfred Ekblad
    Do you have a main page with links to all the other pages (as in a blog linking to posts) ?

    I would upload all the pages all at once, then use a script to update the main file with a link to the "new" page whenever it's scheduled to be published. If you don't want anyone to access your content by guessing a filename, you could make the script rename them to something cryptic and then let the script rename them back to the original filename when they are published.
    {{ DiscussionBoard.errors[2216434].message }}

Trending Topics