{"id":13696190,"url":"https://github.com/pelican-plugins/read-more","last_synced_at":"2026-02-09T03:31:36.025Z","repository":{"id":52247214,"uuid":"345928411","full_name":"pelican-plugins/read-more","owner":"pelican-plugins","description":"Pelican plugin that inserts an inline \"Read More\" link into the last HTML element of the summary","archived":false,"fork":false,"pushed_at":"2024-07-07T18:47:33.000Z","size":22,"stargazers_count":1,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-28T08:54:01.093Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/pelican-plugins.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":null,"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},"funding":{"custom":"https://donate.getpelican.com","liberapay":"pelican"}},"created_at":"2021-03-09T08:03:46.000Z","updated_at":"2023-12-30T15:38:21.000Z","dependencies_parsed_at":"2025-04-10T04:33:42.640Z","dependency_job_id":"95bd61cd-27c1-47db-b3f2-f527f1d8d16e","html_url":"https://github.com/pelican-plugins/read-more","commit_stats":{"total_commits":22,"total_committers":8,"mean_commits":2.75,"dds":"0.36363636363636365","last_synced_commit":"b0215340970f88cb92fa3b1a3b832473258af272"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pelican-plugins/read-more","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pelican-plugins%2Fread-more","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pelican-plugins%2Fread-more/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pelican-plugins%2Fread-more/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pelican-plugins%2Fread-more/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pelican-plugins","download_url":"https://codeload.github.com/pelican-plugins/read-more/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pelican-plugins%2Fread-more/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263450011,"owners_count":23468154,"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-02T18:00:37.157Z","updated_at":"2026-02-09T03:31:35.998Z","avatar_url":"https://github.com/pelican-plugins.png","language":"Python","funding_links":["https://donate.getpelican.com","https://liberapay.com/pelican"],"categories":["Plugins"],"sub_categories":["Migrated to new architecture"],"readme":"Read More: A Plugin for Pelican\n===============================\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/pelican-plugins/read-more/main.yml?branch=main)](https://github.com/pelican-plugins/read-more/actions)\n[![PyPI Version](https://img.shields.io/pypi/v/pelican-read-more)](https://pypi.org/project/pelican-read-more/)\n![License](https://img.shields.io/pypi/l/pelican-read-more?color=blue)\n\nThis Pelican plugin inserts an inline “Read More” link into the last HTML element of the summary.\n\nFor more information regarding why it was created, please visit: https://www.vuongnguyen.com/read-more-python-lxml/\n\nInstallation\n------------\n\nThis plugin can be installed via:\n\n    python -m pip install pelican-read-more\n\nSettings\n--------\n\nThe following settings are available. If not set, the plugin will use default values.\n\nThe following setting defines the string that is added to the end of the summary, before the “Read More” link:\n\n\tSUMMARY_END_SUFFIX = \"...\"\n\nThe following setting defines the summary length before truncating and adding the “Read More” link:\n\n    SUMMARY_MAX_LENGTH = 50\n\nThe following setting defines the “Read More” link text:\n\n    READ_MORE_LINK = '\u003cspan\u003econtinue\u003c/span\u003e'\n\nThe following setting defines the format of the “Read More” link:\n\n    READ_MORE_LINK_FORMAT = '\u003ca class=\"read-more\" href=\"/{url}\"\u003e{text}\u003c/a\u003e'\n\nContributing\n------------\n\nContributions are welcome and much appreciated. Every little bit helps. You can contribute by improving the documentation, adding missing features, and fixing bugs. You can also help out by reviewing and commenting on [existing issues][].\n\nTo start contributing to this plugin, review the [Contributing to Pelican][] documentation, beginning with the **Contributing Code** section.\n\n[existing issues]: https://github.com/pelican-plugins/read-more/issues\n[Contributing to Pelican]: https://docs.getpelican.com/en/latest/contribute.html\n\nContributors\n------------\n\nContributors include: [Vuong Nguyen](https://www.vuongnguyen.com), Dashie, [Justin Mayer](https://justinmayer.com), Kernc, [Dominik Wombacher](https://dominik.wombacher.cc)\n\nLicense\n-------\n\nThis project is licensed under the AGPL 3.0 license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpelican-plugins%2Fread-more","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpelican-plugins%2Fread-more","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpelican-plugins%2Fread-more/lists"}