{"id":15994257,"url":"https://github.com/pixelhandler/simplephpskinner","last_synced_at":"2025-04-05T00:15:45.023Z","repository":{"id":1014462,"uuid":"838914","full_name":"pixelhandler/simplephpskinner","owner":"pixelhandler","description":"very basic template that wraps common files around content with php","archived":false,"fork":false,"pushed_at":"2010-08-15T09:06:27.000Z","size":96,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T08:31:20.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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/pixelhandler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-08-15T08:58:40.000Z","updated_at":"2013-12-22T19:22:06.000Z","dependencies_parsed_at":"2022-08-16T11:50:14.249Z","dependency_job_id":null,"html_url":"https://github.com/pixelhandler/simplephpskinner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelhandler%2Fsimplephpskinner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelhandler%2Fsimplephpskinner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelhandler%2Fsimplephpskinner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelhandler%2Fsimplephpskinner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixelhandler","download_url":"https://codeload.github.com/pixelhandler/simplephpskinner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266570,"owners_count":20910837,"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","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-08T07:07:58.218Z","updated_at":"2025-04-05T00:15:44.989Z","avatar_url":"https://github.com/pixelhandler.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"README for simplephpskinner\n================================\n\n---------------------------------------\n* Very basic template that wraps common files around content with php\n---------------------------------------\n\n_DNS notes, running on MAMP_\ninstructions for running your site on http://mysite.local:8888/\n\nedit your hosts file with Textmate\n`mate /etc/hosts`\n\nadd your site\n`127.0.0.1 mysite.local`\n\nif needed flush DNS on mac \n`dscacheutil -flushcache`\n\nadd vhosts include:\n`mate /Applications/MAMP/conf/apache/httpd.conf`\nthe code below needs to be at the end of our httpd.conf file ...\n\nNameVirtualHost *\n`Include /Applications/MAMP/conf/apache/httpd-vhosts.conf`\n\n`mate /Applications/MAMP/conf/apache/httpd-vhosts.conf`\nbelow are the contents of the httpd-vhosts.conf file ...\nbe sure to change yourhomedirectory to the result of \n`cd ~\npwd`\nremember to start/stop MAMP when all setup\n`\n#\n# Virtual Hosts\n#\nNameVirtualHost *:8888\n\n\u003cVirtualHost *:8888\u003e\n\tDocumentRoot /Users/home/Sites/htdocs\n\tServerName localhost\n\u003c/VirtualHost\u003e\n\n\u003cVirtualHost *:8888\u003e \n  \u003cDirectory /Users/yourhomedirectory/Sites/htdocs/simplephpskinner\u003e \n    AllowOverride All \n  \u003c/Directory\u003e \n  DocumentRoot /Users/yourhomedirectory/Sites/htdocs/simplephpskinner\n  ServerName mysite.local\n\u003c/VirtualHost\u003e\n`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelhandler%2Fsimplephpskinner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixelhandler%2Fsimplephpskinner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelhandler%2Fsimplephpskinner/lists"}