[gnome-boxes] Add some infra



commit f17dac41f91c6f5ec546469bdb35e90ef6915c4f
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Tue Oct 4 16:04:10 2011 +0300

    Add some infra
    
    Add a README, MAINTAINERS, AUTHORS and doap files.

 AUTHORS          |    7 +++++++
 MAINTAINERS      |    7 +++++++
 README           |   41 +++++++++++++++++++++++++++++++++++++++++
 gnome-boxes.doap |   34 ++++++++++++++++++++++++++++++++++
 4 files changed, 89 insertions(+), 0 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..565cfd7
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,7 @@
+Marc-Andrà Lureau <marcandre lureau gmail com>
+Zeeshan Ali (Khattak) <zeeshanak gnome org>
+
+Designers:
+
+Jon McCann <jmccann redhat com>
+Jakub Steiner <jsteiner redhat com>
diff --git a/MAINTAINERS b/MAINTAINERS
new file mode 100644
index 0000000..98e9ecb
--- /dev/null
+++ b/MAINTAINERS
@@ -0,0 +1,7 @@
+Marc-Andrà Lureau
+E-mail: malureau gnome org
+Userid: malureau
+
+Zeeshan Ali (Khattak)
+E-mail: zeeshanak gnome org
+Userid: zeeshanak
diff --git a/README b/README
new file mode 100644
index 0000000..bebe055
--- /dev/null
+++ b/README
@@ -0,0 +1,41 @@
+Introduction
+============
+
+A simple GNOME 3 application to access remote or virtual systems.
+
+Goals
+=====
+
+* View, access, and use:
+  * remote machines
+  * remote virtual machines
+  * local virtual machines
+  * When technology permits, set up access for applications on local virtual machines
+* View, access, and use virtual machines on removable media
+* View, access, and use shared connection / machines
+* Share connections?
+* Upload / publish virtual machines
+* Select favorites
+* Search for connections
+
+Non-Goals
+=========
+
+* Enterprise system management / administration
+* Asset management
+* Software distribution
+* Automation
+
+Use Cases
+=========
+
+* Connect to a local virtual machine for testing.
+* Connecting to a work machine from home.
+* Connect to a work machine over a low quality cellular network.
+
+References
+==========
+
+* https://live.gnome.org/ThreePointThree/Features/Boxes
+* https://live.gnome.org/Design/Apps/Boxes
+
diff --git a/gnome-boxes.doap b/gnome-boxes.doap
new file mode 100644
index 0000000..4a8d5da
--- /dev/null
+++ b/gnome-boxes.doap
@@ -0,0 +1,34 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";
+         xmlns:gnome="http://api.gnome.org/doap-extensions#";
+         xmlns="http://usefulinc.com/ns/doap#";>
+
+  <name xml:lang="en">GNOME Boxes</name>
+  <shortdesc xml:lang="en">A simple GNOME 3 application to access remote or virtual systems</shortdesc>
+  <description>No long description yet</description>
+
+  <homepage
+  rdf:resource="http://live.gnome.org/Boxes"; />
+  <mailing-list
+  rdf:resource="http://mail.gnome.org/mailman/listinfo/boxes-list"; />
+  <download-page
+  rdf:resource="http://download.gnome.org/sources/gnome-boxes/"/>
+  <bug-database
+  rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-boxes"/>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Marc-Andrà Lureau</foaf:name>
+      <foaf:mbox rdf:resource="mailto:malureau gnome org" />
+      <gnome:userid>malureau</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Zeeshan Ali (Khattak)</foaf:name>
+      <foaf:mbox rdf:resource="mailto:zeeshanak gnome org" />
+      <gnome:userid>zeeshanak</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]