{"id":22297710,"url":"https://github.com/kirtangajjar/rtcamp-plugin-assignment-1","last_synced_at":"2026-05-04T04:31:22.213Z","repository":{"id":96036897,"uuid":"100264994","full_name":"kirtangajjar/rtcamp-plugin-assignment-1","owner":"kirtangajjar","description":"Submission for rtCamp Plugin Assignment","archived":false,"fork":false,"pushed_at":"2017-08-23T14:38:30.000Z","size":93,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T22:44:19.796Z","etag":null,"topics":["bedrock","wordpress","wpbb"],"latest_commit_sha":null,"homepage":"http://rtcamp-plugin-assignment.000webhostapp.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kirtangajjar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2017-08-14T12:27:33.000Z","updated_at":"2022-04-27T07:21:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"948f4c96-0306-475f-ad51-4ddba5e18a2e","html_url":"https://github.com/kirtangajjar/rtcamp-plugin-assignment-1","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kirtangajjar/rtcamp-plugin-assignment-1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirtangajjar%2Frtcamp-plugin-assignment-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirtangajjar%2Frtcamp-plugin-assignment-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirtangajjar%2Frtcamp-plugin-assignment-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirtangajjar%2Frtcamp-plugin-assignment-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kirtangajjar","download_url":"https://codeload.github.com/kirtangajjar/rtcamp-plugin-assignment-1/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirtangajjar%2Frtcamp-plugin-assignment-1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32595041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["bedrock","wordpress","wpbb"],"created_at":"2024-12-03T17:51:02.968Z","updated_at":"2026-05-04T04:31:22.196Z","avatar_url":"https://github.com/kirtangajjar.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rtCamp Slideshow Assignment\n[![Build Status](https://travis-ci.org/kirtangajjar/rtcamp-plugin-assignment-1.svg?branch=master)](https://travis-ci.org/kirtangajjar/rtcamp-plugin-assignment-1)\n\nThis is my submission for rtCamp Plugin Assignment(2-a)\n\n## Demo\n\nYou can find the link to demo [here](http://rtcamp-plugin-assignment.000webhostapp.com/) \n\n## Libraries Used\n\n* [Lightslider](https://github.com/sachinchoolur/lightslider)\n* [WPBB Boilerplate](https://github.com/DevinVinson/WordPress-Plugin-Boilerplate)\n* [Bedrock](https://github.com/roots/bedrock)(not included in this repo)\n\n## Features/Highlight\n\n* **Upload Images** - Use the familiar WordPress Media Manager interface to add/remove images to your slider.\n* **Shortcode** - Embed the slider anywhere with `[rt-slideshow]` shortcode.\n* **Live Preview** - See changes happen to your slider in real time as you add/remove/order images.\n* **Organized Code** - The code was written with `wpbb` boilerplate. As a result, it is highly organized and structured.\n* **Coding Standards** - The code was checked with PHPCS `Wordpress-Extra` and `Wordpress-Docs` ruleset and follows Wordpress Coding Standards as much as possible.\n* **Unit Test** - The code was also unit tested.\n* **Dependencies** - All the dependencies are managed through npm and stored in `node_moules` directory(which is ofcourse gitignored).\n\n## Installation\n\nInstall the dependencies and clone the directory into your plugins folder with below command to get started.\n\n```\ngit clone https://github.com/kirtangajjar/rtcamp-plugin-assignment-1 /path-to-plugins-folder/rt-slider\ncd /path-to-plugins-folder/rt-slider\nnpm install\n```\n\n## License\n\nAll the contents of this repository are licensed under the GPL v2 or later.\n\n\u003e This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.\n\n\u003e This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\n\u003e You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n\nA copy of the license is included in the root of the plugin’s directory. The file is named `LICENSE`.\n\n## Important Notes\n\n### Licensing\n\nAll the contents of this repository are licensed under the GPL v2 or later; however, if you opt to use third-party code that is not compatible with v2, then you may need to switch to using code that is GPL v3 compatible.\n\nFor reference, [here's a discussion](http://make.wordpress.org/themes/2013/03/04/licensing-note-apache-and-gpl/) that covers the Apache 2.0 License used by [Bootstrap](http://twitter.github.io/bootstrap/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirtangajjar%2Frtcamp-plugin-assignment-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkirtangajjar%2Frtcamp-plugin-assignment-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirtangajjar%2Frtcamp-plugin-assignment-1/lists"}