Commit 3340b84d authored by Project Open's avatar Project Open

http -> httpd

parent 19163ec5
This diff is collapsed.
<?xml version="1.0"?>
<!-- Generated by the OpenACS Package Manager -->
<package key="intranet-dynfield" url="http://openacs.org/repository/apm/packages/intranet-dynfield" type="apm_application">
<package key="intranet-dynfield" url="https://openacs.org/repository/apm/packages/intranet-dynfield" type="apm_application">
<package-name>]project-open[ DynField Dynamic Fields</package-name>
<pretty-plural>]project-open[ DynField Dynamic Fields</pretty-plural>
<initial-install-p>f</initial-install-p>
<singleton-p>t</singleton-p>
<auto-mount>intranet-dynfield</auto-mount>
<version name="5.0.4.0.0" url="http://www.project-open.net/download/apm/intranet-dynfield-5.0.4.0.0.apm">
<version name="5.0.4.0.0" url="https://www.project-open.net/download/apm/intranet-dynfield-5.0.4.0.0.apm">
<owner url="mailto:frank.bergmann@project-open.com">Frank Bergmann</owner>
<summary>SQL Metadata system that allows to add new fields to business objects during system runtime.</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>GPL V2.0 or any later version</license>
<description format="text/plain">Extends the OpenACS kernel SQL metadata functionality with &quot;widgets&quot; and maintenance screens in order to allow administrators to dynamically add new fields to business objects.</description>
......
......@@ -3,7 +3,7 @@
# Copyright (C) 2003 - 2009 ]project-open[
#
# All rights reserved. Please check
# http://www.project-open.com/license/ for details.
# https://www.project-open.com/license/ for details.
ad_page_contract {
Delete selected menus
......
......@@ -3,7 +3,7 @@
# Copyright (C) 2003 - 2009 ]project-open[
#
# All rights reserved. Please check
# http://www.project-open.com/license/ for details.
# https://www.project-open.com/license/ for details.
ad_page_contract {
Create a new dynamic value or edit an existing one.
......
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o =
<HTML xmlns="https://www.w3.org/TR/REC-html40" xmlns:o =
"urn:schemas-microsoft-com:office:office" xmlns:w =
"urn:schemas-microsoft-com:office:word"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
......
......@@ -21,7 +21,7 @@ code {
<body>
<h1>DynField - Extensible Architecture</h1>
<p>By <A href="http://www.project-open.com">Frank Bergmann</a>
<p>By <A href="https://www.project-open.com">Frank Bergmann</a>
and <A href="mailto:juanjoruizx@yahoo.es">Juanjo Ruiz</a></P>
<hr>
......
......@@ -22,7 +22,7 @@ code {
<a href="/api-doc/proc-view?proc="></a>
<h1>DynField - Initial OpenACS Posting</h1>
<p>By <A href="http://www.project-open.com">Frank Bergmann</a></P>
<p>By <A href="https://www.project-open.com">Frank Bergmann</a></P>
<hr>
......@@ -148,7 +148,7 @@ URL: [Url]</pre>
columns and form fields. Table columns include the TCL code to render a table
cell content and they include the &quot;order by&quot; clause if a user wants
to sort a list by a specific column. Here is the comlete documentation:
http://www.project-open.com/en/package-intranet-core</p>
https://www.project-open.com/en/package-intranet-core</p>
<h3>Pros &amp; Cons</h3>
<p> This is a very straight-forward approach that allows for great flexibility
and performance. An extension module can just add a new column to a table and
......
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