diff --git a/config/alfresco/bootstrap/example_javascripts.acp b/config/alfresco/bootstrap/example_javascripts.acp index 45332799ab..b4400edf01 100644 Binary files a/config/alfresco/bootstrap/example_javascripts.acp and b/config/alfresco/bootstrap/example_javascripts.acp differ diff --git a/config/alfresco/bootstrap/webscripts/readme_de.html b/config/alfresco/bootstrap/webscripts/readme_de.html index 1c3417a753..499612589f 100755 --- a/config/alfresco/bootstrap/webscripts/readme_de.html +++ b/config/alfresco/bootstrap/webscripts/readme_de.html @@ -1,24 +1,24 @@
Please translate me!
-
Web Scripts allow you to bind new LiveCycle Content Services ES based functionality to a HTTP method and custom URL. A library of URLs may be built up to provide a complete API accessible via HTTP. They are ideal for building data access & update APIs and simple UI components such as Portlets. Development of Web Scripts may be performed within LiveCycle Contentspace ES. Knowledge of Java is not required.
+
Web Scripts allow you to bind new Alfresco based functionality to a HTTP method and custom URL. A library of URLs may be built up to provide a complete API accessible via HTTP. They are ideal for building data access & update APIs and simple UI components such as Portlets. Development of Web Scripts may be performed within Alfresco. Knowledge of Java is not required.
For example, you could create the following API for your particular application...
-GET http://<host>:<port>/contentspace/service/blog/category/{category} +GET http://<host>:<port>/alfresco/service/blog/category/{category}
-GET http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release +GET http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release
-POST http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release?status=Draft +POST http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release?status=Draft
-DELETE http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release +DELETE http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release
diff --git a/config/alfresco/bootstrap/webscripts/readme_fr.html b/config/alfresco/bootstrap/webscripts/readme_fr.html index 1c3417a753..499612589f 100755 --- a/config/alfresco/bootstrap/webscripts/readme_fr.html +++ b/config/alfresco/bootstrap/webscripts/readme_fr.html @@ -1,24 +1,24 @@Please translate me!
-
Web Scripts allow you to bind new LiveCycle Content Services ES based functionality to a HTTP method and custom URL. A library of URLs may be built up to provide a complete API accessible via HTTP. They are ideal for building data access & update APIs and simple UI components such as Portlets. Development of Web Scripts may be performed within LiveCycle Contentspace ES. Knowledge of Java is not required.
+
Web Scripts allow you to bind new Alfresco based functionality to a HTTP method and custom URL. A library of URLs may be built up to provide a complete API accessible via HTTP. They are ideal for building data access & update APIs and simple UI components such as Portlets. Development of Web Scripts may be performed within Alfresco. Knowledge of Java is not required.
For example, you could create the following API for your particular application...
-GET http://<host>:<port>/contentspace/service/blog/category/{category} +GET http://<host>:<port>/alfresco/service/blog/category/{category}
-GET http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release +GET http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release
-POST http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release?status=Draft +POST http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release?status=Draft
-DELETE http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release +DELETE http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release
diff --git a/config/alfresco/bootstrap/webscripts/readme_ja.html b/config/alfresco/bootstrap/webscripts/readme_ja.html index 1c3417a753..499612589f 100755 --- a/config/alfresco/bootstrap/webscripts/readme_ja.html +++ b/config/alfresco/bootstrap/webscripts/readme_ja.html @@ -1,24 +1,24 @@Please translate me!
-
Web Scripts allow you to bind new LiveCycle Content Services ES based functionality to a HTTP method and custom URL. A library of URLs may be built up to provide a complete API accessible via HTTP. They are ideal for building data access & update APIs and simple UI components such as Portlets. Development of Web Scripts may be performed within LiveCycle Contentspace ES. Knowledge of Java is not required.
+
Web Scripts allow you to bind new Alfresco based functionality to a HTTP method and custom URL. A library of URLs may be built up to provide a complete API accessible via HTTP. They are ideal for building data access & update APIs and simple UI components such as Portlets. Development of Web Scripts may be performed within Alfresco. Knowledge of Java is not required.
For example, you could create the following API for your particular application...
-GET http://<host>:<port>/contentspace/service/blog/category/{category} +GET http://<host>:<port>/alfresco/service/blog/category/{category}
-GET http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release +GET http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release
-POST http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release?status=Draft +POST http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release?status=Draft
-DELETE http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release +DELETE http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release
diff --git a/config/alfresco/messages/bootstrap-example-javascripts.properties b/config/alfresco/messages/bootstrap-example-javascripts.properties index 961eb89f5c..1c7278953c 100755 --- a/config/alfresco/messages/bootstrap-example-javascripts.properties +++ b/config/alfresco/messages/bootstrap-example-javascripts.properties @@ -10,5 +10,5 @@ javascripts.example.appendcopyright.title=Append Copyright to file javascripts.example.appendcopyright.description=Append Copyright line to text or HTML files javascripts.example.testreturnvalue.title=Return Value Example javascripts.example.testreturnvalue.description=Return a value from a script - for the command servlet -javascripts.example.livecycledocs.title=LiveCycle Lucene Search -javascripts.example.livecycledocs.description=Search and log all docs containing LiveCycle text +javascripts.example.alfrescodocs.title=Alfresco Lucene Search +javascripts.example.alfrescodocs.description=Search and log all docs containing Alfresco text