Hacker Newsnew | past | comments | ask | show | jobs | submit | faulancer's commentslogin

you should be able to access content via API - http://getcockpit.com/docs#!api/cockpit-js


Cockpit is about simplicity. I like it to be lightweight and with a minimum of overhead ... but I also understand you arguments. It's all a matter of taste :)


What overhead is there using silex instead??

Even if there were an overhead, I'd rather have the stability of a fully tested framework than relying on an implementation with no tests.

What you have essentially done is created a framework, which in order for me to extend your CMS, I am going to have to learn. I also would lose the added benefit of not being able to use existing packages for (insert widely used fw here).

I can't really understand why you aren't using composer as well, it seems as though you are managing your own dependencies in the vendor/ folder?

Look, I have respect for you going out and creating your own cms. But I seem to get constantly disappointed when I dig into the nuts and bolts, and unfortunately this one is no different.


yepp, it's on my todo list :)


Then checkout Sir TrevorJS ;)

http://madebymany.github.io/sir-trevor-js/


So, you're saying, Cockpit will have editable content blocks so the client can easily structure a page with different kinds of blocks? I might love you if that's it :)


you're right, this is a great improvement


thank you, I'll investigate the font issue.


The docs are not readable on windows chrome, many people make this mistake it's uncanny, last week Google did this when they launched their new webdev tools.

You can try and load the svg version of the font first for chrome, you can do this via a chrome only media query, for example: https://gist.github.com/wycks/42e88a4a6e034863584c

If that doesn't work you can try a .htaccess rule. If that doesn't work you need to re-render your fonts.

Make sure to test in all browsers when you make a change because it might suddenly work in chrome then break in ie.


Just a note, it's not a Chrome issue only, it looks the same on Opera/presto (Windows as well).


just download and try it out...setup takes less then 20sec. If you don't like it, just delete the folder and forget it ;-)


Sure, but you spent so much effort and time making the beautiful landing page and documentation, you might as well have a demo. I can't be the only person too "lazy" to download, and run it.


thanks, I'll consider it!


FWIW I second this, it looks beautiful, but setting up a site on my VPS takes work; even if it's 20 seconds to download and install, I have to set up configs, DNS, directories, etc. Would love to see a demo.


I always assumed that every developer has a local dev environment, it seems I was wrong :)


By that you mean php dev environment? That would be more of a safe bet 10 years ago.


How about creating a docker container? http://docker.io This would actually add the benefit of easy evaluation, while also helping us to jumpstart a project with cockpit.


Yes. A demo would be really nice!


You should wrap it up in a docker container. All you need to do is create a Dockerfile in your repo and wire it up to http://hub.docker.com . That way the "try it out" steps are "docker run faulancer/cockpit-demo"


good idea, thanks!


Setting up a vagrant file would really make this an easy thing to install (perhaps a little longer than 20sec).


It won't work with vagrant, it strips out the port number when doing redirects (uses them a lot it appears) so you always end up with failed redirects.


you have to try http://getcockpit.com ...simple but powerful


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: