{"id":13396684,"url":"https://github.com/bmlt-enabled/bmlt-portal","last_synced_at":"2026-06-25T17:30:55.586Z","repository":{"id":33315761,"uuid":"133590512","full_name":"bmlt-enabled/bmlt-portal","owner":"bmlt-enabled","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-10T01:10:59.000Z","size":944,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-31T06:36:08.537Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","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/bmlt-enabled.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-16T00:58:21.000Z","updated_at":"2025-11-09T14:24:37.000Z","dependencies_parsed_at":"2023-01-15T00:28:26.932Z","dependency_job_id":null,"html_url":"https://github.com/bmlt-enabled/bmlt-portal","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bmlt-enabled/bmlt-portal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-portal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-portal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-portal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-portal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmlt-enabled","download_url":"https://codeload.github.com/bmlt-enabled/bmlt-portal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-portal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34786225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-07-30T18:01:00.038Z","updated_at":"2026-06-25T17:30:55.564Z","avatar_url":"https://github.com/bmlt-enabled.png","language":"SCSS","funding_links":[],"categories":["BMLT (Basic Meeting List Toolbox)"],"sub_categories":[],"readme":"# BMLT Portal\n\nAdditional entry point into the bmlt that offers easy access to meeting changes in the server as well as proof reports meant to be accessed by ASCs for GSRs to go over and 'proof' their meeting data.\n\n## Install\n\ndownload the latest release and edit the config.php then put in a folder on your server.\n\n## Examples\n * [Carolina Region](https://crna.org/changes) - example shows with manual link option\n * [New England Region](https://nerna.org/changes) - example shows with manual and video link option\n\n## Configure\n\nThe following options should be configured in the config.php file.\n\nExample settings\n\nstatic $bmlt_server = 'http://crna.org/main_server';\n\nstatic $timezone = 'America/New_York';\n\nstatic $service_body_name = 'Carolina Region';\n\nstatic $service_body_shortname = 'CRNA';\n\nstatic $service_body_website = 'http://crna.org';\n\n\n## Optional configuration values\n\nIt's possible to specify a service body parent, this is usefull for service bodies that have multiple regions in them.\n\n* `static $parent_service_body_id = '';`\n\nWhen using this feature if you also want to include the parent service body in the list you must add this to your config as well.\n* `static $include_parent_service_body_id = true;`\n\nThese will be added as links to main menu if they exist in the config.\n\n* `static $bmlt_instructional_manual = 'http://www.crna.org/changes/HowtoUpdateAreaMeetingListings.pdf';`\n\n* `static $bmlt_instructional_video = 'https://www.dropbox.com/s/of7xevt0o62rgb1/meetings.mp4?dl=0';`\n\n# BMLT Notify\n\nSends an email with all BMLT changes in `n` amount of days\n\n## Install\ndownload the latest release and edit the config.php then put on a server and create cron job. the config $homanydays\nshould be set to the same amount of time you set your cron job for.\n\n`static $notify_service_body_id = '';` must be set in the config and should probably be the service body parent.\n\n## Example\nexample cron job calls, this would set to call the script at 6pm on sunday\n\n`0 18 * * 0 wget -q -O - https://someserver.org/bmltnotify.php \u003e/dev/null`\n\n`0 18 * * 0 curl --silent https://someserver.org/bmltnotify.php \u003e/dev/null`\n\n# Timezones for config\nThis should be a value from here https://www.php.net/manual/en/timezones.php\n\nExamples.\n\n```\nEastern ........... America/New_York\n\nCentral ........... America/Chicago\n\nMountain .......... America/Denver\n\nMountain no DST ... America/Phoenix\n\nPacific ........... America/Los_Angeles\n\nAlaska ............ America/Anchorage\n\nHawaii ............ America/Adak\n\nHawaii no DST ..... Pacific/Honolulu\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmlt-enabled%2Fbmlt-portal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmlt-enabled%2Fbmlt-portal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmlt-enabled%2Fbmlt-portal/lists"}