XWiki Watch
Feed Aggregator for Collaborative Watching |
Type | Other |
Category | |
Developed by | |
Rating | |
License | GNU Lesser General Public License 2.1 |
Table of contents
- Description
- Prerequisites & Installation Instructions
- Installing XWiki Watch 1.1 Milestone 1
- Installing
- Using the standalone package
- Using the Windows installer for standalone package
- Using the platform independent installer (the .jar installer) for standalone package
- Installing the .war
- XWiki Watch over an existing wiki
- Installing XWiki Watch 1.1 Milestone 1 xar on XWiki Enterprise 1.4
- Building and installing an XWiki Watch Snapshot over an existing XWiki Enterprise
- Setting up
- Setting up the database
- Installing
- Installing XWiki Watch 1.0
- Installing XWiki Watch 1.1 Milestone 1
- Release Notes
Description
XWiki Watch (XWatch) is a collaborative RSS reader. It is designed to provide teams with a competitive intelligence tool they can use together in real-time. The principle is simple:
- First you add RSS feeds from sources you want to watch to the reader
- You read the articles and enrich them using comments and tags.
- Then you can deliver relevant information to other people based on their center of interest.
Features
Main Interface
XWiki Watch's standard view:
- Articles received by the reader are displayed on the central panel
- RSS feeds are sorted by groups on the left
- Filters and tags can be seen on the right panel
- The text analysis and press review features are at the top of the reader
An Article in XWiki Watch
The article is shown with a link to its original location, attached comments, tags, and the flag and article deletion features.
Adding new Articles
The feed wizard allows for new RSS feeds to be added to the reader easily.
Organizing, Enriching & Filtering Information
Tags
In order to organize articles, you can use tags to classify information.
Comments
Comments can be added to any article to start a discussion within the feed reader itself.
Feeds
Once added, the feeds are displayed using groups in the feeds tab on the left side of the screen. You can add feeds into groups during the feed selection process. New groups can be created easily.
Filters
Filters can be applied to feeds in order to narrow results by specific information. Keywords can be defined and used to display only the articles containing them.
Text Analysis
Text analysis posts the words that appear most frequently in the articles saved in the reader, provides a fast outline of recurring content.
Press Review
The press review feature allows the creation of a list of articles. These articles correspond to the filters selected at the time when the press review is generated. The comments assigned to each article are also posted in the press review. The press review can then be sent by email to third party recipients or downloaded in PDF format.
Downloads
Platform | Download | Description |
---|---|---|
All | Stable: xwiki-watch-1.0.xar Latest: xwiki-watch-1.1-milestone-1.xar | XWiki Watch XAR |
Windows | Stable: xwiki-watch-installer-windows-1.0.exe Latest: xwiki-watch-installer-windows-1.1-milestone-1.exe | Graphical Windows native installer. Standalone installation including a Jetty container and an HSQLDB database all set up, embedding XWiki Enterprise. Should be used by first-time users. |
All | Stable: xwiki-watch-installer-generic-1.0.jar Latest: xwiki-watch-installer-generic-1.1-milestone-1.jar | Graphical platform-independent installer (requires Java to execute). Standalone installation including a Jetty container and an HSQLDB database all set up, embedding XWiki Enterprise. Should be used by first-time users. |
All | Stable: xwiki-watch-distribution-hsqldb-1.0.zip Latest: xwiki-watch-distribution-hsqldb-1.1-milestone-1.zip | Standalone installation including a Jetty container and an HSQLDB database all set up, embedding XWiki Enterprise. Should be used by first-time users that do not need/want to use any of the installers above. |
All | Latest: xwiki-watch-web-1.1-milestone-1.war | WAR file that needs to be installed in a Container. A database also needs to be set up and configured. This is for more advanced users wanting to choose their container and their database. |
All | Latest: xwiki-watch-gwt-client-1.1-milestone-1.jar | |
All | Latest: xwiki-watch-gwt-server-1.1-milestone-1.jar |
Roadmaps
XWiki Watch 1.1
- improved user interface (user experience and skin)
- improved watch data manipulation (allowing the user to take more control of the data)
- adding tests (unit testing and functional testing)
- add documentation, both in Javadoc form and tutorials, descriptions, user manuals, FAQs
- improved code architecture and performance
- enhance data collecting (better feed reading, provide model for adding any article to the watch)
XWiki Watch 1.0
See what was done in the release notes of XWiki Watch 1.0 .
Work done (from milestone 1):
- provide access to data from standard wiki (portal view)
- improve user manipulation on data (provide edit / delete access or feeds, groups, keywords)
- fixed interface issues (full Toucan compliance and UI bugs, better browser compatibility)
- improved usage coherence
- upgraded to GWT 1.4
- implemented missing features
Design & Development Notes
Prerequisites & Installation Instructions
Installing XWiki Watch 1.1 Milestone 1
Installing
Using the standalone package
- Download the XWiki Watch ZIP file.
- Unzip it and start the wiki (using start_xwiki.bat on windows systems and start_xwiki.sh on unix systems).
Your XWiki Watch installation is now ready, just access the Watch space and enjoy the collaborative experience!
Using the Windows installer for standalone package
- Download the XWiki Watch .exe file.
- Execute it and follow the instructions.
Your XWiki Watch installation is now ready, just access the Watch space and enjoy the collaborative experience!
Using the platform independent installer (the .jar installer) for standalone package
- Download the XWiki Watch .jar file.
- Run the .jar file (You need to have Java to be able to run it), and follow the instructions: depending on your system settings you can do this either by double-clicking it or by explicitly invoking java -jar xwiki-watch-installer-generic-1.0.jar in a command line.
Your XWiki Watch installation is now ready, just access the Watch space and enjoy the collaborative experience!
Installing the .war
- Download the XWiki Watch .war file.
- The .war installation is similar to the .war installation for XWiki Enterprise, so please follow the instructions in the XWiki Enterprise installation guide, along with the prerequisites. After the last step, also install the XWiki Watch .xar.
Your XWiki Watch installation is now ready, just access the Watch space and enjoy the collaborative experience!
XWiki Watch over an existing wiki
- You need to have XWiki Enterprise 1.5 (or one of the 1.5 releases) installed (you can download it from the download page).
- Download the XWiki Watch XAR file.
- Download the XWiki Watch GWT client and GWT server jars.
- In your server installation, copy the GWT client and GWT server jar files in the WEB-INF/lib folder.
- Change the web.xml file of your server installation (in the WEB-INF folder) to contain:<servlet>
<servlet-name>XWatchService</servlet-name>
<servlet-class>com.xpn.xwiki.watch.server.XWatchServiceImpl</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>XWatchService</servlet-name>
<url-pattern>/XWatchService</url-pattern>
</servlet-mapping> - (Re)Start the wiki and import the downloaded XAR in the wiki.
- In "Administration > Preferences > Advanced", add WatchCode.Translations as an Internationalization Document Bundle.
Your XWiki Watch installation is now ready, just access the Watch space and enjoy the collaborative experience!
Installing XWiki Watch 1.1 Milestone 1 xar on XWiki Enterprise 1.4
XWiki Enterprise 1.4.1 or 1.4.2
Installation is identical with installation for XWiki Enterprise 1.5.
XWiki Enterprise 1.4
If you are using a lower version of XWiki Enterprise (1.4 final or a 1.4 rc or one of the 1.4 milestones) but still want to run XWiki Watch 1.1 Milestone 1, you need to replace a couple of libraries in the XWiki Enterprise you are running. To enjoy the experience of XWiki Watch 1.1 M1 in XWiki enterprise 1.4, follow the next steps:
- get xwiki-web-gwt-1.5.1.jar from our maven repository
- go to webapps/xwiki/WEB-INF/lib folder in your XWiki Enterprise installation
- replace the xwiki-web-gwt-1.5-.jar library (1.5- corresponding to the version of enterprise you are running) with the jar you just downloaded
- restart your wiki
- install the XWiki Watch xar into your wiki following the instructions above, if you haven't already.
Your XWiki Watch installation is now ready, just access the Watch space and enjoy the collaborative experience!
Building and installing an XWiki Watch Snapshot over an existing XWiki Enterprise
- Follow the general XWiki Building instructions about general guides & tools for getting and building XWiki sources (e.g. installing and configuring maven)
- Download XWatch sources from https://github.com/xwiki-contrib/xwiki-watch##
- Build the sources. You have two options here:
- type mvn clean install in the parent project
- go to gwt-client, gwt-server, wikis modules (in this order) and type mvn clean install in each of them
- Copy the jar files gwt-client/target and gwt-server/target in the WEB-INF/lib folder in your server installation
- Change the web.xml file of your server installation (in the WEB-INF folder) to contain:<servlet>
<servlet-name>XWatchService</servlet-name>
<servlet-class>com.xpn.xwiki.watch.server.XWatchServiceImpl</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>XWatchService</servlet-name>
<url-pattern>/XWatchService</url-pattern>
</servlet-mapping> - (Re)Start the wiki and import the .xar file in wikis/watch/target in the wiki.
- In the Administration page, under Programming add WatchCode.Translations as an Internationalization Document Bundle (comma separated if there is already something in there).
Your XWiki Watch installation is now ready, just access the Watch space and enjoy the collaborative experience!
Setting up
- For the Press Review email feature, set the SMTP server and admin email preferences in "Administration > Preferences > Registration".
Setting up the database
The following indexes should be created on the XWatch tables (besides the indexes set on the XWiki regular tables -- see Database Administration), to optimize performance:
alter table feeds_feedentry add index (fee_title(255)), add index (fee_author(255)), add index (fee_category(255)), add index (fee_content(1024)), add index (fee_fullcontent(1024));
alter table feeds_aggregatorurl add key (agg_url(255)), add key (agg_name(255));
alter table feeds_aggregatorgroup add key (agg_name (255));
alter table feeds_aggregatorurlgroups add key (agl_value);
alter table feeds_feedentrytags add key (fet_value);
alter table feeds_keyword add key (key_name (255)), add key (key_group (255));
Installing XWiki Watch 1.0
You can find the installation instructions for the 1.0 version here.
Release Notes
v1.0
See Release Notes for Watch 1.0.
v1.0-rc-2
See Release Notes for Watch 1.0RC2.
v1.0-rc-1
See Release Notes for Watch 1.0RC1.