Skip to content

Commit

Permalink
Added README.
Browse files Browse the repository at this point in the history
  • Loading branch information
akoprow committed Mar 12, 2012
1 parent 3d2e2c1 commit 925c57e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Summary
-------

[Opa](http://opalang.org) is a revolutionary language for web development.

This project will collect a series of simple, self-contained HOWTOs illustrating how to accomplish certain tasks in Opa. Every HOWTO will consist of just a single Opa file, with extensive comments, including `HINT`s and `EXERCISE`s.

List of HOWTOs
--------------

As of today the HOWTOs include:

* [`select.opa`](https://github.com/akoprow/OpaHOWTOs/blob/master/select.opa): How to properly use HTML's SELECT in Opa? (requested by Nathan Frund). [`Run!`](http://howto-select.tutorials.opalang.org).

Request a HOWTO
---------------

If you have a question that could be a basis for a good HOWTO don't hesitate to contact me at Adam.Koprowski@mlstate.com and suggest it for inclusion here.
2 changes: 1 addition & 1 deletion select.opa
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import stdlib.themes.bootstrap
* It has a single argument, which is the selected value.
* @return The function returns XHTML snippet with the selection among given options.
*
* Exercises:
* EXERCISES:
* - As it is this function just renders the options with a default conversion
* to xhtml (which btw. can be customized with xmlizer functions!); what would
* you do if you need more control over the XHTML generated for every option?
Expand Down

0 comments on commit 925c57e

Please sign in to comment.