Skip to content

Commit

Permalink
[AllBundles] Update cms website urls to new domain + update doc urls
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Sep 22, 2022
1 parent c967694 commit 7b0a31e
Show file tree
Hide file tree
Showing 74 changed files with 163 additions and 178 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2012-2015 Kunstmaan (http://www.kunstmaan.be)
Copyright (c) 2012 Kunstmaan (https://kunstmaancms.be)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
Kunstmaan CMS
=====================

[![Build Status](https://github.com/Kunstmaan/KunstmaanBundlesCMS/actions/workflows/ci.yml/badge.svg)](https://github.com/Kunstmaan/KunstmaanBundlesCMS/actions)
[![Latest Stable Version](https://poser.pugx.org/kunstmaan/bundles-cms/v/stable)](https://packagist.org/packages/kunstmaan/bundles-cms)
[![Latest Unstable Version](https://poser.pugx.org/kunstmaan/bundles-cms/v/unstable)](https://packagist.org/packages/kunstmaan/bundles-cms)
[![Total Downloads](https://poser.pugx.org/kunstmaan/bundles-cms/downloads)](https://packagist.org/packages/kunstmaan/bundles-cms)
[![Monthly Downloads](https://poser.pugx.org/kunstmaan/bundles-cms/d/monthly)](https://packagist.org/packages/kunstmaan/bundles-cms)
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/kunstmaanbundlescms/localized.svg)](https://kunstmaancms.be/translate-ui)
[![License](https://poser.pugx.org/kunstmaan/bundles-cms/license)](https://packagist.org/packages/kunstmaan/bundles-cms)


The Kunstmaan CMS is an advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with
an innovative page and form assembling process, versioning, workflow, translation and media managers and much much more.

Please refer to the documentation at [https://cms.kunstmaan.be/documentation](https://cms.kunstmaan.be/documentation) to get your CMS up and running.
Please refer to the documentation at [https://kunstmaancms.be/documentation](https://kunstmaancms.be/documentation) to get your CMS up and running.

![Screenshot](https://cms.kunstmaan.be/assets/content-management-system-kunstmaan.jpg)
![Screenshot](https://kunstmaancms.be/assets/content-management-system-kunstmaan.jpg)

### Contributing

Expand All @@ -17,22 +26,10 @@ documentation and be sure to read our [Coding Standards](http://kunstmaanbundles
### Community
Want to talk to fellow contributors? There's always people eager to chat in our slack channel!

[![Join our slack channel](https://cms.kunstmaan.be/assets/slack.png) Join our Slack Channel!](https://cms.kunstmaan.be/slack-invite)
[![Join our slack channel](https://kunstmaancms.be/assets/slack.png) Join our Slack Channel!](https://kunstmaancms.be/slack-invite)

### Browser support

We support at least the 2 last versions of Chrome / Firefox / Safari / Edge and IE11. We also support the most current mobile browsers.

Enjoy!


[![Build Status](https://travis-ci.org/Kunstmaan/KunstmaanBundlesCMS.svg?branch=master)](https://travis-ci.org/Kunstmaan/KunstmaanBundlesCMS)
[![Latest Stable Version](https://poser.pugx.org/kunstmaan/bundles-cms/v/stable)](https://packagist.org/packages/kunstmaan/bundles-cms)
[![Latest Unstable Version](https://poser.pugx.org/kunstmaan/bundles-cms/v/unstable)](https://packagist.org/packages/kunstmaan/bundles-cms)
[![Total Downloads](https://poser.pugx.org/kunstmaan/bundles-cms/downloads)](https://packagist.org/packages/kunstmaan/bundles-cms)
[![Monthly Downloads](https://poser.pugx.org/kunstmaan/bundles-cms/d/monthly)](https://packagist.org/packages/kunstmaan/bundles-cms)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Kunstmaan/KunstmaanBundlesCMS/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Kunstmaan/KunstmaanBundlesCMS/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/Kunstmaan/KunstmaanBundlesCMS/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Kunstmaan/KunstmaanBundlesCMS/?branch=master)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/34aece18-3640-47ea-8e9f-96b79919905b/mini.png)](https://insight.sensiolabs.com/projects/34aece18-3640-47ea-8e9f-96b79919905b)
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/kunstmaanbundlescms/localized.svg)](http://translatebundles.kunstmaan.be/project/kunstmaanbundlescms)
[![License](https://poser.pugx.org/kunstmaan/bundles-cms/license)](https://packagist.org/packages/kunstmaan/bundles-cms)
6 changes: 3 additions & 3 deletions UPGRADE-4.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ This bundle allows you to do stuff with caching. For now it's a starting bundle

We have chosen to make all bundle translations available at the translation platform "Crowdin".

https://crowdin.com/project/kunstmaanbundlescms
https://kunstmaancms.be/translate-ui

If you work on a patch for KunstmaanBundlesCMS, adding new phrases is really simple and works like with any Symfony application.
You add the new translation keys to the YAML formatted files in bundle's Resources/translations directory.

When new phrases are added in English, you have to create an account on translatebundles.kunstmaan.be.
When new phrases are added in English, you have to create an account on https://kunstmaancms.be/translate-ui.
The UI is very intuitive and all you need is to navigate to correct language and start translating the files!

Currently, the synchronization needs to be performed manually.
Kunstmaan team will use the sync commands and add new translations to the GitHub repository.

http://translatebundles.kunstmaan.be/
https://kunstmaancms.be/translate-ui
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"type": "library",
"description": "The Kunstmaan CMS is an advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.",
"keywords": ["cms"],
"homepage": "https://cms.kunstmaan.be",
"homepage": "https://kunstmaancms.be",
"license": "MIT",
"authors": [
{
"name": "Kunstmaan Team",
"homepage": "https://cms.kunstmaan.be",
"email": "bundles@kunstmaan.be"
"name": "Kunstmaan CMS Team",
"homepage": "https://kunstmaancms.be",
"email": "cms@kunstmaan.be"
},
{
"name": "The Community",
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/contributing-translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

We have chosen to make all bundle translations available at the translation platform "Crowdin".

https://crowdin.com/project/kunstmaanbundlescms
https://kunstmaancms.be/translate-ui

If you work on a patch for KunstmaanBundlesCMS, adding new phrases is really simple and works like with any Symfony application.
You add the new translation keys to the YAML formatted files in bundle's Resources/translations directory.

When new phrases are added in English, you have to create an account on translatebundles.kunstmaan.be.
When new phrases are added in English, you have to create an account on https://kunstmaancms.be/translate-ui.
The UI is very intuitive and all you need is to navigate to correct language and start translating the files!

Currently, the synchronization needs to be performed manually.
Kunstmaan team will use the sync commands and add new translations to the GitHub repository.

Translations can be managed at http://translatebundles.kunstmaan.be/
Translations can be managed at https://kunstmaancms.be/translate-ui
11 changes: 4 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Kunstmaan CMS
The Kunstmaan CMS is an advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with
an innovative page and form assembling process, versioning, workflow, translation and media managers and much much more.

Please refer to the documentation at [https://bundles.kunstmaan.be/documentation](https://bundles.kunstmaan.be/documentation) to get your CMS up and running.
Please refer to the documentation at [https://kunstmaancms.be/documentation](https://kunstmaancms.be/documentation) to get your CMS up and running.

![Screenshot](https://bundles.kunstmaan.be/bundles/kunstmaanbundlewebsite/img/general/content-management-system-kunstmaan.jpg)
![Screenshot](https://kunstmaancms.be/assets/content-management-system-kunstmaan.jpg)

### Contributing

Expand All @@ -21,13 +21,10 @@ We support at least the 2 last versions of Chrome / Firefox / Safari and IE9 or
Enjoy!


[![Build Status](https://travis-ci.org/Kunstmaan/KunstmaanBundlesCMS.svg?branch=master)](https://travis-ci.org/Kunstmaan/KunstmaanBundlesCMS)
[![Build Status](https://github.com/Kunstmaan/KunstmaanBundlesCMS/actions/workflows/ci.yml/badge.svg)](https://github.com/Kunstmaan/KunstmaanBundlesCMS/actions)
[![Latest Stable Version](https://poser.pugx.org/kunstmaan/bundles-cms/v/stable)](https://packagist.org/packages/kunstmaan/bundles-cms)
[![Latest Unstable Version](https://poser.pugx.org/kunstmaan/bundles-cms/v/unstable)](https://packagist.org/packages/kunstmaan/bundles-cms)
[![Total Downloads](https://poser.pugx.org/kunstmaan/bundles-cms/downloads)](https://packagist.org/packages/kunstmaan/bundles-cms)
[![Monthly Downloads](https://poser.pugx.org/kunstmaan/bundles-cms/d/monthly)](https://packagist.org/packages/kunstmaan/bundles-cms)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Kunstmaan/KunstmaanBundlesCMS/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Kunstmaan/KunstmaanBundlesCMS/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/Kunstmaan/KunstmaanBundlesCMS/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Kunstmaan/KunstmaanBundlesCMS/?branch=master)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/34aece18-3640-47ea-8e9f-96b79919905b/mini.png)](https://insight.sensiolabs.com/projects/34aece18-3640-47ea-8e9f-96b79919905b)
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/kunstmaanbundlescms/localized.svg)](http://translatebundles.kunstmaan.be/project/kunstmaanbundlescms)
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/kunstmaanbundlescms/localized.svg)](https://kunstmaancms.be/translate-ui)
[![License](https://poser.pugx.org/kunstmaan/bundles-cms/license)](https://packagist.org/packages/kunstmaan/bundles-cms)
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: KunstmaanBundlesCMS
site_description: The Kunstmaan CMS is an advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much much more.
site_author: Kunstmaan
site_url: https://cms.kunstmaan.be/
site_url: https://kunstmaancms.be/
copyright: MIT
repo_url: https://github.com/Kunstmaan/KunstmaanBundlesCMS
docs_dir: 'docs'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function load(array $configs, ContainerBuilder $container)
$loader->load('services.yml');
$loader->load('commands.yml');

$container->setParameter('version_checker.url', 'https://cms.kunstmaan.be/version-check');
$container->setParameter('version_checker.url', 'https://kunstmaancms.be/version-check');
$container->setParameter('version_checker.timeframe', 60 * 60 * 24);
$container->setParameter('version_checker.enabled', true);

Expand Down Expand Up @@ -143,7 +143,7 @@ public function prepend(ContainerBuilder $container)
*/
public function getNamespace()
{
return 'http://bundles.kunstmaan.be/schema/dic/admin';
return 'https://kunstmaancms.be/schema/dic/admin';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/AdminBundle/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2012 Kunstmaan (http://www.kunstmaan.be)
Copyright (c) 2012 Kunstmaan (https://kunstmaancms.be)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 2 additions & 4 deletions src/Kunstmaan/AdminBundle/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# KunstmaanAdminBundle

[![Build Status](https://travis-ci.org/Kunstmaan/KunstmaanAdminBundle.png?branch=master)](http://travis-ci.org/Kunstmaan/KunstmaanAdminBundle)
[![Build Status](https://github.com/Kunstmaan/KunstmaanBundlesCMS/actions/workflows/ci.yml/badge.svg)](https://github.com/Kunstmaan/KunstmaanBundlesCMS/actions)
[![Total Downloads](https://poser.pugx.org/kunstmaan/admin-bundle/downloads.png)](https://packagist.org/packages/kunstmaan/admin-bundle)
[![Latest Stable Version](https://poser.pugx.org/kunstmaan/admin-bundle/v/stable.png)](https://packagist.org/packages/kunstmaan/admin-bundle)
[![Analytics](https://ga-beacon.appspot.com/UA-3160735-7/Kunstmaan/KunstmaanAdminBundle)](https://github.com/igrigorik/ga-beacon)


The Kunstmaan Admin bundle supplies your project with a basic, elegant backend interface you can modify and extend so you can make your perfect admin module. The clean interface makes it straightforward for you and the people working with it to change settings and modify content. View screenshots and more information [https://cms.kunstmaan.be](https://cms.kunstmaan.be).
The Kunstmaan Admin bundle supplies your project with a basic, elegant backend interface you can modify and extend so you can make your perfect admin module. The clean interface makes it straightforward for you and the people working with it to change settings and modify content. View screenshots and more information [https://kunstmaancms.be](https://kunstmaancms.be).

## Installation

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<xsd:schema xmlns="https://cms.kunstmaan.be/schema/dic/admin"
<xsd:schema xmlns="https://kunstmaancms.be/schema/dic/admin"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="https://cms.kunstmaan.be/schema/dic/admin"
targetNamespace="https://kunstmaancms.be/schema/dic/admin"
elementFormDefault="qualified">

<xsd:element name="config" type="config" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
</td>
<td valign="center" align="center" class="center" style="font-family: Helvetica,Arial,sans-serif; font-size: 14px; line-height: 24px; color: #666666;padding-left:10px;">
{{ 'security.resetting.mail.content.powered_by'|trans }}
<a target="_blank" style="text-decoration:none;color:#666666;text-decoration: underline;" href="https://cms.kunstmaan.be">
<a target="_blank" style="text-decoration:none;color:#666666;text-decoration: underline;" href="https://kunstmaancms.be">
Kunstmaan CMS
</a>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<footer class="app-login__footer">
<p class="app-login__footer__text">
<img src="{{ asset('/bundles/kunstmaanadmin/default-theme/img/kunstmaan/logo-cms-color.svg') }}" width="20px" height="20px" class="app-login__footer__logo">
Powered by <a href="https://cms.kunstmaan.be" target="_blank" rel="noopener">Kunstmaan CMS</a>
Powered by <a href="https://kunstmaancms.be" target="_blank" rel="noopener">Kunstmaan CMS</a>
</p>
</footer>
{% endblock %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function testCorrectParametersHaveBeenSet()
'default_locale' => 'nl',
]);

$this->assertContainerBuilderHasParameter('version_checker.url', 'https://cms.kunstmaan.be/version-check');
$this->assertContainerBuilderHasParameter('version_checker.url', 'https://kunstmaancms.be/version-check');
$this->assertContainerBuilderHasParameter('version_checker.timeframe', 60 * 60 * 24);
$this->assertContainerBuilderHasParameter('kunstmaan_admin.admin_locales');
$this->assertContainerBuilderHasParameter('kunstmaan_admin.default_admin_locale');
Expand Down
6 changes: 3 additions & 3 deletions src/Kunstmaan/AdminBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"license": "MIT",
"authors": [
{
"name": "Kunstmaan Team",
"homepage": "http://www.kunstmaan.be/",
"email": "support@kunstmaan.be"
"name": "Kunstmaan CMS Team",
"homepage": "https://kunstmaancms.be",
"email": "cms@kunstmaan.be"
}
],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/AdminListBundle/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2012 Kunstmaan (http://www.kunstmaan.be)
Copyright (c) 2012 Kunstmaan (https://kunstmaancms.be)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 2 additions & 3 deletions src/Kunstmaan/AdminListBundle/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# KunstmaanAdminListBundle

[![Build Status](https://travis-ci.org/Kunstmaan/KunstmaanAdminListBundle.png?branch=master)](http://travis-ci.org/Kunstmaan/KunstmaanAdminListBundle)
[![Build Status](https://github.com/Kunstmaan/KunstmaanBundlesCMS/actions/workflows/ci.yml/badge.svg)](https://github.com/Kunstmaan/KunstmaanBundlesCMS/actions)
[![Total Downloads](https://poser.pugx.org/kunstmaan/adminlist-bundle/downloads.png)](https://packagist.org/packages/kunstmaan/adminlist-bundle)
[![Latest Stable Version](https://poser.pugx.org/kunstmaan/adminlist-bundle/v/stable.png)](https://packagist.org/packages/kunstmaan/adminlist-bundle)
[![Analytics](https://ga-beacon.appspot.com/UA-3160735-7/Kunstmaan/KunstmaanAdminListBundle)](https://github.com/igrigorik/ga-beacon)

Every website contains several lists of content ranging from articles on a blog, to drop down values. The KunstlaanAdminListBundles takes CRUD a step further by supplying filtering, exports to csv and editing capabilities to these content entities. View screenshots and more information [https://cms.kunstmaan.be](https://cms.kunstmaan.be).
Every website contains several lists of content ranging from articles on a blog, to drop down values. The KunstlaanAdminListBundles takes CRUD a step further by supplying filtering, exports to csv and editing capabilities to these content entities. View screenshots and more information [https://kunstmaancms.be](https://kunstmaancms.be).

## Installation

Expand Down
6 changes: 3 additions & 3 deletions src/Kunstmaan/AdminListBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"license": "MIT",
"authors": [
{
"name": "Kunstmaan Team",
"homepage": "http://www.kunstmaan.be/",
"email": "support@kunstmaan.be"
"name": "Kunstmaan CMS Team",
"homepage": "https://kunstmaancms.be",
"email": "cms@kunstmaan.be"
}
],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/ArticleBundle/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2012 Kunstmaan (http://www.kunstmaan.be)
Copyright (c) 2012 Kunstmaan (https://kunstmaancms.be)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions src/Kunstmaan/ArticleBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"license": "MIT",
"authors": [
{
"name": "Kunstmaan Team",
"homepage": "http://www.kunstmaan.be/",
"email": "support@kunstmaan.be"
"name": "Kunstmaan CMS Team",
"homepage": "https://kunstmaancms.be",
"email": "cms@kunstmaan.be"
}
],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/BehatBundle/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2012 Kunstmaan (http://www.kunstmaan.be)
Copyright (c) 2012 Kunstmaan (https://kunstmaancms.be)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions src/Kunstmaan/BehatBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"license": "MIT",
"authors": [
{
"name": "Kunstmaan Team",
"homepage": "http://www.kunstmaan.be/",
"email": "support@kunstmaan.be"
"name": "Kunstmaan CMS Team",
"homepage": "https://kunstmaancms.be",
"email": "cms@kunstmaan.be"
}
],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/CacheBundle/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2012 Kunstmaan (http://www.kunstmaan.be)
Copyright (c) 2012 Kunstmaan (https://kunstmaancms.be)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 7b0a31e

Please sign in to comment.