
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
spree_dynamic_sitemaps
Advanced tools
This Spree extension generates dynamic, seo-friendly sitemaps on the fly in html, xml and txt formats.
This extension is compatible with the static_content extension and will check for content in the Page table.
In order to avoid an seo penalty for duplicate content, products are only listed once at /product/productName
for rails 3 and spree >= 0.30.0
Install the extension
gem 'dynamic_sitemaps', :git => 'git://github.com/bzt/spree_dynamic_sitemaps.git' bundle install
(rake dynamic_sitemaps:install)
Add link to sitemap to a view
<%= link_to 'Sitemap', '/sitemap' %>
The sitemaps are accessible at public_domain/sitemap.html, public_domain/sitemap.xml, and public_domain/sitemap.txt
Hat tip stephp for doing all the heavy lifting with her spree-sitemaps extension.
FAQs
Unknown package
We found that spree_dynamic_sitemaps demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.