Nucleus CMS
Developer(s) | The Nucleus Group |
---|---|
Last release | |
Platform | PHP |
Type | Blog |
Licence | GNU General Public License |
Website | nucleuscms.org |
Nucleus CMS is an open-source blog management software package written in PHP,[1] with a MySQL backend. It is used to manage frequently-updated Web content. With a little tweaking (mainly to skins), it might be considered[2] a lightweight content management system.[3]
Nucleus makes use of a callback function which has led to a plugin system in multiple languages.[4][5] 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.
Features
Nucleus CMS features a range of features[6] which can be extended further by plugins some of which ship as standard.[7] Some new skinvars were recently added.
- Multiple Blogs[8]
- Multiple Authors
- Categories[9]
- Commenting system: Nucleus provides a built-in Commenting System. This can be extended with tools such as ModComments[10] 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.
Requirement
- Web server : PHP available
- Database : MySQL 5
- PHP : PHP5.x
Nucleus | Release | PHP | Database MySQL |
---|---|---|---|
3.70 | 2014-09 | 5.0.6 - 5.6.x | 5 |
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:
“ | But the Blogger service was getting less and less fun to use, because of the constant downtimes. I had to switch to a decentralized tool, but could not find a 'decent' one: I tried GreyMatter, but it did not allow multiple weblogs. PHP-Nuke and alike tools did not offer enough flexibility with the layout, and were not exactly what I was looking for. Movable Type, pMachine, Pivot etc. did not exist yet, so I had to come up with something of my own.
So I did. In the beginning of 2001, I wrote (starting from scratch) the basis of what would later turn out to become Nucleus: a set of PHP classes, reading data from XML files. No real admin-area yet, no multiple users. But multi-weblog from the start. It was in the summer of 2001 that I decided to move from XML files to MySQL and started building a good admin interface, so I could release the script and share it with other people. It got a little out of hand. |
” |
On June 14, 2014 it was announced that the project would be officially sunset. A number of forks[11][12] exist including LMNucleus[13][14] and it's variants.[15][16]
On January 27, 2016 it was announced that the project would be officially was revived.
Development Community
Nucleus is developed and supported actively across five languages (English,[17] German,[18][19] Polish,[20][21] Czech,[22] Japanese[23]) as well as having more than fifty user contributed translations available.[24]
Demonstration installations of Nucleus CMS are hosted both by The Nucleus Group [25] and by Open Source CMS.[26]
The English language forum[27] has over five thousand registered users[28] and the Japanese Forum has over six thousand registered users.[29]
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.[30]
- Movable Type API[31]
- metaWeblog API[32]
- Blogger API[33]
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.[34]
- The backup/restore code is said to be largely inspired on the code used in phpBB.[35]
See also
References
- ↑
- ↑ http://www.mitchelaneous.com/2008/12/05/wordpress-suck-try-nucleus-cms/
- ↑ http://cmsreport.com/category/nucleus-cms
- ↑ http://wakka.xiffy.nl/plugin
- ↑ http://japan.nucleuscms.org/wiki/plugins
- ↑ http://nucleuscms.org/features.php
- ↑ http://www.cmscritic.com/nucleus-cms-3-50-has-been-released/
- ↑ Other Bog Engines "Wordpress Complete: A Comprehensive, Step-by-Step Guide On How to Set Up", By Hasin Hayder
- ↑ http://www.opensourcecms.com/scripts/details.php?scriptid=82
- ↑ https://github.com/Lord-Matt-NucleusCMS-Stuff/NP_ModComments
- ↑ https://github.com/NucleusCMS/NucleusCMS
- ↑ https://github.com/NucleusCMS/nucleuscms.github.io
- ↑
- ↑
- ↑ https://github.com/Lord-Matt-NucleusCMS-Stuff/lmnucleuscms
- ↑ https://github.com/yama/lmnucleuscms
- ↑ Nucleus CMS website
- ↑ German Nucleus CMS website
- ↑ German Nucleus CMS Support Forum
- ↑ Polish Nucleus CMS website
- ↑ Polish Nucleus CMS Support Forum
- ↑ Czech Nucleus CMS Support Forum
- ↑ Japan Nucleus CMS website
- ↑ Nucleus Language Files
- ↑ Nucleus Demonstration
- ↑ Nucleus CMS demonstration at opensourcecms.com
- ↑ Nucleus CMS English Language Forum
- ↑ http://forum.nucleuscms.org/memberlist.php
- ↑ http://japan.nucleuscms.org/forum/
- ↑ Nucleus CMS XMl-RPC Interface Documentation
- ↑ http://docs.nucleuscms.org/item/202
- ↑ http://docs.nucleuscms.org/item/203
- ↑ http://docs.nucleuscms.org/item/204
- ↑ implementation from Useful Inc
- ↑