[kdewebdev-site] Can't add file to CVS

Eric Laffoon eric at kdewebdev.org
Sun Mar 6 22:41:57 EST 2005


On Saturday 05 March 2005 07:57 am, Paulo Moura Guedes wrote:
> I copied the kallery files and made some changes but there are a lot of
> things to finnish as you said Eric.
It should take only a few minutes. I would go ahead and make the page display 
but I think you would want to do that simple clean up first. For a guy who 
writes web application stuff I'm getting the feeling this is all new for 
you. ;-)

1) Standard precedence is index.html before index.php. So calling 
http://klinkstatus.kdewebdev.org shows the index.html which says "coming real 
soon". Given the you have a page up I can't see why you would want to leave 
that, except that it would be emberassing to go to 
http://klinkstatus.kdewebdev.org/index.php because the menus are irrational. 
If you remove what is not applicable (menus and files you don't need) you're 
ready to rename index.html to index.html~ which will cause index.php to 
display automatically.
2) The menus are laid out as PHP arrays in applib.php. The comments explain 
it. If you find it confusing (which would be intriguing as you code on VPL) 
then look at the comments in public_html/include/appmenu.php where it both 
explains it and you can see the code.
3) You don't have a FAQ page but there is a drop in faq.php 
in /templates/files.faq.php. If you use the project from the kdewebdev root 
and update CVS you should see this in your template panel. By drop in I mean 
you don't need to edit anything. It will automatically show KLinkStatus 
everywhere and it will automatically show any entries from 
public_html/faq.xml that have common or klinkstatus for the application.

I don't see where you need the install or release info Kallery has. If you do 
then work with them, but otherwise do a CVS remove and edit the menus and 
you're done.

If you have questions then ask. ;-)
-- 
Eric Laffoon
Project Lead - kdewebdev module


More information about the kdewebdev-site mailing list