Index: openacs-4/packages/acs-admin/www/apm/package-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/package-add.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-admin/www/apm/package-add.tcl 9 May 2001 22:32:25 -0000 1.2 +++ openacs-4/packages/acs-admin/www/apm/package-add.tcl 29 Aug 2001 21:22:48 -0000 1.3 @@ -25,9 +25,9 @@ // Update the package and version URL, if the package key and/or version name change. var form = document.forms\[0\]; if (form.package_uri.value == '') - form.package_uri.value = 'http://www.arsdigita.com/acs-repository/apm/packages/' + form.package_key.value; + form.package_uri.value = 'http://openacs.org/repository/apm/packages/' + form.package_key.value; if ((form.version_name.value != '') && (form.version_uri.value == '')) - form.version_uri.value = 'http://www.arsdigita.com/acs-repository/download/apm/' + form.package_key.value + '-' + form.version_name.value + '.apm'; + form.version_uri.value = 'http://openacs.org/repository/download/apm/' + form.package_key.value + '-' + form.version_name.value + '.apm'; } @@ -46,7 +46,7 @@ Select a package key for your package. This is a unique, short, and lower-case identifier for your package containing only letters, numbers, and hyphens (e.g., address-book -for the address book package or apm for the ArsDigita Package Manager). +for the address book package or photo-album for the Photo Album). Files for your package will be placed in a directory with this name. @@ -58,7 +58,7 @@ Select a short, human-readable name for your package, e.g., \"Address Book\" or -\"ArsDigita Package Manager.\" +\"Photo Album.\" @@ -81,7 +81,7 @@ Indicate whether this package is an application or a service. Applications are software intended for end-users, e.g. Bboard. - Services are system-level software that extend the ACS to provide new system-wide functionality, + Services are system-level software that extend OpenACS to provide new system-wide functionality, e.g. Workflow. @@ -178,7 +178,7 @@ These should be entered in order of importance: whoever works most heavily on the package should be first. You'll probably want to use email addresses for URLs, in which case you should precede them with mailto: (e.g., -mailto:samoyed@arsdigita.com). +mailto:developername@openacs.org). @@ -201,7 +201,7 @@ If the package is being released by a company, type in its name and URL here. -ArsDigita employees should click here to fill this in automatically. +