Skip to content

Commit

Permalink
Add README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobie committed Aug 3, 2010
1 parent 8ac21d2 commit eaf51c4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[helvetictoc](helvetictoc.com)
===============
A time-full tribute to a timeless typeface.
-------------------------------------------

helvetictoc is my entry to the [10K apart contest](http://10k.aneventapart.com/).

It displays humanized time set in Helvetica.

Technical details:
-----------------

helveticloc doesn't rely on any external scripts.

It's however using [CommonJS modules](http://wiki.commonjs.org/wiki/Modules/1.1) which are concatenated using [modulr](http://github.com/codespeaks/modulr).

The JS source files (the modules) are found in `src` and concatenated to `js/main.js`.

This hopefully proves proper code organisation doesn't trump file size: the included modulr JS script is just above 3kb _before minification_.

The [src code](http://github.com/tobie/helvetictoc) is available on github.

0 comments on commit eaf51c4

Please sign in to comment.