Commit ca541923 authored by Frank Bergmann's avatar Frank Bergmann

- Changed comments

parent c3bd818d
......@@ -17,16 +17,10 @@ $debug = 1;
# benbigboss/ben is a default user @ demo.project-open.net...
#
if (1==1) {
$rest_server = "demo.project-open.net";
$rest_server = "192.168.21.128";
$rest_email = "bbigboss\@tigerpond.com";
$rest_password = "ben";
} else {
$rest_server = "www.project-open.org";
$rest_email = "frank.bergmann\@project-open.com";
$rest_password = "santa.anna";
}
$rest_server = "demo.project-open.net";
$rest_server = "192.168.21.128";
$rest_email = "bbigboss\@tigerpond.com";
$rest_password = "ben";
# Create a generic access object to query the ]po[ HTTP server
......
......@@ -16,7 +16,7 @@ ad_library {
ad_proc -private im_rest_version {} {
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.0 (2011-05-12): Added support for JSOn and Sencha format variants
ToDo: Always return "id" instead of "object_id"
......
......@@ -20,7 +20,7 @@
<p>
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
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.
......
......@@ -392,7 +392,7 @@ switch $format {
set wiki_key "object_type_$object_type"
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)]} {
set wiki ""
set object_wiki_url ""
......
......@@ -9,7 +9,7 @@
# indicate incompatibilites, while changes in
# 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]
......
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