1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<!DOCTYPE document PUBLIC |
3 |
"-//Apache Software Foundation//DTD XDOC 1.0//EN" |
4 |
"http://maven.apache.org/dtd/xdoc_1_0.dtd"> |
5 |
<!-- |
6 |
Copyright 2011 Hippo |
7 |
|
8 |
Licensed under the Apache License, Version 2.0 (the "License"); |
9 |
you may not use this file except in compliance with the License. |
10 |
You may obtain a copy of the License at |
11 |
|
12 |
http://www.apache.org/licenses/LICENSE-2.0 |
13 |
|
14 |
Unless required by applicable law or agreed to in writing, software |
15 |
distributed under the License is distributed on an "AS IS" |
16 |
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
17 |
See the License for the specific language governing permissions and |
18 |
limitations under the License. |
19 |
--> |
20 |
<document> |
21 |
<properties> |
22 |
<title>Introduction</title> |
23 |
</properties> |
24 |
<body> |
25 |
<section name="About the Social Sharing project"> |
26 |
<p>The Social Sharing project contains several components that allows you to share the information on several |
27 |
other media. It currently supports 2 functionalities: send a link to the page to social media and send |
28 |
an email with event information.</p> |
29 |
</section> |
30 |
<section name="Share page to social media"> |
31 |
<p>This allows you to directly send a link to the page to the following social media sites:</p> |
32 |
<ul> |
33 |
<li>Twitter</li> |
34 |
<li>Facebook</li> |
35 |
<li>LinkedIn</li> |
36 |
<li>Digg it</li> |
37 |
<li>Hyves</li> |
38 |
</ul> |
39 |
</section> |
40 |
<section name="Send email with event information"> |
41 |
<p>This allows you to send an email with an iCalendar (.ics) attachment for the event data. Some mail clients, |
42 |
like Google mail, automatically recognize these attachments and let you add the event directly to your calendar. |
43 |
</p> |
44 |
<p>Click for <a href="/ical.html">installation instructions</a>.</p> |
45 |
</section> |
46 |
</body> |
47 |
</document> |