From: Otto W. <ott...@or...> - 2004-11-20 10:14:27
|
First it's rather difficult to communicate with all the developers at wxCode. I'd really appreciate if all would subscribe to wxcode-users. I'm not very satisfied with how wxCode evolves mostly because the update of the component list isn't done automatically. Since I haven't gotten any help for the PHP solution I still do it manually. So if you want to have your project info updated, it's your task to keep your Readme updated and post a message to wxcode-users, annonce the update. Then I'll update the website accordingly. Don't send this messsage to me, the right places is wxcode-users. Note: I've changed the format of the Readme-file, when you update yours look at the Readme in crashprint component "http://cvs.sourceforge.net/viewcvs.py/wxcode/wxCode/components/crashprint/Readme?view=markup". You might also look at the wxScintilla component, it contains a rather simple Makefile for building a library. IMO it should be very easy to adapt it to any other library. -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wxguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: Francesco M. <f18...@ya...> - 2004-11-28 16:43:42
|
Hi, > Note: I've changed the format of the Readme-file, when you update yours > look at the Readme in crashprint component > "http://cvs.sourceforge.net/viewcvs.py/wxcode/wxCode/components/crashprint/Readme?view=markup". I've updated the readmes for wxxml2, wxscript, keybinder and palettefrm components... Let me know if I have something more to do... FM |
From: Otto W. <ott...@or...> - 2004-11-29 18:43:12
|
Francesco Montorsi wrote: > > I've updated the readmes for wxxml2, wxscript, keybinder and palettefrm > components... > Let me know if I have something more to do... > I've updated the project list, check if I've done everything right. I've seen you reference the docs as "../docs...". That doesn't work since web folder and CVS is something completely different. To make them available you have to generate the html files and put it into a folder (html?) into the "website" in CVS. Through a cron job "website" from CVS is extracted into the web folder but since my name starts with a "w" it's only done in once a while. So if you change something write it to the list or check if your cron jobs are done more often. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wxguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: Francesco M. <f18...@ya...> - 2004-12-27 15:44:11
|
Hi Otto, since I'm going to make some new releases of my components, I would like to make them completely working... ;-) So I would like to ask you one thing: > I've seen you reference the docs as "../docs...". That doesn't work > since web folder and CVS is something completely different. To make them > available you have to generate the html files and put it into a folder > (html?) into the "website" in CVS. > Through a cron job "website" from CVS > is extracted into the web folder but since my name starts with a "w" > it's only done in once a while. So if you change something write it to > the list or check if your cron jobs are done more often. should the docs of a component go to website folder of that component ? I currently keep the docs into a docs subfolder and to avoid duplicating the doc files, I just refer them, as you said, as "../docs". I think that the cron job can be easily modified to extract not only the website folders but also the docs folders...isn't it ? Let me know, Francesco |
From: Otto W. <ott...@or...> - 2004-12-27 16:14:58
|
Francesco Montorsi wrote: > > should the docs of a component go to website folder of that component ? > I currently keep the docs into a docs subfolder and to avoid duplicating the > doc files, I just refer them, as you said, as "../docs". > I think that the cron job can be easily modified to extract not only the > website folders > but also the docs folders...isn't it ? > I could but I don't like it since it's a special case. And just make all docs available on the net isn't a good idea. 1. Isn't there a way to link a directory in CVS to another place? 2. Could you do it the other way around, adding a doc directory to the website? Whenevery you retrieve from the CVS you could easily move this doc directory to the correct place in your tarball. I do this in all my apps when I retrieve anything from wxCode. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wxguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: Francesco M. <f18...@ya...> - 2004-12-27 18:21:26
|
Hi, >> should the docs of a component go to website folder of that component ? >> I currently keep the docs into a docs subfolder and to avoid duplicating >> the >> doc files, I just refer them, as you said, as "../docs". >> I think that the cron job can be easily modified to extract not only the >> website folders >> but also the docs folders...isn't it ? >> > I could but I don't like it since it's a special case. And just make all > docs available on the net isn't a good idea. ok > > 1. Isn't there a way to link a directory in CVS to another place? I don't know; since a program like ViewCVS is required to view the contents of a CVS repository, I don't think that WWW usage of a CVS module is possible... :-( > 2. Could you do it the other way around, adding a doc directory to the > website? Whenevery you retrieve from the CVS you could easily move this > doc directory to the correct place in your tarball. I do this in all my > apps when I retrieve anything from wxCode. I think I will put the docs into a subfolder of the "website" folder and then I'll create a little HTML page in the docs folder of component which redirects to website/docs.... I'll let you know when I've done with my changes so that the complist can be updated (if you want I can update it myself...) Thanks, FM |
From: Otto W. <ott...@or...> - 2004-12-27 18:35:21
|
Francesco Montorsi wrote: > > create a little HTML page in the docs folder of component which redirects to > website/docs.... > That's a good idea. > I'll let you know when I've done with my changes so that the complist > can be updated (if you want I can update it myself...) > Fine, just send a note. I've move the website update script "wxCode-website" to "/home/groups/w/wx/wxcode", you can try if it works in your cron job. I've also move my "TreeListCtrl" script there to show I build a source tarball. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wxguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: Francesco M. <f18...@ya...> - 2004-12-28 11:46:39
|
Hi > I've move the website update script "wxCode-website" to > "/home/groups/w/wx/wxcode", you can try if it works in your cron job. I copied the script into my home folder and I modified it so that it now looks like: -------------------------------------------------------------------- export CVSROOT=:pserver:anonymous@cvs1:/cvsroot/wxcode cd /home/groups/w/wx/wxcode cvs checkout -d htdocs wxCode/website cd /home/groups/w/wx/wxcode/htdocs/components cvs checkout -d keybinder wxCode/components/keybinder/website cvs checkout -d paletteframe wxCode/components/paletteframe/website cvs checkout -d wxscript wxCode/components/wxscript/website cvs checkout -d wxxml2 wxCode/components/wxxml2/website ---------------------------------------------------------------------- Then I tried to run it: cvs complained about a missing .cvspass so I created an empty one with the command "touch .cvspass"; after that CVS did work but I got the following messages: =================================================== [frm@sc8-pr-shell1 frm]$ wxCode-website ? htdocs/components cvs checkout: Updating htdocs cvs checkout: Updating htdocs/images cvs checkout: cannot rewrite CVS/Entries.Backup: Permission denied cvs checkout: cannot rewrite CVS/Entries.Backup: Permission denied cvs checkout: cannot rewrite CVS/Entries.Backup: Permission denied cvs checkout: cannot rewrite CVS/Entries.Backup: Permission denied cvs checkout: Updating keybinder cvs checkout: cannot rewrite CVS/Entries.Backup: Permission denied cvs checkout: cannot write keybinder/index.html: Permission denied cvs checkout: cannot rewrite CVS/Entries.Backup: Permission denied cvs checkout: Updating keybinder/docs cvs checkout: Updating paletteframe cvs checkout: Updating wxscript cvs checkout: Updating wxxml2 [frm@sc8-pr-shell1 frm]$ ==================================================== Now, if I go to http://wxcode.sourceforge.net/components/keybinder/ I can see the old index.html... it seems that I do not have permissions to rewrite files but I do have permission to create new ones: the docs folder http://wxcode.sourceforge.net/components/keybinder/docs was missing before my commands.... I added wxCode-website to my cronjobs but currently it doesn't work.... anyway I think that a simple CHMOD command on the HTDOCS folder could work... obviously I cannot do it since I don't have permission... > > I've also move my "TreeListCtrl" script there to show I build a source > tarball. thanks; anyway, since I've added the useful "zip" and "tarball" targets to the bakefiles I use for all my components, I already have a simple script which I use to build source tarballs... Thanks, FM |
From: Otto W. <ott...@or...> - 2004-12-28 22:26:11
|
Francesco Montorsi wrote: > > anyway I think that a simple CHMOD command on the HTDOCS folder could > work... obviously > I cannot do it since I don't have permission... > I've given htdocs/components/keybinder/ g+w rights but I'm not sure if that's enough. Try it out. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wxguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: Francesco M. <f18...@ya...> - 2004-12-28 22:51:32
|
> I've given htdocs/components/keybinder/ g+w rights but I'm not sure if > that's enough. Try it out. It works !! Thanks, FM |
From: Francesco M. <f18...@ya...> - 2004-12-30 21:40:17
|
Hi Otto, I've got another little problem: now I don't have write access to wxcode/htdocs/components/keybinder/docs... can you chmod also that dir ? thanks, FM ----- Original Message ----- From: "Francesco Montorsi" <f18...@ya...> To: <wxc...@li...> Sent: Tuesday, December 28, 2004 11:51 PM Subject: Re: [wxCode-users] Component folder structure >> I've given htdocs/components/keybinder/ g+w rights but I'm not sure if >> that's enough. Try it out. > It works !! > > Thanks, > FM > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users |
From: Francesco M. <f18...@ya...> - 2005-01-15 11:43:37
|
Hi Otto, sorry but now I to complain about the write access for wxcode/htdocs/components/wxscript/docs.... can you chmod also that dir ? thanks, FM ----- Original Message ----- From: "Francesco Montorsi" <f18...@ya...> To: <wxc...@li...> Sent: Thursday, December 30, 2004 10:40 PM Subject: Re: [wxCode-users] Component folder structure > Hi Otto, > I've got another little problem: now I don't have write access to > wxcode/htdocs/components/keybinder/docs... > > can you chmod also that dir ? > > thanks, > FM > > ----- Original Message ----- > From: "Francesco Montorsi" <f18...@ya...> > To: <wxc...@li...> > Sent: Tuesday, December 28, 2004 11:51 PM > Subject: Re: [wxCode-users] Component folder structure > > >>> I've given htdocs/components/keybinder/ g+w rights but I'm not sure if >>> that's enough. Try it out. >> It works !! >> >> Thanks, >> FM >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real users. >> Discover which products truly live up to the hype. Start reading now. >> http://productguide.itmanagersjournal.com/ >> _______________________________________________ >> wxCode-users mailing list >> wxC...@li... >> https://lists.sourceforge.net/lists/listinfo/wxcode-users > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users |