From 93b21a41c366bd202080c3f660e10bb6d01bccfc Mon Sep 17 00:00:00 2001 From: Pavel Belousov Date: Tue, 19 Jan 2016 19:38:14 +0300 Subject: [PATCH] Rebranding --- LICENSE | 2 +- README.md | 12 ++++++------ upload/plugins/socialmeta/classes/SocialMeta.php | 2 +- upload/plugins/socialmeta/socialmeta.php | 6 +++--- upload/plugins/socialmeta/socialmeta.yml | 16 ++++++++-------- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/LICENSE b/LICENSE index 7c4ca91..3852539 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Morfy plugins by pafnuty +Copyright (c) 2015 Fansoro plugins by pafnuty Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 1918030..94fb50a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Social Meta Plugin for [Morfy CMS](http://morfy.org/) +# Social Meta Plugin for [Fansoro CMS](http://fansoro.org/) -![version](https://img.shields.io/badge/version-1.1.0-brightgreen.svg?style=flat-square "Version") -![DLE](https://img.shields.io/badge/Morfy-2.x-green.svg?style=flat-square "Morfy Version") -[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/pafnuty-morfy-plugins/morfy-plugin-socialmeta/blob/master/LICENSE) +![version](https://img.shields.io/badge/version-1.2.0-brightgreen.svg?style=flat-square "Version") +![Fansoro](https://img.shields.io/badge/Fansoro-2.x-green.svg?style=flat-square "Fansoro Version") +[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/pafnuty-fansoro-plugins/fansoro-plugin-socialmeta/blob/master/LICENSE) The plugin to automatically generate social metatags. @@ -18,7 +18,7 @@ The plugin to automatically generate social metatags. Copy the content of folder `upload` in the root of the site. ## Configuration -- See step 2 and 3 in [this instruction](http://morfy.org/documentation/plugins/plugins-installation) +- See step 2 and 3 in [this instruction](http://fansoro.org/documentation/plugins/plugins-installation) - Open `base.tpl` and modify `` tag: ```html @@ -40,4 +40,4 @@ twitter_image: /my_folder/my_super_nice_image_for_facebook.png ## License -[MIT](https://github.com/pafnuty/morfy-less/blob/master/LICENSE) \ No newline at end of file +[MIT](https://github.com/pafnuty/fansoro-less/blob/master/LICENSE) \ No newline at end of file diff --git a/upload/plugins/socialmeta/classes/SocialMeta.php b/upload/plugins/socialmeta/classes/SocialMeta.php index b61c629..e364c72 100644 --- a/upload/plugins/socialmeta/classes/SocialMeta.php +++ b/upload/plugins/socialmeta/classes/SocialMeta.php @@ -3,7 +3,7 @@ /** * SocialMeta Class * - * @package Morfy + * @package Fansoro * @subpackage Plugins * @author Pavel Belousov / pafnuty */ diff --git a/upload/plugins/socialmeta/socialmeta.php b/upload/plugins/socialmeta/socialmeta.php index 46ded0b..95431a9 100644 --- a/upload/plugins/socialmeta/socialmeta.php +++ b/upload/plugins/socialmeta/socialmeta.php @@ -2,11 +2,11 @@ /** * Social Meta Plugin * - * @package Morfy + * @package Fansoro * @subpackage Plugins * @author Pavel Belousov / pafnuty - * @version 1.1.0 - * @license https://github.com/pafnuty-morfy-plugins/morfy-plugin-socialmeta/blob/master/LICENSE MIT + * @version 1.2.0 + * @license https://github.com/pafnuty-fansoro-plugins/fansoro-plugin-socialmeta/blob/master/LICENSE MIT */ Action::add( diff --git a/upload/plugins/socialmeta/socialmeta.yml b/upload/plugins/socialmeta/socialmeta.yml index c03e766..578904f 100644 --- a/upload/plugins/socialmeta/socialmeta.yml +++ b/upload/plugins/socialmeta/socialmeta.yml @@ -1,12 +1,12 @@ name: Social Meta Plugin -version: 1.1.0 -description: "Social MetaTags Generator for Morfy CMS" +version: 1.2.0 +description: "Social MetaTags Generator for Fansoro CMS" author: name: Pavel Belousov email: pafnuty10@gmail.com url: http://pafnuty.name -homepage: https://github.com/pafnuty-morfy-plugins/morfy-plugin-socialmeta -bugs: https://github.com/pafnuty-morfy-plugins/morfy-plugin-socialmeta/issues +homepage: https://github.com/pafnuty-fansoro-plugins/fansoro-plugin-socialmeta +bugs: https://github.com/pafnuty-fansoro-plugins/fansoro-plugin-socialmeta/issues license: MIT # Plugin settings @@ -14,8 +14,8 @@ enabled: true twitter: # Username in twitter (last word in profile page url: https://twitter.com/pafnuty_name) author: pafnuty_name - # Default image for twitter (min 600x330px) see the /storage/images/morfy-twitter.psd - noimage: /storage/images/morfy-twitter.png + # Default image for twitter (min 600x330px) see the /storage/images/fansoro-twitter.psd + noimage: /storage/images/fansoro-twitter.png facebook: - # Default image for facebook (min 600x315px) see the /storage/images/morfy-fb.psd - noimage: /storage/images/morfy-fb.png \ No newline at end of file + # Default image for facebook (min 600x315px) see the /storage/images/fansoro-fb.psd + noimage: /storage/images/fansoro-fb.png \ No newline at end of file