{"id":23069607,"url":"https://github.com/roboticsbrno/robotarnawall","last_synced_at":"2025-10-14T11:36:29.364Z","repository":{"id":106425118,"uuid":"96874342","full_name":"RoboticsBrno/robotarnawall","owner":"RoboticsBrno","description":"Simple PHP web page for quick sharing information during lecture or event.","archived":false,"fork":false,"pushed_at":"2019-01-03T20:51:00.000Z","size":134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-02T11:49:16.615Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://wall.robotikabrno.cz","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RoboticsBrno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-07-11T09:13:07.000Z","updated_at":"2019-01-03T20:51:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc6ae381-890e-4337-9143-aa5b8f1514d7","html_url":"https://github.com/RoboticsBrno/robotarnawall","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RoboticsBrno/robotarnawall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoboticsBrno%2Frobotarnawall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoboticsBrno%2Frobotarnawall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoboticsBrno%2Frobotarnawall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoboticsBrno%2Frobotarnawall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RoboticsBrno","download_url":"https://codeload.github.com/RoboticsBrno/robotarnawall/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoboticsBrno%2Frobotarnawall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019052,"owners_count":26086516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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-12-16T06:16:14.510Z","updated_at":"2025-10-14T11:36:29.332Z","avatar_url":"https://github.com/RoboticsBrno.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# robotarnawall\nSimple PHP web page for quick sharing information during lecture or event.\n\nThe files with suffix `.dist` (`config.php.dist`, `data.sqlite.dist`) are specific for each instance of wall. You must **delete** the suffix `.dist` for correct working.\n\n## config.php.dist\n\nIn this file you can set the wall name and passwords for editing the content on the wall.\n\n## data.sqlite.dist\n\nEmpty database.\n\n## Available tags\n\n### Tag [code]\nTo put on the wall text as source code (C/C++, Python, ...).\n\n```\n[code]\n// source:  http://platformio.org/lib/show/1739/ServoESP32\n#include \"LearningKit.h\"\n#include \u003cServo.h\u003e\n\nstatic const int servoPin = S1;\nstatic const int potentiometerPin = 32;\n\nServo servo1;\n\nvoid setup() {\n    Serial.begin(115200);\n    servo1.attach(servoPin);\n}\n\nvoid loop() {\n    int servoPosition = map(analogRead(potentiometerPin), 0, 4096, 0, 180);\n    servo1.write(servoPosition);\n    Serial.println(servoPosition);\n    delay(20);\n}[/code]\n```\n\n### Tag [raw]\nTo put on the wall HTML elements and code which you want to process on the user side (in the browser).\n\n```\n[raw]\n\u003cdiv style=\"position:relative;height:0;padding-bottom:81.97%;overflow:hidden;\"\u003e\u003ciframe style=\"position:absolute;top:0;left:0;width:100%;height:100%;\" src=\"https://makecode.microbit.org/---run?id=_KvzMqyayA7cb\" allowfullscreen=\"allowfullscreen\" sandbox=\"allow-popups allow-forms allow-scripts allow-same-origin\" frameborder=\"0\"\u003e\u003c/iframe\u003e\u003c/div\u003e\n[/raw]\n```\n\n## Screenshots\nWall with `raw` tag example\n![Wall with raw tag example](./media/wall_raw_tag_example.png)\n\nWall with `code` tag example\n![Wall with code tag example](./media/wall_code_tag_example.png)\n\nWall with text\n![Wall with text](./media/wall_text_example.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froboticsbrno%2Frobotarnawall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froboticsbrno%2Frobotarnawall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froboticsbrno%2Frobotarnawall/lists"}