Static website generator that takes HTML as input?
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
i think what john vv is trying to say is that your approach reminds him of how people were doing webdesign +10 years ago...
really i think you need to take a step back and tell us what you are actually trying to achieve and how; there might be a different solution.
might, i don't have a very clear picture of how a static site generator and a wysiwig html editor could be "connected", anyhow, and to what end...
The situation you're in, is called an "XY Problem." (Curiously, there is not [yet ...] a WikiPedia article?!)
Basically, this means: "You want to do X, and you think Y is the best way of doing so. Instead of asking about X, you ask about Y."
There are a great many aspects of your inquiry that invite questions: "Why are you looking for a static website generator, anyway?" "If the ultimate goal is that 'users can write articles,' why do you imagine that they must use 'a WYSIWYG HTML editor' to get the job done?" And so on and on and on.
Welcome to [the second decade of] the 21st Century. A lot of truly-wonderful things have happened since "those days."
Therefore: "Nevermind what you now think 'the solution' is ... tell us about your problemsituation."
I don't see the point of using a web server with a dynamic scripting language and a database just to display static web pages, when I can simply…
write the pages in a WYSIWYG HTML editor
run a tool that will strip each HTML page to its basic contents (eg. remove FONT, etc.), merge them with a template to provide a common layout, and upload the whole shebang onto the server through FTP.
Thus my query about a tool that could read HTML files instead of non-visual languages such as Markdown, Liquid, etc.
there's plenty of CMS that do not use a database (flat-file cms).
they do use php, though, and most probably javascript for the editor/admin web interface.
still, what you are outlining there sounds just as complex to me.
how do you know that your users are able to use a wysiwig editor & ftp to upload the files? i do not find that trivial for a standard gmail/facebook user.
in any case, you might want to look into ckeditor.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.