Skip to content

Commit

Permalink
Merge pull request #2638 from acrobat/replace-old-website-usages
Browse files Browse the repository at this point in the history
[AllBundles] Replace old website url and name usages
  • Loading branch information
acrobat committed Mar 4, 2020
2 parents 958546e + fb185fb commit 1cc96e6
Show file tree
Hide file tree
Showing 32 changed files with 49 additions and 67 deletions.
5 changes: 3 additions & 2 deletions composer.json
@@ -1,13 +1,14 @@
{
"name": "kunstmaan/bundles-cms",
"type": "library",
"description": "The Kunstmaan Bundles 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.",
"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": "http://bundles.kunstmaan.be",
"homepage": "https://cms.kunstmaan.be",
"license": "MIT",
"authors": [
{
"name": "Kunstmaan Team",
"homepage": "https://cms.kunstmaan.be",
"email": "bundles@kunstmaan.be"
},
{
Expand Down
5 changes: 0 additions & 5 deletions docs/bundles/admin-bundle/form-collection-additions.md
Expand Up @@ -92,8 +92,3 @@ In order to skip this, set `nested_deletable => false` attribute, i.e.:
'nested_deletable' => false,
)
```


## References

- [Using sub entities in pageparts](http://bundles.kunstmaan.be/news/using-sub-entities-in-pageparts)
2 changes: 1 addition & 1 deletion docs/bundles/config-bundle.md
Expand Up @@ -2,7 +2,7 @@

## Installation

This bundle is compatible with all Symfony 3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](http://bundles.kunstmaan.be/getting-started) and enjoy the full blown experience.
This bundle is compatible with all Symfony 3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](https://kunstmaanbundlescms.readthedocs.io/en/stable/installation/) and enjoy the full blown experience.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/content-management/index.md
@@ -1,6 +1,6 @@
# Content management

Ok, so you've successfully installed the Kunstmaan Bundles CMS, and (hopefully) played around a bit. Now it's time to start coding.
Ok, so you've successfully installed the Kunstmaan CMS, and (hopefully) played around a bit. Now it's time to start coding.

We'll gradually introduce all concepts, starting off with the basics. Throughout the manual we'll set up a small site for a virtual company. So if you follow all chapters, you should have a full featured site by the end of the manual.

Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/community-bundles.md
@@ -1,6 +1,6 @@
# Community Bundles

The community has created a number of bundles that extend the functionality of the Kunstmaan Bundles CMS, but aren’t a part of the core. You can install them separately from those locations:
The community has created a number of bundles that extend the functionality of the Kunstmaan CMS, but aren’t a part of the core. You can install them separately from those locations:

## Bundles

Expand All @@ -12,11 +12,11 @@ The community has created a number of bundles that extend the functionality of t
| [KunstmaanAlgoliaBundle](https://github.com/syzygypl/kunstmaan-algolia-bundle) | Add [Algolia](https://www.algolia.com) indexer alongside the default Elasticsearch |
| [KunstmaanFeedBundle](https://github.com/syzygypl/kunstmaan-feed-bundle) | Quickly fetch published pages from elasticsearch instead of the database (for instance for most popular articles lists, etc) |
| [RemoteMediaBundle](https://github.com/syzygypl/remote-media-bundle) | Store your media files in an S3 bucket and fetch them using a CDN url (optionally) |
| [WebtownKunstmaanExtensionBundle](https://github.com/webtown-php/KunstmaanExtensionBundle) | Various Kunstmaan Bundles CMS features |
| [WebtownKunstmaanExtensionBundle](https://github.com/webtown-php/KunstmaanExtensionBundle) | Various Kunstmaan CMS features |
| [KunstmaanNodeSettingsBundle](https://github.com/mlebkowski/kunstmaan-node-settings-bundle) | Easily add custom settings to any node or page type using separate CMS tabs |
| [KunstmaanContentApiBundle](https://github.com/DreadLabs/KunstmaanContentApiBundle) | Allow your content to be served via an API |
| [KunstmaanConfigBundle](https://github.com/DreadLabs/KunstmaanConfigBundle) | Provide streamlined configuration for a Kunstmaan CMS application |
| [KunstmaanDistributedBundle](https://github.com/DreadLabs/KunstmaanDistributedBundle) | Configures a Kunstmaan Bundles CMS instance for running on distributed, clustered infrastructure |
| [KunstmaanDistributedBundle](https://github.com/DreadLabs/KunstmaanDistributedBundle) | Configures a Kunstmaan CMS instance for running on distributed, clustered infrastructure |
| [KunstmaanGermanBackendBundle](https://github.com/DreadLabs/KunstmaanGermanBackendBundle) | German translations for the admin area |
| [KunstmaanSocialMediaBundle](https://gitlab.superrb.com/kuma/KunstmaanSocialMediaBundle) | The KunstmaanSocialMediaBundle makes working with social media feeds (currently Instagram, Tumblr, Twitter and Vimeo) and the KunstmaanBundles CMS easier |
| [KunstmaanStockistsFinderBundle](https://gitlab.superrb.com/kuma/KunstmaanStockistsFinderBundle) | The KunstmaanStockistsFinderBundle is for adding a postcode search, with a list of stockists and their pins on a map |
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/release-process.md
@@ -1,6 +1,6 @@
# Release process

We are implementing a flexible release process approach with some limitations. We will not follow the same fixed release points as the Symfony project, nor the version numbers, but we try to make the Kunstmaan Bundles CMS compatible with the latest Symfony releases as soon as possible. This means that when a new minor Symfony version gets released, that this version can be used in the next minor release of the Kunstmaan Bundles CMS. A new major Symfony version can be used in the next major release of the CMS.
We are implementing a flexible release process approach with some limitations. We will not follow the same fixed release points as the Symfony project, nor the version numbers, but we try to make the Kunstmaan CMS compatible with the latest Symfony releases as soon as possible. This means that when a new minor Symfony version gets released, that this version can be used in the next minor release of the Kunstmaan Bundles CMS. A new major Symfony version can be used in the next major release of the CMS.

## Major releases

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/reporting-issues.md
Expand Up @@ -2,7 +2,7 @@

## Reporting a bug

Whenever you find a bug in the Kunstmaan Bundles CMS, we kindly ask you to report it. It helps us make a better content management system.
Whenever you find a bug in the Kunstmaan CMS, we kindly ask you to report it. It helps us make a better content management system.

> !! If you think you've found a security issue, please use this [special procedure](#reporting-a-security-issue) instead.
Expand Down
2 changes: 1 addition & 1 deletion docs/cookbook/google-analytics-dashboard.md
Expand Up @@ -27,7 +27,7 @@ In GA, set up a new property: go to the admin section, open the dropdown in the

### Starting from a clean install

If you’re starting a new project with the Kunstmaan bundles, everything is already in place if you’ve followed the [Getting Started guide](http://bundles.kunstmaan.be/getting-started), and you can skip this step.
If you’re starting a new project with the Kunstmaan bundles, everything is already in place if you’ve followed the [Getting Started guide](https://kunstmaanbundlescms.readthedocs.io/en/stable/installation/), and you can skip this step.

### Update an existing website

Expand Down
2 changes: 1 addition & 1 deletion docs/cookbook/using-the-cache-bundle.md
Expand Up @@ -3,7 +3,7 @@

## Installation

This bundle is compatible with all Symfony 3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](http://bundles.kunstmaan.be/getting-started) and enjoy the full blown experience.
This bundle is compatible with all Symfony 3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](https://kunstmaanbundlescms.readthedocs.io/en/stable/installation/) and enjoy the full blown experience.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/index.md
Expand Up @@ -2,7 +2,7 @@

## Read and learn from the documentation

The Kunstmaan Bundles CMS is built on top of the Symfony Full Stack framework and wants to be as close to the philosophy and way of working of Symfony itself. This means that knowledge of Symfony is a prerequisite for a succesful deployment, the official guides from Symfony should be a good starting place.
The Kunstmaan CMS is built on top of the Symfony framework and wants to be as close to the philosophy and way of working of Symfony itself. This means that knowledge of Symfony is a prerequisite for a succesful deployment, the official guides from Symfony should be a good starting place.

* [The Book](http://symfony.com/doc/current/book/index.html)
* [The Cookbook](http://symfony.com/doc/current/cookbook/index.html)
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
@@ -1,7 +1,7 @@
Kunstmaan Bundles CMS
Kunstmaan CMS
=====================

The Kunstmaan Bundles 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
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.
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/index.md
Expand Up @@ -38,6 +38,6 @@ We released the entire system as **MIT licensed open-source** in January of 2012

Developers over the **entire world** have started using the CMS, some of which in companies who have built their business on top of this technology.

![Countries where developers use the Kunstmaan Bundles CMS](https://raw.githubusercontent.com/kunstmaan/KunstmaanBundlesCMS/master/docs/images/world.png)
![Countries where developers use the Kunstmaan CMS](https://raw.githubusercontent.com/kunstmaan/KunstmaanBundlesCMS/master/docs/images/world.png)

This much activity results in a lot of feedback and pull requests from developers and users. The contributions of these **~70** fantastic people have made it better than we could have ever hoped for.
4 changes: 2 additions & 2 deletions mkdocs.yml
@@ -1,7 +1,7 @@
site_name: KunstmaanBundlesCMS
site_description: The Kunstmaan Bundles 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_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://bundles.kunstmaan.be/
site_url: https://cms.kunstmaan.be/
copyright: MIT
repo_url: https://github.com/Kunstmaan/KunstmaanBundlesCMS
docs_dir: 'docs'
Expand Down
4 changes: 2 additions & 2 deletions src/Kunstmaan/AdminBundle/README.md
Expand Up @@ -6,8 +6,8 @@
[![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 [http://bundles.kunstmaan.be](http://bundles.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://cms.kunstmaan.be](https://cms.kunstmaan.be).

## Installation

This bundle is compatible with all Symfony 3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](http://bundles.kunstmaan.be/getting-started) and enjoy the full blown experience.
This bundle is compatible with all Symfony 3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](https://kunstmaanbundlescms.readthedocs.io/en/stable/installation/) and enjoy the full blown experience.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<xsd:schema xmlns="http://bundles.kunstmaan.be/schema/dic/admin"
<xsd:schema xmlns="https://cms.kunstmaan.be/schema/dic/admin"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://bundles.kunstmaan.be/schema/dic/admin"
targetNamespace="https://cms.kunstmaan.be/schema/dic/admin"
elementFormDefault="qualified">

<xsd:element name="config" type="config" />
Expand Down
@@ -1,6 +1,6 @@
# Configuring the admin route.

You can now configure the url for the Admin side of your Kunstmaan Bundles Cms.
You can now configure the url for the Admin side of your Kunstmaan CMS.

You can do this by configuring the following option in your applications configurationg file.

Expand Down
Expand Up @@ -92,8 +92,3 @@ In order to skip this, set `nested_deletable => false` attribute, i.e.:
'nested_deletable' => false,
)
```


## References

- [Using sub entities in pageparts](http://bundles.kunstmaan.be/news/using-sub-entities-in-pageparts)
4 changes: 2 additions & 2 deletions src/Kunstmaan/AdminListBundle/README.md
Expand Up @@ -5,11 +5,11 @@
[![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 [http://bundles.kunstmaan.be](http://bundles.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://cms.kunstmaan.be](https://cms.kunstmaan.be).

## Installation

This bundle is compatible with all Symfony 3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](http://bundles.kunstmaan.be/getting-started) and enjoy the full blown experience.
This bundle is compatible with all Symfony 3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](https://kunstmaanbundlescms.readthedocs.io/en/stable/installation/) and enjoy the full blown experience.

## Documentation

Expand Down
4 changes: 2 additions & 2 deletions src/Kunstmaan/CacheBundle/README.md
Expand Up @@ -3,7 +3,7 @@

## Installation

This bundle is compatible with all Symfony 3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](http://bundles.kunstmaan.be/getting-started) and enjoy the full blown experience.
This bundle is compatible with all Symfony 3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](https://kunstmaanbundlescms.readthedocs.io/en/stable/installation/) and enjoy the full blown experience.

## Usage

Expand Down Expand Up @@ -42,4 +42,4 @@ When you browse to "Settings" in the main menu, you will see that there is a new
There you can add a path that you would like to ban from varnish. When you check the all domains option and you are using a multidomain website,
the path will be banned from all hosts of your multidomain.

On nodes you have a new menu actions to clear the cache for that node.
On nodes you have a new menu actions to clear the cache for that node.
2 changes: 1 addition & 1 deletion src/Kunstmaan/ConfigBundle/README.md
Expand Up @@ -2,7 +2,7 @@

## Installation

This bundle is compatible with all Symfony 3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](http://bundles.kunstmaan.be/getting-started) and enjoy the full blown experience.
This bundle is compatible with all Symfony 3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](https://kunstmaanbundlescms.readthedocs.io/en/stable/installation/) and enjoy the full blown experience.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/ConfigBundle/Resources/doc/ConfigBundle.md
Expand Up @@ -3,7 +3,7 @@

## Installation

This bundle is compatible with all Symfony 3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](http://bundles.kunstmaan.be/getting-started) and enjoy the full blown experience.
This bundle is compatible with all Symfony 3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](https://kunstmaanbundlescms.readthedocs.io/en/stable/installation/) and enjoy the full blown experience.

## Usage

Expand Down
4 changes: 2 additions & 2 deletions src/Kunstmaan/FormBundle/README.md
Expand Up @@ -5,8 +5,8 @@
[![Latest Stable Version](https://poser.pugx.org/kunstmaan/form-bundle/v/stable.png)](https://packagist.org/packages/kunstmaan/form-bundle)
[![Analytics](https://ga-beacon.appspot.com/UA-3160735-7/Kunstmaan/KunstmaanFormBundle)](https://github.com/igrigorik/ga-beacon)

Managing forms, fields and their submissions by the user is a key functionality missing in most platforms. By leveraging the KunstmaanPagePartBundle system in the KunstmaanFormBundle users gain an easy way to create and manage the form on their website, again without having to worry about the technical side of things. View screenshots and more information [http://bundles.kunstmaan.be](http://bundles.kunstmaan.be).
Managing forms, fields and their submissions by the user is a key functionality missing in most platforms. By leveraging the KunstmaanPagePartBundle system in the KunstmaanFormBundle users gain an easy way to create and manage the form on their website, again without having to worry about the technical side of things. View screenshots and more information [https://cms.kunstmaan.be](https://cms.kunstmaan.be).

## Installation

This bundle is compatible with all Symfony 3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](http://bundles.kunstmaan.be/getting-started) and enjoy the full blown experience.
This bundle is compatible with all Symfony 3.* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](https://kunstmaanbundlescms.readthedocs.io/en/stable/installation/) and enjoy the full blown experience.

0 comments on commit 1cc96e6

Please sign in to comment.