Skip to content

Commit

Permalink
Rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
pafnuty committed Jan 19, 2016
1 parent f8277e2 commit 93b21a4
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 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 (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
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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 `<head>` tag:
```html
<head prefix="og: http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#">
Expand All @@ -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)
[MIT](https://github.com/pafnuty/fansoro-less/blob/master/LICENSE)
2 changes: 1 addition & 1 deletion upload/plugins/socialmeta/classes/SocialMeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* SocialMeta Class
*
* @package Morfy
* @package Fansoro
* @subpackage Plugins
* @author Pavel Belousov / pafnuty
*/
Expand Down
6 changes: 3 additions & 3 deletions upload/plugins/socialmeta/socialmeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
16 changes: 8 additions & 8 deletions upload/plugins/socialmeta/socialmeta.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
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: [email protected]
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
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
# Default image for facebook (min 600x315px) see the /storage/images/fansoro-fb.psd
noimage: /storage/images/fansoro-fb.png

0 comments on commit 93b21a4

Please sign in to comment.