Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postage

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postage

  • 0.1.4.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Postage - API for write posts in simple text files

  • {Repository}[http://github.com/hallison/postage]
  • {Project}[http://rubyforge.org/projects/postage]
  • {Documentation}[:link:Postage.html]
  • {Issues}[http://github.com/hallison/postage/issues]

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

  • {Authors}[:link:AUTHORS.html]
  • {Changes}[:link:CHANGES.html]
  • {License}[:link:LICENSE.html]

== Copyright

Copyright (c) 2009 Hallison Batista

FAQs

Package last updated on 16 Sep 2009

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc