From 3ed2b4ed301f6e765e254fd9632cf2459754b3fe Mon Sep 17 00:00:00 2001
From: adam-m <amalinowski@basistech.com>
Date: Thu, 27 Sep 2012 10:06:40 -0400
Subject: [PATCH] update manifests with plugin descriptions

---
 Core/src/org/sleuthkit/autopsy/core/Bundle.properties      | 7 ++++---
 .../src/org/sleuthkit/autopsy/corelibs/Bundle.properties   | 3 ++-
 .../src/org/sleuthkit/autopsy/exifparser/Bundle.properties | 5 ++++-
 .../org/sleuthkit/autopsy/hashdatabase/Bundle.properties   | 4 ++++
 .../org/sleuthkit/autopsy/keywordsearch/Bundle.properties  | 5 +++++
 .../org/sleuthkit/autopsy/recentactivity/Bundle.properties | 5 +++++
 .../sleuthkit/autopsy/thunderbirdparser/Bundle.properties  | 3 +++
 7 files changed, 27 insertions(+), 5 deletions(-)

diff --git a/Core/src/org/sleuthkit/autopsy/core/Bundle.properties b/Core/src/org/sleuthkit/autopsy/core/Bundle.properties
index bd9b4066cd..b049fd4d82 100644
--- a/Core/src/org/sleuthkit/autopsy/core/Bundle.properties
+++ b/Core/src/org/sleuthkit/autopsy/core/Bundle.properties
@@ -1,9 +1,10 @@
 OpenIDE-Module-Display-Category=Infrastructure
 OpenIDE-Module-Long-Description=\
-    This is the core Autopsy module.\n\
-    The module contains the core components needed for the bare application to run; the RCP platform, windowing GUI, datamodel /  storage, explorer, result viewers, content viewers, ingest framework, reporting, and core tools, such as the file search.\n\
+    This is the core Autopsy module.\n\n\
+    The module contains the core components needed for the bare application to run; the RCP platform, windowing GUI, sleuthkit bindings, datamodel /  storage, explorer, result viewers, content viewers, ingest framework, reporting, and core tools, such as the file search.\n\n\
     The framework included in the module contains APIs for developing modules for ingest, viewers and reporting.  \
     The modules can be deployed as Plugins using the Autopsy plugin installer.\n\
-    This module should not be uninstalled - without it, Autopsy will not run.
+    This module should not be uninstalled - without it, Autopsy will not run.\n\n\
+    For more information, see http://www.sleuthkit.org/autopsy/
 OpenIDE-Module-Name=Autopsy-Core
 OpenIDE-Module-Short-Description=Autopsy Core Module
diff --git a/CoreLibs/src/org/sleuthkit/autopsy/corelibs/Bundle.properties b/CoreLibs/src/org/sleuthkit/autopsy/corelibs/Bundle.properties
index 48e67d6d09..7290d81803 100644
--- a/CoreLibs/src/org/sleuthkit/autopsy/corelibs/Bundle.properties
+++ b/CoreLibs/src/org/sleuthkit/autopsy/corelibs/Bundle.properties
@@ -1,5 +1,6 @@
 OpenIDE-Module-Display-Category=Libraries
 OpenIDE-Module-Long-Description=\
-    External library dependencies for the Core module.
+    External library dependencies for the Core module.  \
+    The libraries can also be imported by other modules.
 OpenIDE-Module-Name=Autopsy-CoreLibs
 OpenIDE-Module-Short-Description=Autopsy Core module external libraries
diff --git a/ExifParser/src/org/sleuthkit/autopsy/exifparser/Bundle.properties b/ExifParser/src/org/sleuthkit/autopsy/exifparser/Bundle.properties
index 01b9b0e793..83fe8aeb9d 100644
--- a/ExifParser/src/org/sleuthkit/autopsy/exifparser/Bundle.properties
+++ b/ExifParser/src/org/sleuthkit/autopsy/exifparser/Bundle.properties
@@ -1,3 +1,6 @@
 OpenIDE-Module-Display-Category=Ingest Module
+OpenIDE-Module-Long-Description=\
+    Exif metadata ingest module.  \
+    The ingest module analyzes image files, extracts Exif information and posts the Exif data as results.
 OpenIDE-Module-Name=ExifParser
-OpenIDE-Module-Short-Description=Exif metadata ingest module.
+OpenIDE-Module-Short-Description=Exif metadata ingest module
diff --git a/HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/Bundle.properties b/HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/Bundle.properties
index de15ef61d4..135135ab23 100644
--- a/HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/Bundle.properties
+++ b/HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/Bundle.properties
@@ -1,4 +1,8 @@
 OpenIDE-Module-Display-Category=Ingest Module
+OpenIDE-Module-Long-Description=\
+    Hash Database ingest module.  \n\n\
+    The ingest module analyzes files in the disk image and marks them as "known" (based on NSRL database lookup for "known" files) and "bad / interesting" (based on one or more databases supplied by the user).\n\n\
+    The module also contains additional non-ingest tools that are integrated in the GUI, such as file lookup by hash and hash database configuration.
 OpenIDE-Module-Name=HashDatabase
 HashDbSimplePanel.knownLabel.text=NSRL Database: 
 HashDbSimplePanel.notableLabel.text=Known Bad Database(s):
diff --git a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Bundle.properties b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Bundle.properties
index 2659944b8b..edc7056e79 100755
--- a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Bundle.properties
+++ b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Bundle.properties
@@ -1,4 +1,9 @@
 OpenIDE-Module-Display-Category=Ingest Module
+OpenIDE-Module-Long-Description=\
+    Keyword Search ingest module.\n\n\
+    The module indexes files found in the disk image at ingest time.  \
+    It then periodically runs the search on the indexed files using one or more keyword lists (containing pure words and/or regular expressions) and posts results.\n\n\
+    The module also contains additional tools integrated in the main GUI, such as keyword list configuration, keyword seach bar in the top-right corner, extracted text viewer and search results viewer showing highlighted keywords found.
 OpenIDE-Module-Name=KeywordSearch
 ListBundleName=Keyword Lists
 ListBundleConfig=Keyword List Configuration
diff --git a/RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Bundle.properties b/RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Bundle.properties
index 96dfc29992..5efcbea3df 100644
--- a/RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Bundle.properties
+++ b/RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Bundle.properties
@@ -1,4 +1,9 @@
 OpenIDE-Module-Display-Category=Ingest Module
+OpenIDE-Module-Long-Description=\
+    Recent Activity ingest module.\n\n\
+    The module extracts useful information about the recent user activity on the disk image being ingested, such as:\n\n- Recently open documents,\n- Web acitivity (sites visited, stored cookies, bookmarked sites, search engine queries, file downloads),\n- Recently attached devices,\n- Installed programs.\n\n\
+    The module currently supports Windows only disk images.  \
+    The plugin is also fully functional when deployed on Windows version of Autopsy.
 OpenIDE-Module-Name=RecentActivity
 OpenIDE-Module-Short-Description=Recent Activity finder ingest module
 RecentActivityTopComponent.makeNodesButton.text=Get Recent Activity
diff --git a/thunderbirdparser/src/org/sleuthkit/autopsy/thunderbirdparser/Bundle.properties b/thunderbirdparser/src/org/sleuthkit/autopsy/thunderbirdparser/Bundle.properties
index 0eb21a4442..c94d63cf4f 100644
--- a/thunderbirdparser/src/org/sleuthkit/autopsy/thunderbirdparser/Bundle.properties
+++ b/thunderbirdparser/src/org/sleuthkit/autopsy/thunderbirdparser/Bundle.properties
@@ -1,3 +1,6 @@
 OpenIDE-Module-Display-Category=Ingest Module
+OpenIDE-Module-Long-Description=\
+    Thunderbird Parser ingest module.\n\n\
+    The module extracts Thunderbird e-mail folder hierarchy from the ingested disk image and posts the folder hierarchy and e-mail messages found as results.
 OpenIDE-Module-Name=ThunderbirdParser
 OpenIDE-Module-Short-Description=Thunderbird Parser e-mail extractor  ingest module
-- 
GitLab