Skip to content

Commit

Permalink
new favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkay committed Sep 20, 2009
1 parent 72a475d commit 46d7e1b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Binary file added doc/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/static/favicon.ico
Binary file not shown.
13 changes: 13 additions & 0 deletions src/templates/api.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# hilite.me API documentation

POST to http://www.hilite.me/api with these parameters:

* code: source code to format
* lexer: [lexer](http://pygments.org/docs/lexers/) to use, default it 'python'
* style: [style](http://pygments.org/docs/styles/) to use, default is 'colorful'
* linenos: if not empty, the HTML will include line numbers
* divstyles: CSS style to use in the wrapping <div> element, can be empty

The POST will return the HTML code in UTF-8 encoding.

Feel free to use the API as you see fit, but please let me know if you expect to have a lot of requests, I will need to bump the App Engine quotas.

0 comments on commit 46d7e1b

Please sign in to comment.