Modern CMS for news, municipality and corporate websites.
Haber, belediye ve kurumsal web siteleri için modern içerik yönetim sistemi.
Website · English · Türkçe · Roadmap · Contributing
Omurga CMS 1.0 Beta is an early beta release of a simple, extensible content management system designed for news, municipality, corporate and community websites.
Status: Beta
Website: https://omurgacms.com
| Area | Status |
|---|---|
| OMG template themes | Ready |
| PHP themes | Ready |
| Block system | Ready |
| Package foundation | Ready |
| Hook foundation | Ready |
| Media library | In progress |
| Form builder | Beta |
| Theme safety system | Ready |
Omurga CMS 1.0 Beta ships with two simple default themes:
- OMG-based theme.
- A simple starter theme for users who want to build themes without PHP.
- Uses files such as
home.omg,single.omg,page.omg,category.omg.
- PHP-based theme.
- A simple starter theme for classic PHP theme development.
- Uses files such as
home.php,single.php,page.php,category.php.
For safety, Omurga keeps at least two themes installed. Active themes and system themes cannot be deleted from the admin panel.
- Upload the files to your server.
- Open
/install/in your browser. - Enter your database information.
- Create the site and administrator account.
- Log in to
/admin/.
After installation, the site is not empty. Omurga creates one sample post and one sample comment.
OMG theme:
themes/theme-name/
├─ theme.json
├─ home.omg
├─ single.omg
├─ page.omg
├─ category.omg
├─ header.omg
├─ footer.omg
└─ assets/
PHP theme:
themes/theme-name/
├─ theme.json
├─ home.php
├─ single.php
├─ page.php
├─ category.php
├─ header.php
├─ footer.php
└─ assets/
Developer documentation is available in the docs/ directory:
docs/theme-api.mddocs/package-api.mddocs/block-api.mddocs/hooks.mddocs/omg-template.mddocs/media-library.md
Omurga CMS is released under the MIT License. See LICENSE.
Omurga CMS 1.0 Beta, haber, belediye, kurumsal ve topluluk web siteleri için geliştirilen sade ve genişletilebilir bir içerik yönetim sisteminin ilk beta sürümüdür.
Durum: Beta
Proje sitesi: https://omurgacms.com
| Alan | Durum |
|---|---|
| OMG tema motoru | Hazır |
| PHP tema desteği | Hazır |
| Blok sistemi | Hazır |
| Paket altyapısı | Hazır |
| Hook altyapısı | Hazır |
| Medya kütüphanesi | Geliştiriliyor |
| Form oluşturucu | Beta |
| Tema güvenlik sistemi | Hazır |
Omurga CMS 1.0 Beta iki sade sistem temasıyla gelir:
- OMG tabanlıdır.
- PHP bilmeden tema geliştirmek isteyenler için basit başlangıç temasıdır.
home.omg,single.omg,page.omg,category.omgdosyalarıyla çalışır.
- PHP tabanlıdır.
- Klasik PHP tema geliştirmek isteyenler için basit başlangıç temasıdır.
home.php,single.php,page.php,category.phpdosyalarıyla çalışır.
Güvenlik için sistemde en az iki tema kalır. Aktif tema ve sistem temaları panelden silinemez.
- Dosyaları sunucuya yükleyin.
- Tarayıcıdan
/install/adresini açın. - Veritabanı bilgilerini girin.
- Site adı ve yönetici hesabını oluşturun.
/admin/paneline giriş yapın.
Kurulum sonunda site boş kalmaz. Omurga hakkında 1 örnek yazı ve 1 örnek yorum otomatik eklenir.
OMG tema:
themes/tema-adi/
├─ theme.json
├─ home.omg
├─ single.omg
├─ page.omg
├─ category.omg
├─ header.omg
├─ footer.omg
└─ assets/
PHP tema:
themes/tema-adi/
├─ theme.json
├─ home.php
├─ single.php
├─ page.php
├─ category.php
├─ header.php
├─ footer.php
└─ assets/
Geliştirici belgeleri docs/ klasöründedir:
docs/theme-api.mddocs/package-api.mddocs/block-api.mddocs/hooks.mddocs/omg-template.mddocs/media-library.md
Omurga CMS MIT lisansı ile yayınlanır. Ayrıntılar için LICENSE dosyasına bakın.