2748: Some URLs still point user to wiki manual version 3.0
svn: r12133
This commit is contained in:
parent
279882c853
commit
cc27f9d9e8
@ -44,6 +44,7 @@ from gtk import glade
|
|||||||
# gramps modules
|
# gramps modules
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
import const
|
||||||
import Utils
|
import Utils
|
||||||
import GrampsDisplay
|
import GrampsDisplay
|
||||||
import ManagedWindow
|
import ManagedWindow
|
||||||
@ -65,7 +66,7 @@ prefix_list = [
|
|||||||
"um", "una", "uno",
|
"um", "una", "uno",
|
||||||
]
|
]
|
||||||
|
|
||||||
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Tools'
|
WIKI_HELP_PAGE = '%s_-_Tools' % const.URL_MANUAL_PAGE
|
||||||
WIKI_HELP_SEC = _('manual|Fix_Capitalization_of_Family_Names...')
|
WIKI_HELP_SEC = _('manual|Fix_Capitalization_of_Family_Names...')
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
@ -43,6 +43,7 @@ from gtk import glade
|
|||||||
# GRAMPS modules
|
# GRAMPS modules
|
||||||
#
|
#
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
|
import const
|
||||||
from BasicUtils import name_displayer
|
from BasicUtils import name_displayer
|
||||||
from PluginUtils import Tool
|
from PluginUtils import Tool
|
||||||
from gen.plug import PluginManager
|
from gen.plug import PluginManager
|
||||||
@ -54,7 +55,7 @@ from TransUtils import sgettext as _
|
|||||||
# Constants
|
# Constants
|
||||||
#
|
#
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Tools'
|
WIKI_HELP_PAGE = '%s_-_Tools' % const.URL_MANUAL_PAGE
|
||||||
WIKI_HELP_SEC = _('manual|Interactive_Descendant_Browser...')
|
WIKI_HELP_SEC = _('manual|Interactive_Descendant_Browser...')
|
||||||
|
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ from TransUtils import sgettext as _
|
|||||||
# Constants
|
# Constants
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Tools'
|
WIKI_HELP_PAGE = '%s_-_Tools' % const.URL_MANUAL_PAGE
|
||||||
WIKI_HELP_SEC = _('manual|Compare_Individual_Events...')
|
WIKI_HELP_SEC = _('manual|Compare_Individual_Events...')
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
|
@ -43,6 +43,7 @@ from gtk import glade
|
|||||||
# GRAMPS modules
|
# GRAMPS modules
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
import const
|
||||||
import gen.lib
|
import gen.lib
|
||||||
import Utils
|
import Utils
|
||||||
import soundex
|
import soundex
|
||||||
@ -68,7 +69,7 @@ _val2label = {
|
|||||||
2.0 : _("High"),
|
2.0 : _("High"),
|
||||||
}
|
}
|
||||||
|
|
||||||
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Tools'
|
WIKI_HELP_PAGE = '%s_-_Tools' % const.URL_MANUAL_PAGE
|
||||||
WIKI_HELP_SEC = _('manual|Find_Possible_Duplicate_People...')
|
WIKI_HELP_SEC = _('manual|Find_Possible_Duplicate_People...')
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
@ -46,6 +46,7 @@ import gobject
|
|||||||
# GRAMPS modules
|
# GRAMPS modules
|
||||||
#
|
#
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
|
import const
|
||||||
import GrampsDisplay
|
import GrampsDisplay
|
||||||
import Assistant
|
import Assistant
|
||||||
import Errors
|
import Errors
|
||||||
@ -61,7 +62,7 @@ from TransUtils import sgettext as _
|
|||||||
# Constants
|
# Constants
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Tools'
|
WIKI_HELP_PAGE = '%s_-_Tools' % const.URL_MANUAL_PAGE
|
||||||
WIKI_HELP_SEC = _('manual|Media_Manager...')
|
WIKI_HELP_SEC = _('manual|Media_Manager...')
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
@ -43,6 +43,7 @@ import gobject
|
|||||||
# GRAMPS modules
|
# GRAMPS modules
|
||||||
#
|
#
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
|
import const
|
||||||
from PluginUtils import Tool
|
from PluginUtils import Tool
|
||||||
from gen.plug import PluginManager
|
from gen.plug import PluginManager
|
||||||
from ReportBase import ReportUtils
|
from ReportBase import ReportUtils
|
||||||
@ -53,13 +54,12 @@ import Utils
|
|||||||
import GrampsDisplay
|
import GrampsDisplay
|
||||||
from TransUtils import sgettext as _
|
from TransUtils import sgettext as _
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Constants
|
# Constants
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Tools'
|
WIKI_HELP_PAGE = '%s_-_Tools' % const.URL_MANUAL_PAGE
|
||||||
WIKI_HELP_SEC = _('manual|Not_Related...')
|
WIKI_HELP_SEC = _('manual|Not_Related...')
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
@ -43,6 +43,7 @@ from gtk import glade
|
|||||||
# gramps modules
|
# gramps modules
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
import const
|
||||||
import Config
|
import Config
|
||||||
import GrampsCfg
|
import GrampsCfg
|
||||||
import GrampsDisplay
|
import GrampsDisplay
|
||||||
@ -57,7 +58,7 @@ from TransUtils import sgettext as _
|
|||||||
# Constants
|
# Constants
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Tools'
|
WIKI_HELP_PAGE = '%s_-_Tools' % const.URL_MANUAL_PAGE
|
||||||
WIKI_HELP_SEC = _('manual|Edit_Database_Owner_Information...')
|
WIKI_HELP_SEC = _('manual|Edit_Database_Owner_Information...')
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
@ -45,6 +45,7 @@ import gobject
|
|||||||
# gramps modules
|
# gramps modules
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
import const
|
||||||
import Utils
|
import Utils
|
||||||
from PluginUtils import Tool
|
from PluginUtils import Tool
|
||||||
from gen.plug import PluginManager
|
from gen.plug import PluginManager
|
||||||
@ -59,7 +60,7 @@ from TransUtils import sgettext as _
|
|||||||
# Constants
|
# Constants
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Tools'
|
WIKI_HELP_PAGE = '%s_-_Tools' % const.URL_MANUAL_PAGE
|
||||||
WIKI_HELP_SEC = _('manual|Extract_Information_from_Names')
|
WIKI_HELP_SEC = _('manual|Extract_Information_from_Names')
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
@ -41,6 +41,7 @@ from gtk import glade
|
|||||||
# GRAMPS modules
|
# GRAMPS modules
|
||||||
#
|
#
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
|
import const
|
||||||
import soundex
|
import soundex
|
||||||
import GrampsDisplay
|
import GrampsDisplay
|
||||||
import ManagedWindow
|
import ManagedWindow
|
||||||
@ -54,7 +55,7 @@ from gen.plug import PluginManager
|
|||||||
# Constants
|
# Constants
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Tools'
|
WIKI_HELP_PAGE = '%s_-_Tools' % const.URL_MANUAL_PAGE
|
||||||
WIKI_HELP_SEC = _('manual|Generate_SoundEx_codes')
|
WIKI_HELP_SEC = _('manual|Generate_SoundEx_codes')
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
@ -67,7 +67,7 @@ from TransUtils import sgettext as _
|
|||||||
# Constants
|
# Constants
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Tools'
|
WIKI_HELP_PAGE = '%s_-_Tools' % const.URL_MANUAL_PAGE
|
||||||
WIKI_HELP_SEC = _('manual|Verify_the_Data...')
|
WIKI_HELP_SEC = _('manual|Verify_the_Data...')
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user