goba            Sat Dec 15 09:08:45 2001 EDT

  Added files:                 
    /phpdoc     translation.dtd 
    /phpdoc/hu  translation.xml 
  Log:
  Adding a new way to enhance revcheck.html and forget Translators files forever
  
  NOTE: This is just a beta proposal, and not a thing I would like to encourage anybody
  to use. This is an enhancement for the revcheck.html file
  
  
  

Index: phpdoc/translation.dtd
+++ phpdoc/translation.dtd
<!--
  This is a DTD file for the translator information files.
  This file is not necesserily used by the XML parser
  of those files, mainly provided for informational
  purposes. See the PHP Documentation Howto for more
  information about this format.
  
  Note that with the current processor program, the
  order of attributes are fixed in the order defined here. 
-->

<!ELEMENT translation (intro,translators,work-in-progress) >

<!-- General, one paragraph info about translation -->
<!ELEMENT intro (#PCDATA) >

<!-- Translators list -->
<!ELEMENT translators (person)+ >

<!-- A person from the team -->
<!ELEMENT person EMPTY >
<!-- Real name,  email address, nickname, nick is a cvs user name -->
<!ATTLIST person
    name  CDATA    #REQUIRED
    email CDATA    #REQUIRED
    nick  ID       #REQUIRED
    cvs   (no|yes) "no"
>

<!-- Files under translation/updates -->
<!ELEMENT work-in-progress (file+) >

<!-- Information about a file -->
<!ELEMENT file EMPTY >
<!-- filename with path, translator nickname, type of work -->
<!ATTLIST file
    name   CDATA    #REQUIRED
    person IDREF    #REQUIRED
    type   CDATA    #REQUIRED
>

Index: phpdoc/hu/translation.xml
+++ phpdoc/hu/translation.xml
<?xml version="1.0" encoding="iso-8859-2" ?>
<!DOCTYPE translation SYSTEM "../translation.dtd">

<translation>

 <intro>
  The Hungrian translation of the PHP Documentation is managed
  by goba, and the other contributors with a CVS user. There is
  a separate mailing list for the translators (wl-phpford).
  See http://weblabor.hu/wl-phpford/ for more information.
 </intro>

 <translators>
  <person name="Tam�s Amon"      email="[EMAIL PROTECTED]"              nick="sajt"         
      />
  <person name="N�ndor Csom�s"   email="[EMAIL PROTECTED]"  nick="nandi"        
      />
  <person name="Andr�s Csontos"  email="[EMAIL PROTECTED]"         nick="acsontos"     
      />
  <person name="Zolt�n �les"     email="[EMAIL PROTECTED]"         nick="zeles"        
      />
  <person name="Szabolcs Heilig" email="[EMAIL PROTECTED]"          nick="cece"     
cvs="yes" />
  <person name="G�bor Hojtsy"    email="[EMAIL PROTECTED]"              nick="goba"     
cvs="yes" />
  <person name="Tam�s Horv�th"   email="[EMAIL PROTECTED]"       nick="thorvath"     
      />
  <person name="Gergely Kontra"  email="[EMAIL PROTECTED]" nick="kgergely" 
cvs="yes" />
  <person name="Attila Kopi�s"   email="[EMAIL PROTECTED]"   nick="akopias"      
      />
  <person name="Gy�z� Papp"      email="[EMAIL PROTECTED]"     nick="pgerzson" 
cvs="yes" />
  <person name="Csaba S�ray"     email="[EMAIL PROTECTED]"           nick="scs"          
      />
  <person name="S�ndor Szab�"    email="[EMAIL PROTECTED]"         nick="netman"       
      />
  <person name="Zolt�n Szab�"    email="[EMAIL PROTECTED]"                 nick="col"          
      />
  <person name="Attila T�th"     email="[EMAIL PROTECTED]"          nick="mikemyers"    
      />
  <person name="Zolt�n Varanka"  email="[EMAIL PROTECTED]"      nick="zvaranka"     
      />
 </translators>
 
 <work-in-progress>
  <file name="functions/array.xml"      person="pgerzson" type="translation" />
  <file name="functions/datetime.xml"   person="kgergely" type="offline" />
  <file name="functions/errorfunc.xml"  person="goba"     type="translation" />
  <file name="functions/filesystem.xml" person="nandi"    type="translation" />
  <file name="functions/ftp.xml"        person="netman"   type="translation" />
  <file name="functions/http.xml"       person="netman"   type="translation" />
  <file name="functions/ming.xml"       person="cece"     type="translation" />
  <file name="functions/misc.xml"       person="scs"      type="translation" />
  <file name="functions/posix.xml"      person="sajt"     type="translation" />
  <file name="functions/regex.xml"      person="akopias"  type="translation" />
  <file name="functions/sesam.xml"      person="acsontos" type="translation" />
  <file name="functions/session.xml"    person="scs"      type="review + translation" 
/>
  <file name="functions/strings.xml"    person="col"      type="translation" />
  <file name="functions/sybase.xml"     person="zeles"    type="offline" />
  <file name="functions/xml.xml"        person="pgerzson" type="translation" />
  <file name="functions/xslt.xml"       person="pgerzson" type="translation" />
 </work-in-progress>

</translation>


Reply via email to