[pycsw] 03/03: Initial import changes in diff4

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Thu Sep 18 22:26:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository pycsw.

commit 1b16e209811804ef97c9d880e310bf813842cb0c
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Fri Sep 19 00:22:02 2014 +0200

    Initial import changes in diff4
---
 default-sample.cfg~ | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 etc/pycsw.conf      |  5 +++
 etc/pycsw.conf~     |  5 +++
 etc/pycsw.desktop~  | 11 ++++++
 etc/pycsw~          |  5 +++
 5 files changed, 124 insertions(+)

diff --git a/default-sample.cfg~ b/default-sample.cfg~
new file mode 100644
index 0000000..5420a7f
--- /dev/null
+++ b/default-sample.cfg~
@@ -0,0 +1,98 @@
+# =================================================================
+#
+# Authors: Tom Kralidis <tomkralidis at gmail.com>
+#
+# Copyright (c) 2010 Tom Kralidis
+#
+# Permission is hereby granted, free of charge, to any person
+# obtaining a copy of this software and associated documentation
+# files (the "Software"), to deal in the Software without
+# restriction, including without limitation the rights to use,
+# copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the
+# Software is furnished to do so, subject to the following
+# conditions:
+#
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+# OTHER DEALINGS IN THE SOFTWARE.
+#
+# =================================================================
+
+[server]
+home=/var/www/pycsw
+url=http://localhost/pycsw/csw.py
+mimetype=application/xml; charset=UTF-8
+encoding=UTF-8
+language=en-US
+maxrecords=10
+#loglevel=DEBUG
+#logfile=/tmp/pycsw.log
+#ogc_schemas_base=http://foo
+#federatedcatalogues=http://geo.data.gov/geoportal/csw/discovery
+#pretty_print=true
+#gzip_compresslevel=8
+#domainquerytype=range
+#domaincounts=true
+#spatial_ranking=true
+profiles=apiso
+
+[manager]
+transactions=false
+allowed_ips=127.0.0.1
+#csw_harvest_pagesize=10
+
+[metadata:main]
+identification_title=pycsw Geospatial Catalogue
+identification_abstract=pycsw is an OGC CSW server implementation written in Python
+identification_keywords=catalogue,discovery,metadata
+identification_keywords_type=theme
+identification_fees=None
+identification_accessconstraints=None
+provider_name=Organization Name
+provider_url=http://pycsw.org/
+contact_name=Lastname, Firstname
+contact_position=Position Title
+contact_address=Mailing Address
+contact_city=City
+contact_stateorprovince=Administrative Area
+contact_postalcode=Zip or Postal Code
+contact_country=Country
+contact_phone=+xx-xxx-xxx-xxxx
+contact_fax=+xx-xxx-xxx-xxxx
+contact_email=Email Address
+contact_url=Contact URL
+contact_hours=Hours of Service
+contact_instructions=During hours of service.  Off on weekends.
+contact_role=pointOfContact
+
+[repository]
+# sqlite
+database=sqlite:////var/www/pycsw/tests/suites/cite/data/records.db
+# postgres
+#database=postgresql://username:password@localhost/pycsw
+# mysql
+#database=mysql://username:password@localhost/pycsw?charset=utf8
+#mappings=path/to/mappings.py
+table=records
+#filter=type = 'http://purl.org/dc/dcmitype/Dataset'
+
+[metadata:inspire]
+enabled=true
+languages_supported=eng,gre
+default_language=eng
+date=YYYY-MM-DD
+gemet_keywords=Utility and governmental services
+conformity_service=notEvaluated
+contact_name=Organization Name
+contact_email=Email Address
+temp_extent=YYYY-MM-DD/YYYY-MM-DD
+
diff --git a/etc/pycsw.conf b/etc/pycsw.conf
new file mode 100644
index 0000000..d402735
--- /dev/null
+++ b/etc/pycsw.conf
@@ -0,0 +1,5 @@
+<Directory /var/www/html/pycsw>
+  Options +FollowSymLinks +ExecCGI
+  Require all granted
+  AddHandler cgi-script .py
+</Directory>
diff --git a/etc/pycsw.conf~ b/etc/pycsw.conf~
new file mode 100644
index 0000000..bc36d11
--- /dev/null
+++ b/etc/pycsw.conf~
@@ -0,0 +1,5 @@
+<Directory /var/www/html/pycsw>
+  Options FollowSymLinks +ExecCGI
+  Allow from all
+  AddHandler cgi-script .py
+</Directory>
diff --git a/etc/pycsw.desktop~ b/etc/pycsw.desktop~
new file mode 100644
index 0000000..1e8b4b7
--- /dev/null
+++ b/etc/pycsw.desktop~
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=pycsw
+Comment=pycsw catalog server
+Categories=Application;Education;Geography;
+Exec=firefox http://localhost/pycsw/tests/index.html
+Icon=/var/www/pycsw/docs/_static/pycsw-logo.png
+Terminal=false
+StartupNotify=false
+Categories=Education;Geography;
diff --git a/etc/pycsw~ b/etc/pycsw~
new file mode 100644
index 0000000..bde032c
--- /dev/null
+++ b/etc/pycsw~
@@ -0,0 +1,5 @@
+<Directory /var/www/pycsw>
+  Options FollowSymLinks +ExecCGI
+  Allow from all
+  AddHandler cgi-script .py
+</Directory>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pycsw.git



More information about the Pkg-grass-devel mailing list