-->

Monday, December 4, 2017

Nucleus CMS hosting - YouTube
src: i.ytimg.com

Nucleus CMS is an open-source blog management software package written in PHP, with a MySQL backend. It is used to manage frequently-updated Web content. With a little tweaking (mainly to skins), it might be considered a lightweight content management system.

Nucleus makes use of a callback function which has led to a plugin system in multiple languages. The general drive within the development community is that functionality should exist as plugins as totally as possible. This philosophy has led to a relatively light and uncluttered base install.


Video Nucleus CMS



Features

Nucleus CMS features a range of features which can be extended further by plugins some of which ship as standard. Some new skinvars were recently added.

  • Multiple Blogs
  • Multiple Authors
  • Categories
  • Commenting system: Nucleus provides a built-in Commenting System. This can be extended with tools such as ModComments or ReCaptcha.
  • Custom URLs: This is supported to a limited degree out of the box but many plugins exist to take things further.
  • Plugins: Additional features can be programmed in plugins and be installed on Nucleus.
  • Nucleus also features highlighting search terms, both in articles, and in comments!
  • RSS and Atom Syndication which can be edited
  • XML-RPC interface: Blogger, metaWeblog and MovableType APIs: Nucleus provides implementations of the Blogger, metaWeblog and MovableType APIs allowing Nucleus CMS can be used with tools like w.Bloggar, Ecto, Zempt, ...
  • File and Image Upload: Nucleus CMS features a system for uploading and embedding images into blog posts. Media files can be kept private (for the user only) or (with a tiny tweak) made available for use by all users.
  • IP-banlist: The banning of IP addresses or blocks can be made on a per blog basis.
  • Backup & Restore: The contents of the database can be exported and (optionally) later restored from within the control panel.
  • NP_Text is a plugin that ships with Nucleus CMS it eases the translation of Skins
  • NP_SecurityEnforcer is a plugin that ships with Nucleus CMS it improves the security of the core.

Maps Nucleus CMS



Requirement

  • Web server : PHP available
  • Database : MySQL 5 or MariaDB
  • PHP : PHP5.x

cxsecurity.com :: Nucleus CMS 3.65 Cross Site Scripting
src: phpsecu.re


History

Nucleus was written mostly by Demuynck while he was studying for a master in computer science. In January 2000, Wouter started a web blog using Blogger. After a while, he wanted a commenting feature, and wrote, for the first time, a PHP script for this purpose. Later, he started to use tricks to have multiple Blogger blogs on the same page (using JavaScript). In his words:

On June 14, 2014 it was announced that the project would be officially sunset. A number of forks exist including LMNucleus and it's variants.

On January 27, 2016 it was announced that the project would be officially was revived.[9]


Magento 2 Product & Content Widgets Extension
src: media.aheadworks.com


Development Community

Nucleus is developed and supported actively across five languages (English, German, Polish, Czech, Japanese) as well as having more than fifty user contributed translations available.

Demonstration installations of Nucleus CMS are hosted both by The Nucleus Group and by Open Source CMS.

The English language forum has over five thousand registered users and the Japanese Forum has over six thousand registered users.


How to install Nucleus from cPanel with Softaculous - YouTube
src: i.ytimg.com


Methodologies

NucleusCMS uses a database to store content which is manipulated by a number of classes. These classes fall into two groups, core and plugin. The core contains the basic functionality including a callback system which is used to trigger plugins. By default, NucleusCMS comes with just one plugin as standard (two from version 3.3).

The output is rendered using a custom two layer substitution based template and skin system. Templates generally provide the form for iterated content (such as listings) whereas the structure is provided by what are called skins. Skins are divided up by type (index, item, archive, archives, user, error, search (and custom with 3.3)) and are specified separately to each other. Include files can be used to reduce repetition of common elements.

API

Nucleus CMS supports a number of common blog oriented API through the use of an XML-RPC library.

  • Movable Type API
  • metaWeblog API
  • Blogger API

External sources

Very little of Nucleus CMS is sourced from additional parties. There are a few documented exceptions, however.

  • The XML-RPC used is XML-RPC for PHP.
  • The backup/restore code is said to be largely inspired on the code used in phpBB.

Magento 2 Mega Menu Extension
src: media.aheadworks.com


See also

  • List of content management systems

Elizabeth Flynn (@libflynn) | Twitter
src: pbs.twimg.com


References


11th International Workshop on Neutrino-Nucleus Scattering in the ...
src: nuint2017.physics.utoronto.ca


External links

  • Nucleus CMS website

Source of article : Wikipedia