Skip to content

Commit

Permalink
one more try with NEWS ...
Browse files Browse the repository at this point in the history
  • Loading branch information
s-u committed Dec 23, 2013
1 parent 41ad7e6 commit fa435b0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
### Features

* Feature: `notebook.R` HTTP entry point added. It uses `path.info` to
match a notebook name and (optionally) a file within the
notebook. Possible uses:

/notebook.R/<notebook-hash>
/notebook.R/<notebook-hash>/<version-hash>
/notebook.R/<notebook-hash>/<filename>
/notebook.R/<notebook-hash>/<version-hash>/<filename>
/notebook.R/<user>/<notebook-name>
/notebook.R/<user>/<notebook-name>/<filename>
match a notebook name and (optionally) a file within the
notebook. Possible uses:

/notebook.R/<notebook-hash>
/notebook.R/<notebook-hash>/<version-hash>
/notebook.R/<notebook-hash>/<filename>
/notebook.R/<notebook-hash>/<version-hash>/<filename>
/notebook.R/<user>/<notebook-name>
/notebook.R/<user>/<notebook-name>/<filename>

To avoid ambiguity usernames should not match exactly `[0-9a-f]{20}`
and filenames should not match exactly `[0-9a-f]{40}` since hashes
Expand Down

0 comments on commit fa435b0

Please sign in to comment.