Commit ca541923 authored by Frank Bergmann's avatar Frank Bergmann

- Changed comments

parent c3bd818d
...@@ -17,16 +17,10 @@ $debug = 1; ...@@ -17,16 +17,10 @@ $debug = 1;
# benbigboss/ben is a default user @ demo.project-open.net... # benbigboss/ben is a default user @ demo.project-open.net...
# #
if (1==1) { $rest_server = "demo.project-open.net";
$rest_server = "demo.project-open.net"; $rest_server = "192.168.21.128";
$rest_server = "192.168.21.128"; $rest_email = "bbigboss\@tigerpond.com";
$rest_email = "bbigboss\@tigerpond.com"; $rest_password = "ben";
$rest_password = "ben";
} else {
$rest_server = "www.project-open.org";
$rest_email = "frank.bergmann\@project-open.com";
$rest_password = "santa.anna";
}
# Create a generic access object to query the ]po[ HTTP server # Create a generic access object to query the ]po[ HTTP server
......
...@@ -16,7 +16,7 @@ ad_library { ...@@ -16,7 +16,7 @@ ad_library {
ad_proc -private im_rest_version {} { ad_proc -private im_rest_version {} {
Returns the current server version of the REST interface. Returns the current server version of the REST interface.
Please see www.project-open.org/documentation/rest_version_history Please see www.project-open.org/en/rest_version_history
<li>2.1 (2012-03-18): Added new report and now deprecating single object calls <li>2.1 (2012-03-18): Added new report and now deprecating single object calls
<li>2.0 (2011-05-12): Added support for JSOn and Sencha format variants <li>2.0 (2011-05-12): Added support for JSOn and Sencha format variants
ToDo: Always return "id" instead of "object_id" ToDo: Always return "id" instead of "object_id"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<p> <p>
This page lists all &#93;project-open&#91; This page lists all &#93;project-open&#91;
<a href="http://www.project-open.org/documentation/list_object_types">object types</a> that are exposed <a href="http://www.project-open.org/en/list_object_types">object types</a> that are exposed
through this REST Web-Service API, together with the implementation through this REST Web-Service API, together with the implementation
status of CRUL (Create, Read, Update and List) operations (see below) for each object type and a status of CRUL (Create, Read, Update and List) operations (see below) for each object type and a
link to the &#93;project-open&#91; Documentation Wiki. link to the &#93;project-open&#91; Documentation Wiki.
......
...@@ -392,7 +392,7 @@ switch $format { ...@@ -392,7 +392,7 @@ switch $format {
set wiki_key "object_type_$object_type" set wiki_key "object_type_$object_type"
set wiki "Wiki" set wiki "Wiki"
set object_wiki_url "http://www.project-open.org/documentation/object_type_$object_type" set object_wiki_url "http://www.project-open.org/en/object_type_$object_type"
if {![info exists wiki_hash($wiki_key)]} { if {![info exists wiki_hash($wiki_key)]} {
set wiki "" set wiki ""
set object_wiki_url "" set object_wiki_url ""
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# indicate incompatibilites, while changes in # indicate incompatibilites, while changes in
# the minor number mean upgrades. # the minor number mean upgrades.
# #
# Please see www.project-open.org/documentation/rest_version_history # Please see www.project-open.org/en/rest_version_history
set version [im_rest_version] set version [im_rest_version]
......
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