Difference between revisions of "Xnee"

From Free Software Directory
Jump to: navigation, search
 
(14 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Xnee
+
|Name=GNU Xnee
|Short description=Records, distributes, and replays X11 protocol data
+
|Short description=Records, distributes, and replays X11 protocol data.
|Full description=Xnee can record, distribute (to a file or stdout) and replay X (X11) protocol data. This is useful for automated tests of applications or benchmarking of applications....think of it as a robot.
+
|Full description=Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment. Think of it as a robot that can imitate the job you just did. Xnee can be used to:
 +
 
 +
* Automate tests — nightly automatic regression tests
 +
* Demonstrate programs — record and replay a user interaction with your system
 +
* Distribute actions — teacher's actions can be sent to all student's desktops
 +
* Record and replay 'macro' — Tie a key modifier combination (e.g using xrebind) to replay a recorded session. The macro is WM- and program independent.
 +
* Retype a file — When testing an editor, Xnee can type in the content of a file. This can be compared with the original.
 +
|Homepage URL=https://www.gnu.org/software/xnee/
 +
|Is High Priority Project=No
 +
|VCS checkout command=cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/xnee co xnee
 +
|Documentation note=https://xnee.files.wordpress.com/2012/10/xnee1.pdf
 +
 
 +
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 +
 
 +
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards
 +
|Keywords=X11,test,testing,replay,record,simulate,x,data,event,playback
 +
|Version identifier=3.19
 +
|Version date=2014/05/06
 +
|Version status=stable
 +
|Version download=https://ftp.gnu.org/gnu/xnee/xnee-3.19.tar.gz
 +
|Last review by=Bendikker
 +
|Last review date=2019/01/19
 +
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 
|User level=intermediate
 
|User level=intermediate
|Submitted by=Database conversion
+
|Paid support=https://www.fsf.org/resources/service/
|Submitted date=2011-04-01
+
|Accepts cryptocurrency donations=Yes
|Version identifier=3.04
+
|OpenPGP signature=https://ftp.gnu.org/gnu/xnee/xnee-3.19.tar.gz.sig
|Version date=2009-12-15
+
|Test entry=No
|Version status=stable
+
|Is GNU=Yes
|Version download=http://ftp.gnu.org/gnu/xnee/xnee-3.04.tar.gz
+
|GNU package identifier=xnee
|License verified date=2009-12-17
 
|Version comment=
 
}}
 
{{Software category
 
|Interface=command-line
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
 
|License verified by=Kelly Hopkins
 
|License verified by=Kelly Hopkins
|License verified date=2009-12-17
+
|License verified date=2010-05-28
 +
}}
 +
{{Person
 +
|Real name=Henrik Sandklef
 +
|Role=Maintainer
 +
|Email=hesa@sandklef.com
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/xnee
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.gnu.org/projects/xnee/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://cvs.savannah.gnu.org/viewvc/xnee/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-xnee/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/xnee-devel/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/info-xnee/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://alpha.gnu.org/gnu/xnee/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/xnee/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 +
}}
 +
{{Software category
 +
|Interface=command-line
 +
|Programming-language=C
 +
|Runs-on=GNU/Linux
 +
|Software-development=program-build-automation
 +
|System-administration=monitor
 +
|Use=software-development, system-administration
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=X11
+
|Prerequisite description=[[X11]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=RECORD and XTest extensions
+
|Prerequisite description=[[RECORD]] and [[XTest]] extensions
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 08:39, 19 January 2019


[edit]

GNU Xnee

https://www.gnu.org/software/xnee/
Records, distributes, and replays X11 protocol data.

Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment. Think of it as a robot that can imitate the job you just did. Xnee can be used to:

  • Automate tests — nightly automatic regression tests
  • Demonstrate programs — record and replay a user interaction with your system
  • Distribute actions — teacher's actions can be sent to all student's desktops
  • Record and replay 'macro' — Tie a key modifier combination (e.g using xrebind) to replay a recorded session. The macro is WM- and program independent.
  • Retype a file — When testing an editor, Xnee can type in the content of a file. This can be compared with the original.





Licensing

License

Verified by

Verified on

Notes

Verified by

Kelly Hopkins

Verified on

28 May 2010




Leaders and contributors

Contact(s)Role
Henrik Sandklef Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/info-xnee/
Downloadhttps://ftp.gnu.org/gnu/xnee/
VCS Repository Webviewhttps://cvs.savannah.gnu.org/viewvc/xnee/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/xnee-devel/
Generalhttps://savannah.gnu.org/people/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Debian (Ref)https://tracker.debian.org/pkg/xnee
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-xnee/
Downloadhttps://alpha.gnu.org/gnu/xnee/
Savannah (Ref)https://savannah.gnu.org/projects/xnee/


Software prerequisites

KindDescription
Required to useX11
Required to useRECORD and XTest extensions




Entry







"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.