Changeset 1144 in products


Ignore:
Timestamp:
Jul 23, 2009 1:56:36 PM (17 years ago)
Author:
olha
Message:

qseo_properties_edit_form.cpt description lines updated

Location:
quintagroup.seoptimizer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/trunk/docs/HISTORY.txt

    r1052 r1144  
    2929------------------ 
    3030 
    31 * Added canonical url support 
     31* Canonical url support added 
    3232  [mylan] 
     33* Custom script viewlets in html head added 
    3334 
     352.0.2 (2009-03-06) 
     36------------------ 
    3437 
    35 v2.0.3  
    36 ----------------------- 
    37  
    38 * Added custom script viewlets in html head 
    39  
    40  
    41 v2.0.2 - March 06, 2009 
    42 ----------------------- 
    43  
    44 * Added uninstallation package profile title 
     38* Uninstallation package profile title added 
    4539* REAME.txt and INSTALL.txt changed, text format ready for PyPi 
    4640 
    4741 
    48 v2.0.1 - February 16, 2009 
    49 -------------------------- 
     422.0.1 (2009-02-16) 
     43------------------ 
    5044 
    51 * Formatted text in docs for pypi 
     45* Formatted text in docs for PyPi 
    5246 
    5347 
    54 v2.0.0 - February 11, 2009 
    55 -------------------------- 
     482.0.0 (2009-02-11) 
     49------------------ 
    5650 
    5751* Some refactoring of product was done, some python script are moved to zope 3 views. 
    58   Also all main parts of html head section was moved to viewlets and now easily can be 
     52  Also all main parts of html head section were moved to viewlets and now can easily be 
    5953  reordered. 
    6054 
    6155 
    62 v1.5.1 
    63 ------ 
     561.5.1 
     57----- 
    6458 
    65 * Added support of additional keywords. 
     59* Support of additional keywords added. 
  • quintagroup.seoptimizer/trunk/quintagroup/seoptimizer/skins/quintagroup.seoptimizer/qseo_properties_edit_form.cpt

    r896 r1144  
    3232      <h1 i18n:translate="heading_edit_seo_properties">Edit SEO Properties</h1> 
    3333      <p i18n:translate="description_edit_seo_properties"> 
    34         This form allows you to edit html header meta tags that ape produced by  
     34        This form allows you to edit html header meta tags that are produced by  
    3535        Plone CMS to incrase Search Engine visibility. The values generated by 
    3636        Plone are present as default values in input fields. To override default 
    37         value, check corresponding checkbox and input value itself in  
     37        value, check corresponding checkbox and input value itself in the  
    3838        corresponding field. 
    3939      </p> 
     
    5151            </label> 
    5252            <div class="formHelp" i18n:translate="help_seo_title"> 
    53               Text to be present into &lt;TITLE&gt; tag. It is displayed in  
     53              Text to be present in &lt;TITLE&gt; tag. It is displayed in  
    5454              browser title bar. Search engines display it as a title of the  
    5555              document. 
     
    8080            </label> 
    8181            <div class="formHelp" i18n:translate="help_seo_description"> 
    82               Description of the document to be displayed right below title 
    83               in search engine results. It is indexed and considered to be 
    84               more important then the page content by several SE. 
     82              Description of the document to be indexed by Search Engines. This test will be present in meta description tag in page HTML source.  
    8583            </div> 
    8684            <input type="checkbox" 
     
    112110            </label> 
    113111            <div class="formHelp" i18n:translate="help_seo_keywords"> 
    114               Keywords of the page to be indexed with.  
     112              Keywords, the page will be indexed with.  
    115113              <strong>Enter each keyword in separate line, please.</strong> 
    116114              Though the relevance of listing meta keywords is of  
    117               questionable value now it is useful to document what 
    118               meta keywords you are focusing on for this page - for 
    119               furture reference. 
     115              questionable value now, it is useful to set meta keywords for 
     116              pages - for furture reference. 
    120117            </div> 
    121118            <input type="checkbox" 
     
    174171            </label> 
    175172            <div class="formHelp" i18n:translate="help_seo_robots"> 
    176               Robots meta tag value. Allows or denies indefing, following  
     173              Robots meta tag value. Allows or denies indexing, following  
    177174              links, etc. for spiders indexing your content. 
    178175            </div> 
Note: See TracChangeset for help on using the changeset viewer.