From shlomif at iglu.org.il Mon May 9 08:54:29 2005 From: shlomif at iglu.org.il (Shlomi Fish) Date: Mon May 9 08:53:43 2005 Subject: [Website] Can I have Subversion Commit Access? Message-ID: <200505090854.29303.shlomif@iglu.org.il> Another day - another CPAN module: http://search.cpan.org/dist/WWW-OpenSVN/ I'm a little tired of sending a patch to Offer whenever I have some new modules. Having contributed 7 or so patches to the site, would it be prudent for me to ask for a commit username+password for the web-site's repository? In the "Refactoring book" Martin Fowler says "Three strikes and you refactor". Similarly for version control systems, that should be "Three patches and you get a commit access.". In KDE's case it's only one, and this system works for them, but I don't suggest we be on that extreme. Regards, Shlomi Fish --------------------------------------------------------------------- Shlomi Fish shlomif@iglu.org.il Homepage: http://www.shlomifish.org/ Hacker sees bug. Hacker fixes bug. From szabgab at gmail.com Mon May 9 16:23:58 2005 From: szabgab at gmail.com (Gabor Szabo) Date: Mon May 9 16:24:05 2005 Subject: [Website] Can I have Subversion Commit Access? In-Reply-To: <200505090854.29303.shlomif@iglu.org.il> References: <200505090854.29303.shlomif@iglu.org.il> Message-ID: On 5/9/05, Shlomi Fish wrote: > Another day - another CPAN module: > > http://search.cpan.org/dist/WWW-OpenSVN/ Congratulations to your new module > > I'm a little tired of sending a patch to Offer whenever I have some new > modules. Having contributed 7 or so patches to the site, would it be prudent > for me to ask for a commit username+password for the web-site's repository? Sure you can get access (even without sending quotes from Martin Fowler) please send me an enCrypt-ed password (off list) so I can add you to the auth list. We are still using http for the access but I'll probably change that soon to https. Also please make sure that 1) you are very careful with code changes as they get executed on the server when you commit any changes 2) You actually discuss the changes you want to make with us up front. Gabor From szabgab at gmail.com Mon May 9 16:24:50 2005 From: szabgab at gmail.com (Gabor Szabo) Date: Mon May 9 16:24:57 2005 Subject: [Website] Fwd: ANN: rest2web 0.1.0 In-Reply-To: References: <1115635480.796672.120790@f14g2000cwb.googlegroups.com> Message-ID: What about starting to improve our system and creating something that can also be released to the public ? See this announcement from today: ---------- Forwarded message ---------- rest2web is a tool for autogenerating websites. It allows you to store your contents in reST format, and generate pages and indexes from templates. It uses a simple but flexible templating system and generates index pages and navigation links. This means that adding new pages is as easy as dropping a text file into the right folder. rest2web will handle adding the link to the index page and creating the new page from a template and the contents. Removing a page is as easy as deleting a single file, and have rest2web automatically rebuild the indexes. The download includes the rest2web code, and docs, and a test site. The test site serves as a simple illustration of how rest2web builds pages and indexes. For full details see any of the following pages : * `rest2web Docs` - http://www.voidspace.org.uk/python/rest2web * `Example Site` - http://www.voidspace.org.uk/python/rest2web/test_site * `Quick Download (608k)` - http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=rest2web.zip The next features to add will be auto sitemap generation and a bigger change (under the hood) to make the index data available to every page in a section. This will allow pages to have sidebars with links, rather than just a single index page per section. I'm already building part of the Voidspace website with rest2web, over the next few months it will take over.... Lots of other features, tested on Linux and Windoze. From shlomif at iglu.org.il Mon May 9 22:15:54 2005 From: shlomif at iglu.org.il (Shlomi Fish) Date: Mon May 9 22:15:14 2005 Subject: [Website] Can I have Subversion Commit Access? In-Reply-To: References: <200505090854.29303.shlomif@iglu.org.il> Message-ID: <200505092215.54715.shlomif@iglu.org.il> On Monday 09 May 2005 16:23, Gabor Szabo wrote: > On 5/9/05, Shlomi Fish wrote: > > Another day - another CPAN module: > > > > http://search.cpan.org/dist/WWW-OpenSVN/ > > Congratulations to your new module > > > I'm a little tired of sending a patch to Offer whenever I have some new > > modules. Having contributed 7 or so patches to the site, would it be > > prudent for me to ask for a commit username+password for the web-site's > > repository? > > Sure you can get access (even without sending quotes from Martin Fowler) > please send me an enCrypt-ed password (off list) so I can add you to > the auth list. We are still using http for the access but I'll probably > change that soon to https. Where can I find your GPG Public Key? I don't have it in my keyring and I could not fidn it on your web-site. Or maybe you meant a different kind of encryption. > > Also please make sure that > 1) you are very careful with code changes as they get executed on the > server when you > commit any changes OK. Wouldn't rendering the pages locally and using rsync to upload them to the server would be safer? > 2) You actually discuss the changes you want to make with us up front. > Sure thing. But can I just add CPAN modules of mine and of other active CPAN contributors without asking for permission? I find it redundant to let you guys know whenever I do that. More substantial changes will either be performed in a separate branch or be discussed with this mailing list beforehand. Regards, Shlomi Fish --------------------------------------------------------------------- Shlomi Fish shlomif@iglu.org.il Homepage: http://www.shlomifish.org/ Hacker sees bug. Hacker fixes bug. From szabgab at gmail.com Mon May 9 22:47:14 2005 From: szabgab at gmail.com (Gabor Szabo) Date: Mon May 9 22:47:38 2005 Subject: [Website] Can I have Subversion Commit Access? In-Reply-To: <200505092215.54715.shlomif@iglu.org.il> References: <200505090854.29303.shlomif@iglu.org.il> <200505092215.54715.shlomif@iglu.org.il> Message-ID: On 5/9/05, Shlomi Fish wrote: > Sure thing. But can I just add CPAN modules of mine and of other active CPAN > contributors without asking for permission? I find it redundant to let you > guys know whenever I do that. More substantial changes will either be > performed in a separate branch or be discussed with this mailing list > beforehand. exactly Gabor