Skip to content

Commit 7fa8b13

Browse files
author
olha
committed
doc files updated
1 parent 1b91ce7 commit 7fa8b13

File tree

4 files changed

+6
-40
lines changed

4 files changed

+6
-40
lines changed

README.txt

+1-13
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,11 @@ was created to enhance SE visibility of Plone sites.
99
quintagroup.seoptimizer allows per document editing of:
1010

1111
* HTML Title tag
12-
1312
* META description tag
14-
1513
* META keywords tag
16-
1714
* HTML comment into page header
18-
1915
* META robots tag
20-
2116
* META Disposition tag
22-
2317
* Canonical URl http://projects.quintagroup.com/products/wiki/qSEOptimizer#CanonicalURL
2418

2519
For Title, description keywords and comment you have statistics (total/stop/used words, field length counter).
@@ -97,18 +91,12 @@ Authors
9791
-------
9892

9993
* Myroslav Opyr
100-
10194
* Andriy Mylenkyy
102-
10395
* Volodymyr Cherepanyak
104-
10596
* Vitaliy Podoba
106-
10797
* Taras Melnychuk
108-
10998
* Mykola Kharechko
110-
11199
* Vitaliy Stepanov
112-
113100
* Volodymyr Romaniuk
101+
* Volodymyr Maksymiv
114102

docs/HISTORY.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Changelog
33

44
4.0.6 (2011-06-06)
55
------------------
6-
* Fixed canonical link displaying,
7-
http://plone.org/products/plone-seo/issues/33,
6+
* Fixed canonical link display, it is now not added as default
7+
property.http://plone.org/products/plone-seo/issues/33,
88
[vmaksymiv]
99

1010

docs/INSTALL.txt

+1-17
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Installation
44
Buildout
55
--------
66

7-
Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this:
7+
If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project:
88

99
* Add ``quintagroup.seoptimizer`` to the list of eggs to install, e.g.:
1010

@@ -42,22 +42,6 @@ Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance r
4242
$ ./bin/instance restart
4343

4444

45-
Traditional Zope 2 Instance
46-
---------------------------
47-
48-
To install quintagroup.seoptimizer into the global Python environment (or a workingenv), using a traditional Zope 2 instance, you can do this:
49-
50-
* Copy ``quintagroup`` folder to your instance's */lib/python* directory.
51-
52-
* Create a file called ``quintagroup.seoptimizer-configure.zcml`` in your instance's */etc/package-includes* directory. The file should only contain this::
53-
54-
<include package="quintagroup.seoptimizer" file="configure.zcml" />
55-
56-
* Restart the Zope server, for example with the following command in the terminal::
57-
58-
$ ./bin/zopectl restart
59-
60-
6145
Install quintagroup.seoptimizer via ZMI portal_setup -> *Import* tab. Select ``quintagroup.seoptimizer`` from the list of available profiles and press *Import all steps*.
6246

6347
Uninstallation

quintagroup/seoptimizer/README.txt

+2-8
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,14 @@ Links
5353
Authors
5454

5555
* Myroslav Opyr
56-
5756
* Andriy Mylenkyy
58-
5957
* Volodymyr Cherepanyak
60-
6158
* Vitaliy Podoba
62-
6359
* Taras Melnychuk
64-
6560
* Mykola Kharechko
66-
6761
* Vitaliy Stepanov
68-
6962
* Volodymyr Romaniuk
63+
* Volodymyr Maksymiv
7064

71-
Copyright (c) "Quintagroup": http://quintagroup.com, 2004-2010
65+
Copyright (c) "Quintagroup": http://quintagroup.com, 2004-2011
7266

0 commit comments

Comments
 (0)