Difference between revisions of "Addon:Web Connect Pack/he"
(copy En page) |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div dir="rtl" lang="he" class="mw-content-rtl"> | <div dir="rtl" lang="he" class="mw-content-rtl"> | ||
{{languages/he|Addon:Web Connect Pack}} | {{languages/he|Addon:Web Connect Pack}} | ||
| − | {{Third-party | + | {{Third-party addon}} |
{{man warn|Install the country you require only|otherwise many websites will be duplicated in the "Web Connection" menu.}} | {{man warn|Install the country you require only|otherwise many websites will be duplicated in the "Web Connection" menu.}} | ||
| − | [[File:Web-connect-pack- | + | [[File:Web-connect-pack-US-menu-example-60.png|thumb|right|450px|Web Connect Pack - US websites menu]] |
The ''Web Connect Packs'' contain a collection of Web sites for [[Addon:Web_Connect_Pack#Available_Web_connect_Packs|various countries]]. | The ''Web Connect Packs'' contain a collection of Web sites for [[Addon:Web_Connect_Pack#Available_Web_connect_Packs|various countries]]. | ||
Latest revision as of 23:35, 6 October 2025
This is a Third-party Addon. The Addon/Plugin system is controlled by the Plugin Manager. Please use carefully on data that is backed up, and help make it better by reporting any issues to the bug tracker. |
|
Install the country you require only otherwise many websites will be duplicated in the "Web Connection" menu. |
The Web Connect Packs contain a collection of Web sites for various countries.
Contents
Usage
From the
People Category view select a person then right-click and from the context menu select the Web Connection entry to show the website choices that you can search on. Selecting a website will send the selected persons following data:
%(surname)s: Surname%(given)s: Given name%(middle)s: Middle name%(birth)s: Birth year%(death)s: Death year
to be queried and the result if any will be displayed.
Prerequisites
Before using you must install libwebconnect library and one of language packs.
- Requires 'libwebconnect' be installed.
'libwebconnect' is the support Library for web site collections.
Available Web connect Packs
|
Install the country you require only otherwise many websites will be duplicated in the "Web Connection" menu. |
Available Web connect Packs:
- DEWebConnectPack
- See also German resources
- FRWebConnectPack
- See also French resources
- NLWebConnectPack
- See also Netherlands resources
- RUWebConnectPack
- See also Russian resources
- SVWebConnectPack
- See also Swedish resources
- UKWebConnectPack
- See also General information sites
- USWebConnectPack
- Includes Australian sources/French(selected)/Norway
- See also US resources
Issues
If the external website that "Web Connect Pack" queries against changes its query method, please raise an issue on the bug tracker.
Updating a webpack
If the query no longer works because the website updated the way searches happen these addons will need updating also.
So a Python line in the WEBSITES section of WebPack.py that reads like:
["Person", "WikiTree", "WikiTree", "https://wikitree.sdms.si/function/WTWebProfileSearch/Profiles.htm?&Query=%(given)s+%(surname)s+B%(birth)s+D%(death)s&MaxProfiles=500&SortOrder=Default&PageSize=10"],
creates a WikiTree submenu line to the contextual pop-up menu's Web Connection group in the People category view.
Selecting that a WikiTree submenu line for a Person Gramps records as being named Richard Milhous Nixon; born 12 January 1913 in Yorba Linda, California; died 23 April 1994 in Manhatten, New York; would send the following query line to your default browser:
https://wikitree.sdms.si/function/WTWebProfileSearch/Profiles.htm?&Query=Richard+Nixon+B1913+D1994&MaxProfiles=500&SortOrder=Default&PageSize=10

