From: Mike N. <mh...@us...> - 2003-02-13 15:45:51
|
phpWS team, I noticed Hub-It is missing from RC4. Will we see it in Final? -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Brian W. B. <br...@ap...> - 2003-02-13 15:57:29
|
Mike: Perhaps in a limited form. Hub-it proved to be a very good proof of concept for intra-site communication on which we wish to expand significantly. The current usage of the FatCat category module combined with the ability to identify related information dynamically will be extended to work across domains. We are currently examining the best ways of doing this and are seriously considering using SOAP: http://www.w3.org/TR/SOAP/ Kind Regards, Brian -- Brian W. Brown Director, Electronic Student Services Room 269, John Thomas Hall Appalachian State University Boone, NC 28608 vox: 828-262-7124 http://ess.appstate.edu/ http://phpwebsite.appatate.edu/ |
From: Jeremy A. <ja...@tu...> - 2003-02-14 05:45:35
|
I started a new module on Monday named Feed-It. I however have been out sick for a large part of this week so I has not gotten far. I also spend lots of my time on other system stuff so don't expect it out quickly. That said feedit will allow admins to set default rdf/xml feeds and users to turn them off or add others per user. It will not do any redistribution of consolidated feed data. This part will be taken over by the network module later and will have many more features. The backend.php file will also need a little more work. It is currently still using mysql calls not pear. This should not take too much to fix though. Feedit is not in cvs. too early! > phpWS team, > I noticed Hub-It is missing from RC4. Will we see it in Final? > > -- > Mike Noyes <mhnoyes @ users.sourceforge.net> > http://sourceforge.net/users/mhnoyes/ > http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ > -- Jeremy Agee phpWebSite Development Team (http://phpwebsite.appstate.edu) Appalachian State University SF.net id: jagee or 94756 |
From: Adam M. <ad...@tu...> - 2003-02-14 19:37:43
|
> The backend.php file will also need a little more work. It is currently > still using mysql calls not pear. This should not take too much to fix > though. I'll fix the backend.php file for ya Jeremy. Shouldn't take but a minute or two. Adam --------------------------------------------------------------------- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - Appalachian Linux Users Group http://alug.appstate.edu |
From: Mike N. <mh...@us...> - 2003-03-17 14:49:28
|
On Thu, 2003-02-13 at 21:58, Jeremy Agee wrote: > I started a new module on Monday named Feed-It. I however have been out > sick for a large part of this week so I has not gotten far. I also spend > lots of my time on other system stuff so don't expect it out quickly. > That said feedit will allow admins to set default rdf/xml feeds and users > to turn them off or add others per user. It will not do any > redistribution of consolidated feed data. This part will be taken over by > the network module later and will have many more features. > > The backend.php file will also need a little more work. It is currently > still using mysql calls not pear. This should not take too much to fix > though. > > Feedit is not in cvs. too early! Jeremy, Here is one of the reasons I was asking about Feed-It (aka Hub-It). SF RSS feeds went live today. View list of RSS feeds available for this project https://sourceforge.net/export/rss2_project.php?group_id=15539 Information regarding SourceForge.net-provided RSS feeds https://sourceforge.net/docman/display_doc.php?docid=15483&group_id=1 -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Mike N. <mh...@us...> - 2003-02-14 15:44:16
|
On Thu, 2003-02-13 at 08:10, Brian W. Brown wrote: > Perhaps in a limited form. Hub-it proved to be a very good proof of > concept for intra-site communication on which we wish to expand > significantly. The current usage of the FatCat category module combined > with the ability to identify related information dynamically will be > extended to work across domains. > > We are currently examining the best ways of doing this and are seriously > considering using SOAP: > > http://www.w3.org/TR/SOAP/ Brian, Will the SOAP implementation require SSL? If so, projects on SF wont be able to use it. There is a SOAP package for PEAR in Beta. http://pear.php.net/package-info.php?pacid=87 -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Jeremy A. <ja...@tu...> - 2003-02-14 16:11:03
|
The soap part may come latter the first part will be a custom type that will look more like just a serialized object data chunk. The reason for this is speed/bandwitdh. If you put this type of thing in such a type as xml you first have to build the file and then send a file that now contains double the data. You then have to turn around a parce the file again to get you data. This is two steps you may not want. The network will still do a universal type(xml,soap) but there will also be a custom phpws <--> phpws type that will allow for much greater speed and lower bandwidth usage. As planes go you will be able to have this on a http or https pipe. You will also be able to restrict network access with both phpws and apache for max security. > On Thu, 2003-02-13 at 08:10, Brian W. Brown wrote: >> Perhaps in a limited form. Hub-it proved to be a very good proof of >> concept for intra-site communication on which we wish to expand >> significantly. The current usage of the FatCat category module >> combined with the ability to identify related information dynamically >> will be extended to work across domains. >> >> We are currently examining the best ways of doing this and are >> seriously considering using SOAP: >> >> http://www.w3.org/TR/SOAP/ > > Brian, > Will the SOAP implementation require SSL? If so, projects on SF wont be > able to use it. > > There is a SOAP package for PEAR in Beta. > http://pear.php.net/package-info.php?pacid=87 > > -- > Mike Noyes <mhnoyes @ users.sourceforge.net> > http://sourceforge.net/users/mhnoyes/ > http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > are you planning your Web Server Security? Click here to get a FREE > Thawte SSL guide and find the answers to all your SSL security issues. > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Jeremy Agee phpWebSite Development Team (http://phpwebsite.appstate.edu) Appalachian State University SF.net id: jagee or 94756 |
From: Mike N. <mh...@us...> - 2003-02-14 15:50:41
|
On Thu, 2003-02-13 at 21:58, Jeremy Agee wrote: > I started a new module on Monday named Feed-It. I however have been out > sick for a large part of this week so I has not gotten far. I also spend > lots of my time on other system stuff so don't expect it out quickly. > That said feedit will allow admins to set default rdf/xml feeds and users > to turn them off or add others per user. It will not do any > redistribution of consolidated feed data. This part will be taken over by > the network module later and will have many more features. Jeremy, Thank you for the information. Will it still be possible to incorporate branch site news on the hub? Example http://phpwebsite.appstate.edu/ Will the main site be able to display news items from the 'docs' and 'lang' branch sites? -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Jeremy A. <ja...@tu...> - 2003-02-14 17:33:47
|
yes, every where you have a backend.php rdf feed. You can use feedit to display the announcments. I dont think we will call it backend.php anymore, legacy nuke. Maybe rdf.php. > On Thu, 2003-02-13 at 21:58, Jeremy Agee wrote: >> I started a new module on Monday named Feed-It. I however have been >> out sick for a large part of this week so I has not gotten far. I >> also spend lots of my time on other system stuff so don't expect it >> out quickly. That said feedit will allow admins to set default >> rdf/xml feeds and users to turn them off or add others per user. It >> will not do any >> redistribution of consolidated feed data. This part will be taken over >> by the network module later and will have many more features. > > Jeremy, > Thank you for the information. Will it still be possible to incorporate > branch site news on the hub? > > Example http://phpwebsite.appstate.edu/ > > Will the main site be able to display news items from the 'docs' and > 'lang' branch sites? > > -- > Mike Noyes <mhnoyes @ users.sourceforge.net> > http://sourceforge.net/users/mhnoyes/ > http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > are you planning your Web Server Security? Click here to get a FREE > Thawte SSL guide and find the answers to all your SSL security issues. > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Jeremy Agee phpWebSite Development Team (http://phpwebsite.appstate.edu) Appalachian State University SF.net id: jagee or 94756 |