{ "info": { "author": "JeanMichel aka toutpt", "author_email": "toutpt@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Framework :: Plone :: Theme", "Framework :: Zope2", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. image:: https://travis-ci.com/collective/collective.fontawesome.svg?branch=master\n :target: https://travis-ci.com/collective/collective.fontawesome\n\n\n======================\ncollective.fontawesome\n======================\n\n\nThis add-on registers `Font Awesome `_ into Plone CSS registry.\n\n\nFeatures\n========\n\n- Version of Font Awesome: 5.2.0.\n- Includes a GenericSetup profile example for Replacing Plone's default icons with FontAwesome fonts.\n- Includes a Example View working, go to http://site_url/@@example.collective.fontawesome\n\n\nTranslations\n============\n\nThis product has been translated into\n\n- Spanish (thanks, Leonardo J. Caballero G. aka macagua)\n\n\nInstallation\n============\n\nThis add-on can be installed with the typical Plone add-on installation process. Please see the official\ndocumentation_ for a description.\n\nFor Plone 5, import the \"collective.fontawesome (Plone 5)\" profile.\n\n.. _documentation: https://docs.plone.org/manage/installing/installing_addons.html\n\n.. warning:: ie7 support has been removed\n\n\nHow to use\n==========\n\nSince version 5, FontAwesome changed the way it works and the Free version includes 2 fonts : \"Font Awesome 5 Free\" and \"Font Awesome 5 Brands\".\n\nDepending on the icon you want to use, you have to use the \"fa\" or \"fab\" class :\n\nTo use an icon from the \"Font Awesome 5 Free\" add class=\"fa fa-X\", to use an icon from \"Font Awesome 5 Brands\", add class=\"fab fa-X\" to your tag where X is the icon you want::\n\n \n \n\n\nOr just use CSS for your class 'myclass'::\n\n .myclass:before {\n content: \"\\f000\"; \n font-family: \"Font Awesome 5 Free\";\n font-weight: 900;\n font-style: normal;\n font-weight: normal;\n text-decoration: inherit;\n }\n\nAvailable CSS classes and values for the content attribute can be found in the `Font Awesome cheat sheet `_ or in the `source code `_ (file: font-awesome.css#L171 at the time of writing).\n\nFull list of useable icons may be found here : `Font Awesome free icons `_\n\n\nAn example page is available in the add-on, here is a screenshot:\n\n.. image:: https://raw.githubusercontent.com/collective/collective.fontawesome/master/docs/screenshot.png\n\nReplacing Plone's default icons with FontAwesome fonts\n------------------------------------------------------\n\nThere is now a separate Generic Setup profile called ``replace-plone-icons`` which\nwill replace Plone's default icons (e.g. for content types and actions) with\nFont Awesome icons.\n\n**IMPORTANT:** You still need to install the ``default`` profile as well.\n\nA ``replace-plone-icons`` profile example is available in the add-on, here is a screenshot:\n\n.. image:: https://raw.githubusercontent.com/collective/collective.fontawesome/master/docs/screenshot1.png\n\nContribute\n==========\n\n- Issue Tracker: https://github.com/collective/collective.fontawesome/issues\n- Source Code: https://github.com/collective/collective.fontawesome\n\n\nCredits\n=======\n\nCompanies\n---------\n\n* Makina-Corpus http://www.makina-corpus.com\n\nPeople\n------\n\n- JeanMichel FRANCOIS aka toutpt \n- Eric Br\u00e9hault, \n- Gauthier Bastien, \n- Leonardo J. Caballero G. aka macagua \n\n\nLicense\n=======\n\n- The Font Awesome font is licensed under the SIL Open Font License\n http://scripts.sil.org/OFL\n- Font Awesome CSS, LESS, and SASS files are licensed under the MIT License\n https://opensource.org/licenses/mit-license.html\n- The Font Awesome pictograms are licensed under the CC BY 3.0 License\n https://creativecommons.org/licenses/by/3.0/\n- Attribution is no longer required in Font Awesome 3.0, but much appreciated:\n \"Font Awesome by Dave Gandy - https://fontawesome.com/ \"\n\n\nChangelog\n=========\n\n1.1 (2018-08-01)\n----------------\n\n- Fixed warning: no files found matching `*.rst` and `*.txt` under directory\n `collective` from MANIFEST.in file [macagua]\n- Added more strings classifiers items for this package [macagua]\n- Added i18n support [macagua]\n- Added Spanish translation [macagua]\n- Moved to fontawesome 5.2.0 [gbastien]\n\n\n1.0.5 (2017-05-23)\n------------------\n\n- Updated to fontawesome 4.7.0 [ewohnlich]\n- Updated sample in @@example.collective.fontawesome to show what is\n new in version 4.7.0 [gbastien]\n\n\n1.0.4 (2016-12-05)\n------------------\n\n- Update to fontawesome 4.6.3 [gbastien]\n- Include `*.woff2` in MANIFEST.in so file is present in the release\n or we have an error in the browser console while trying to import\n file fontawesome-webfont.woff2 [gbastien]\n\n\n1.0.3 (2015-07-10)\n------------------\n\n- Update to fontawesome 4.1.0 [jcbrand]\n- Update to fontawesome 4.3.0 [ebrehault]\n- Add new GenericSetup profile that replaces Plone's default icons for content\n types and actions with FontAwesome fonts. [jcbrand]\n- Plone 5 compliancy [ebrehault]\n\n\n1.0.2 (2013-05-14)\n------------------\n\n- Update to fontawesome 3.1.1\n\n\n1.0.1 (2013-05-06)\n------------------\n\n- Fix packaging (manifest)\n\n\n1.0 (2013-05-06)\n----------------\n\n- Package created using templer\n [JeanMichel aka toutpt]", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/collective/collective.fontawesome", "keywords": "web zope plone diazo theme cms fontawesome icons", "license": "gpl", "maintainer": "", "maintainer_email": "", "name": "collective.fontawesome", "package_url": "https://pypi.org/project/collective.fontawesome/", "platform": "", "project_url": "https://pypi.org/project/collective.fontawesome/", "project_urls": { "Homepage": "https://github.com/collective/collective.fontawesome" }, "release_url": "https://pypi.org/project/collective.fontawesome/1.1/", "requires_dist": null, "requires_python": "", "summary": "Font Awesome for Plone", "version": "1.1" }, "last_serial": 4123870, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "0fce014647f564dc87c8c765fd1af32c", "sha256": "17f6c0e7e767d9ab8610c47b62a956fed47bc161aae7afdf61e5a415e0c262bd" }, "downloads": -1, "filename": "collective.fontawesome-1.0.zip", "has_sig": false, "md5_digest": "0fce014647f564dc87c8c765fd1af32c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 185903, "upload_time": "2013-05-06T11:56:03", "url": "https://files.pythonhosted.org/packages/7a/41/a27c44ac139223fd63fa1f1e6a2ccce49628fb8a1e013d3559f1b5708863/collective.fontawesome-1.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "d3da23b784e4285b018ffb6bb2faf70f", "sha256": "7c7f12d0b1ffe2d8e5464821eccf807756ba0d3a8eb47810e14bc07c10a770f4" }, "downloads": -1, "filename": "collective.fontawesome-1.0.1.zip", "has_sig": false, "md5_digest": "d3da23b784e4285b018ffb6bb2faf70f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 194042, "upload_time": "2013-05-06T12:02:37", "url": "https://files.pythonhosted.org/packages/70/36/208f894f2ccfd9223b2a829f46a560fd7e716795c483c7ca58e34a8da483/collective.fontawesome-1.0.1.zip" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "e95b02bc10dfd6a1624066884c206147", "sha256": "a1a2da49b4eca2b197cfe72c5f8c2cdcb9d6a785103591625f357e980c9c306d" }, "downloads": -1, "filename": "collective.fontawesome-1.0.2.zip", "has_sig": false, "md5_digest": "e95b02bc10dfd6a1624066884c206147", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 221296, "upload_time": "2013-05-14T15:34:10", "url": "https://files.pythonhosted.org/packages/04/86/bc0bfff687a03887ffe08afd73b89ad23661b7fb8e9acf90e7fc540575c9/collective.fontawesome-1.0.2.zip" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "0e66ce6754ba2494d77f1ce440be66de", "sha256": "119156e63703fc8d87fab168b98e6dc1054976ff8ef4e1cc8fef5ffcb297876f" }, "downloads": -1, "filename": "collective.fontawesome-1.0.3.zip", "has_sig": false, "md5_digest": "0e66ce6754ba2494d77f1ce440be66de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 415592, "upload_time": "2015-07-10T11:03:26", "url": "https://files.pythonhosted.org/packages/c4/2d/adf2e9f64397dbb1c4a35ecd40c648f5a1420159540b793e15612c1c15de/collective.fontawesome-1.0.3.zip" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "c5fd2e56ed2251b8988e229f52af65f7", "sha256": "060c78c6b15c81909699082fd0e248de158d0d1918556c0e7f9f88dfa85bb910" }, "downloads": -1, "filename": "collective.fontawesome-1.0.4.tar.gz", "has_sig": false, "md5_digest": "c5fd2e56ed2251b8988e229f52af65f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 660475, "upload_time": "2016-09-28T08:35:33", "url": "https://files.pythonhosted.org/packages/86/1b/6a1ce405a5b9d81fccbf6b95d7856b33f0e055ac39f8dceedc04d388e26f/collective.fontawesome-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "5dbd0ee7a6afe20bbc3988a132bc3b17", "sha256": "f15baecca8595ceb33ad64abdfb8139403f7f3cdceca11dd2485f94014260c3f" }, "downloads": -1, "filename": "collective.fontawesome-1.0.5.tar.gz", "has_sig": false, "md5_digest": "5dbd0ee7a6afe20bbc3988a132bc3b17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 726935, "upload_time": "2017-05-23T07:56:07", "url": "https://files.pythonhosted.org/packages/33/98/3da2c3944d357f3c368e128edcb3d310a9dc12cd73224da77a24027523cc/collective.fontawesome-1.0.5.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "205722a31f99b7e64ccb31352cdb7bc5", "sha256": "f1f44e9808551b61e59bf7d29a8a5ad553f17e5ff45a4cbb6defc732b930ce0e" }, "downloads": -1, "filename": "collective.fontawesome-1.1.tar.gz", "has_sig": false, "md5_digest": "205722a31f99b7e64ccb31352cdb7bc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1264033, "upload_time": "2018-08-01T09:16:57", "url": "https://files.pythonhosted.org/packages/8d/4b/d8ab1de34fb27b970506b1d570cee38fbd9a3f45d0aa3af5335073a2b102/collective.fontawesome-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "205722a31f99b7e64ccb31352cdb7bc5", "sha256": "f1f44e9808551b61e59bf7d29a8a5ad553f17e5ff45a4cbb6defc732b930ce0e" }, "downloads": -1, "filename": "collective.fontawesome-1.1.tar.gz", "has_sig": false, "md5_digest": "205722a31f99b7e64ccb31352cdb7bc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1264033, "upload_time": "2018-08-01T09:16:57", "url": "https://files.pythonhosted.org/packages/8d/4b/d8ab1de34fb27b970506b1d570cee38fbd9a3f45d0aa3af5335073a2b102/collective.fontawesome-1.1.tar.gz" } ] }