{"id":13760477,"url":"https://github.com/chrishumboldt/webplate","last_synced_at":"2025-03-26T17:32:48.012Z","repository":{"id":57355551,"uuid":"9931924","full_name":"chrishumboldt/Webplate","owner":"chrishumboldt","description":"Webplate is an awesome front-end framework that lets you stay focused on building your site or app all the while remaining really easy to use.","archived":false,"fork":false,"pushed_at":"2020-09-20T21:47:37.000Z","size":22835,"stargazers_count":558,"open_issues_count":4,"forks_count":92,"subscribers_count":33,"default_branch":"master","last_synced_at":"2024-05-05T14:31:59.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://getwebplate.com/","language":"JavaScript","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/chrishumboldt.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":"2013-05-08T08:31:52.000Z","updated_at":"2024-03-30T15:23:30.000Z","dependencies_parsed_at":"2022-08-30T20:01:19.730Z","dependency_job_id":null,"html_url":"https://github.com/chrishumboldt/Webplate","commit_stats":null,"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrishumboldt%2FWebplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrishumboldt%2FWebplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrishumboldt%2FWebplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrishumboldt%2FWebplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrishumboldt","download_url":"https://codeload.github.com/chrishumboldt/Webplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222161806,"owners_count":16941433,"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-08-03T13:01:11.065Z","updated_at":"2024-10-30T04:02:16.398Z","avatar_url":"https://github.com/chrishumboldt.png","language":"JavaScript","readme":"# NO LONGER SUPPORTED\nLeaving the code here for the sake curiosity.\n\n# Webplate Framework\nWebplate is an awesome front-end framework that lets you stay focused on building your site or app all the while remaining really easy to use.\n\n## Getting Started\nSimply drop the Webplate directory into your web project and include the start.js file before your ending body tag. Below is an example of this and note that an id of **webplate** is required.\n```\n\u003cbody style=\"display:none;\"\u003e\n    /* Your content goes here */\n    \u003cscript id=\"webplate\" src=\"webplate/start.js\"\u003e\u003c/script\u003e\n\u003c/body\u003e\n```\nThe body tag style attribute is used to prevent CSS style snapping on load and is highly recommended.\n\n#### Simple Page Loader\nIf you would like a page loader to display while your project files load, simply wrap your content in a div with id **webplate-content**. See an example below.\n```\n\u003cbody\u003e\n    \u003cdiv id=\"webplate-content\" style=\"display:none;\"\u003e\n        /* Your content goes here */\n    \u003c/div\u003e\n    \u003cscript id=\"webplate\" src=\"webplate/start.js\"\u003e\u003c/script\u003e\n\u003c/body\u003e\n```\n\n## Load Your Project Files\nAll web projects include a combination of CSS and Javascript and Webplate makes it incredibly easy to load these using a simple configuration file. You can find this file at \u003cb\u003ewebplate/project/config.json\u003c/b\u003e. Below is an example of what you might typically see.\n\n```\n{\n    \"project\": {\n        \"css\": [\"welcome.css\", \"theme.css\"],\n        \"js\": [\"min/welcome.min.js\"],\n    }\n}\n```\n\nYou will notice that a comma delimited list allows you to load more than one file and that the Webplate path is not required. This is because Webplate automatically knows where to look inside the project directory. You can also load different files on different pages.\n\n## Lets Go To The Next Level\nBefore you have even started, Webplate has already loaded up Modernizr, Normalize.css, Typeplate, Velocity.js and icon font support at a minimal size. This takes away most of the set up time and acts like a kind of advanced boilerplate.\n\nThis will get you up and running for most projects but if you want to include Webplate components like Buttons, Forms or Modals or perhaps you want to even start delving into Webplate's automatic Bower, SASS and Grunt intergration then just read over some of the online documentation and become a bonafide pro.\n\n\u003cb\u003eBrowser Support:\u003c/b\u003e IE9+, Chrome, Firefox, Safari, Opera\n\n## Author\nCreated and maintained by Chris Humboldt\u003cbr\u003e\nWebsite: \u003ca href=\"http://chrishumboldt.com/\"\u003echrishumboldt.com\u003c/a\u003e\u003cbr\u003e\nGitHub \u003ca href=\"https://github.com/chrishumboldt\"\u003egithub.com/chrishumboldt\u003c/a\u003e\u003cbr\u003e\n\n\n## Contributors\n\u003ca href=\"https://github.com/simeydotme\"\u003eSimon Goellner\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/V1RTUOZ\"\u003eOleg Kalandarashvili\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/digiltd\"\u003edigiltd\u003c/a\u003e\n\n## Copyright and License\nCopyright 2016 Webplate Project\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","funding_links":[],"categories":["Boilerplates"],"sub_categories":["Other","其它"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrishumboldt%2Fwebplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrishumboldt%2Fwebplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrishumboldt%2Fwebplate/lists"}