forked from opensource-socialnetwork/Greetings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathossn_com.xml
More file actions
20 lines (20 loc) · 713 Bytes
/
ossn_com.xml
File metadata and controls
20 lines (20 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<component xmlns="http://www.opensource-socialnetwork.org/v/3.0">
<name>Greetings</name>
<id>Greetings</id>
<author>Core Team</author>
<description>Greet users based on morning, day, evening, night.</description>
<license>Open Source Social Network License (OSSN LICENSE)</license>
<author_url>http://www.opensource-socialnetwork.org</author_url>
<license_url>http://www.opensource-socialnetwork.org/licence/</license_url>
<version>1.0</version>
<requires>
<type>ossn_version</type>
<version>5.0</version>
</requires>
<requires>
<type>ossn_component</type>
<name>TimeZone</name>
<version>1.0</version>
</requires>
</component>