Earlier quoted context omitted.
It's still around, but it's no longer being improved, just getting maintenance. Most of the people involved with it migrated elsewhere. Most who used Dreamweaver and relied on its extensions are now using another similar app called Wappler.
For those that are into Bootstrap then Bootstrap Studio is also a good option which I found produces pretty decent results.
Publii: Open-source local WYSIWYG static site CMS
61–70 of 79 posts
Re: Publii: Open-source local WYSIWYG static site CMS
#62It's interesting to see people rediscover this idea of "develop locally, push static site to web," but I think the weirdest thing for me is, why was this not a continuous thing? Broadly, this looks good for a blog format, but not sure if that's what people need? Anyway, for those interested, I just use http://zim-wiki.org plus a custom CSS template I did.
The problem is that if you have to pull down the site to edit content, it defeats like 99% of the use cases of a CMS. The whole point of a CMS is to provide an interface for editing a website without editing code directly and not having the code on locally to make edits.
Re: Publii: Open-source local WYSIWYG static site CMS
#63It's interesting to see people rediscover this idea of "develop locally, push static site to web," but I think the weirdest thing for me is, why was this not a continuous thing? Broadly, this looks good for a blog format, but not sure if that's what people need? Anyway, for those interested, I just use http://zim-wiki.org plus a custom CSS template I did.
> why was this not a continuous thing? We had the likes of Netscape Composer, Front Page and Dreamweaver. They produced mountains of un-maintainable and not non-compliant html code. When HTML5 came along there was a big push for compliant sites. Also it made sense to have a developer use the power of CSS3 to handle layouts and responsiveness elegantly. So the WYSIWYG editors fell out of favour.
Re: Publii: Open-source local WYSIWYG static site CMS
#64Re: Publii: Open-source local WYSIWYG static site CMS
#65Earlier quoted context omitted.
> It's interesting to see people rediscover this idea of "develop locally, push static site to web," Yes! Dreamweaver was good 19 years ago and remains good today. Being able to see what you're doing, without running like treacle in the browser whilst editing (I'm looking at you, Divi and other WP visual theme builders), is an awesome experience. Like professionals in many other fields expect from their software.
I used dreamweaver when they had coldfusion integration. We ended up using the wysiwig just for verification because it would make the code so bloated (by late 90's standards). I recall using HotDog Professional for my personal stuff. Anyone else use it?
Re: Publii: Open-source local WYSIWYG static site CMS
#66Earlier quoted context omitted.
> It's interesting to see people rediscover this idea of "develop locally, push static site to web," Yes! Dreamweaver was good 19 years ago and remains good today. Being able to see what you're doing, without running like treacle in the browser whilst editing (I'm looking at you, Divi and other WP visual theme builders), is an awesome experience. Like professionals in many other fields expect from their software.
>Dreamweaver was good 19 years ago Good for what ? I remember designers trying to create pages with and the generated code was useless garbage once the customisation requests came in and they called in a dev
I saw it work reasonably well when someone took a code-first approach with the overall website templates which avoided the mess from building these up using DW's code generation. You could then set it up so people could only mess with the certain parts of the page which avoided the overall site getting messed up as you added others. This got cleaner when they introduced Contribute.
Dreamweaver was created for a time when there was still a webmaster-type role in companies. These people didn't necessarily have what we'd consider a strong dev skillset, but the world around them had started to change which explains the range of capabilities in Dreamweaver.
If you want to see some terrible server-side code generation, you should checkout Drumbeat (https://macromedia.fandom.com/wiki/Macromedia_Drumbeat).
Re: Publii: Open-source local WYSIWYG static site CMS
#67There is a somewhat similar system called Lektor, originally written by Armin Ronacher (of Flask/Jinja fame): https://www.getlektor.com/ You define your models, then start the local devserver to add entries for the models. In the end, it stores the data in the filesystem and outputs static HTML.
Re: Publii: Open-source local WYSIWYG static site CMS
#68It's interesting to see people rediscover this idea of "develop locally, push static site to web," but I think the weirdest thing for me is, why was this not a continuous thing? Broadly, this looks good for a blog format, but not sure if that's what people need? Anyway, for those interested, I just use http://zim-wiki.org plus a custom CSS template I did.
So now simple solutions, static HTML, free or one-time fee CMSs are sexy again. (economy is not good, who wants another subscription?)
I know because 14 years ago we have created static, drag and drop CMS that people still buy today. People value basic features. And it's hard to make a complex software that's easy to use.
Basic features are still enough, after 14 years. https://sitecake.com
Re: Publii: Open-source local WYSIWYG static site CMS
#69Earlier quoted context omitted.
Does Publii still not officially support git versioning? If it did I probably would have played with it..
I don't think Publii is aimed at people who know what git is. Those people already have lots of great options.
Re: Publii: Open-source local WYSIWYG static site CMS
#70And another tool that got some traction back in the day: Radio Userland.