-
Notifications
You must be signed in to change notification settings - Fork 49
Contributions and contributors
floere edited this page Dec 1, 2011
·
4 revisions
h1. Contributors
A big fat THANK YOU to all!
In alphabetical order:
- "Andreas Schacke":http://github.com/andi (interface) - see his "simple-navigation":http://github.com/andi/simple-navigation navigation plugin for webapps.
- "Benno Baumgartner":http://bennobaumgartner.com/ (beta testing) - listen and vote on CC music on "his evolution player":http://evolutionplayer.com/.
- Christian Wassmer (release client similarity query testing)
- "Dan Farino":http://github.com/danfarino (fix for processor core detection)
- "Eloy Duran":http://github.com/alloy (feedback on code) - many small and interesting ruby projects.
- Fabian Roth (original ur-version)
- Fritz Hanke (general feedback) - my dad, see "his impressive panoramic images":http://www.gigapan.org/profiles/22456/.
- Jason Botwick (1.4.2 release problem, id indexing problem).
- Johanna Ziegel (maths). See her papers and PhD dissertation.
- "Glen Maddern":http://github.com/geelen (Bugreports) - see his startup "Goodfilms":http://goodfil.ms.
- "Kaspar Schiess":http://github.com/kschiess (discussions, feedback on setup, API discussions, Wiki) - see his project "Parslet":http://github.com/kschiess/parslet. A PEG parser/transformer that rocks way harder than any other.
- "Lee Hambley":http://github.com/leehambley (suggestion that I write "a note on realtime indexing":http://github.com/floere/picky/wiki/A-note-on-index-reloading-and-realtime-indexes).
- "Matt Sanford":http://github.com/mzsanford (system requirements clarification)
- "Niko Dittmann":http://github.com/niko (pushed me to write realtime indexes, great bug hunter, wiki love, documentation, general feedback, beta testing) - see his "ruby-shout":http://github.com/niko/ruby-shout audio streaming ruby wrapper.
- "Roger Braun":http://github.com/rogerbraun (SQLite backend, making it realtime, teaching Picky japanese) - see the fantastic japanese "WaDoku search engine":http://wadoku.eu/search/index?utf8=%E2%9C%93&search=wasabi.
- "Samuel Tonini":http://github.com/tonini (stylin') - see his "shiny":https://github.com/tonini/shiny project. Ansi and HTML formatting. It's shiny!
- "Severin Schoepke":http://github.com/severin (general feedback, generators, documentation, webpage) - see his "tree run":http://github.com/severin/tree_run game. Made in under 3 hours.
- "Simon Krollpfeifer":http://github.com/ClintKrollwood (user of the month for June and July 2011, Mongo source, invaluable feedback, discovered API bugs).
- "Stanisław Wasiutyński":http://github.com/stanley (CouchDB source, active record dependency in client, bugfix)
- "Stefan Lüchinger":http://github.com/slu (javascript)
Andreas and Stefan worked with me on the original "TwixTel":http://twixtel.ch project.
h1. Contributions
h2. How to do it
- Fork the project.
- Add specs for it. This is important so I don’t break it in a future version unintentionally.
- Make your feature addition or bug fix.
- Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
- Send me a pull request. Bonus points for topic branches.
- Get mentioned on this page :)
h2. Helpful commands
In the top level project folder:
- @install@: Installs all gems from source, locally.
- @specs@: Runs all specs for all gems.
- @integration@: Runs an integration test on the "getting started" (installs gems, opens a browser and runs a query).
In the specific project folders (like server, client, generators etc.):
- @rake@: Runs the specs for the specific project. (for some, you need a "Redis":http://redis.io server running)