File: contribute.html.textile

package info (click to toggle)
ruby-parslet 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,260 kB
  • sloc: ruby: 6,157; sh: 8; javascript: 3; makefile: 3
file content (75 lines) | stat: -rw-r--r-- 2,723 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
title: Contribute
---

Find parslet to be really useful? Or just found a bug that is really ruining
the day for you? Please contribute! Find the code on 
"github":http://github.com/kschiess/parslet.

h2. Contact

Join us on IRC in #parslet on irc.freenode.net.

Discussion and patches (or the odd cry for 'Help! How can I parse X?') should
go to our mailing list at
"ruby.parslet@librelist.com":mailto:ruby.parslet@librelist.com. Just write a
short message to that address and "librelist":http://librelist.com will
subscribe you. NNTP/web interface can be had through
"gmane.org":http://dir.gmane.org/gmane.comp.lang.ruby.parslet:
<code>gmane.comp.lang.ruby.parslet</code>.

h2. Bugs 

Log in to github and open a bug ticket
"here":https://github.com/kschiess/parslet/issues. Please be sure to include
the version of parslet and Ruby; maybe you can even provide some code that
exhibits the bug?

And of course if you provide a properly tested patch, you'll be our hero and 
get a place in the space below for lifetime. 

h2. Thanks for all the fish -- Contributions

* *Chris Wendt* ("chrismwendt":https://github.com/chrismwendt) for the 'ignore'
  atom and other improvements!

* *Raphaël Simon* ("raphael":https://github.com/raphael) for a nice contextual 
  error reporter!

* *Dan Freeman* ("dfreeman":https://github.com/dfreeman) for allowing rules 
  to be inherited!

* *Rory O’Kane* ("roryokane":https://github.com/roryokane) for a careful code 
  review!

* *Zach Moazeni* ("zmoazeni":https://github.com/zmoazeni) for his work on
  Unicode performance.

* *rogerbraun* ("rogerbraun":https://github.com/rogerbraun) for being my
  unicode tester. 

* *meh* ("meh":http://meh.paranoid.pk/) for taking a real close look. 

* *John Mettraux* ("jmettraux":http://jmettraux.wordpress.com/) for the really
  nice JSON example and for pushing parslet beyond its limits.

* *Josep M. Bach* ("txus":http://www.txustice.me/) for minding the small 
  things that make a big difference.

* *Matthew Draper* ("matthewd":http://matthewd.net/) for bothering with my 
  broken CSS.

* *Hal Brodigan* ("postmodern":http://postmodern.github.com/) for solving our
  email parsing needs!

* *R. Konstantin Haase* ("rhk":http://rkh.im/) for rspec matchers that help
  stamp out, eliminate and abolish redundancy.

* *Florian Hanke* ("floere":http://floere.github.com) has given a lot of very
  inspiring input for parslet. His questions have been key to rounding off the
  corners and making the library as aesthetic as it is. And just look at the 
  logo. 
  
* *Kaspar Schiess* ("absurd.li":http://www.absurd.li) for being brave enough
  to actually add another parser library to a field that's already bursting
  at the seams.