Changeset 3266 for website

Show
Ignore:
Timestamp:
12/02/09 13:51:14 (2 years ago)
Author:
elemoine
Message:

various fixes from Yves Jacolin, thanks Yves

Location:
website/trunk/doc
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • website/trunk/doc/1.2/framework.txt

    r3055 r3266  
    299299 
    300300   * `Pylons Book Chapter 9: URLs, Routing and Dispatch <http://pylonsbook.com/en/1.0/urls-routing-and-dispatch.html>`_  
    301    * `Routes docs <http://routes.groovie.org/docs/>`_ 
     301   * `Routes docs <http://routes.groovie.org/>`_ 
    302302 
    303303Customizing Web Services 
     
    338338 
    339339**Scenario #1** 
    340     Let's assume you want that only *managers* are returned by the ``users`` 
     340    Let's assume you want that only *employees* are returned by the ``users`` 
    341341    web service. For this you will create a comparison filter and combine it 
    342342    with the MapFish default filter:: 
  • website/trunk/doc/contribs/mapfishapi.txt

    r3133 r3266  
    3131^^^^^^^^^^^^^^^^^^^^ 
    3232 
    33 In order to use this API, it is needed to create a project api which will herite from the MapFish.API and will specialize or ovveride some functions. 
     33In order to use this API, it is needed to create a project api which will herite from the MapFish.API and will specialize or override some functions. 
    3434 
    3535Let's create a file :download:`mymapfishApi.js <_static/mymapfishApi.js>` in a newly created directory mymapfishApi/js/