All Projects → elmsln → Haxcms

elmsln / Haxcms

Licence: apache-2.0
HAX with a lightweight CMS backend to manage your microsite universe

Projects that are alternatives of or similar to Haxcms

Builder
Drag and drop page building using your code components
Stars: ✭ 1,281 (+1054.05%)
Mutual labels:  cms, webcomponents
Seblod
Build high-end websites with SEBLOD®, a CCK for Joomla!
Stars: ✭ 109 (-1.8%)
Mutual labels:  cms
Django Filer
File and Image Management Application for django
Stars: ✭ 1,384 (+1146.85%)
Mutual labels:  cms
Strapi
🚀 Open source Node.js Headless CMS to easily build customisable APIs
Stars: ✭ 41,786 (+37545.05%)
Mutual labels:  cms
Kor
User Interface Component Library based on LitElement / lit-html
Stars: ✭ 104 (-6.31%)
Mutual labels:  webcomponents
Ionic Framework
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
Stars: ✭ 45,802 (+41163.06%)
Mutual labels:  webcomponents
Starterkit
Kirby's sample site – the easiest way to get started with Kirby
Stars: ✭ 102 (-8.11%)
Mutual labels:  cms
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (+0%)
Mutual labels:  cms
Angular Cms
An flexiable, extendable, modular, single CMS app based on Angular, Express, MongoDB
Stars: ✭ 109 (-1.8%)
Mutual labels:  cms
Xclcms
XCLCMS is a lightweight CMS (content management system) background management system, Developed using asp.net MVC, it provides a simple and easy-to-use web API interface and supports multiple applications for a single merchant.
Stars: ✭ 107 (-3.6%)
Mutual labels:  cms
Thunder Distribution
A Drupal 8 based platform for professional publishers
Stars: ✭ 107 (-3.6%)
Mutual labels:  cms
Squidex
Headless CMS and Content Managment Hub
Stars: ✭ 1,583 (+1326.13%)
Mutual labels:  cms
Rageframe2
一个基于Yii2高级框架的快速开发应用引擎
Stars: ✭ 1,553 (+1299.1%)
Mutual labels:  cms
Smile To Unlock
Want to give away free content on your site? How about asking for a smile in return 😁
Stars: ✭ 103 (-7.21%)
Mutual labels:  webcomponents
Personal Management System
Your web application for managing personal data. <[email protected]>
Stars: ✭ 2,027 (+1726.13%)
Mutual labels:  cms
Xrm Portals Community Edition
The definitive edition of Microsoft Open Source Portals, supported by the experts in portals.
Stars: ✭ 102 (-8.11%)
Mutual labels:  cms
Porn Vault
💋 Manage your ever-growing porn collection. Using Vue & GraphQL
Stars: ✭ 1,634 (+1372.07%)
Mutual labels:  cms
Ghost
Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
Stars: ✭ 39,261 (+35270.27%)
Mutual labels:  cms
Vue Iclient
SuperMap iClient UI Components for Vue.js
Stars: ✭ 111 (+0%)
Mutual labels:  webcomponents
Vanilla Hamburger
Animated hamburger menu icons for modern web apps (1.8 KB) 🍔
Stars: ✭ 110 (-0.9%)
Mutual labels:  webcomponents

HAXcms

The authoring experience of HAX and the ability to make fast, static file backed websites rapidly. Get all the details you want on HAXTheWeb.org! HAXcms seeks to be the smallest possible back-end CMS to make HAX work and be able to build websites with it. Leveraging JSON Outline Schema, HAX is able to author multiple pages, which it then writes onto the file system. This way a slim server layer is just for basic authentication, knowing how to save files, and placing them in version control.

Features

  • All the UX of HAX brought to a small CMS
  • Incredibly simple, readable file structure of flat HTML files and lightning fast, high scale micro-sites
  • cdn friendly configuration
  • 0 config, 100% offline capable, PWA generation
  • clean, simple theme layer abstracted from content
  • No database (simple .json files help manage relationships, all pages html+webcomponents)
  • Files you can reach out and touch, fork, and theme with ease!
  • Support for multiple sites
  • automatic git repo creation and management (never touch commandline again, but dive in if you really needed)
  • Built in gh-pages publishing
  • Support for PHP and Express based backends

Requirements (PHP)

  • Supports PHP 7.1+
  • Requires zip, gd, and xml modules be installed
  • Apache 2.4

Requirements (node, still in development)

cd system/backend/nodejs
yarn run dev

Installation Guides

Containers

  • Clone this repo: git clone https://github.com/elmsln/haxcms.git
  • Install a server container (recomnended). Here are some options (We support 'em all!):
  • Open a terminal window, go to the directory where you downloaded your container app and type ddev start (for ddev) or fin init (for docksal) or lando start && lando magic (for lando) or vagrant up (for vagrant).
  • Go to the link any of them give you in a browser.
  • Username/password is admin/admin to get building out static sites locally that you can push up anywhere!
  • Click the icon in the top-right and you're off and running!

MAMP

Scope

Generate .html files which have only "content" in them. Meaning the contents of the page in question. A simple method of adding new pages and managing the organization of those pages into a simple hierarchy (outline). Support for multiple mini web sites so that you can write a lot about different topics. HAXcms is only intended to be a micro-site generator and play nicely with the rest of the HAX ecosystem without needing a monster CMS in order to utilize it.

Usage

Go to yoursite.com and login with the username and password you entered in the _config/config.php by clicking on the login icon

HAXiam deployment

HAXiam (HAX, I am) is a SaaS configuration for HAXcms. It allows for the replication of HAXcms per user account for enterprise deployments. It's able to better interface with enterprise login systems while maintaining a clean copy of HAXcms.

HAXcms does not require HAXiam to operate but it is an alternate configuration that we support. Therefore if you see anything in the docs or under the hood referencing how to change settings when in that type of environment, you know why.

Windows

Cygwin command line is lightly tested, but slower than true Bash environment.

Windows Install

To properly configure git endlines for Windows, run this configuration

$ git config --global core.autocrlf true

Fedora (31/32) Troubleshooting

Newer versions of Fedora use cgroupsv2 which is currently not supported by Docker. To avoid a cgroup error before running HAX locally (e.g. before using "ddev start" or "fin init") run the following commands.

sudo mkdir /sys/fs/cgroup/systemd
sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd

License

Apache 2.0

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].