From 542d09f8bdbad340acae018be4e2d72a470d93c9 Mon Sep 17 00:00:00 2001 From: Benjamin Bachmann Date: Wed, 26 Aug 2015 14:55:24 +0200 Subject: [PATCH] [IMP] renamed the add-on and added a rst --- social_media_dribbble/README.rst | 70 ++++++++++++++++++ .../__init__.py | 0 .../__openerp__.py | 0 .../models/__init__.py | 0 .../models/res_config.py | 0 .../models/website.py | 0 .../static/description/blog.png | Bin .../static/description/dribbble.png | Bin .../static/description/icon.png | Bin .../static/description/index.html | 0 .../static/description/settings.png | Bin .../static/description/webpage.png | Bin .../views/res_config.xml | 0 .../views/website_blog_template.xml | 0 .../views/website_templates.xml | 0 .../views/website_views.xml | 0 .../README.md | 62 ---------------- 17 files changed, 70 insertions(+), 62 deletions(-) create mode 100644 social_media_dribbble/README.rst rename {social_media_icon_extention_dribbble => social_media_dribbble}/__init__.py (100%) rename {social_media_icon_extention_dribbble => social_media_dribbble}/__openerp__.py (100%) rename {social_media_icon_extention_dribbble => social_media_dribbble}/models/__init__.py (100%) rename {social_media_icon_extention_dribbble => social_media_dribbble}/models/res_config.py (100%) rename {social_media_icon_extention_dribbble => social_media_dribbble}/models/website.py (100%) rename {social_media_icon_extention_dribbble => social_media_dribbble}/static/description/blog.png (100%) rename {social_media_icon_extention_dribbble => social_media_dribbble}/static/description/dribbble.png (100%) rename {social_media_icon_extention_dribbble => social_media_dribbble}/static/description/icon.png (100%) rename {social_media_icon_extention_dribbble => social_media_dribbble}/static/description/index.html (100%) rename {social_media_icon_extention_dribbble => social_media_dribbble}/static/description/settings.png (100%) rename {social_media_icon_extention_dribbble => social_media_dribbble}/static/description/webpage.png (100%) rename {social_media_icon_extention_dribbble => social_media_dribbble}/views/res_config.xml (100%) rename {social_media_icon_extention_dribbble => social_media_dribbble}/views/website_blog_template.xml (100%) rename {social_media_icon_extention_dribbble => social_media_dribbble}/views/website_templates.xml (100%) rename {social_media_icon_extention_dribbble => social_media_dribbble}/views/website_views.xml (100%) delete mode 100644 social_media_icon_extention_dribbble/README.md diff --git a/social_media_dribbble/README.rst b/social_media_dribbble/README.rst new file mode 100644 index 00000000..9f7bdbe4 --- /dev/null +++ b/social_media_dribbble/README.rst @@ -0,0 +1,70 @@ + + .. image:: https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/dribbble.png?raw=true + :width: 100 + :target: https://dribbble.com + +Extend Social Media Links +========================= + +.. image:: https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/settings.png?raw=true + :width: 700 + +.. image:: https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/webpage.png?raw=true + :width: 700 + +Currently added: + +- Dribbble + +Info: +----- + +- By default, the icon will be shown on the footer, about us, and the Blog, like the original icons. + +Configuration +------------- + +- go in the backend under settings / website +- you can now also add your Dribbble Account + +Usage: +------ + +- normal social icons: + + + + + + + + + + + + + +- the new social icons: + + + +Credits +======= + +Contributors +------------ + +* Benjamin Bachmann (benniphx@gmail.com) + +Maintainer +---------- + +.. image:: http://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: http://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. + +To contribute to this module, please visit http://odoo-community.org. \ No newline at end of file diff --git a/social_media_icon_extention_dribbble/__init__.py b/social_media_dribbble/__init__.py similarity index 100% rename from social_media_icon_extention_dribbble/__init__.py rename to social_media_dribbble/__init__.py diff --git a/social_media_icon_extention_dribbble/__openerp__.py b/social_media_dribbble/__openerp__.py similarity index 100% rename from social_media_icon_extention_dribbble/__openerp__.py rename to social_media_dribbble/__openerp__.py diff --git a/social_media_icon_extention_dribbble/models/__init__.py b/social_media_dribbble/models/__init__.py similarity index 100% rename from social_media_icon_extention_dribbble/models/__init__.py rename to social_media_dribbble/models/__init__.py diff --git a/social_media_icon_extention_dribbble/models/res_config.py b/social_media_dribbble/models/res_config.py similarity index 100% rename from social_media_icon_extention_dribbble/models/res_config.py rename to social_media_dribbble/models/res_config.py diff --git a/social_media_icon_extention_dribbble/models/website.py b/social_media_dribbble/models/website.py similarity index 100% rename from social_media_icon_extention_dribbble/models/website.py rename to social_media_dribbble/models/website.py diff --git a/social_media_icon_extention_dribbble/static/description/blog.png b/social_media_dribbble/static/description/blog.png similarity index 100% rename from social_media_icon_extention_dribbble/static/description/blog.png rename to social_media_dribbble/static/description/blog.png diff --git a/social_media_icon_extention_dribbble/static/description/dribbble.png b/social_media_dribbble/static/description/dribbble.png similarity index 100% rename from social_media_icon_extention_dribbble/static/description/dribbble.png rename to social_media_dribbble/static/description/dribbble.png diff --git a/social_media_icon_extention_dribbble/static/description/icon.png b/social_media_dribbble/static/description/icon.png similarity index 100% rename from social_media_icon_extention_dribbble/static/description/icon.png rename to social_media_dribbble/static/description/icon.png diff --git a/social_media_icon_extention_dribbble/static/description/index.html b/social_media_dribbble/static/description/index.html similarity index 100% rename from social_media_icon_extention_dribbble/static/description/index.html rename to social_media_dribbble/static/description/index.html diff --git a/social_media_icon_extention_dribbble/static/description/settings.png b/social_media_dribbble/static/description/settings.png similarity index 100% rename from social_media_icon_extention_dribbble/static/description/settings.png rename to social_media_dribbble/static/description/settings.png diff --git a/social_media_icon_extention_dribbble/static/description/webpage.png b/social_media_dribbble/static/description/webpage.png similarity index 100% rename from social_media_icon_extention_dribbble/static/description/webpage.png rename to social_media_dribbble/static/description/webpage.png diff --git a/social_media_icon_extention_dribbble/views/res_config.xml b/social_media_dribbble/views/res_config.xml similarity index 100% rename from social_media_icon_extention_dribbble/views/res_config.xml rename to social_media_dribbble/views/res_config.xml diff --git a/social_media_icon_extention_dribbble/views/website_blog_template.xml b/social_media_dribbble/views/website_blog_template.xml similarity index 100% rename from social_media_icon_extention_dribbble/views/website_blog_template.xml rename to social_media_dribbble/views/website_blog_template.xml diff --git a/social_media_icon_extention_dribbble/views/website_templates.xml b/social_media_dribbble/views/website_templates.xml similarity index 100% rename from social_media_icon_extention_dribbble/views/website_templates.xml rename to social_media_dribbble/views/website_templates.xml diff --git a/social_media_icon_extention_dribbble/views/website_views.xml b/social_media_dribbble/views/website_views.xml similarity index 100% rename from social_media_icon_extention_dribbble/views/website_views.xml rename to social_media_dribbble/views/website_views.xml diff --git a/social_media_icon_extention_dribbble/README.md b/social_media_icon_extention_dribbble/README.md deleted file mode 100644 index fb9d4ce1..00000000 --- a/social_media_icon_extention_dribbble/README.md +++ /dev/null @@ -1,62 +0,0 @@ - -
- - - - -Extend Social Media Links -========================= - - - - - -Currently added: - -Dribbble - -
- -Integration example: --------------------- - - normal social icons: - - - - - - - - - the new social icons: - - - -Credits -======= - -Contributors ------------- - -* Benjamin Bachmann (benniphx@gmail.com) - -Maintainer ----------- - - -Odoo Community Association - - -This module is maintained by the OCA. - -OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. - -To contribute to this module, please visit http://odoo-community.org. \ No newline at end of file