
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.
= Postage - API for write posts in simple text files
Postage is a simple API which load your text files and handle the contents in Markdown syntax.
It's useful for blogwares, or anything else, that uses flat files organized in directories instead databases.
Use your post text file in following hierarchy and format:
/posts/path/yyyymmdd-name_of_post.tags.filter
Real example of use:
home
`-- hallison
`-- blog
`-- posts
|-- 20090604-posting_blog_articles_using_postage.ruby.postage.mkd
|-- 20090529-postview_blogging_posts_with_sinatra_and_postage.ruby.sinatra.postage.mkd
|-- archive
|-- 20080930-bash_condicional_variables.shell.script.mkd
`-- 20081008-bash_arguments_validation.bash.shell.script.test.mkd
`-- drafts
It's possible uses Markdown Extra syntax because Postage use Maruku for converting files.
About Markdown lightweight markup language, please, visit http://daringfireball.net/projects/markdown and Markdown Extra, visit http://michelf.com/projects/php-markdown/extra/.
== Requirements
Please, Postage has dependencies and most be installed.
== More information
== Copyright
Copyright (c) 2009 Hallison Batista
FAQs
Unknown package
We found that postage 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.