
Security News
Researcher Exposes Zero-Day Clickjacking Vulnerabilities in Major Password Managers
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Hackety Sling is a very simple blog software based on Sinatra and Document Mapper. It will add the following pages to your Sinatra application:
/
), showing 2 posts by default/2010/08/10/
, /2010/08/
or /2010/
/2010/11/13/my-post/
/tags/ruby/
/author/ralph/
/archive/
/atom.xml
Getting Hackety Sling to play nice with your existing Sinatra Application is easy. Just include the module and add some configuration settings, like in the example below:
class MySuperBlog < Sinatra::Base
register Sinatra::HacketySling
set :hackety_sling_title, 'My super blog | A blog about stuff'
set :hackety_sling_author, 'Carlos Testuser'
# Optional
set :hackety_sling_posts_on_index, 2
get '/other-sinatra-page/' do
erubis :other_sinatra_page
end
end
Written by Ralph von der Heyden. Don't hesitate to contact me if you have any further questions.
Follow me on Twitter
FAQs
Unknown package
We found that hackety_sling 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
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.