[kdewebdev-site] Can't add file to CVS
Andras Mantia
amantia at kdewebdev.org
Fri Mar 4 15:50:20 EST 2005
On Friday 04 March 2005 15:37, Paulo Moura Guedes wrote:
> Hi,
>
> I'm starting to work on the klinkstatus domain and I added index.php
> to the repository but the file didn't gone into the server. Cervisia
> didn't gave me any error when adding and committing the file. Any
> tips?
No. There was really no message after cvs add and cvs commit?
> The docs are supposed to be generated from the docbook file of a
> application right? How can one do that, meninproc?
I do the following (use KDE 3.4.0RC1 at least to get the new style):
meinproc index.docbook
replace all help:/common to common in the HTML files
upload the .html and .png files
create a link called common which points
to /home/kdewebdev/public_html/docs/common
As the server sends files as iso8859-1, before upload you must recode
the files from utf8 to iso8859-1. I use:
a=`ls -1 *.html`;for i in $a; do recode utf8...iso8859-1 $i;done
As we agreed the docs should not go in the CVS, only the docbook is the
kdewebdev CVS is where you maintain the documentation. This is usually
not true for handbooks, as they are in KDE CVS.
Whenever and whatever you upload be sure that the files are group
writable.
> The FAQ HTML code is generated with PHP right. Just for curiosity,
> why didn't XSLT was the chosen one? :)
I wanted to learn PHP. :-) But I think with PHP is much easier to handle
categories, applications etc., so from the same FAQ you can view only
items related to Quanta or KLinkStatus.
Andras
--
Quanta Plus developer - http://quanta.sourceforge.net
K Desktop Environment - http://www.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://momo.creolmail.org/pipermail/kdewebdev-site/attachments/20050304/223ceed9/attachment.pgp
More information about the kdewebdev-site
mailing list