An open API service indexing awesome lists of open source software.

https://github.com/makevoid/simple-articles-format

A file format designed for authors - inspired by YAML, write multiple articles in a single file! - made in 2012
https://github.com/makevoid/simple-articles-format

blog formats markdown parser ruby text-parsers

Last synced: 9 months ago
JSON representation

A file format designed for authors - inspired by YAML, write multiple articles in a single file! - made in 2012

Awesome Lists containing this project

README

          

# Saf
### Why use complex formats for simple things? Simple Articles Format!

example:

title: Your first post
text: Whohoo!
---
title: Your second post
text>
Some multiline
text
<
---

...easy isn't it? bye JSON/YAML files! Those are made to represent all the data structures, we want something easily editable, simple to use for the non-programmer editors!

Saf (Simple Article Format) to the rescue!

## Features:

- easy to parse tokens
- no dependencies
- small amount of code

## TODO:

- consider types detection support?
- booleans
- fixnums/floats
- dates
- package it as a gem