8000 GitHub - keithbowes/b2evolution: b2evolution blog/CMS engine - Open Source Repo
[go: up one dir, main page]

Skip to content

b2evolution blog/CMS engine - Open Source Repo

License

Notifications You must be signed in to change notification settings

keithbowes/b2evolution

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21,051 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

b2evolution CMS

b2evolution CMS

This is b2evolution, a modern, object-oriented blogging system. This is b2evolution version 7.2.5-stable.

Objectives

This is a fork of the upstream project, focusing on a small project used for blogs and CMSes. The primary goals this fork are:

  • Sort categories alphabetically rather than based on ID.
  • Restore xg.php for translations.
  • Remove automatic updating (just download and extract the tarball).
  • Remove the v5 skin templates.
  • Remove things marked deprecated or obsolete.
  • Backport the accessibility improvements from my EdK skin.
  • Remove hacks for old versions of PHP.
  • Remove antispam support (there are plugins that can be used for that).
  • Remove support for trackbacks, pingbacks, and linkbacks. Only the standard WebMention should be supported.
  • Remove Avatar support. There are plugins that can do that.
  • Remove nonfunctional plugins.
  • Remove support for versioned posts. That just wastes database space.
  • Remove non-HTTP caching. That wastes disk space for no good reason.
  • Remove support for (X)HTML comments. Only Markdown should be supported.
  • Replace any remaining XHTML with HTML5.
  • Rework plugins not to use sessions.
  • Remove sessions support. This really uses up database space and can lead to a site being unavailable.
  • Remove support for non-blogging features:
    • Forums
    • Email campaigns
    • Polls
    • SVN client (replace with a Git client?)
    • WHOIS

The original goal was to remove the bloat from the ever expanding upstream project, but now that it's been discontinued, that seems less urgent, but there are definitely some things I'd like to remove.

Requirements

Basically, all you need is a standard web host with PHP 7+ with the mysqli extension, MySQL 5+ (5.5+ recommended) or MariaDB 5+ (10+ recommended), and a web server (Apache 2.4+ recommended for the automatic use of clean slugs).

Downloading

With Bower

If you're familiar with bower, just type: bower install b2evolution

This will install the latest GitHub release of b2evolution (which may be a beta version).

Manual Download

You can download releases from Github:

Installation

Upload everything to your web server and call the installation script that you will find at /install/index.php on your website. Then you just need to enter your database connection details and the installer will take care of everything for you.

Now, you might ask for more details here... Totally legitimate! Please check out our Getting Stated - Installation Guide.

Hint: It is possible to install b2evolution in less than 3 minutes. Probably not the first time though. (And the same is true for anyone else claiming a 5 minute install process.)

Upgrading

Automatic upgrade

b2evolution includes an automatic upgrade feature which you can use to automatically download the lastest stable version and perform the upgrade operations.

Manual upgrade

You can download any newer version (including beta releases), overwrite the files of your current installation (after backup) and then run the install script.

The installation script will detect that the b2evolution database is already installed (any version) and offer to upgrade it to the current version.

Github

There are several other upgrade options.

All bug fixes and all new code are made available through Github before being packaged as releases. If you are interested in cutting-edge versions, we recommend you follow us on Github.

About

b2evolution blog/CMS engine - Open Source Repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 70.6%
  • JavaScript 25.3%
  • CSS 2.5%
  • Less 1.2%
  • HTML 0.2%
  • Pascal 0.1%
  • Other 0.1%
0