{"id":21272806,"url":"https://github.com/marcells/bloggy-rss","last_synced_at":"2025-03-15T12:25:47.289Z","repository":{"id":14480249,"uuid":"17192654","full_name":"marcells/bloggy-rss","owner":"marcells","description":"RSS plugin for bloggy, a small and lightweight node.js blog engine.","archived":false,"fork":false,"pushed_at":"2017-10-06T16:39:42.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T18:03:06.431Z","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/marcells.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":"2014-02-25T23:56:17.000Z","updated_at":"2017-10-06T16:38:03.000Z","dependencies_parsed_at":"2022-07-21T18:30:21.232Z","dependency_job_id":null,"html_url":"https://github.com/marcells/bloggy-rss","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/marcells%2Fbloggy-rss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcells%2Fbloggy-rss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcells%2Fbloggy-rss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcells%2Fbloggy-rss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcells","download_url":"https://codeload.github.com/marcells/bloggy-rss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243728436,"owners_count":20338255,"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-21T09:09:32.293Z","updated_at":"2025-03-15T12:25:47.264Z","avatar_url":"https://github.com/marcells.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bloggy-rss\n\n\u003e RSS plugin for bloggy, a small and lightweight blog engine for node.js.\n\n## Quickstart\n\nThat's everything you need. Just set the rss settings in the engine setup and call the `engine.extendWith()` function of the bloggy engine.\n\n```Javascript\nvar engine = require('bloggy')(),\n    bloggyRss = require('bloggy-rss');\n\n// Ensure, that you set the necessary rss options\nengine.setup({\n    baseDirectory: ...,\n    entryUrl: ...,\n    rss: {\n        baseUrl: 'http://mspi.es',\n        feedUrl: 'http://mspi.es/feed',\n        faviconUrl: 'http://mspi.es/favicon.ico',\n        title: 'Developers Diary - Marcell Spies',\n        description: 'Über .NET, node.js, JavaScript und Co.',\n        author: 'Marcell Spies',\n        copyright: '© Marcell Spies',\n        language: 'de',\n        ttl: 30\n    },\n    ...\n});\n\n// Register the plugin\nengine.extendWith(bloggyRss);\n\nengine.getRssXml(function(rss) {\n    // Do something with the rss content\n});\n\n```\n\n## Engine functions\n\nThe engine now contains these additional functions.\n\n**Get the rss content**\n\n```Javascript\nengine.getRssXml(function(rss) {\n    console.log(rss);\n});\n```\n\nLicense\n-------\n\nThe MIT License (MIT)\n\nCopyright (c) 2014 Marcell Spies\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcells%2Fbloggy-rss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcells%2Fbloggy-rss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcells%2Fbloggy-rss/lists"}