[twdev] Re: Managing pull requests on git repository

2011-06-29 Thread rakugo
I've made a start of getting this recorded on: https://github.com/TiddlyWiki/tiddlywiki/wiki I stole a few bits from node's github page, existing page on trac (regarding translations) and folded in suggestions from pmario I'm not sure what the access rights are on the wiki, but if you are able to

[twdev] Re: Managing pull requests on git repository

2011-06-29 Thread rakugo
I've made a start of getting this recorded on: https://github.com/TiddlyWiki/tiddlywiki/wiki I stole a few bits from node's github page, existing page on trac (regarding translations) and folded in suggestions from pmario I'm not sure what the access rights are on the wiki, but if you are able to

Re: [twdev] Re: Managing pull requests on git repository

2011-06-29 Thread Jeremy Ruston
It's interesting to look at how other projects handle this. The node.js contributor page is a good example that strikes a balance between enthusiastically encouraging people to get involved and the slightly darker warnings about patches that might not get accepted: https://github.com/joyent/node/w

[twdev] Re: Managing pull requests on git repository

2011-06-29 Thread PMario
On Jun 29, 2:50 pm, rakugo wrote: > I've had a good at a first version of guidelines > The idea of this text is that it would be linked to or part > ofhttps://github.com/TiddlyWiki/tiddlywiki/blob/master/README > Please help me finalise this so we can do a better job of helping > developers contr

[twdev] Re: Managing pull requests on git repository

2011-06-29 Thread rakugo
I've had a good at a first version of guidelines The idea of this text is that it would be linked to or part of https://github.com/TiddlyWiki/tiddlywiki/blob/master/README Please help me finalise this so we can do a better job of helping developers contribute to the TiddlyWiki project. ###

[twdev] Override saveChanges and readOnly properly

2011-06-29 Thread Steve Armstrong
I've built an app that will serve up a TiddlyWiki from a Dropbox account. I've overridden readOnly to allow editing, and saveChanges() so it'll post the changes back and save them through Dropbox. My app doesn't actually edit the TiddlyWiki file though, it just links in a javascript file, and the w