Blame example/gjobs.xml

Packit Service a31ea6
Packit Service a31ea6
<gjob:Helping xmlns:gjob="http://www.gnome.org/some-location">
Packit Service a31ea6
  <gjob:Jobs>
Packit Service a31ea6
Packit Service a31ea6
    <gjob:Job>
Packit Service a31ea6
      <gjob:Project ID="3"/>
Packit Service a31ea6
      <gjob:Application>GBackup</gjob:Application>
Packit Service a31ea6
      <gjob:Category>Development</gjob:Category>
Packit Service a31ea6
Packit Service a31ea6
      <gjob:Update>
Packit Service a31ea6
	<gjob:Status>Open</gjob:Status>
Packit Service a31ea6
	<gjob:Modified>Mon, 07 Jun 1999 20:27:45 -0400 MET DST</gjob:Modified>
Packit Service a31ea6
        <gjob:Salary>USD 0.00</gjob:Salary>
Packit Service a31ea6
      </gjob:Update>
Packit Service a31ea6
Packit Service a31ea6
      <gjob:Developers>
Packit Service a31ea6
        <gjob:Developer>
Packit Service a31ea6
        </gjob:Developer>
Packit Service a31ea6
      </gjob:Developers>
Packit Service a31ea6
Packit Service a31ea6
      <gjob:Contact>
Packit Service a31ea6
        <gjob:Person>Nathan Clemons</gjob:Person>
Packit Service a31ea6
	<gjob:Email>nathan@windsofstorm.net</gjob:Email>
Packit Service a31ea6
        <gjob:Company>
Packit Service a31ea6
	</gjob:Company>
Packit Service a31ea6
        <gjob:Organisation>
Packit Service a31ea6
	</gjob:Organisation>
Packit Service a31ea6
        <gjob:Webpage>
Packit Service a31ea6
	</gjob:Webpage>
Packit Service a31ea6
	<gjob:Snailmail>
Packit Service a31ea6
	</gjob:Snailmail>
Packit Service a31ea6
	<gjob:Phone>
Packit Service a31ea6
	</gjob:Phone>
Packit Service a31ea6
      </gjob:Contact>
Packit Service a31ea6
Packit Service a31ea6
      <gjob:Requirements>
Packit Service a31ea6
      The program should be released as free software, under the GPL.
Packit Service a31ea6
      </gjob:Requirements>
Packit Service a31ea6
Packit Service a31ea6
      <gjob:Skills>
Packit Service a31ea6
      </gjob:Skills>
Packit Service a31ea6
Packit Service a31ea6
      <gjob:Details>
Packit Service a31ea6
      A GNOME based system that will allow a superuser to configure 
Packit Service a31ea6
      compressed and uncompressed files and/or file systems to be backed 
Packit Service a31ea6
      up with a supported media in the system.  This should be able to 
Packit Service a31ea6
      perform via find commands generating a list of files that are passed 
Packit Service a31ea6
      to tar, dd, cpio, cp, gzip, etc., to be directed to the tape machine 
Packit Service a31ea6
      or via operations performed on the filesystem itself. Email 
Packit Service a31ea6
      notification and GUI status display very important.
Packit Service a31ea6
      </gjob:Details>
Packit Service a31ea6
Packit Service a31ea6
    </gjob:Job>
Packit Service a31ea6
Packit Service a31ea6
  </gjob:Jobs>
Packit Service a31ea6
</gjob:Helping>
Packit Service a31ea6