Difference between revisions of "BOM Checker"
From Contao Community Documentation
m |
m |
||
(5 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
'''''I'm not a native English speaker. Please correct my mistakes.'''''<br /><br /> | '''''I'm not a native English speaker. Please correct my mistakes.'''''<br /><br /> | ||
{{ExtInfo | {{ExtInfo | ||
| Dev=Glen Langer ([[User:BugBuster|BugBuster]]) | | Dev=Glen Langer ([[User:BugBuster|BugBuster]]) | ||
| DevSite=http://www.contao.glen-langer.de | | DevSite=http://www.contao.glen-langer.de | ||
− | | ExtVersion=1.0.0 | + | | ExtVersion=1.2.0 / 3.2.0 |
| Version=ab 2.9 | | Version=ab 2.9 | ||
| TLVersion=2.8 (not tested, but should work) | | TLVersion=2.8 (not tested, but should work) | ||
− | | ERLink=http://www.contao.org/extension-list/view/bom_checker | + | | ERLink=http://http://www.contao.org/en/extension-list/view/bom_checker.html |
− | | TrackerLink= | + | | TrackerLink=https://github.com/BugBuster1701/bom_checker/issues |
+ | | VCSLink=https://github.com/BugBuster1701/bom_checker | ||
| DonateLink=Cappuccino | | DonateLink=Cappuccino | ||
+ | | Comment=Version for Contao 3.2 online | ||
}} | }} | ||
[[de:BOM_Checker]] | [[de:BOM_Checker]] | ||
Line 15: | Line 16: | ||
− | [[File:Bom_checker_er.jpg| | + | [[File:Bom_checker_er.jpg|right|thumb|BOM_Checker]]The BOM-Checker is a backend helper module for developers.<br /> |
In the backend, there is a new menu item "Developer tools", including the point will "BOM Checker" to be found.<br /> | In the backend, there is a new menu item "Developer tools", including the point will "BOM Checker" to be found.<br /> | ||
<br /> | <br /> |
Latest revision as of 00:06, 9 December 2013
I'm not a native English speaker. Please correct my mistakes.
Extension-Overview | |
---|---|
Name of the developer | Glen Langer (BugBuster) |
Developer Website | http://www.contao.glen-langer.de |
Version of the extension | 1.2.0 / 3.2.0 |
Compatibility with Contao Version | ab 2.9 |
Compatibility with TYPOlight Version | 2.8 (not tested, but should work) |
Link to Extension Repository | http://http://www.contao.org/en/extension-list/view/bom_checker.html |
Donate the developer | Cappuccino |
Link to Tracker | https://github.com/BugBuster1701/bom_checker/issues |
Comment | Version for Contao 3.2 online |
In the backend, there is a new menu item "Developer tools", including the point will "BOM Checker" to be found.
The module requires the Standard PHP Library (SPL), this is an integral part of PHP 5, if not disabled.
BOM ?
PHP5 can't correctly interpret Files with a BOM. (Byte Order Mark, 3 bytes at the beginning of a file)
--BugBuster 00:53, 8. Mai 2011 (CEST)