Groupware Servers Question:

Write a program to show the URL being written for groupware?

Tweet Share WhatsApp

Answer:

The URL consists of a link and the path of the folder structure where all the files are located and associated with each other. The example is given below:
http://user_server/sgs/bin/index.php
?folder=/Workspace/System/Events/
&view=display
&export=rss
&username=demo
&password=demo

This is used to export the data like news feed in RSS format and display according the view that is selected. The time can also be added to represent the actual date on which the export is being done or made. The time includes the date and the year in which the transaction has taken place. It is represented as:

http://user_server/sgs/bin/index.php
?folder=/Workspace/System/Events/
&view=display
&export=rss
&today=01/01/06
&markdate=year
&username=demo
&password=demo

Download Groupware Servers PDF Read All 43 Groupware Servers Questions
Previous QuestionNext Question
What are the steps involved in building a custom export in groupware?What are the different filters used while creating URL of the groupware?