Annotation of embedaddon/libxml2/example/gjobs.xml, revision 1.1

1.1     ! misho       1: <?xml version="1.0"?>
        !             2: <gjob:Helping xmlns:gjob="http://www.gnome.org/some-location">
        !             3:   <gjob:Jobs>
        !             4: 
        !             5:     <gjob:Job>
        !             6:       <gjob:Project ID="3"/>
        !             7:       <gjob:Application>GBackup</gjob:Application>
        !             8:       <gjob:Category>Development</gjob:Category>
        !             9: 
        !            10:       <gjob:Update>
        !            11:        <gjob:Status>Open</gjob:Status>
        !            12:        <gjob:Modified>Mon, 07 Jun 1999 20:27:45 -0400 MET DST</gjob:Modified>
        !            13:         <gjob:Salary>USD 0.00</gjob:Salary>
        !            14:       </gjob:Update>
        !            15: 
        !            16:       <gjob:Developers>
        !            17:         <gjob:Developer>
        !            18:         </gjob:Developer>
        !            19:       </gjob:Developers>
        !            20: 
        !            21:       <gjob:Contact>
        !            22:         <gjob:Person>Nathan Clemons</gjob:Person>
        !            23:        <gjob:Email>nathan@windsofstorm.net</gjob:Email>
        !            24:         <gjob:Company>
        !            25:        </gjob:Company>
        !            26:         <gjob:Organisation>
        !            27:        </gjob:Organisation>
        !            28:         <gjob:Webpage>
        !            29:        </gjob:Webpage>
        !            30:        <gjob:Snailmail>
        !            31:        </gjob:Snailmail>
        !            32:        <gjob:Phone>
        !            33:        </gjob:Phone>
        !            34:       </gjob:Contact>
        !            35: 
        !            36:       <gjob:Requirements>
        !            37:       The program should be released as free software, under the GPL.
        !            38:       </gjob:Requirements>
        !            39: 
        !            40:       <gjob:Skills>
        !            41:       </gjob:Skills>
        !            42: 
        !            43:       <gjob:Details>
        !            44:       A GNOME based system that will allow a superuser to configure 
        !            45:       compressed and uncompressed files and/or file systems to be backed 
        !            46:       up with a supported media in the system.  This should be able to 
        !            47:       perform via find commands generating a list of files that are passed 
        !            48:       to tar, dd, cpio, cp, gzip, etc., to be directed to the tape machine 
        !            49:       or via operations performed on the filesystem itself. Email 
        !            50:       notification and GUI status display very important.
        !            51:       </gjob:Details>
        !            52: 
        !            53:     </gjob:Job>
        !            54: 
        !            55:   </gjob:Jobs>
        !            56: </gjob:Helping>
        !            57: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>