{"id":18708032,"url":"https://github.com/varmais/rsscarousel","last_synced_at":"2025-11-09T09:30:32.762Z","repository":{"id":8396716,"uuid":"9975814","full_name":"varmais/RSSCarousel","owner":"varmais","description":"Really Simple and Stupid jQuery Carousel plugin","archived":false,"fork":false,"pushed_at":"2013-05-22T11:33:34.000Z","size":348,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-12-28T07:25:41.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/varmais.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-10T06:27:06.000Z","updated_at":"2014-03-20T21:18:41.000Z","dependencies_parsed_at":"2022-07-31T01:49:59.064Z","dependency_job_id":null,"html_url":"https://github.com/varmais/RSSCarousel","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/varmais%2FRSSCarousel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varmais%2FRSSCarousel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varmais%2FRSSCarousel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varmais%2FRSSCarousel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varmais","download_url":"https://codeload.github.com/varmais/RSSCarousel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239571561,"owners_count":19661165,"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-11-07T12:21:10.083Z","updated_at":"2025-11-09T09:30:32.598Z","avatar_url":"https://github.com/varmais.png","language":"JavaScript","readme":"# RSSCarousel\n\nReally Simple and Stupid Carousel jQuery plugin. This plugin does not brag with options and features.  \n\nRSSCarousel uses overlays to switch slides.  \n\nDemo: http://imari.varmais.fi/rsscarousel/\n\n### Get Started\n\nTo use this plugin, you need to include both js and css in your html.\n\n\t\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"jquery.RSSCarousel-0.1.css\" /\u003e\n\t\u003cscript src=\"//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js\"\u003e\u003c/script\u003e\n\t\u003cscript src=\"jquery.RSSCarousel-0.1.js\"\u003e\u003c/script\u003e\n\nHTML code needed for carousel:\n\n\t\u003cdiv id=\"rss-container\"\u003e\n\t\t\u003cul id=\"rss-images\"\u003e\n\t\t\t\u003cli\u003e\u003cimg src=\"examples/pic1.jpg\" /\u003e\u003c/li\u003e\n\t\t\t\u003cli\u003e\u003cimg src=\"examples/pic2.jpg\" /\u003e\u003c/li\u003e\n\t\t\t\u003cli\u003e\u003cimg src=\"examples/pic3.jpg\" /\u003e\u003c/li\u003e\n\t\t\u003c/ul\u003e\n\t\t\u003cdiv id=\"rss-previous\" class=\"overlay left\"\u003e\u003c/div\u003e\n\t\t\u003cdiv id=\"rss-next\" class=\"overlay right\"\u003e\u003c/div\u003e\n\t\u003c/div\u003e\n\nThen just load the plugin in document ready block:\n\n\t$(document).ready(function() {\n\t\t$('#rss-images').RSSCarousel();\n\t\t// you can also pass fade time as a parameter\n\t\t// $('#rss-images').RSSCarousel(2500);\n\t});\n\n\n### License\n\n\tDO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE \n    Version 2, December 2004 \n\n \tCopyright (C) 2004 Sam Hocevar \u003csam@hocevar.net\u003e \n\n \tEveryone is permitted to copy and distribute verbatim or modified \n \tcopies of this license document, and changing it is allowed as long \n \tas the name is changed. \n\n    DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE \n   \tTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION \n\n \t0. You just DO WHAT THE FUCK YOU WANT TO.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarmais%2Frsscarousel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarmais%2Frsscarousel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarmais%2Frsscarousel/lists"}