You can subscribe to this list here.
2001 |
Jan
|
Feb
(1) |
Mar
(265) |
Apr
(166) |
May
(25) |
Jun
(17) |
Jul
(20) |
Aug
(47) |
Sep
(6) |
Oct
(14) |
Nov
(66) |
Dec
(64) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(109) |
Feb
(64) |
Mar
(34) |
Apr
(23) |
May
(64) |
Jun
(9) |
Jul
(13) |
Aug
(6) |
Sep
(33) |
Oct
(272) |
Nov
(67) |
Dec
(75) |
2003 |
Jan
(264) |
Feb
(244) |
Mar
(171) |
Apr
(119) |
May
(54) |
Jun
(93) |
Jul
(51) |
Aug
(48) |
Sep
(14) |
Oct
(49) |
Nov
(47) |
Dec
(15) |
2004 |
Jan
(13) |
Feb
(27) |
Mar
(18) |
Apr
(44) |
May
(35) |
Jun
(24) |
Jul
(39) |
Aug
(142) |
Sep
(35) |
Oct
(34) |
Nov
(49) |
Dec
(24) |
2005 |
Jan
(60) |
Feb
(71) |
Mar
(19) |
Apr
(27) |
May
(68) |
Jun
(4) |
Jul
(30) |
Aug
(10) |
Sep
(23) |
Oct
(24) |
Nov
(13) |
Dec
(6) |
2006 |
Jan
(4) |
Feb
(46) |
Mar
(64) |
Apr
(18) |
May
(16) |
Jun
(37) |
Jul
(7) |
Aug
(19) |
Sep
(9) |
Oct
(8) |
Nov
(3) |
Dec
(23) |
2007 |
Jan
(25) |
Feb
(21) |
Mar
(32) |
Apr
(36) |
May
(12) |
Jun
(1) |
Jul
(7) |
Aug
(15) |
Sep
(13) |
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
(3) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
|
Jun
(1) |
Jul
(2) |
Aug
(7) |
Sep
|
Oct
(5) |
Nov
(1) |
Dec
|
2009 |
Jan
(7) |
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Don S. <do...@se...> - 2003-04-07 15:19:13
|
If no one is yet working on one, I plan to write a quick contact module. Note that I don't mean an addressbook module. But something where you can log in and edit your own info. Similar to a classmates.com thing. Brad Fears has a module for 0.8, and I was going to help port it to 0.9, but I want to use the Item/Manager setup and see how smoothely that goes. Let me know if you are doing something like this. Don. |
From: Don S. <do...@se...> - 2003-04-07 15:04:08
|
Having the current date and time was brought up by someone else to me. Mike Windsor I believe. Definitely would be nice. Don. On Sun, 6 Apr 2003, Matthew McNaney wrote: > > I have made some modifications in my layout module, so that I have date > > tags > > for the template, does this have interest? > > I have no problem with this. In fact, I suggest all developers think of > some default tags you would like added to the theme template. Post you > ideas here. > > Matt > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Martin H. E. <ma...@ha...> - 2003-04-07 13:42:51
|
Her is what I have placed in mod/layout/class/Layout.php, which gives the template developer the abillity to put various date and time information on the website. It is very simpel, but I think it is a good feature. I have also made entries in the language file. $THEME["MONTH_NUM_LONG"] = date("m"); $THEME["MONTH_NUM_SHORT"] = date("n"); $THEME["MONTH_DAY_LONG"] = date("d"); $THEME["MONTH_DAY_SHORT"] = date("j"); $THEME["MONTH_NAME_LONG"] = $_SESSION["translate"]->it(date("F")); $THEME["MONTH_NAME_SHORT"] = $_SESSION["translate"]->it(date("M")); $THEME["WEEKDAY_LONG"] = $_SESSION["translate"]->it(date("l")); $THEME["WEEKDAY_SHORT"] = $_SESSION["translate"]->it(date("D")); $THEME["YEAR_LONG"] = date("Y"); $THEME["YEAR_SHORT"] = date("y"); $THEME["SWATCH_TIME"] = date("B"); $THEME["HOUR_24_LONG"] = date("H"); $THEME["HOUR_24_SHORT"] = date("G"); $THEME["HOUR_12_LONG"] = date("h"); $THEME["HOUR_12_SHORT"] = date("g"); $THEME["HOUR_12_FIX"] = $_SESSION["translate"]->it(date("a")); // Probably needs another name $THEME["MINUTE"] = date("i"); $THEME["SECOND"] = date("s"); regards Martin Hjort Eriksen ------------------------------------ Hulgårdsvej 143, 2. tv 2400 København NV +45 26 80 21 29 ------------------------------------ |
From: Richard S. <ri...@ri...> - 2003-04-07 01:42:51
|
As anyone working on page counter mod that would generate statistics for your website? Is there any ETA on it? |
From: Don S. <do...@se...> - 2003-04-06 21:04:56
|
I havne't looked at the diff (I'm at my in-laws :p) but I can say that the ./secure_phpws.sh run apache.users way of running doesn't work. Don. On Sun, 6 Apr 2003, Andy Harrison wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > Can this diff be applied? It's sort of a hassle to change it every time I go > to run it... > > > > # diff setup/secure_phpws.sh /var/www/nocarbos/setup/secure_phpws.sh > 1c1 > < #!/bin/sh > - --- > > #!/bin/bash > 32c32 > < chown $APACHE_USER.$APACHE_GROUP ../.htaccess > - --- > > chown $APACHE_USER:$APACHE_GROUP ../.htaccess > 35,37c35,37 > < chown $APACHE_USER.$APACHE_GROUP ../conf/ > < chown -R $APACHE_USER.$APACHE_GROUP ../images/ > < chown -R $APACHE_USER.$APACHE_GROUP ../files/ > - --- > > chown $APACHE_USER:$APACHE_GROUP ../conf/ > > chown -R $APACHE_USER:$APACHE_GROUP ../images/ > > chown -R $APACHE_USER:$APACHE_GROUP ../files/ > 52c52 > < chown $APACHE_USER.$APACHE_GROUP ../.htaccess > - --- > > chown $APACHE_USER:$APACHE_GROUP ../.htaccess > 55c55 > < chown $APACHE_USER.$APACHE_GROUP ../.htaccess > - --- > > chown $APACHE_USER:$APACHE_GROUP ../.htaccess > 59,61c59,61 > < chown -R $APACHE_USER.$APACHE_GROUP ../images/ > < chown -R $APACHE_USER.$APACHE_GROUP ../files/ > < chown $APACHE_USER.$APACHE_GROUP ../conf/branch/ > - --- > > chown -R $APACHE_USER:$APACHE_GROUP ../images/ > > chown -R $APACHE_USER:$APACHE_GROUP ../files/ > > chown $APACHE_USER:$APACHE_GROUP ../conf/branch/ > > > ~~ > Andy Harrison > ah##@httpsite.com > ICQ: 123472 AIM/Y!: AHinMaine > [full headers for details] > > -----BEGIN PGP SIGNATURE----- > Version: PGP 6.5.8 > > iQCVAwUBPpCSHlPEkLgodAWVAQFLQgP/fytPmIMRWn1nDAyHYCLrQbHBDeLu3006 > 0pzEeeCYcqrOUBPeoE+aTVEcshKdxx3Cf/TJ5ue85MoEqRU5Qdl+wWWnxHIaMBSI > P6ogned5rBdAZUw3s9fMtQ0Rmnq2kpG8lWr1SfQMRex1UsoRUKIshTqU2gPxvlGI > G2YAzId378I= > =kt6O > -----END PGP SIGNATURE----- > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Andy H. <ah...@ht...> - 2003-04-06 20:46:34
|
-----BEGIN PGP SIGNED MESSAGE----- Can this diff be applied? It's sort of a hassle to change it every time I go to run it... # diff setup/secure_phpws.sh /var/www/nocarbos/setup/secure_phpws.sh 1c1 < #!/bin/sh - --- > #!/bin/bash 32c32 < chown $APACHE_USER.$APACHE_GROUP ../.htaccess - --- > chown $APACHE_USER:$APACHE_GROUP ../.htaccess 35,37c35,37 < chown $APACHE_USER.$APACHE_GROUP ../conf/ < chown -R $APACHE_USER.$APACHE_GROUP ../images/ < chown -R $APACHE_USER.$APACHE_GROUP ../files/ - --- > chown $APACHE_USER:$APACHE_GROUP ../conf/ > chown -R $APACHE_USER:$APACHE_GROUP ../images/ > chown -R $APACHE_USER:$APACHE_GROUP ../files/ 52c52 < chown $APACHE_USER.$APACHE_GROUP ../.htaccess - --- > chown $APACHE_USER:$APACHE_GROUP ../.htaccess 55c55 < chown $APACHE_USER.$APACHE_GROUP ../.htaccess - --- > chown $APACHE_USER:$APACHE_GROUP ../.htaccess 59,61c59,61 < chown -R $APACHE_USER.$APACHE_GROUP ../images/ < chown -R $APACHE_USER.$APACHE_GROUP ../files/ < chown $APACHE_USER.$APACHE_GROUP ../conf/branch/ - --- > chown -R $APACHE_USER:$APACHE_GROUP ../images/ > chown -R $APACHE_USER:$APACHE_GROUP ../files/ > chown $APACHE_USER:$APACHE_GROUP ../conf/branch/ ~~ Andy Harrison ah##@httpsite.com ICQ: 123472 AIM/Y!: AHinMaine [full headers for details] -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQCVAwUBPpCSHlPEkLgodAWVAQFLQgP/fytPmIMRWn1nDAyHYCLrQbHBDeLu3006 0pzEeeCYcqrOUBPeoE+aTVEcshKdxx3Cf/TJ5ue85MoEqRU5Qdl+wWWnxHIaMBSI P6ogned5rBdAZUw3s9fMtQ0Rmnq2kpG8lWr1SfQMRex1UsoRUKIshTqU2gPxvlGI G2YAzId378I= =kt6O -----END PGP SIGNATURE----- |
From: Matthew M. <ma...@tu...> - 2003-04-06 17:55:59
|
> I have made some modifications in my layout module, so that I have date > tags > for the template, does this have interest? I have no problem with this. In fact, I suggest all developers think of some default tags you would like added to the theme template. Post you ideas here. Matt |
From: <mh...@ru...> - 2003-04-06 16:02:13
|
Hello everybody. I have not written on this list before, but I have followed the development of phpWS since 0.7.* Currently, the diffenrent websites that i work with, are running 0.8.3, but I have at test site with 0.9.0. I have made some modifications in my layout module, so that I have date tags for the template, does this have interest? I have not followed the discussions on this list before, is the idea ofthe templating in phpWS, to make it as big as smarty? mvh Martin Hjort Eriksen |
From: Don S. <do...@se...> - 2003-04-04 18:43:39
|
Of course Mike, Matt and I had a nice chuckle this morning over MSIE's inability to handle transparent pngs. The fact that they still have not supported it is simply mind boggling. Articles on Microsoft's KB acknowledge it as a standard and something that they need to implement. I may be a loose cannon, but on my sites I'm ready to go with transparent pngs and direct people to Mozilla, Phoenix, or K-Meleon if I detect an IE browser. Don. On Fri, 4 Apr 2003, Don Seiler wrote: > Story about the owner of the jpeg patent winning $25million from Sony. > While they probably won't go after the little guys, I think this is > another reason to abandon gif and jpeg again and go with png. > > http://www.imaging-resource.com/NEWS/1049271910.html > > Don. > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Don S. <do...@se...> - 2003-04-04 14:42:53
|
On Fri, 4 Apr 2003, Mike Windsor wrote: > Just to clarify, NO code was "stolen" from php.net. It is now. ;) Mike can you hop on ICQ? I'm having trouble resizing the php logo in trying to make the phpws logo a transparent image. Don. |
From: Matthew M. <ma...@tu...> - 2003-04-04 14:38:46
|
Thanks for you work. Three of your themes have been submitted to CVS today. Matt |
From: Mike W. <wi...@ce...> - 2003-04-04 14:33:48
|
Just to clarify, NO code was "stolen" from php.net. I looked at their site and copied it yes. The search function works within phpws and I put the links above the search function for the same purpose as to show people they could have text and links there. I did this more as a learning experience for myself to see and show people that an altenative to the "blocky" theme could be done. It was my first attempt and I submitted it to Matt hoping he would release it somehow to be "cleaned" up. So I thank Matt and Don for doing just that. As a side note, I think we should hold a theme contest to get some more ideas out there. Maybe we could get some third party to donate a prize. Cheers, Mike ----- Original Message ----- From: "Don Seiler" <do...@se...> To: "phpws dev list" <php...@li...> Sent: Friday, April 04, 2003 12:40 AM Subject: [Phpwebsite-developers] php_net cleaned up > I wasn't sleep and this has been bugging me so with Mike's graces I > basically rewrote from scratch the style.css and theme.tpl for php_net > theme. I changed all of the template files I could find to use styles > defined in the css. > > It should be pretty easy now to change it from blue to green or whatever, > except that Mike's phpws_logo.jpg has that blue background hard coded in. > I've already given him my transparent png preachings. :) > > This theme also shamelessly steals the code used from the php.net site. I > didn't bother changing the search thing and left the top and bottom links > as is to show that someone might want to put text there. If you want to > change it go nuts. > > Anyway the new theme is at > http://www.seiler.us/files/php_net_clean.tar.gz . Please test it out and > let me know what you think. I would like this to replace the existing > php_net. Right now it will untar into php_net_clean. > > Don. > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |
From: Don S. <do...@se...> - 2003-04-04 13:54:41
|
Story about the owner of the jpeg patent winning $25million from Sony. While they probably won't go after the little guys, I think this is another reason to abandon gif and jpeg again and go with png. http://www.imaging-resource.com/NEWS/1049271910.html Don. |
From: Don S. <do...@se...> - 2003-04-04 06:47:12
|
I wasn't sleep and this has been bugging me so with Mike's graces I basically rewrote from scratch the style.css and theme.tpl for php_net theme. I changed all of the template files I could find to use styles defined in the css. It should be pretty easy now to change it from blue to green or whatever, except that Mike's phpws_logo.jpg has that blue background hard coded in. I've already given him my transparent png preachings. :) This theme also shamelessly steals the code used from the php.net site. I didn't bother changing the search thing and left the top and bottom links as is to show that someone might want to put text there. If you want to change it go nuts. Anyway the new theme is at http://www.seiler.us/files/php_net_clean.tar.gz . Please test it out and let me know what you think. I would like this to replace the existing php_net. Right now it will untar into php_net_clean. Don. |
From: Matthew M. <ma...@tu...> - 2003-04-03 21:27:39
|
RC1 has been announced on phpWebSite. I'd like to thank Don and R. Scott for testing the early tarballs. The final version of 0.9.1 will be posted differently. There will be a core tarball, themes tarball, tarball for each noncore module, and finally a everything-at-once tarball. This will help keep versions and bugs separate and ordered. I thought I would do this today, but I am tired and want to go home :) Enjoy! Sincerely, Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu |
From: Matthew M. <ma...@tu...> - 2003-04-03 21:15:06
|
Ya I noticed this after tarring it up for the fifth time :) ack! It is fixed, announcement coming! Matt |
From: R. S. B. <Ba...@Ba...> - 2003-04-03 21:05:28
|
I don't know if this will change when it is finally released or if it dynamically created.. which in case, would then be a bug. The version refers to 0.9.0, not 0.9.1 phpWebSite Core Installation: Version 0.9.0 Core tables successfully installed! Building required modules ***** Boost Module Upgrader installation successful! ***** bla........................ |
From: R. S. B. <Ba...@Ba...> - 2003-04-03 21:00:51
|
Fond an issue when selecting table prefix... $table_prefix = "phpws_"; you get the following error when going to the main page of the site, right after install. SQL: SELECT COUNT(hidden) FROM mod_faq_questions WHERE hidden=1 no such table the table phpws_mod_faq_questions is their... Is it looking for the table with out the prefix ?? Scott |
From: Matthew M. <ma...@tu...> - 2003-04-03 20:41:47
|
> I tried to create a photo album. I do not have any fatcat categories. > When I try to save I get this message on an otherwise blank page: > > saveSelect error: module id is not a number or is zero Fixed in CVS. Thanks. Matt |
From: Don S. <do...@se...> - 2003-04-03 20:34:14
|
Found the problem and proposed a fix in the bug report. Assigned to Steven since he seems to be the owner. FYI. Don. |
From: Don S. <do...@se...> - 2003-04-03 20:11:30
|
Started a bug https://sourceforge.net/tracker/index.php?func=detail&aid=714871&group_id=15539&atid=115539 Don. On Thu, 3 Apr 2003, Don Seiler wrote: > However it appears that the albums WERE created. > > I get that error whether or not I select a fatcat category. > > Don. > > On Thu, 3 Apr 2003, Don Seiler wrote: > > > Perhaps I'm not following procedures, but: > > > > I tried to create a photo album. I do not have any fatcat categories. > > When I try to save I get this message on an otherwise blank page: > > > > saveSelect error: module id is not a number or is zero > > > > Don. > > > > On Thu, 3 Apr 2003, Matthew McNaney wrote: > > > > > A preliminary copy of rc1 has been uploaded to phpwebsite at: > > > > > > http://phpwebsite.appstate.edu/downloads/0.9.1rc/phpwebsite-0.9.1-rc1.tar.gz > > > > > > We would love it if you would get a chance to test it. > > > > > > It all goes well, we will post the link on the home page. > > > > > > Thanks, > > > Matt > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: ValueWeb: > > > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > > > No other company gives more support or power for your dedicated server > > > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > > > _______________________________________________ > > > Phpwebsite-developers mailing list > > > Php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: ValueWeb: > > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > > No other company gives more support or power for your dedicated server > > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Don S. <do...@se...> - 2003-04-03 20:01:58
|
However it appears that the albums WERE created. I get that error whether or not I select a fatcat category. Don. On Thu, 3 Apr 2003, Don Seiler wrote: > Perhaps I'm not following procedures, but: > > I tried to create a photo album. I do not have any fatcat categories. > When I try to save I get this message on an otherwise blank page: > > saveSelect error: module id is not a number or is zero > > Don. > > On Thu, 3 Apr 2003, Matthew McNaney wrote: > > > A preliminary copy of rc1 has been uploaded to phpwebsite at: > > > > http://phpwebsite.appstate.edu/downloads/0.9.1rc/phpwebsite-0.9.1-rc1.tar.gz > > > > We would love it if you would get a chance to test it. > > > > It all goes well, we will post the link on the home page. > > > > Thanks, > > Matt > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: ValueWeb: > > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > > No other company gives more support or power for your dedicated server > > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Don S. <do...@se...> - 2003-04-03 19:29:01
|
Perhaps I'm not following procedures, but: I tried to create a photo album. I do not have any fatcat categories. When I try to save I get this message on an otherwise blank page: saveSelect error: module id is not a number or is zero Don. On Thu, 3 Apr 2003, Matthew McNaney wrote: > A preliminary copy of rc1 has been uploaded to phpwebsite at: > > http://phpwebsite.appstate.edu/downloads/0.9.1rc/phpwebsite-0.9.1-rc1.tar.gz > > We would love it if you would get a chance to test it. > > It all goes well, we will post the link on the home page. > > Thanks, > Matt > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: <ad...@tu...> - 2003-04-03 18:23:47
|
Looking good to me. I've been trying to break it for a while now and haven't been able to. I'll keep trying :) Adam > A preliminary copy of rc1 has been uploaded to phpwebsite at: > > http://phpwebsite.appstate.edu/downloads/0.9.1rc/phpwebsite-0.9.1-rc1.tar.gz > > We would love it if you would get a chance to test it. > > It all goes well, we will post the link on the home page. > > Thanks, > Matt > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > -- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - Appalachian Linux Users Group http://alug.appstate.edu |
From: Matthew M. <ma...@tu...> - 2003-04-03 16:29:57
|
A preliminary copy of rc1 has been uploaded to phpwebsite at: http://phpwebsite.appstate.edu/downloads/0.9.1rc/phpwebsite-0.9.1-rc1.tar.gz We would love it if you would get a chance to test it. It all goes well, we will post the link on the home page. Thanks, Matt |