|
1 $Id: INSTALL.txt,v 1.2.2.13 2009/07/24 18:16:56 earnie Exp $ |
|
2 XML Sitemap Module |
|
3 |
|
4 INSTALLATION INSTRUCTIONS |
|
5 ------------------------- |
|
6 |
|
7 1) Place the xmlsitemap directory into your modules directory. |
|
8 |
|
9 2) Enable the XML sitemap modules you wish to use. |
|
10 You must enable the XML sitemap engines module if you want to automatically |
|
11 submit your sitemap to search engines. |
|
12 |
|
13 3) You can configure settings for the XML sitemap module at |
|
14 admin/settings/xmlsitemap. Settings for specific links are available |
|
15 within those links edit forms. |
|
16 |
|
17 4) For existing data to become presented in the sitemap report you must |
|
18 execute cron.php. There are control settings at admin/settings/xmlsitemap |
|
19 for the number of rows to execute in one cron 240 second execution. |
|
20 Take note that all the module tasks executed at cron time share the |
|
21 same 240 seconds execution; if you are not seeing data populated you |
|
22 should increase the number of times in the day cron.php executes. |
|
23 |
|
24 |
|
25 UPGRADING INSTRUCTIONS |
|
26 ---------------------- |
|
27 |
|
28 -- xmlsitemap-5.x-1.6 to xmlsitemap-6.x-1.x-dev: |
|
29 -- xmlsitemap-5.x-1.6 to xmlsitemap-6.x-1.0-beta6: |
|
30 -- xmlsitemap-5.x-1.6 to xmlsitemap-6.x-1.0-rc1: |
|
31 -- xmlsitemap-5.x-1.6 to xmlsitemap-6.x-1.0-rc2: |
|
32 |
|
33 1) Deactivate all the xmlsitemap modules at admin/build/modules. |
|
34 |
|
35 2) Completly remove the xmlsitemap module directory. |
|
36 |
|
37 3) Install the new source package to your modules directory. |
|
38 |
|
39 4) Reactivate the xmlsitemap modules at admin/build/modules you use. |
|
40 |
|
41 5) Make sure you are logged in as UID 1. |
|
42 |
|
43 6) Execute update.php. |
|
44 |
|
45 |
|
46 -- xmlsitemap-5.x-2.x-dev to xmlsitemap-6.x-1.x-dev: |
|
47 -- xmlsitemap-5.x-2.x-dev to xmlsitemap-6.x-1.0-beta6: |
|
48 -- xmlsitemap-5.x-2.x-dev to xmlsitemap-6.x-1.0-rc1: |
|
49 -- xmlsitemap-5.x-2.x-dev to xmlsitemap-6.x-1.0-rc2: |
|
50 |
|
51 1) Deactive all the xmlsitemap modules at admin/build/modules. |
|
52 |
|
53 2) Completly remove the xmlsitemap module directory. |
|
54 |
|
55 3) Install the new source package to your modules directory. |
|
56 |
|
57 4) Reactivate the xmlsitemap modules at admin/build/modules you use. |
|
58 |
|
59 5) Make sure you are logged in as UID 1. |
|
60 |
|
61 6) Execute update.php. |
|
62 |
|
63 |
|
64 -- xmlsitemap-6.x-1.x-dev to xmlsitemap-6.x-1.0-beta6: |
|
65 -- xmlsitemap-6.x-1.x-beta[012345] to xmlsitemap-6.x-1.0-beta6: |
|
66 -- xmlsitemap-6.x-1.x-beta[012345] to xmlsitemap-6.x-1.0-rc1: |
|
67 -- xmlsitemap-6.x-1.x-beta[012345] to xmlsitemap-6.x-1.0-rc2: |
|
68 |
|
69 1) Deactive all the xmlsitemap modules at admin/build/modules. |
|
70 |
|
71 2) Using the Uninstall tab at admin/build/modules uninstall all xmlsitemap |
|
72 modules. |
|
73 |
|
74 3) Completly remove the xmlsitemap module directory. |
|
75 |
|
76 4) Make sure that the xmlsitemap tables are no longer available in the |
|
77 database. |
|
78 |
|
79 5) Make sure there are no variables left in the variable table WHERE name LIKE |
|
80 'xmlsitemap%'. |
|
81 |
|
82 6) Make sure there are no rows left in the system table WHERE name LIKE |
|
83 'xmlsitemap%'. |
|
84 |
|
85 7) Install the new source package to your modules directory. |
|
86 |
|
87 8) Follow the "INSTALLATION INSTRUCTIONS" above. |
|
88 |
|
89 9) Reset your xmlsitemap settings including those for specific links. |
|
90 |
|
91 |
|
92 -- xmlsitemap-6.x-1.0-beta6 to xmlsitemap-6.x-1.0-rc1: |
|
93 -- xmlsitemap-6.x-1.0-beta6 to xmlsitemap-6.x-1.0-rc2: |
|
94 -- xmlsitemap-6.x-1.0-rc1 to xmlsitemap-6.x-1.0-rc2: |
|
95 |
|
96 1) Deactive all the xmlsitemap modules at admin/build/modules. |
|
97 |
|
98 2) Completly remove the xmlsitemap module directory. |
|
99 |
|
100 3) Install the new source package to your modules directory. |
|
101 |
|
102 4) Activate the xmlsitemap modules you use at admin/build/modules. |
|
103 |
|
104 5) Execute update.php logged in as UID 1. |