Commit a38bb69a authored by Project Open's avatar Project Open

http -> httpd

parent fe46afce
This diff is collapsed.
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- Generated by the OpenACS Package Manager --> <!-- Generated by the OpenACS Package Manager -->
<package key="intranet-xmlrpc" url="http://openacs.org/repository/apm/packages/intranet-xmlrpc" type="apm_application"> <package key="intranet-xmlrpc" url="https://openacs.org/repository/apm/packages/intranet-xmlrpc" type="apm_application">
<package-name>Intranet XML-RPC Interface</package-name> <package-name>Intranet XML-RPC Interface</package-name>
<pretty-plural>Intranet XML-RPC Interface</pretty-plural> <pretty-plural>Intranet XML-RPC Interface</pretty-plural>
<initial-install-p>f</initial-install-p> <initial-install-p>f</initial-install-p>
<singleton-p>f</singleton-p> <singleton-p>f</singleton-p>
<auto-mount>intranet-xmlrpc</auto-mount> <auto-mount>intranet-xmlrpc</auto-mount>
<version name="5.0.4.0.0" url="http://www.project-open.net/download/apm/intranet-xmlrpc-5.0.4.0.0.apm"> <version name="5.0.4.0.0" url="https://www.project-open.net/download/apm/intranet-xmlrpc-5.0.4.0.0.apm">
<owner url="mailto:frank.bergmann@project-open.com">Frank Bergmann</owner> <owner url="mailto:frank.bergmann@project-open.com">Frank Bergmann</owner>
<summary>XML-RPC interface to the database API</summary> <summary>XML-RPC interface to the database API</summary>
<release-date>2016-11-15</release-date> <release-date>2016-11-15</release-date>
<vendor url="http://www.project-open.com/">]project-open[</vendor> <vendor url="https://www.project-open.com/">]project-open[</vendor>
<license>]project-open[ Free License (FL)</license> <license>]project-open[ Free License (FL)</license>
<description format="text/plain">Provides an XML-RPC wrapper that allows the users to access to the PlPg/SQL database API and to retreive information about business objects via a 'select * from objects where ...' statement. Authentication is performed via an auth-token. Security is handleled by HTTPS.</description> <description format="text/plain">Provides an XML-RPC wrapper that allows the users to access to the PlPg/SQL database API and to retreive information about business objects via a 'select * from objects where ...' statement. Authentication is performed via an auth-token. Security is handleled by HTTPS.</description>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Copyright (C) 2003 - 2009 ]project-open[ # Copyright (C) 2003 - 2009 ]project-open[
# #
# All rights reserved. Please check # All rights reserved. Please check
# http://www.project-open.com/license/ for details. # https://www.project-open.com/license/ for details.
ad_library { ad_library {
Provides a XML-RPC interface to the ]project-open[ Provides a XML-RPC interface to the ]project-open[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment