{"id":16264983,"url":"https://github.com/decipher/mobile_codes","last_synced_at":"2026-03-18T18:42:32.353Z","repository":{"id":139477925,"uuid":"1540204","full_name":"Decipher/mobile_codes","owner":"Decipher","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-15T14:42:10.000Z","size":66,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"6.x-2.x","last_synced_at":"2025-04-08T14:33:07.436Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Decipher.png","metadata":{"files":{"readme":"README.txt","changelog":"CHANGELOG.txt","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-03-29T06:05:37.000Z","updated_at":"2013-09-30T03:38:33.000Z","dependencies_parsed_at":"2024-11-04T23:01:37.842Z","dependency_job_id":"0e5b3a2d-d00e-4df0-bfc7-94c1bf1753dd","html_url":"https://github.com/Decipher/mobile_codes","commit_stats":{"total_commits":29,"total_committers":2,"mean_commits":14.5,"dds":0.06896551724137934,"last_synced_commit":"72c0bfde4b17252898e2e7618b14bc0571494cac"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Decipher/mobile_codes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2Fmobile_codes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2Fmobile_codes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2Fmobile_codes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2Fmobile_codes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Decipher","download_url":"https://codeload.github.com/Decipher/mobile_codes/tar.gz/refs/heads/6.x-2.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2Fmobile_codes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28590178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T17:05:04.153Z","updated_at":"2026-01-19T23:34:33.350Z","avatar_url":"https://github.com/Decipher.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"The Mobile Codes module provides the ability to render Text, URLs or any other\r\nform of informaton as a Mobile Code, including but not limited to the QR and\r\nDatamatrix formats, providing a simple way of transfering said information from\r\nthe screen to a Mobile phone.\r\n\r\nMobile Codes was written and is maintained by Stuart Clark (deciphered).\r\n- http://stuar.tc/lark\r\n\r\n\r\nFeatures\r\n--------------------------------------------------------------------------------\r\n\r\n* User definable and Features exportable Mobile Code Providers and Presets.\r\n  * Defaults provided:\r\n    * Six (6) External Providers.\r\n    * One (1) Internal Provider (see below).\r\n    * Three (3) to five (5) Presets (based on installed modules).\r\n* Render Mobile Codes via:\r\n  * CCK/Views formatters:\r\n    * CCK Text module.\r\n    * FileField module.\r\n    * Link module.\r\n    * plus an example Custom Formatter for extended support.\r\n  * Input filter.\r\n  * Drupal API Theme() call.\r\n* Blocks:\r\n  * Node URL block - Creates a Mobile Code of the current Node URL.\r\n  * User vCard - Uses the vCard module to provide a vCard Mobile Code from a\r\n    Nodes Author or a users profile.\r\n  * Mobile Code generator - An Admin module optimized helper block.\r\n* Support for:\r\n  * Mobile Tools module - Redirect internal Mobile Code URLs to Mobile site URL.\r\n  * Redirecting Click Bouncer module - Track URLs accessed via Mobile Codes.\r\n  * Shorten module - Shorten URLs in Mobile Codes.\r\n\r\n\r\nRequired modules\r\n--------------------------------------------------------------------------------\r\n\r\n* Chaos tool suite module.\r\n\r\n\r\nRecommended modules\r\n--------------------------------------------------------------------------------\r\n\r\n* Custom Formatters module.\r\n* Libraries API module.\r\n\r\n\r\nConfiguration\r\n--------------------------------------------------------------------------------\r\n\r\nAll configuration for Mobile Codes can be found at:\r\n  Administer \u003e Site configuration \u003e Mobile Codes\r\n  http://[www.yoursite.com/path/to/drupal]/admin/settings/mobile_codes\r\n\r\n\r\nAdvanced configuration\r\n--------------------------------------------------------------------------------\r\n\r\n* Setting up an internal Provider with the PHP QR Code library:\r\n\r\n  1. Download, install and enable the Libraries API module.\r\n       http://drupal.org/project/libraries\r\n\r\n  2. Download the PHP QR Code library.\r\n       http://sourceforge.net/projects/phpqrcode/files/releases/phpqrcode-2010100721_1.1.4.zip/download\r\n\r\n  3. Extract the PHP QR Code library to your Libraries directory.\r\n       e.g. sites/all/libraries/phpqrcode\r\n\r\n  4. Clear cached data from the Perfomance page.\r\n       Administer \u003e Site configuration \u003e Performance\r\n       http://[www.yoursite.com/path/to/drupal]/admin/settings/performance\r\n\r\n\r\n  Note: Mobile Codes will automatically detect the PHP QR Code library once\r\n        installed as above and add a new PHP QR Code Provider to the list.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecipher%2Fmobile_codes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecipher%2Fmobile_codes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecipher%2Fmobile_codes/lists"}