
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Fundamental tags that can be considered part of the DRYML core language.
DRYML is the Don't Repeat Yourself Markup Language. It uses an XML-like syntax and is best at creating XHTML documents. It could be used to create other forms of plain-text documents, but the syntax is not optimized for that and you may end up with extra carriage returns. (Which would be a bug, so please send test cases).
DRYML was created for the Hobo project, but this is an extraction from that project and can be used separately.
Declare the Dryml gem in your Gemfile
gem 'dryml'
Then update your bundle
$ bundle install
Create an application.dryml
$ mkdir app/views/taglibs $ touch app/views/taglibs/application.dryml
Now you can use templates that end in ".dryml" or ".html.dryml". Controller layouts will still be rendered and will enclose your templates, but you can disable them if you wish in your ApplicationController:
class ApplicationController < ActionController::Base
layout nil
end
Dryml.render("<html><%= this %></html>", {:this => something})
See the rdoc for more information.
FAQs
Unknown package
We found that dryml 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
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.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.