{"id":25953543,"url":"https://github.com/protrolium/bildwissenschaft-vortok","last_synced_at":"2026-05-26T23:32:49.624Z","repository":{"id":280400964,"uuid":"941859853","full_name":"protrolium/bildwissenschaft-vortok","owner":"protrolium","description":"ProcessWire site build for Laskfar Vortok • Bildwissenschaft subdomain","archived":false,"fork":false,"pushed_at":"2025-07-07T02:52:40.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T03:43:48.073Z","etag":null,"topics":["latte","php","processwire"],"latest_commit_sha":null,"homepage":"https://bildwissenschaft.vortok.info","language":"Latte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/protrolium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.TXT","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":"2025-03-03T07:06:55.000Z","updated_at":"2025-07-07T02:52:42.000Z","dependencies_parsed_at":"2025-03-03T08:38:40.671Z","dependency_job_id":null,"html_url":"https://github.com/protrolium/bildwissenschaft-vortok","commit_stats":null,"previous_names":["protrolium/bildwissenschaft-vortok"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/protrolium/bildwissenschaft-vortok","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protrolium%2Fbildwissenschaft-vortok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protrolium%2Fbildwissenschaft-vortok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protrolium%2Fbildwissenschaft-vortok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protrolium%2Fbildwissenschaft-vortok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/protrolium","download_url":"https://codeload.github.com/protrolium/bildwissenschaft-vortok/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protrolium%2Fbildwissenschaft-vortok/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33543973,"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":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["latte","php","processwire"],"created_at":"2025-03-04T15:29:08.170Z","updated_at":"2026-05-26T23:32:49.608Z","avatar_url":"https://github.com/protrolium.png","language":"Latte","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg style=\"width:100px;\" src=\"https://bildwissenschaft.vortok.info/site/assets/files/1618/laskfar_vortok.png.webp\" /\u003e\n\n# Laskfar Vortok • Bildwissenschaft ProcessWire\n\nA new archive built using the ProcessWire CMF\n\n\n## Table of Contents\n\n1. [Site Structure](#site-structure)\n\n\n## Site Structure\n\nWe are using the RockFrontEnd module to control templates, which are written in the LATTE php template engine. The structure of pages and templates is roughly as follows:\n\n```\nroot\n└── site\n    └── assets\n        ├── classes\n        │   ├── DefaultPage.php\n        │   └── HomePage.php\n        └── templates\n            ├── home.php\n            ├── default-page.php\n            ├── tag.php\n            │── (etc)\n            ├── sections\n            │   ├── about.latte\n            │   ├── default-page.latte\n            │   ├── home.latte\n            │   ├── tag.latte\n            │   └── (etc)\n            └── layouts\n                ├── home.php\n                └── default.php (main rockfrontend renderer)\n```\n\n### Templates \u0026 Layouts\n\nThe action happens in the `templates` directory. Here we create any number of `php` pages and include the ProcessWire namespace in them, otherwise they are essentially empty pages acting as containers. In the `layouts` directory are stored any number of layouts, `default.php` being our main RockFrontEnd page renderer. This page will pull from the `sections` directory to render a template based on a page's assigned template in ProcessWire. Thus if we add a new template in ProcessWire (i.e. about) and assign pages to it, we will need to add that page to the `templates` directory when we try pulling in its corresponding `latte` files from the `sections` directory via `default.php`. \n\nThe page classes correspond to the pages in the `layout` directory, only in lowercase and without the word 'Page'. These custom classes extend ProcessWire Page classes, and the names must match. \n\n\n## Links\n\n* [Laskfar Vortok • Bildwissenschaft](https://bildwissenschaft.vortok.info)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotrolium%2Fbildwissenschaft-vortok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprotrolium%2Fbildwissenschaft-vortok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotrolium%2Fbildwissenschaft-vortok/lists"}