~meebey/smuxi/smuxi-head-mirror-master

418 by Mirco Bauer
Update from HEAD: f6b01ea Engine: fixed Engine.csproj, MessagePatternSettings.cs was renamed
1
<?xml version="1.0" encoding="UTF-8"?>
2
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
4
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
5
         xmlns:gnome="http://api.gnome.org/doap-extensions#"
6
         xmlns="http://usefulinc.com/ns/doap#">
7
8
  <name xml:lang="en">Smuxi IRC Client</name>
9
10
  <shortdesc xml:lang="en">
11
  free, distributed and user-friendly IRC / Twitter / XMPP client
12
  </shortdesc>
13
14
  <description>
15
  Smuxi is an irssi-inspired, flexible, user-friendly and
16
  cross-platform IRC client for sophisticated users, targeting the GNOME desktop.
17
18
  Smuxi is based on the client-server model: The core application (engine) can be
19
  placed onto a server which is connected to the Internet around-the-clock; one
20
  or more frontends then connect to the core. This way, the connection to IRC can
21
  be kept up even when all frontends have been closed. The combination of screen
22
  and irssi served as example for this architecture.
23
24
  Smuxi also supports the regular single application mode. This behaves like a
25
  typical IRC client; it doesn't need separate core management and utilizes a
26
  local engine that is used by the local frontend client.
27
28
  Smuxi's GNOME homepage: https://wiki.gnome.org/Apps/Smuxi
29
  </description>
30
31
  <homepage rdf:resource="https://www.smuxi.org/" />
32
  <download-page rdf:resource="https://www.smuxi.org/page/Download" />
33
  <bug-database rdf:resource="https://www.smuxi.org/issues/" />
34
  <screenshots rdf:resource="https://www.smuxi.org/screenshots/" />
35
  <license rdf:resource="https://www.gnu.org/licenses/gpl-2.0.html" />
36
  <programming-language>C#</programming-language>
37
38
  <maintainer>
39
    <foaf:Person>
40
      <foaf:name>Mirco Bauer</foaf:name>
41
      <foaf:mbox rdf:resource="mailto:meebey@meebey.net" />
42
      <gnome:userid>mmmbauer</gnome:userid>
43
    </foaf:Person>
44
  </maintainer>
45
46
  <!-- Version Control -->
47
  <repository>
48
    <GitRepository>
49
      <browse rdf:resource="http://git.gnome.org/cgit/smuxi" />
50
      <location rdf:resource="git://git.gnome.org/smuxi" />
51
    </GitRepository>
52
  </repository>
53
</Project>