Commit ca72894a authored by Project Open's avatar Project Open

http -> httpd

parent 2f965934
This diff is collapsed.
<?xml version="1.0"?>
<!-- Generated by the OpenACS Package Manager -->
<package key="intranet-csv-import" url="http://openacs.org/repository/apm/packages/intranet-csv-import" type="apm_application">
<package key="intranet-csv-import" url="https://openacs.org/repository/apm/packages/intranet-csv-import" type="apm_application">
<package-name>]project-open[ CSV Import</package-name>
<pretty-plural>]project-open[ CSV Import</pretty-plural>
<initial-install-p>f</initial-install-p>
......@@ -10,11 +10,11 @@
<inherit-templates-p>f</inherit-templates-p>
<auto-mount>intranet-csv-import</auto-mount>
<version name="5.0.4.0.0" url="http://www.project-open.net/download/apm/intranet-csv-import-5.0.4.0.0.apm">
<version name="5.0.4.0.0" url="https://www.project-open.net/download/apm/intranet-csv-import-5.0.4.0.0.apm">
<owner url="mailto:frank.bergmann@project-open.com">Frank Bergmann</owner>
<summary>Import objects from CSV files</summary>
<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>
<description format="text/plain">Allows to map CSV column names to ]po[ fields and imports various type of objects</description>
<maturity>0</maturity>
......
......@@ -3,7 +3,7 @@
# Copyright (C) 2011 ]project-open[
#
# All rights reserved. Please check
# http://www.project-open.com/license/ for details.
# https://www.project-open.com/license/ for details.
ad_library {
@author frank.bergmann@project-open.com
......
......@@ -3,7 +3,7 @@
# Copyright (C) 2011-now ]project-open[
#
# All rights reserved. Please check
# http://www.project-open.com/license/ for details.
# https://www.project-open.com/license/ for details.
ad_library {
@author frank.bergmann@project-open.com
......
......@@ -112,8 +112,8 @@
<td align=center><a href="examples/im_invoice.csv"><%= [im_gif csv-doc] %></a></td>
<td align=center><a href="/intranet-reporting/view?report_id=<%=$report_id_export_companies%>"><%= [im_gif database_table] %></a></td>
<td>
<a href="http://www.project-open.com/en/object-type-im-invoice" target="_blank">Financial Documents</a> are
<a href="http://www.project-open.com/en/object-type-im-cost" target="_blank">cost items</a> with a header and
<a href="https://www.project-open.com/en/object-type-im-invoice" target="_blank">Financial Documents</a> are
<a href="https://www.project-open.com/en/object-type-im-cost" target="_blank">cost items</a> with a header and
one more more lines. Financial documents include invoices, quotes, purchase orders and others.<br>
Financial document lines can be imported together with the headers (please see the example document).<br>
Cost Item <a href="/intranet-dynfield/object-type?object_type=im_invoice">DynFields</a> are also recognized by their "pretty name" or "column name".</p>
......@@ -198,7 +198,7 @@
<td align=center></td>
<td align=center></td>
<td>
Absence import is under active development at the moment.<br>Please <a href="http://www.project-open.com/en/contact">contact us</a> for the current status or updates.
Absence import is under active development at the moment.<br>Please <a href="https://www.project-open.com/en/contact">contact us</a> for the current status or updates.
</td>
</tr>
......@@ -220,7 +220,7 @@
<td colspan=4>
<p>The ]project-open[ team offers professional services to help you import data from
systems including SAP, Navision, Jira, MS-Project and many more.
Please <a href="http://www.project-open.com/en/contact">contact</a> us for more information.</p>
Please <a href="https://www.project-open.com/en/contact">contact</a> us for more information.</p>
</td>
</tr>
</table>
......
......@@ -5,8 +5,8 @@
*
* Copyright (c) 2010 Klaus Hartl (stilbuero.de)
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
* https://www.opensource.org/licenses/mit-license.php
* https://www.gnu.org/licenses/gpl.html
*
*/
jQuery.cookie = function (key, value, options) {
......
......@@ -29,7 +29,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/mit-license.php
* https://www.opensource.org/licenses/mit-license.php
*
* Copyright (c) 2011 Ben Griffiths (mail@thecodefoundryltd.com)
*
......
......@@ -3,7 +3,7 @@
# Copyright (C) 2003-2008 ]project-open[
#
# All rights reserved. Please check
# http://www.project-open.com/ for licensing details.
# https://www.project-open.com/ for licensing details.
ad_page_contract {
......
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