All Projects → plone → Products.cmfplone

plone / Products.cmfplone

Licence: gpl-2.0
The core of the Plone content management system

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Products.cmfplone

Rats
Movie Ratings Synchronization with Python
Stars: ✭ 156 (-0.64%)
Mutual labels:  hacktoberfest
Enqueue Dev
Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
Stars: ✭ 1,977 (+1159.24%)
Mutual labels:  hacktoberfest
Nodebb
Node.js based forum software built for the modern web
Stars: ✭ 12,303 (+7736.31%)
Mutual labels:  hacktoberfest
Emberclear
Encrypted Chat. No History. No Logs.
Stars: ✭ 157 (+0%)
Mutual labels:  hacktoberfest
Rich Markdown Editor
The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:
Stars: ✭ 2,468 (+1471.97%)
Mutual labels:  hacktoberfest
Akka
Build highly concurrent, distributed, and resilient message-driven applications on the JVM
Stars: ✭ 11,938 (+7503.82%)
Mutual labels:  hacktoberfest
Browser Extension Json Discovery
Browser (Chrome, Firefox) extension for JSON discovery
Stars: ✭ 157 (+0%)
Mutual labels:  hacktoberfest
Documentation
Pantheon Docs
Stars: ✭ 157 (+0%)
Mutual labels:  hacktoberfest
Home Assistant.io
📘 Home Assistant User documentation
Stars: ✭ 2,377 (+1414.01%)
Mutual labels:  hacktoberfest
K6
A modern load testing tool, using Go and JavaScript - https://k6.io
Stars: ✭ 14,829 (+9345.22%)
Mutual labels:  hacktoberfest
Openlinkwith
Open the current webpage you have in another app. Magic! 🔮
Stars: ✭ 158 (+0.64%)
Mutual labels:  hacktoberfest
Azure Sdk For Python
This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
Stars: ✭ 2,321 (+1378.34%)
Mutual labels:  hacktoberfest
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+10824.2%)
Mutual labels:  hacktoberfest
Node.cobol
📟 Node.js bridge for COBOL which allows you to run Node.js code from COBOL.
Stars: ✭ 157 (+0%)
Mutual labels:  hacktoberfest
Playframework
Play Framework
Stars: ✭ 12,041 (+7569.43%)
Mutual labels:  hacktoberfest
Data Structures Algorithms
Your personal library of every algorithm and data structure code that you will ever encounter
Stars: ✭ 157 (+0%)
Mutual labels:  hacktoberfest
Phpmd
PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend.
Stars: ✭ 1,992 (+1168.79%)
Mutual labels:  hacktoberfest
Syliusresourcebundle
Simpler CRUD for Symfony applications
Stars: ✭ 156 (-0.64%)
Mutual labels:  hacktoberfest
Brain.js
brain.js is a GPU accelerated library for Neural Networks written in JavaScript.
Stars: ✭ 12,358 (+7771.34%)
Mutual labels:  hacktoberfest
Nginxconfig.io
⚙️ NGINX config generator on steroids 💉
Stars: ✭ 14,983 (+9443.31%)
Mutual labels:  hacktoberfest

About Plone

Plone is a mature, secure and user-friendly Content Management System (CMS).

Plone - and the Open Source community behind it - aggregates more than 15 years experience in content management. It offers all major features expected by a modern CMS out-of-the-box.

Lots of customizations can be made trough-the-web, such as creating content types, themes, workflows and much more. Pushed one step further Plone can be used as a framework on which to build custom CMS-like solutions.

Plone works as a

  • full-featured classical server-side rendered CMS,
  • headless CMS offering all features as a REST API.

Installing Plone

Plone is available on Microsoft Windows, Linux, OSX and BSD platforms.

Plone runs as container in the cloud with Docker.

Install Plone by choosing an option from plone.org <https://plone.org/download>_

Documentation

Consult the official Plone documentation <https://docs.plone.org>_ with information for different audiences.

For trainings comprehensive Plone training material <https://training.plone.org>_ is available.

What is Plone?

Plone is a ready-to-run content management system, offering a complete set of features needed by a wide variety of organizations.

Security is built into Plone's architecture from the ground up. Plone offers fine grained permission control over content and actions.

Plone is easy to set up, extremely flexible, and provides you with a system for managing web content that is ideal for project groups, communities, web sites, extranets and intranets.

  • Plone is easy to install. Several installation options are available for either your local machine or on servers in the cloud.

  • Plone is easy to use. The Plone Team includes usability experts who have made Plone easy and attractive for content managers to add, update, and maintain content.

  • Plone is international. The Plone interface has more than 35 translations, and tools exist for managing multilingual content.

  • Plone is standard. Plone carefully follows standards for usability and accessibility. Plone pages are compliant with US Section 508, and the W3C's AAA rating for accessibility.

  • Plone is Open Source. Plone is licensed under the GNU General Public License, the same license used by Linux. This gives you the right to use Plone without a license fee, and to improve upon the product.

  • Plone is supported. There are over three hundred developers in the Plone Development Team around the world, and a multitude of companies that specialize in Plone development and support.

  • Plone is extensible. There is a multitude of add-on products for Plone to add new features and content types. In addition, Plone can be scripted using web standard solutions and Open Source languages.

  • Plone is technology neutral. Plone can interoperate with most relational database systems, open source and commercial, and runs on a vast array of platforms, including Linux, Windows, Mac OS X, Solaris and BSD.

Technical overview

Plone is a content management platform written in Python. It builds upon Zope, an Open Source web application server and development system and thus on the pluggable Zope Component Architecture (ZCA).

Python is the easy-to-learn, widely-used and supported Open Source programming language. Python can be used to add new features to Plone, and used to understand or make changes to the way that Plone works.

Plone stores its contents in Zope's built-in transactional hierachical object database, the ZODB. The ZODB can be connected to simple file-storages, scalable ZEO-Servers or Postgres, MySQL and Oracle. There are addon and techniques, however, to share information with other sources, such as relational databases, LDAP, filesystem files, etc.

Official Resources

  • plone.com <https://plone.com/>_ - Official website for decision makers and evaluators.
  • plone.org <https://plone.org/>_ - Official website for developers and community.
  • Plone support <https://plone.org/support>_ - Where to find help.
  • community.plone.org <https://community.plone.org/>_ - Official community forum, the best place to get help.
  • docs.plone.org <https://docs.plone.org/>_ - Official documentation for developers/integrators.
  • training.plone.org <https://training.plone.org/>_ - Training classes for developers/integrators/users/designers.
  • plone.api <https://docs.plone.org/develop/plone.api/docs/index.html>_ - Documentation for plone.api.
  • plone.restapi <https://plonerestapi.readthedocs.io/en/latest/>_ - Documentation for plone.restapi.
  • official Gitter chat <https://gitter.im/plone/public>_ - monitored.
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].