Changeset 227

Show
Ignore:
Timestamp:
09/07/06 13:44:46 (2 years ago)
Author:
sgillies
Message:

fix up headers, documentation, and license files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PleiadesGeocoder/trunk/CHANGES.txt

    r200 r227  
     1Changes 
     2======= 
     3 
     40.6 - 7 September 2006 
     5---------------------- 
     6- PleiadesGeocoder skin is now added to Plone Default during installation, 
     7  just after the custom layer. 
     8- Geospatial properties are added to memberdata during installation. 
     9- The portal_geocoder tool is created during installation. 
     10- The siteMembers.xml page is removed, replaced by georss.xml and kml.xml. 
     11- This product now depends greatly on Five. Support for older Plones is gone. 
     12- Interfaces and implementations of geospatial objects modeled after the 
     13  GeoRSS simple profile. 
     14- New geoinfo logical view replaces all previous Python skin helper scripts. 
     15 
  • PleiadesGeocoder/trunk/LICENSE.txt

    r200 r227  
     1Copyright (C) 2006 Ancient World Mapping Center 
     2 
     3This program is free software; you can redistribute it and/or modify 
     4it under the terms of the GNU General Public License as published by 
     5the Free Software Foundation; either version 2 of the License, or 
     6(at your option) any later version. 
     7 
     8This program is distributed in the hope that it will be useful, 
     9but WITHOUT ANY WARRANTY; without even the implied warranty of 
     10MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     11GNU General Public License for more details. 
     12 
     13You should have received a copy of the GNU General Public License along 
     14with this program; if not, write to the Free Software Foundation, Inc., 
     1551 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
     16 
     17See GPL.txt 
     18 
  • PleiadesGeocoder/trunk/README.txt

    r138 r227  
    22================ 
    33 
    4 A geocoder for Plone locations based on the Yahoo API. A geocoder converts  
    5 text locations such as "Fort Collins, Colorado" to spatial coordinates. 
     4A geocoder for Plone locations based on the Yahoo API. A geocoder converts 
     5text locations such as "Fort Collins, Colorado" to spatial coordinates. Other 
     6geocoding backends could be supported in the future. 
    67 
    78Contact: Sean Gillies <sgillies@frii.com> 
     
    2324   Plone admin menu. 
    2425 
    25 3. Add the PleiadesOpenLayers skin to your "Plone Default" skin selection in 
    26    portal_skins/manage_propertiesForm. Just below "custom" will be fine. 
     263. Give the portal_geocoder a trial run via portal_geocoder/geocodeForm. 
    2727 
    28 4. Add a new string type property named "spatialCoordinates" to member data 
    29    through portal_memberdata/manage_propertiesForm. 
    30  
    31 5. Create a portal_geocoder tool in your plone root by adding a new "Plone 
    32    Geocoder" object. 
    33  
    34 6. Give the portal_geocoder a trial run via portal_geocoder/geocodeForm. 
    35  
    36 7. Register for a Yahoo application id and enter it in 
     284. Register for a Yahoo application id and enter it in 
    3729   portal_geocoder/manage_propertiesForm. 
    3830 
  • PleiadesGeocoder/trunk/__init__.py

    r196 r227  
    1515# with this program; if not, write to the Free Software Foundation, Inc., 
    1616# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
     17#  
     18# About Pleiades 
     19# -------------- 
     20# 
     21# Pleiades is an international research network and associated web portal and 
     22# content management system devoted to the study of ancient geography.  
     23# 
     24# See http://icon.stoa.org/trac/pleiades/wiki. 
     25# 
     26# Funding for the creation of this software was provided by a grant from the  
     27# U.S. National Endowment for the Humanities (http://www.neh.gov). 
    1728# =========================================================================== 
    1829 
  • PleiadesGeocoder/trunk/config.py

    r224 r227  
    1515# with this program; if not, write to the Free Software Foundation, Inc., 
    1616# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
     17#  
     18# About Pleiades 
     19# -------------- 
     20# 
     21# Pleiades is an international research network and associated web portal and 
     22# content management system devoted to the study of ancient geography.  
     23# 
     24# See http://icon.stoa.org/trac/pleiades/wiki. 
     25# 
     26# Funding for the creation of this software was provided by a grant from the  
     27# U.S. National Endowment for the Humanities (http://www.neh.gov). 
    1728# =========================================================================== 
    1829 
  • PleiadesGeocoder/trunk/geocode.py

    r215 r227  
    1515# with this program; if not, write to the Free Software Foundation, Inc., 
    1616# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
     17#  
     18# About Pleiades 
     19# -------------- 
     20# 
     21# Pleiades is an international research network and associated web portal and 
     22# content management system devoted to the study of ancient geography.  
     23# 
     24# See http://icon.stoa.org/trac/pleiades/wiki. 
     25# 
     26# Funding for the creation of this software was provided by a grant from the  
     27# U.S. National Endowment for the Humanities (http://www.neh.gov). 
    1728# =========================================================================== 
    1829 
  • PleiadesGeocoder/trunk/version.txt

    r200 r227  
     10.6 
     2