Serendipity (software)

Last updated
Serendipity
Serendipity CMS.jpg
Serendipity's official blog
Developer(s) Serendipity Developer Team
Stable release
2.3.5 [1] / 2020-04-25 [±]
Repository
Written in PHP
Operating system Unix-like, Windows
Platform Cross-platform
Type content management system
License BSD license
Website s9y.org   OOjs UI icon edit-ltr-progressive.svg

Serendipity is a blog and web-based content management system written in PHP and available under a BSD license. It supports PostgreSQL, MySQL, SQLite database backends, the Smarty template engine, and a plugin architecture for user contributed modifications. [2]

Contents

Serendipity is available through a number of "one-click install" services such as Installatron. [3]

Features

Serendipity's plugin architecture allows users to easily modify both the appearance of the blog and its features.

Serendipity's SPARTACUS plugin automatically checks the central repository for plugins/templates upgrades and new functionality whenever a user checks the list. Users can install more than 120 plugins, instantly enhancing their blogs' functionality. [4]

History

The Serendipity project was started by Jannis Hermanns in the winter of 2002, then still called jBlog. Due to a naming conflict with an existing blog publishing system, Sterling Hughes suggested the name serendipity. This suggestion is based on an Essay by Sam Ruby. [6] The short form s9y stems from abbreviations such as i18n for internationalization where the number represents the amount of omitted letters. Today the project is maintained by Garvin Hicking.

Book

Serendipity
Serendipity-book.png
AuthorGarvin Hicking
Original titleSerendipity Individuelle Weblogs für Einsteiger und Profis
LanguageGerman
SubjectSerendipity Weblog Software
Genre Weblog Software
PublisherOpenSourcePress
Publication date
2008
ISBN 978-3-937514-54-3

The first book about Serendipity was published in German by OpenSourcePress: Serendipity - Individuelle Weblogs für Einsteiger und Profis. [7] The publisher donated the book's copyright to the Serendipity project, who has released it under a CC-BY-NC-SA license and made a GitHub repository available online. [8]

See also

Related Research Articles

PostgreSQL Free and open-source relational database management system

PostgreSQL, also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. It was originally named POSTGRES, referring to its origins as a successor to the Ingres database developed at the University of California, Berkeley. In 1996, the project was renamed to PostgreSQL to reflect its support for SQL. After a review in 2007, the development team decided to keep the name PostgreSQL and the alias Postgres.

SQLite Serverless relational database management system (RDBMS)

SQLite is a relational database management system (RDBMS) contained in a C library. In contrast to many other database management systems, SQLite is not a client–server database engine. Rather, it is embedded into the end program.

Movable Type Blogging software

Movable Type is a weblog publishing system developed by the company Six Apart. It was publicly announced on September 3, 2001; version 1.0 was publicly released on October 8, 2001. The current version is 7.0.

Trac is an open-source, web-based project management and bug tracking system. It has been adopted by a variety of organizations for use as a bug tracking system for both free and open-source software and proprietary projects and products. Trac integrates with major version control systems including Subversion and Git. Trac is used, among others, by the Internet Research Task Force, Django, FFmpeg, jQuery UI, WebKit, 0 A.D., and WordPress.

Mantis Bug Tracker

Mantis Bug Tracker is a free and open source, web-based bug tracking system. The most common use of MantisBT is to track software defects. However, MantisBT is often configured by users to serve as a more generic issue tracking system and project management tool.

In computing, a solution stack or software stack is a set of software subsystems or components needed to create a complete platform such that no additional software is needed to support applications. Applications are said to "run on" or "run on top of" the resulting platform.

CherryPy is an object-oriented web application framework using the Python programming language. It is designed for rapid development of web applications by wrapping the HTTP protocol but stays at a low level and does not offer much more than what is defined in RFC 7231.

Django (web framework) Python web framework

Django is a Python-based free and open-source web framework that follows the model–template–views (MTV) architectural pattern. It is maintained by the Django Software Foundation (DSF), an independent organization established in the US as a 501(c)(3) non-profit.

Komodo Edit

Komodo Edit is a free and open source text editor for dynamic programming languages. It was introduced in January 2007 to complement ActiveState's commercial Komodo IDE. As of version 4.3, Komodo Edit is built atop the Open Komodo project. Komodo IDE is no longer supported and maintained by developers for python.

Silverstripe CMS

Silverstripe CMS is a free and open source content management system (CMS) and framework for creating and maintaining websites and web applications. It provides an out of the box web-based administration panel that enables users to make modifications to parts of the website, which includes a WYSIWYG website editor. The core of the software is Silverstripe Framework, a PHP Web application framework.

Habari

Habari was a free and open source blog engine written in PHP and currently supports MySQL, SQLite and PostgreSQL for the database backend. It got its name from the Swahili greeting habari, which means "(what's the) news".

Web2py is an open-source web application framework written in the Python programming language. Web2py allows web developers to program dynamic web content using Python. Web2py is designed to help reduce tedious web development tasks, such as developing web forms from scratch, although a web developer may build a form from scratch if required.

TYPO3

TYPO3 is a free and open-source Web content management system written in PHP. It is released under the GNU General Public License. It can run on several web servers, such as Apache, Nginx or IIS, on top of many operating systems, among them Linux, Microsoft Windows, FreeBSD, macOS and OS/2.

CMS Made Simple

CMS Made Simple (CMSMS) is a free, open source (GPL) content management system (CMS) to provide developers, programmers and site owners a web-based development and administration area. In 2017 it won the CMS Critic annual award for Best Open Source Content Management.

mojoPortal is an open source, cross-platform, content management system (CMS) for ASP.NET which is written in the C# programming language. The CMS supports plugins and has built-in support for, among others, forums, blogs, event calendars, photo galleries, and an e-commerce feature. The project was awarded an Open Source Content Management System Award by Packt in 2007 saying that the "ease of use, set of relevant tools and plugins and also the fact that it is cross platform, made it stand out above the rest". In February 2017, i7MEDIA, LLC, acquired the project from lead developer Joe Audette.

papaya CMS is an open-source content management system, free of charge and complying with open standards like XML as data format, XSLT as templating language, and PHP for programming.

Kajona is a PHP based content management framework, released and developed as an open source project using the LGPL-licence. The system requires a relational database system such as MySQL, PostgreSQL or SQLite. Due to the abstraction of the database provided by Kajonas database-layer, nearly all relational database systems can be connected. Kajona uses UTF-8 to store its content, resulting in a system suitable for international websites. Since the system is written as a framework, external developers are able to enrich the system with new functionalities using one of the many hooks / plugin concepts Kajona provides. There are HotSpots for nearly every aspect such as for widgets, search plugins, elements or modules.

Fat-Free Framework

Fat-Free Framework is an open-source web framework distributed under the GNU General Public License and hosted by GitHub and Sourceforge. The software seeks to combine a full featureset with a lightweight code base while being easy to learn, use and extend.

October (CMS)

October is a self-hosted content management system (CMS) based on the PHP programming language and Laravel web application framework. It supports MySQL, SQLite and PostgreSQL for the database backend and uses a flat file database for the front end structure. The October CMS covers a range of capabilities such as users, permissions, themes, and plugins, and is seen as a simpler alternative to WordPress.

References

  1. "Serendipity releases". github.com. Retrieved 2020-04-25.
  2. "Serendipity - PHP Script". Gscripts.net. 2 August 2006. Retrieved 19 September 2012.
  3. http://www.installatron.com/serendipity
  4. "Serendipity - Features". s9y.org. Retrieved 19 September 2012.
  5. "New kid on the blog: A look at Serendipity 1.0". Archived from the original on 2012-03-07.
  6. Sam Ruby. "Manufactured Serendipity" . Retrieved 20 August 2021.
  7. Serendipity. Individuelle Weblogs für Einsteiger und Profis. Open Source Press. ASIN   3937514546.
  8. "Das Serendipity Handbuch / The Serendipity Manual".