~ubuntu-branches/ubuntu/quantal/xscreensaver/quantal

« back to all changes in this revision

Viewing changes to hacks/config/electricsheep.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2008-08-28 16:15:25 UTC
  • mfrom: (1.1.6 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080828161525-mxga521aoezxjq8h
Tags: 5.07-0ubuntu1
* Upgrade upstream version
* debian/control: Remove suggest xdaliclock as it is no longer
  included
* Remove 10_jwz-screensaver-randr-patch-3.patch as it has been merged
  upstream.
* Add 24_hacks_xsublim_enable.patch as it seems that xsublim was dropped
  from the build files.  There is nothing in the Changelog about it
  so I believe it was accidental.
* Updating the .desktop files from the XML files using gnome-screensaver's
  utility to do so.  Lots of text updates.  Also:
    * Added: abstractile.desktop
    * Added: cwaves.desktop
    * Added: m6502.desktop
    * Added: skytentacles.desktop
    * Removed: xteevee.desktop
* xscreensaver-gl-extra.files: Added skytentacles
* xscreensaver-data-extra.files: Added abstractile, cwaves and m6502
* xscreensaver-data.files: Remove partial abstractile, m6502 and cwaves

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="ISO-8859-1"?>
2
 
 
3
 
<screensaver name="electricsheep" _label="ElectricSheep">
4
 
 
5
 
  <command arg="--root 1"/>
6
 
 
7
 
  <hgroup>
8
 
    <string id="nick" _label="Nickname" arg="--nick %"/>
9
 
    <string id="url" _label="URL" arg="--url %"/>
10
 
  </hgroup>
11
 
 
12
 
  <hgroup>
13
 
 
14
 
    <number id="framerate" type="spinbutton" arg="--frame-rate %"
15
 
            _label="Frame Rate" low="1" high="100" default="23"/>
16
 
 
17
 
    <number id="nrepeats" type="spinbutton" arg="--nrepeats %"
18
 
            _label="Repititions of each Sheep"
19
 
            low="0" high="10" default="2"/>
20
 
 
21
 
  </hgroup>
22
 
 
23
 
  <hgroup>
24
 
    <boolean id="zoom" _label="Zoom" arg-set="--zoom 1" />
25
 
    <boolean id="hide" _label="No Animation" arg-set="--display-anim 0" />
26
 
    <boolean id="standalone" _label="No Network" arg-set="--standalone 1" />
27
 
  </hgroup>
28
 
 
29
 
  <hgroup>
30
 
  <select id="maxmegs">
31
 
     <option id="m100" _label="100 Mbyte cache" arg-set="--max-megabytes 100"/>
32
 
     <option id="m300" _label="300 Mbyte cache" arg-set="--max-megabytes 300"/>
33
 
     <option id="g1" _label="1 Gbyte cache" arg-set="--max-megabytes 1000"/>
34
 
     <option id="g3" _label="3 Gbyte cache" arg-set="--max-megabytes 3000"/>
35
 
     <option id="u" _label="Unlimited" arg-set="--max-megabytes 0"/>
36
 
  </select>
37
 
  </hgroup>
38
 
 
39
 
 
40
 
  <_description>
41
 
 
42
 
Displays mpeg video of an animated fractal flame.  In the background,
43
 
it contributes render cycles to the next animation.  Periodically it
44
 
uploades completed frames to the server, where they are compressed for
45
 
distribution to all clients.
46
 
 
47
 
This program is recommended only if you have a high bandwidth,
48
 
always-on connection to the Internet.
49
 
 
50
 
You can find it at &lt;http://www.electricsheep.org/&gt;.
51
 
 
52
 
Written by By Scott Draves.
53
 
  </_description>
54
 
</screensaver>