Skip to content

Commit ef2581c

Browse files
committed
Update README to reflect new add-on name and update functionality
1 parent 62a4a1d commit ef2581c

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
Site Geotagged Content dashlet for Alfresco Share
2-
=================================================
1+
Geo Views add-on for Alfresco Share
2+
===================================
33

44
Author: Will Abson
55

6-
This project defines a custom site dashlet which displays all geotagged content
7-
within the site in a map view.
6+
This project provides the following components which display geotagged content
7+
items within the site in a map view:
8+
9+
* Site Geotagged Content Dashlet
10+
* Document Library 'Geographic' View
811

912
Installation
1013
------------
1114

1215
The dashlet has been developed to install on top of an existing Alfresco
13-
3.3 installation.
16+
3.3/3.4 or 4.x installation.
1417

1518
An Ant build script is provided to build a JAR file containing the
1619
custom files, which can then be installed into the 'tomcat/shared/lib' folder
@@ -21,7 +24,7 @@ directory.
2124

2225
ant clean dist-jar
2326

24-
The command should build a JAR file named site-poll-dashlet.jar
27+
The command should build a JAR file named `geo-views-<version>.jar`
2528
in the 'dist' directory within your project.
2629

2730
To deploy the dashlet files into a local Tomcat instance for testing, you can
@@ -33,9 +36,11 @@ property in Ant.
3336
Once you have run this you will need to restart Tomcat so that the classpath
3437
resources in the JAR file are picked up.
3538

36-
Using the dashlet
37-
-----------------
39+
Usage
40+
-----
41+
42+
### Using the Dashlet
3843

3944
Log in to Alfresco Share and navigate to a site dashboard. Click the
4045
Customize Dashboard button to edit the contents of the dashboard and drag
41-
the dashlet into one of the columns from the list of dashlets.
46+
the dashlet into one of the columns from the list of dashlets.

0 commit comments

Comments
 (0)