public
Description: Branch of Dan Webb's JavaScript DOM event library. Small JavaScript library built as an extension to Prototype that makes unobtrusive DOM scripting much easier
Homepage: http://groups.google.co.uk/group/low-pro
Clone URL: git://github.com/brianjlandau/lowpro.git
Update Readme and License
brianjlandau (author)
Wed Jun 18 13:09:56 -0700 2008
commit  b73f2bd17c5d4c2deaa22701c938fc34d05817c2
tree    4f98e0569e4124823a74fb6bdb31facad0163256
parent  202f5a230bb251833e8b0abf618e667d5296ea2e
...
1
2
3
4
5
6
7
 
 
 
8
9
10
...
1
2
3
 
 
 
 
4
5
6
7
8
9
0
@@ -1,10 +1,9 @@
0
 Low Pro - Unobtrusive Scripting Extensions to Prototype
0
 -------------------------------------------------------
0
 
0
-Version: 0.5
0
-Author: Dan Webb
0
-Project Home: [http://www.danwebb.net/lowpro/](http://www.danwebb.net/lowpro/ "danwebb.net - Low Pro Archive")
0
-Subversion: [http://svn.danwebb.net/external/lowpro/](http://svn.danwebb.net/external/lowpro/ "Subversion Repo")
0
+Authors: Dan Webb, Brian Landau
0
+Project Home: http://github.com/brianjlandau/lowpro
0
+Git: git://github.com/brianjlandau/lowpro.git
0
 Licence: MIT
0
 
0
 Low Pro is a small JavaScript library built as an extension to Prototype that makes unobtrusive DOM scripting much easier. Here's a rundown of the functionality:
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-Copyright (c) 2004 Dan Webb
0
+Copyright (c) 2008 Dan Webb, Brian Landau
0
 
0
 Permission is hereby granted, free of charge, to any person obtaining
0
 a copy of this software and associated documentation files (the
...
1
2
3
4
5
6
7
 
 
 
8
9
10
...
17
18
19
20
21
22
23
24
...
28
29
30
31
32
 
...
1
2
3
 
 
 
 
4
5
6
7
8
9
...
16
17
18
 
 
19
20
21
...
25
26
27
 
28
29
0
@@ -1,10 +1,9 @@
0
 Low Pro - Unobtrusive Scripting Extensions to Prototype
0
 -------------------------------------------------------
0
 
0
-Version: 0.5
0
-Author: Dan Webb (dan@danwebb.net)
0
-Project Home: http://www.danwebb.net/lowpro/
0
-Subversion: http://svn.danwebb.net/external/lowpro/
0
+Authors: Dan Webb, Brian Landau
0
+Project Home: http://github.com/brianjlandau/lowpro
0
+Git: git://github.com/brianjlandau/lowpro.git
0
 Licence: MIT
0
 
0
 Low Pro is a small JavaScript library built as an extension to Prototype that makes unobtrusive DOM scripting much easier. Here's a rundown of the functionality:
0
@@ -17,8 +16,6 @@ Low Pro is a small JavaScript library built as an extension to Prototype that ma
0
 Compatible with Prototype 1.6
0
 Tested in: Firefox 1.5 (PC/Mac), Safari 2, IE 6+, Opera 9 (PC/Mac)
0
 
0
-Please mail any feedback to dan@danwebb.net
0
-
0
 
0
 
0
 Acknowledgments / Credits
0
@@ -28,4 +25,4 @@ This library is based on the work of many great JavaScript programmers:
0
 
0
 Justin Palmer: event:Selectors which is the basis for addBehavior.
0
 
0
-Cheers!
0
\ No newline at end of file
0
+Cheers!
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-Copyright (c) 2004 Dan Webb
0
+Copyright (c) 2008 Dan Webb, Brian Landau
0
 
0
 Permission is hereby granted, free of charge, to any person obtaining
0
 a copy of this software and associated documentation files (the
...
1
2
3
4
5
6
7
 
 
 
8
9
10
...
17
18
19
20
21
22
23
24
...
28
29
30
31
32
 
...
1
2
3
 
 
 
 
4
5
6
7
8
9
...
16
17
18
 
 
19
20
21
...
25
26
27
 
28
29
0
@@ -1,10 +1,9 @@
0
 Low Pro - Unobtrusive Scripting Extensions to Prototype
0
 -------------------------------------------------------
0
 
0
-Version: 0.5
0
-Author: Dan Webb (dan@danwebb.net)
0
-Project Home: http://www.danwebb.net/lowpro/
0
-Subversion: http://svn.danwebb.net/external/lowpro/
0
+Authors: Dan Webb, Brian Landau
0
+Project Home: http://github.com/brianjlandau/lowpro
0
+Git: git://github.com/brianjlandau/lowpro.git
0
 Licence: MIT
0
 
0
 Low Pro is a small JavaScript library built as an extension to Prototype that makes unobtrusive DOM scripting much easier. Here's a rundown of the functionality:
0
@@ -17,8 +16,6 @@ Low Pro is a small JavaScript library built as an extension to Prototype that ma
0
 Compatible with Prototype 1.6
0
 Tested in: Firefox 1.5 (PC/Mac), Safari 2, IE 6+, Opera 9 (PC/Mac)
0
 
0
-Please mail any feedback to dan@danwebb.net
0
-
0
 
0
 
0
 Acknowledgments / Credits
0
@@ -28,4 +25,4 @@ This library is based on the work of many great JavaScript programmers:
0
 
0
 Justin Palmer: event:Selectors which is the basis for addBehavior.
0
 
0
-Cheers!
0
\ No newline at end of file
0
+Cheers!

Comments

    No one has commented yet.