did | 2 years ago | on: Show HN: Primo – a visual CMS with Svelte blocks, a code editor, and SSG
did's comments
did | 12 years ago | on: CMS Trap
From a person outside the project, I understand that you may have been under the impression that the CMS did not evolve quicly enough. But believe me, we were working just as hard on it.
Actually, you cannot have a clear look at the project activity just based on the Engine github repository because LocomotiveCMS is relatively a big project, made of many different components (Wagon, CustomFields, Engine). Besides, I even don't include the documentation site which has been greatly improved recently and it takes a long time to write documentation. A lot of work for a very small team :-)
I've been working on this project for years and for free and no project is sustainable in those conditions. That's why I decided to grow the business and to develop the commercial side of LocomotiveCMS. So we launched LocomotiveHosting this summer. And it goes well beyond hosting. It also gives you access to free upgrades and premium support. Moreover, the hosting solution relies on the same version of the engine. The slight difference is that we add maintenance functionalities like site backup on the fly.
LocomotiveHosting is an option. You can still host your sites on your servers, so this should not deter you from using our CMS. But we really appreciate it when our users sign up to LocomotiveHosting because this helps fund the development of new features.
We also provide consultancy for our CMS :-)
did | 12 years ago | on: CMS Trap
did | 12 years ago | on: CMS Trap
However, if you want to change the layout or tweak the style, you have to use Wagon and its frontend tools (SASS, Compass, Less, Compass), make your changes, test them locally with the embedded web server in Wagon, commit them to git if you version your site structure and then deploy. The redeployment won't touch the live data unless you modified your data structure. Hope my answer was clear :-)
did | 14 years ago | on: LocomotiveCMS Approaches 2.0 Release
did | 14 years ago | on: LocomotiveCMS Approaches 2.0 Release
did | 14 years ago | on: LocomotiveCMS Approaches 2.0 Release
You're totally right about the installation procedure. Like the other open source projects such as Spree for instance, we miss an executable which will help users to start a new engine with ease. That could be perhaps your first contribution to the project :-)
Finally, concerning your segfault error, if you have time, please open an issue in github (https://github.com/locomotivecms/engine/issues) or on our mailing-list (https://groups.google.com/forum/?fromgroups#!forum/locomotiv...)
thanks again !
did | 14 years ago | on: Bushido (YC S11): An App Store For The Web That Can Kickstart Your Side Projects
did | 15 years ago | on: First platform to sell ruby gems?
However, there is perhaps a misunderstanding. I don't want to build the mirror of a paid version of rubygems.com. I simply use the gem workflow mechanism (which is robust and easy to use) in order to sell modules BUT in the context of a project (open source or not).
Besides, in php, there already are open source projects successfully working this way, I'm thinking about prestashop for instance. I also learned that some companies sells redhat and debian packages. Why not in ruby ?
One last thing, I'm not defensive but your first post was not constructive enough. You talked about a similar experience you had before (I quote: "... as experience has taught me that buying plugins for an open-source codebase is not an ideal solution for my customers"). Could you tell more about that ? That's the kind of answer I was expecting here. Thanks anyway :-)
did | 15 years ago | on: First platform to sell ruby gems?
By the way, the code is not obfuscated. So yes, basically, users who paid for the gems can put this in their own git repository and do "whatever" they want with it as long as they don't share it.
Does it make sense ?
did | 15 years ago | on: First platform to sell ruby gems?
did | 15 years ago | on: First platform to sell ruby gems?
Anyway, I don't have in mind to replace the ruby gems platform by something else which will be not free. really. And trust me, that won't happen because it won't work.
But, in some situations like mine with LocomotiveCMS, having a platform to sell modules (it happens that my modules are ruby gems) makes perfectly sense. And what I'm looking for here by posting this is to see if other people will be interested in as well.
Believe me, I'm not the evil, not at all
did | 15 years ago | on: First platform to sell ruby gems?
A couple of months, I used my own tool (Maglev) when revamping an e-commerce site of a client who didn't have a content management system to edit the marketing part of her site. So I sliced the site into editable "Maglev" sections/blocks. The result was great in terms of editing experience BUT a couple of months later after the launch, my client hired another marketing person with HTML/CSS "skills" (I'd say 101 HMTL/CSS level). And I had a hard time to convince her that it was a bad idea to write HTML/CSS code herself but instead to let me (or another developer) write the missing sections she wanted.
A solution would have been to add in Maglev some kind of dev editor like in Primo. However, based on my long experience, you really don't want your client to touch the HTML/CSS of your site. And I don't believe in the "you break it, you pay for it" mojo or at least this is not the kind of relationship I want with my clients.
On a higher level, any kind of CMS has the same issue. For instance, I helped a company with a broken Webflow site and it was the typical issue: a designer built their site and later the marketing person tried to "improve" the UI and broke everything.