Skip to content

Commit

Permalink
Added MIT license file.
Browse files Browse the repository at this point in the history
  • Loading branch information
microp11 committed Apr 2, 2012
1 parent 0923096 commit 29fa367
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
19 changes: 19 additions & 0 deletions LICENSE_MIT
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright 2012 Paul Maxan <pmaxan@yahoo.com> as microp11

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
10 changes: 10 additions & 0 deletions README
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@ It was tested on a Windows Xp machine over IE8 version 8.0.6001.18702, FF 11.0 a


The code uses space as separator. The completion source is represented by any string array: ["Abraham Lincoln", "abacus Moire", "22", "brocard 1", "ab!ba", "crocard", "cribauld", "cronos"]. The code uses space as separator. The completion source is represented by any string array: ["Abraham Lincoln", "abacus Moire", "22", "brocard 1", "ab!ba", "crocard", "cribauld", "cronos"].


Usage:
We want our message to be: "alejandromg, microp11 say hi"
So we write:
al <TAB>
msg: alejandromg
then we type ", mic" <TAB>
msg: alejandromg, microp11
then " says hi"
so the msg will be "alejandromg, microp11, says hi" :P

Enjoy! Enjoy!
2 changes: 1 addition & 1 deletion index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
//end snippet //end snippet


//completion source //completion source
//this is your source, an array irc nicks (this is the "#ubuntu' list at the time of writing this article) //this is your source, an array of irc nicks (this is the "#ubuntu" list at the time of writing this article)
var nicks = ["@Flood Bot1", "@Flood Bot2", "acmeinc1", "b1g1r0n", "Odd-rationale", "oddie", "Odysimus", "OerHeks", var nicks = ["@Flood Bot1", "@Flood Bot2", "acmeinc1", "b1g1r0n", "Odd-rationale", "oddie", "Odysimus", "OerHeks",
"OffbeatAdam", "Okazaki-san", "OkropNick", "olala22000", "Oli", "omry_", "babble", "OneFix_Work", "OffbeatAdam", "Okazaki-san", "OkropNick", "olala22000", "Oli", "omry_", "babble", "OneFix_Work",
"onekenthomas", "Onixs", "Onkeltem", "Ool", "openbsddd", "openvoid", "opticlove", "orphan", "osse", "onekenthomas", "Onixs", "Onkeltem", "Ool", "openbsddd", "openvoid", "opticlove", "orphan", "osse",
Expand Down

0 comments on commit 29fa367

Please sign in to comment.