https://github.com/ponzu-cms/ponzu - Ponzu is quite interesting and unusual CMS. A traditional CMS is usually a ready application with functionality extended by plugins. On the contrary Ponzu is a command line tool that scaffolds ready code and HTML pages for you. For example, if you need to add a new page "Author", you can type the command:
"$ ponzu gen content author firstname:"string" <other fields>"
and Ponzu will generate the table in the DB, code for it and ready editable page for you. Now you need to build the code and run it and you will see the nice CMS in your browser! Your code can access the data via the REST API over HTTP2, no matter what language or platform you are using.
Definitely it worth to try on your next project.
#go #cms
"$ ponzu gen content author firstname:"string" <other fields>"
and Ponzu will generate the table in the DB, code for it and ready editable page for you. Now you need to build the code and run it and you will see the nice CMS in your browser! Your code can access the data via the REST API over HTTP2, no matter what language or platform you are using.
Definitely it worth to try on your next project.
#go #cms
GitHub
GitHub - ponzu-cms/ponzu: Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and…
Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go. - ponzu-cms/ponzu
Vapid (★ 912 on GitHub) is an intentionally simple content management system (CMS) built on the idea that you can create a custom dashboard without ever leaving the HTML.
Add simple template tags to a static webpage, and Vapid will automatically generate the dashboard for you. No config files, no other languages required.
#cms #zerocong #js
Add simple template tags to a static webpage, and Vapid will automatically generate the dashboard for you. No config files, no other languages required.
#cms #zerocong #js
zipsell (★ 182 on GitHub) is a free open source platform for selling digital downloads such as ebooks.
Zipsell helps you set up an online store for selling digital products such as ebooks, music, videos, source code etc.
Zipsell handles payment processing via stripe and sends customers secure expiring Amazon S3 links to the files they have purchased. Since it is self-hosted, you receive payments directly and avoid paying commissions to 3rd party marketplaces.
How it works:
1) You add a product using admin panel
2) Customers browse your store and select an item
3) A customer pays using Stripe account
4) A customer receives a temporary link to his/her email
Zipsell is built with Ruby on Rails.
Demo site - http://demo.zipsell.org
#cms #engine #ruby
Zipsell helps you set up an online store for selling digital products such as ebooks, music, videos, source code etc.
Zipsell handles payment processing via stripe and sends customers secure expiring Amazon S3 links to the files they have purchased. Since it is self-hosted, you receive payments directly and avoid paying commissions to 3rd party marketplaces.
How it works:
1) You add a product using admin panel
2) Customers browse your store and select an item
3) A customer pays using Stripe account
4) A customer receives a temporary link to his/her email
Zipsell is built with Ruby on Rails.
Demo site - http://demo.zipsell.org
#cms #engine #ruby