All Projects → digimakergo → digimaker

digimakergo / digimaker

Licence: MIT license
A content management framework in Golang

Programming Languages

go
31211 projects - #10 most used programming language
Smarty
1635 projects
HTML
75241 projects

Projects that are alternatives of or similar to digimaker

Yascmf
已过时,请访问5.2新版仓库
Stars: ✭ 258 (+1072.73%)
Mutual labels:  cmf
Sulu
Core framework that implements the functionality of the Sulu content management system
Stars: ✭ 645 (+2831.82%)
Mutual labels:  cmf
October
Self-hosted CMS platform based on the Laravel PHP Framework.
Stars: ✭ 10,740 (+48718.18%)
Mutual labels:  cmf
Pyrocms
Pyro is an experienced and powerful Laravel PHP CMS.
Stars: ✭ 3,086 (+13927.27%)
Mutual labels:  cmf
Textpattern
A flexible, elegant, fast and easy-to-use content management system written in PHP.
Stars: ✭ 572 (+2500%)
Mutual labels:  cmf
Processwire
ProcessWire 3.x is a friendly and powerful open source CMS with a strong API.
Stars: ✭ 669 (+2940.91%)
Mutual labels:  cmf
lin-cms-koa-core
A simple and practical CMS implememted by koa
Stars: ✭ 42 (+90.91%)
Mutual labels:  cmf
Quokka
LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
Stars: ✭ 2,198 (+9890.91%)
Mutual labels:  cmf
Sulu Standard
This repository is not longer the recommended way to start a sulu project. Use:
Stars: ✭ 636 (+2790.91%)
Mutual labels:  cmf
Rageframe2
一个基于Yii2高级框架的快速开发应用引擎
Stars: ✭ 1,553 (+6959.09%)
Mutual labels:  cmf
Cmf Sandbox
Base project for trying CMF components integration
Stars: ✭ 368 (+1572.73%)
Mutual labels:  cmf
Bolt
Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL.
Stars: ✭ 4,136 (+18700%)
Mutual labels:  cmf
Platform
A modular multilingual CMS built with Laravel 5.
Stars: ✭ 719 (+3168.18%)
Mutual labels:  cmf
Tp Admin
🍺🍺🍺🍺基于ThinkPHP5拿来即用高性能后台管理系统
Stars: ✭ 259 (+1077.27%)
Mutual labels:  cmf
Crud
Build custom admin panels. Fast!
Stars: ✭ 2,144 (+9645.45%)
Mutual labels:  cmf
Yii2cmf
基于yii2的cmf管理系统
Stars: ✭ 255 (+1059.09%)
Mutual labels:  cmf
Lin Cms Koa
🌀使用Node.JS KOA构建的CMS开发框架
Stars: ✭ 649 (+2850%)
Mutual labels:  cmf
Slimcms
SlimCMS - lightweight CMS based on slim 3 framework
Stars: ✭ 201 (+813.64%)
Mutual labels:  cmf
Contentify
Contentify is an esports CMS based on the PHP framework Laravel
Stars: ✭ 189 (+759.09%)
Mutual labels:  cmf
Pycmf
A python library for Collective Matrix Factorization (CMF)
Stars: ✭ 22 (+0%)
Mutual labels:  cmf

Digimaker CMF

Go Reference

A Content Management Framework focusing on simplicity, flexibility and performance. Written in Golang.

Note: this project is still under development. Check https://digimaker.org for update

Highlights

  • Highly extendable content model
  • Templating for building website/html output using Pongo2
  • Query&Manipulate content via rest&go api.
  • ORM entities using SQLBoiler without using reflect
  • Event callback for exending content business logic(eg. update article content)
  • Flexiable permission system
  • Online debug tool
  • Client components for content related ui

Installation

See dmdemo of sample use

Documentation

See https://digimaker.org/doc for documentation and references.

Related repositories

Client components:

Client UI components: https://github.com/digimakergo/ui

License

MIT license.

Contact

Check @xc to send email.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].