Skip to content

Commit

Permalink
Rename Puleeno CMS to Jackal CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
puleeno committed Jan 31, 2024
1 parent a8f6418 commit 5784f01
Show file tree
Hide file tree
Showing 21 changed files with 55 additions and 55 deletions.
14 changes: 7 additions & 7 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[submodule "extensions/react"]
path = extensions/react
url = https://github.com/puleeno-cms/react-extension.git
url = https://github.com/jackal-cms/react-extension.git
[submodule "extensions/layout"]
path = extensions/layout
url = https://github.com/puleeno-cms/layout-extension.git
url = https://github.com/jackal-cms/layout-extension.git
[submodule "extensions/dashboard"]
path = extensions/dashboard
url = https://github.com/puleeno-cms/dashboard-extension.git
url = https://github.com/jackal-cms/dashboard-extension.git
[submodule "extensions/text-editor"]
path = extensions/text-editor
url = https://github.com/puleeno-cms/editor-extension.git
url = https://github.com/jackal-cms/editor-extension.git
[submodule "extensions/file-manager"]
path = extensions/file-manager
url = https://github.com/puleeno-cms/file-manager-extension.git
url = https://github.com/jackal-cms/file-manager-extension.git
[submodule "extensions/seo"]
path = extensions/seo
url = https://github.com/puleeno-cms/seo-extension.git
url = https://github.com/jackal-cms/seo-extension.git
[submodule "extensions/layout-uikit"]
path = extensions/layout-uikit
url = https://github.com/puleeno-cms/layout-uikit-extension.git
url = https://github.com/jackal-cms/layout-uikit-extension.git
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
Puleeno CMS
Jackal CMS
=====

Puleeno CMS is a free and open-source content management system (CMS) that is built on the PHP framework Laravel. Puleeno CMS is easy to use and flexible, making it a great choice for creating a wide variety of websites and digital content, such as blogs, wikis, and e-commerce websites.
Jackal CMS is a free and open-source content management system (CMS) that is built on the PHP framework Laravel. Jackal CMS is easy to use and flexible, making it a great choice for creating a wide variety of websites and digital content, such as blogs, wikis, and e-commerce websites.

# Features

## Puleeno CMS includes a variety of features, such as:
## Jackal CMS includes a variety of features, such as:

A user-friendly interface that makes it easy to create and manage content without having to know how to code.
A variety of built-in templates, themes, and plugins that make it easy to customize your website.
Support for multiple languages.
A variety of features to help improve the SEO of your website.
Support for user roles and permissions.
A variety of security features.
Benefits of using Puleeno CMS
Benefits of using Jackal CMS

## There are many benefits to using Puleeno CMS, including:
## There are many benefits to using Jackal CMS, including:

Ease of use: Puleeno CMS is easy to use, even for users who have no prior experience with web development.
Flexibility: Puleeno CMS is flexible and can be used to create a wide variety of websites and digital content.
Features: Puleeno CMS includes a variety of features that make it easy to create, manage, and publish digital content.
Security: Puleeno CMS can help to improve the security of your website by providing features such as user roles and permissions, and security patches and updates.
Support: Puleeno CMS has a large community of users and developers who can provide support and help with troubleshooting.
Getting started with Puleeno CMS
Ease of use: Jackal CMS is easy to use, even for users who have no prior experience with web development.
Flexibility: Jackal CMS is flexible and can be used to create a wide variety of websites and digital content.
Features: Jackal CMS includes a variety of features that make it easy to create, manage, and publish digital content.
Security: Jackal CMS can help to improve the security of your website by providing features such as user roles and permissions, and security patches and updates.
Support: Jackal CMS has a large community of users and developers who can provide support and help with troubleshooting.
Getting started with Jackal CMS

## To get started with Puleeno CMS, you can follow these steps:
## To get started with Jackal CMS, you can follow these steps:

Download the Puleeno CMS installation package from the Puleeno CMS website.
Install the Puleeno CMS installation package on your web server.
Create a database for Puleeno CMS.
Configure Puleeno CMS.
Start using Puleeno CMS to create and manage your website or digital content.
Download the Jackal CMS installation package from the Jackal CMS website.
Install the Jackal CMS installation package on your web server.
Create a database for Jackal CMS.
Configure Jackal CMS.
Start using Jackal CMS to create and manage your website or digital content.
Support

If you need help with Puleeno CMS, you can visit the Puleeno CMS website or join the Puleeno CMS community forum.
If you need help with Jackal CMS, you can visit the Jackal CMS website or join the Jackal CMS community forum.

## Webserver Configs

Expand All @@ -60,13 +60,13 @@ server {

# License

Puleeno CMS is licensed under the MIT license.
Jackal CMS is licensed under the MIT license.

# Contributors

Puleeno CMS is developed and maintained by a community of volunteers.
Jackal CMS is developed and maintained by a community of volunteers.

# Credits

Puleeno CMS uses a variety of open-source software libraries and components.
Jackal CMS uses a variety of open-source software libraries and components.

2 changes: 1 addition & 1 deletion app/Core/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
use App\Http\ResponseEmitter\ResponseEmitter;
use App\Providers\ServiceProvider;
use App\Core\Log\LogServiceProvider;
use PuleenoCMS\Exceptions\InvalidApplicationException;
use Jackal\Exceptions\InvalidApplicationException;

use function strtoupper;

Expand Down
2 changes: 1 addition & 1 deletion app/Exceptions/ContainerException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace PuleenoCMS\Exceptions;
namespace Jackal\Exceptions;

use Exception;

Expand Down
2 changes: 1 addition & 1 deletion app/Exceptions/InvalidApplicationException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace PuleenoCMS\Exceptions;
namespace Jackal\Exceptions;

use Exception;

Expand Down
2 changes: 1 addition & 1 deletion app/Http/Middleware/AssetsMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ protected function getSiteTitle()
{
return HookManager::applyFilters(
'title',
get_option('site_name', 'Puleeno CMS')
get_option('site_name', 'Jackal CMS')
);
}

Expand Down
4 changes: 2 additions & 2 deletions app/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Puleeno;
namespace Jackal;

use App\Common\Option;
use App\Constracts\AssetTypeEnum;
Expand Down Expand Up @@ -200,7 +200,7 @@ protected function setupAssets()
$assetManager = AssetManager::getInstance();
$version = $this->container->get('version');
HookManager::addAction('head', function () use ($version) {
echo sprintf('<meta name="generator" content="Puleeno CMS %s">', $version) . PHP_EOL;
echo sprintf('<meta name="generator" content="Jackal CMS %s">', $version) . PHP_EOL;
}, 0);
HookManager::addAction('head', function () {
$faviconUrl = HookManager::applyFilters('favicon_url', '/assets/favicon.ico');
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "puleeno/cms",
"name": "jackal/cms",
"cms-version": "1.0.0",
"description": "Yet another PHP CMS by Puleeno Nguyen",
"keywords": [
Expand All @@ -14,7 +14,7 @@
{
"name": "Puleeno Nguyen",
"email": "[email protected]",
"homepage": "https://puleeno.com"
"homepage": "https://jackal.com"
},
{
"name": "Josh Lockhart",
Expand Down
2 changes: 1 addition & 1 deletion extensions/common/assets/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
\************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {

eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack://@puleenocms/common/./resources/scss/common.scss?");
eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack://@jackalcms/common/./resources/scss/common.scss?");

/***/ })

Expand Down
8 changes: 4 additions & 4 deletions extensions/common/composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "puleeno-cms/common",
"description": "The common extension for Puleeno CMS",
"name": "jackal-cms/common",
"description": "The common extension for Jackal CMS",
"autoload": {
"psr-4": {
"PuleenoCMS\\Common\\": "src/"
"Jackal\\Extension\\Common\\": "src/"
}
},
"authors": [
{
"name": "Puleeno",
"name": "Jackal",
"email": "[email protected]"
}
],
Expand Down
2 changes: 1 addition & 1 deletion extensions/common/libs/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
$baseDir = dirname($vendorDir);

return array(
'PuleenoCMS\\Common\\' => array($baseDir . '/src'),
'Jackal\\Extension\\Common\\' => array($baseDir . '/src'),
);
6 changes: 3 additions & 3 deletions extensions/common/libs/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
class ComposerStaticInit43a36414f88abfba922682f393f07d2d
{
public static $prefixLengthsPsr4 = array (
'P' =>
'J' =>
array (
'PuleenoCMS\\Common\\' => 18,
'Jackal\\Extension\\Common\\' => 24,
),
);

public static $prefixDirsPsr4 = array (
'PuleenoCMS\\Common\\' =>
'Jackal\\Extension\\Common\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
),
Expand Down
4 changes: 2 additions & 2 deletions extensions/common/libs/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php return array(
'root' => array(
'name' => 'puleeno-cms/common',
'name' => 'jackal-cms/common',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '1bf6770f09a1b43310bcd4428759f5b95f105cb3',
Expand All @@ -10,7 +10,7 @@
'dev' => true,
),
'versions' => array(
'puleeno-cms/common' => array(
'jackal-cms/common' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '1bf6770f09a1b43310bcd4428759f5b95f105cb3',
Expand Down
2 changes: 1 addition & 1 deletion extensions/common/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@puleenocms/common",
"name": "@jackalcms/common",
"version": "1.0.0",
"description": "My webpack project",
"main": "resources/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion extensions/dashboard
2 changes: 1 addition & 1 deletion extensions/file-manager
2 changes: 1 addition & 1 deletion extensions/layout
2 changes: 1 addition & 1 deletion extensions/layout-uikit
2 changes: 1 addition & 1 deletion extensions/react
Submodule react updated from c5a4b9 to 45a3f1
2 changes: 1 addition & 1 deletion extensions/text-editor
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);
define('PULEENO_CMS_START', microtime(true));

use Puleeno\Bootstrap;
use Jackal\Bootstrap;

require __DIR__ . '/../app/bootstrap.php';
$bootstrap = Bootstrap::getInstance();
Expand Down

0 comments on commit 5784f01

Please sign in to comment.