diff --git a/composer.json b/composer.json index 9b30277e5a..4a1be494c8 100644 --- a/composer.json +++ b/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" }, { diff --git a/docs/bundles/admin-bundle/form-collection-additions.md b/docs/bundles/admin-bundle/form-collection-additions.md index 2f17072c33..248626b15b 100644 --- a/docs/bundles/admin-bundle/form-collection-additions.md +++ b/docs/bundles/admin-bundle/form-collection-additions.md @@ -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) diff --git a/docs/bundles/config-bundle.md b/docs/bundles/config-bundle.md index 4c050d87f9..17734ddc62 100644 --- a/docs/bundles/config-bundle.md +++ b/docs/bundles/config-bundle.md @@ -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 diff --git a/docs/content-management/index.md b/docs/content-management/index.md index b6c3d89fa4..7dc2d7c41e 100644 --- a/docs/content-management/index.md +++ b/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. diff --git a/docs/contributing/community-bundles.md b/docs/contributing/community-bundles.md index e0fd1414f3..0380c657b9 100644 --- a/docs/contributing/community-bundles.md +++ b/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 @@ -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 | diff --git a/docs/contributing/release-process.md b/docs/contributing/release-process.md index 55a4452618..24d78a7467 100644 --- a/docs/contributing/release-process.md +++ b/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 diff --git a/docs/contributing/reporting-issues.md b/docs/contributing/reporting-issues.md index 9f37dcff3d..24f1a8173c 100644 --- a/docs/contributing/reporting-issues.md +++ b/docs/contributing/reporting-issues.md @@ -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. diff --git a/docs/cookbook/google-analytics-dashboard.md b/docs/cookbook/google-analytics-dashboard.md index d846f89a21..bfbb81952c 100644 --- a/docs/cookbook/google-analytics-dashboard.md +++ b/docs/cookbook/google-analytics-dashboard.md @@ -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 diff --git a/docs/cookbook/using-the-cache-bundle.md b/docs/cookbook/using-the-cache-bundle.md index 096506f3b7..089ddee264 100644 --- a/docs/cookbook/using-the-cache-bundle.md +++ b/docs/cookbook/using-the-cache-bundle.md @@ -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 diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index e628fdffd8..076f444827 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -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) diff --git a/docs/index.md b/docs/index.md index 121e2eb6b9..3a13116958 100644 --- a/docs/index.md +++ b/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. diff --git a/docs/introduction/index.md b/docs/introduction/index.md index aa193e65bc..18b6ade63c 100644 --- a/docs/introduction/index.md +++ b/docs/introduction/index.md @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index 55207fa580..93d603f453 100644 --- a/mkdocs.yml +++ b/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' diff --git a/src/Kunstmaan/AdminBundle/README.md b/src/Kunstmaan/AdminBundle/README.md index 87e5208d64..05bc341f28 100644 --- a/src/Kunstmaan/AdminBundle/README.md +++ b/src/Kunstmaan/AdminBundle/README.md @@ -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. diff --git a/src/Kunstmaan/AdminBundle/Resources/config/schema/admin-1.0.xsd b/src/Kunstmaan/AdminBundle/Resources/config/schema/admin-1.0.xsd index 878d01a0fd..0223b97645 100644 --- a/src/Kunstmaan/AdminBundle/Resources/config/schema/admin-1.0.xsd +++ b/src/Kunstmaan/AdminBundle/Resources/config/schema/admin-1.0.xsd @@ -1,7 +1,7 @@ - diff --git a/src/Kunstmaan/AdminBundle/Resources/doc/ConfiguringAdminRoute.md b/src/Kunstmaan/AdminBundle/Resources/doc/ConfiguringAdminRoute.md index 298e2952f3..367a043873 100644 --- a/src/Kunstmaan/AdminBundle/Resources/doc/ConfiguringAdminRoute.md +++ b/src/Kunstmaan/AdminBundle/Resources/doc/ConfiguringAdminRoute.md @@ -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. diff --git a/src/Kunstmaan/AdminBundle/Resources/doc/FormCollectionAdditions.md b/src/Kunstmaan/AdminBundle/Resources/doc/FormCollectionAdditions.md index 2f17072c33..248626b15b 100644 --- a/src/Kunstmaan/AdminBundle/Resources/doc/FormCollectionAdditions.md +++ b/src/Kunstmaan/AdminBundle/Resources/doc/FormCollectionAdditions.md @@ -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) diff --git a/src/Kunstmaan/AdminListBundle/README.md b/src/Kunstmaan/AdminListBundle/README.md index 6ec9fce02d..504bd14c40 100644 --- a/src/Kunstmaan/AdminListBundle/README.md +++ b/src/Kunstmaan/AdminListBundle/README.md @@ -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 diff --git a/src/Kunstmaan/CacheBundle/README.md b/src/Kunstmaan/CacheBundle/README.md index 2e3a66d788..089ddee264 100644 --- a/src/Kunstmaan/CacheBundle/README.md +++ b/src/Kunstmaan/CacheBundle/README.md @@ -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 @@ -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. \ No newline at end of file +On nodes you have a new menu actions to clear the cache for that node. diff --git a/src/Kunstmaan/ConfigBundle/README.md b/src/Kunstmaan/ConfigBundle/README.md index 9de71b2ded..2f602be2b5 100644 --- a/src/Kunstmaan/ConfigBundle/README.md +++ b/src/Kunstmaan/ConfigBundle/README.md @@ -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 diff --git a/src/Kunstmaan/ConfigBundle/Resources/doc/ConfigBundle.md b/src/Kunstmaan/ConfigBundle/Resources/doc/ConfigBundle.md index 4d351867bf..078f17b3c5 100644 --- a/src/Kunstmaan/ConfigBundle/Resources/doc/ConfigBundle.md +++ b/src/Kunstmaan/ConfigBundle/Resources/doc/ConfigBundle.md @@ -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 diff --git a/src/Kunstmaan/FormBundle/README.md b/src/Kunstmaan/FormBundle/README.md index 01c1c9a965..003e98608d 100644 --- a/src/Kunstmaan/FormBundle/README.md +++ b/src/Kunstmaan/FormBundle/README.md @@ -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. diff --git a/src/Kunstmaan/GeneratorBundle/README.md b/src/Kunstmaan/GeneratorBundle/README.md index a3cc821b70..ca4b6a6804 100644 --- a/src/Kunstmaan/GeneratorBundle/README.md +++ b/src/Kunstmaan/GeneratorBundle/README.md @@ -9,7 +9,7 @@ If you're like us, you like to build applications without having to do the same ## 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. ## Use diff --git a/src/Kunstmaan/GeneratorBundle/Resources/SensioGeneratorBundle/skeleton/defaultsite/DataFixtures/ORM/DefaultSiteGenerator/DefaultSiteFixtures.php b/src/Kunstmaan/GeneratorBundle/Resources/SensioGeneratorBundle/skeleton/defaultsite/DataFixtures/ORM/DefaultSiteGenerator/DefaultSiteFixtures.php index a787c67656..9c15216325 100755 --- a/src/Kunstmaan/GeneratorBundle/Resources/SensioGeneratorBundle/skeleton/defaultsite/DataFixtures/ORM/DefaultSiteGenerator/DefaultSiteFixtures.php +++ b/src/Kunstmaan/GeneratorBundle/Resources/SensioGeneratorBundle/skeleton/defaultsite/DataFixtures/ORM/DefaultSiteGenerator/DefaultSiteFixtures.php @@ -868,8 +868,8 @@ private function createTranslations() $trans['footer.newsletter.description']['en'] = 'Stay current with our weekly newsletter in which we\'ll tell you about our amazing new products, events and reviews'; $trans['footer.newsletter.description']['nl'] = 'Blijf op de hoogte van onze fantastische nieuwe producten, events en beoordelingen'; - $trans['demositemessage']['en'] = 'This is the demonstration website of the KunstmaanBundlesCMS. All content on this site is purely fictional! This site has been created to give you an idea on what you can create using this open-source content management system. You can create your own instance of this site by running the Default Site Generator with the --demosite option.You can also try out the administration interface by logging in using admin as username and admin as password.'; - $trans['demositemessage']['nl'] = 'Dit is de demonstratie website van het KunstmaanBundlesCMS.Alle inhoud op deze website is pure fictie! Deze site is gemaakt om je een idee te geven wat je kan bouwen met dit open-source content management system. Je kan je eigen instantie van deze site opzetten door het draaien van de Default Site Generator met de --demosite optie.Je kan ook de administratie module uitproberen door in te loggen met admin als username en admin als wachtwoord.'; + $trans['demositemessage']['en'] = 'This is the demonstration website of the Kunstmaan CMS. All content on this site is purely fictional! This site has been created to give you an idea on what you can create using this open-source content management system. You can create your own instance of this site by running the Default Site Generator with the --demosite option.You can also try out the administration interface by logging in using admin as username and admin as password.'; + $trans['demositemessage']['nl'] = 'Dit is de demonstratie website van het Kunstmaan CMS.Alle inhoud op deze website is pure fictie! Deze site is gemaakt om je een idee te geven wat je kan bouwen met dit open-source content management system. Je kan je eigen instantie van deze site opzetten door het draaien van de Default Site Generator met de --demosite optie.Je kan ook de administratie module uitproberen door in te loggen met admin als username en admin als wachtwoord.'; {% endif %} $trans['warning.outdated.title']['en'] = 'You are using an outdated browser.'; diff --git a/src/Kunstmaan/MediaBundle/README.md b/src/Kunstmaan/MediaBundle/README.md index a9aff69beb..98fef314c3 100644 --- a/src/Kunstmaan/MediaBundle/README.md +++ b/src/Kunstmaan/MediaBundle/README.md @@ -7,12 +7,11 @@ To build your perfect website you probably need images, video's or maybe even a presentation too. The Kunstmaan Media Bundle handles all those media assets and centralizes them so you can find your content just the way you like it: fast and efficiently. No central asset management module is useful without some pretty advanced image editing functionality. To provide this we have integrated the Aviary image editing service right from the interface. -[![KunstmaanMediaBundle](http://bundles.kunstmaan.be/uploads/media/521f4ef048d1c.png?54fbfd9)](http://bundles.kunstmaan.be) -View more screenshots and information [http://bundles.kunstmaan.be](http://bundles.kunstmaan.be). +View more screenshots and 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. ## Symfony 2.2 diff --git a/src/Kunstmaan/MediaPagePartBundle/README.md b/src/Kunstmaan/MediaPagePartBundle/README.md index 0c31be5160..edbcb14d1b 100644 --- a/src/Kunstmaan/MediaPagePartBundle/README.md +++ b/src/Kunstmaan/MediaPagePartBundle/README.md @@ -9,4 +9,4 @@ The KunstmaanMediaPagePartBundle is a pagepart that can be used on the Kunstmaan ## 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. diff --git a/src/Kunstmaan/NodeBundle/README.md b/src/Kunstmaan/NodeBundle/README.md index ae1fef7423..605aaae8d3 100644 --- a/src/Kunstmaan/NodeBundle/README.md +++ b/src/Kunstmaan/NodeBundle/README.md @@ -8,17 +8,12 @@ All websites need pages(we call them nodes) but you probably don't want to spend too much time building them. Plus they should look pretty and contain the right content and that takes time. We make sure you have to spend less time managing your pages but still offer you flexibility so you can focus on more important tasks and don't have to worry about it. -[![KunstmaanNodeBundle](http://bundles.kunstmaan.be/uploads/media/51ee9e4607a32.png)](http://bundles.kunstmaan.be) -View more screenshots and information [http://bundles.kunstmaan.be](http://bundles.kunstmaan.be). +View more screenshots and information at [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/doc/01_GettingStarted.html) 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 -More documentation can be found [here](https://github.com/Kunstmaan/KunstmaanNodeBundle/blob/master/Resources/doc/NodeBundle.md) - -## Symfony 2.2 - -If you want to use this bundle for a Symfony 2.2 release, use the 2.2 branch. +More documentation can be found [here](https://kunstmaanbundlescms.readthedocs.io/en/stable/bundles/node-bundle/intro/) diff --git a/src/Kunstmaan/PagePartBundle/README.md b/src/Kunstmaan/PagePartBundle/README.md index 9a0babc45d..8a0c4e8956 100644 --- a/src/Kunstmaan/PagePartBundle/README.md +++ b/src/Kunstmaan/PagePartBundle/README.md @@ -7,12 +7,11 @@ The KunstmaanPagePartBundle forms the basis of our content management framework. A page built using a composition of blocks names pageparts. These pageparts allow you to fully separate the data from the presentation so non-technical webmasters can manage the website. Every page can have it's own list of possible pageparts, and pageparts are easy to create for your specific project to allow for rapid development. -[![KunstmaanPagePartBundle](http://bundles.kunstmaan.be/uploads/media/51ee9e45d2e2e.png?68e189d)](http://bundles.kunstmaan.be) -View more screenshots and information [http://bundles.kunstmaan.be](http://bundles.kunstmaan.be). +View more screenshots and 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 diff --git a/src/Kunstmaan/SeoBundle/README.md b/src/Kunstmaan/SeoBundle/README.md index 680a032ad6..ab6e99716e 100644 --- a/src/Kunstmaan/SeoBundle/README.md +++ b/src/Kunstmaan/SeoBundle/README.md @@ -8,13 +8,11 @@ Annotating content with metadata for social sharing and seo purposes cannot be overlooked nowadays. The KunstmaanSeoBundle contains default editing functionality for OpenGraph data, meta descriptions, keywords and titles and Metriweb tags. Because the metatagging and tracking options are always changing, a free field to add custom header information is provided as well. -[![KunstmaanMediaBundle](http://bundles.kunstmaan.be/bundles/kunstmaankunstmaanbundles/img/features/meta.png)](http://bundles.kunstmaan.be) - -View more screenshots and information [http://bundles.kunstmaan.be](http://bundles.kunstmaan.be). +View more screenshots and 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. ## Symfony 2.2 diff --git a/src/Kunstmaan/SeoBundle/Resources/views/Admin/Settings/robotsSettings.html.twig b/src/Kunstmaan/SeoBundle/Resources/views/Admin/Settings/robotsSettings.html.twig index 302ea13145..459ea23804 100644 --- a/src/Kunstmaan/SeoBundle/Resources/views/Admin/Settings/robotsSettings.html.twig +++ b/src/Kunstmaan/SeoBundle/Resources/views/Admin/Settings/robotsSettings.html.twig @@ -54,7 +54,7 @@ {% block cookbook_information %} - {{ 'seo.robots.tip' |trans }} {{ 'seo.robots.moreinfo' |trans }} cookbook + {{ 'seo.robots.tip' |trans }} {{ 'seo.robots.moreinfo' |trans }} cookbook {% endblock %} {% endblock %} diff --git a/src/Kunstmaan/UserManagementBundle/README.md b/src/Kunstmaan/UserManagementBundle/README.md index 2a672b855a..ddec5ed1aa 100644 --- a/src/Kunstmaan/UserManagementBundle/README.md +++ b/src/Kunstmaan/UserManagementBundle/README.md @@ -8,10 +8,10 @@ The Kunstmaan User Management bundle supplies your project with a basic, elegant backend interface to manage users, groups and roles. -View screenshots and more information [http://bundles.kunstmaan.be](http://bundles.kunstmaan.be). +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. +[Getting Started guide](https://kunstmaanbundlescms.readthedocs.io/en/stable/installation/) and enjoy the full blown experience. diff --git a/src/Kunstmaan/UtilitiesBundle/README.md b/src/Kunstmaan/UtilitiesBundle/README.md index 6afee00094..a5ff5c5d16 100644 --- a/src/Kunstmaan/UtilitiesBundle/README.md +++ b/src/Kunstmaan/UtilitiesBundle/README.md @@ -7,8 +7,8 @@ The KunstmaanUtilitiesBundle makes your life easier by providing a couple of small but usefull helper services you can use and re-use in your applications. We already implemented an easy to use cipher service and a shell helper service for you but feel free to send in a pull request with your additions. The shell helper allows you to run apps in the background, see if a process is running and has a method to kill a running process. The cipher service allow you to encode and decode strings using the Rijndael 256 cipher. -More information about our bundles: [http://bundles.kunstmaan.be](http://bundles.kunstmaan.be). +More information about our bundles: [https://cms.kunstmaan.be](https://cms.kunstmaan.be). ## Installation -This bundle is compatible with all Symfony 2.2.* 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. +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.