Skip to content

Commit

Permalink
Created ReadmeDeveloper to contain TODO and Tips
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerleite committed Apr 25, 2012
1 parent 33a6a0a commit f4d89f1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
26 changes: 26 additions & 0 deletions ReadmeDeveloper.md
@@ -0,0 +1,26 @@
## Steps to generate doc

```
$ gem install yard
$ gem install yard-tomdoc
$ gem install redcarpet
$ yard doc --plugin yard-tomdoc -r Readme.md
# ignore errors :X
$ open doc/index.html
```

## TODO:

EntryPoint
* allow cookies in request

Resource & EntryPoint
* facilitate cache (Cache Control, ETag, Last-Modified)

HTTP Behaviours
* improve 404 and 500 errors
* create librarian-wrappers project

Future Ideas
* Support to JSON HAL
* Another project, to Restfolia be a "Restfulie like". Main mission: migrate old projects
14 changes: 0 additions & 14 deletions TODO

This file was deleted.

0 comments on commit f4d89f1

Please sign in to comment.