File: GrrInfo.plist

package info (click to toggle)
grr.app 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 3,948 kB
  • ctags: 118
  • sloc: objc: 4,019; sh: 72; makefile: 18
file content (37 lines) | stat: -rw-r--r-- 954 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
    ApplicationDescription = "G\U00FCnthers reliable RSS Reader";
    ApplicationName = Grr;
    ApplicationRelease = 1.0;
    ApplicationIcon = Grr-Icon;
    NSIcon = Grr-Icon;
    Authors = (
        "GNUstep Application Team",
	"G\U00FCnther Noack <guenther@unix-ag.uni-kl.de>",
        "Riccardo Mottola"
    );
    URL = "http://gap.nongnu.org/grr/";
    Copyright = "Copyright GNUstep Application Project team 2006-2012";
    CopyrightDescription = "Released under the terms of the GNU General Public License";
    NSTypes = (
	{
		NSDocumentClass = NSDocumentClass;
		NSHumanReadableName = "Web feed";
		NSIcon = FeedFile;
		NSName = "WebFeed";
		NSRole = "";
		NSUnixExtensions = (
			rdf, RDF, xml, XML, rss, RSS, atom, ATOM
		);
	},
	{
		NSDocumentClass = NSDocumentClass;
		NSHumanReadableName = "Stores Grr article";
		NSIcon = ArticleFile;
		NSName = "WebFeed article";
		NSRole = "";
		NSUnixExtensions = (
			rssarticle
		);
	}
    );
}