Groupware Servers Question:
Download Job Interview Questions and Answers PDF
Write a program to show the URL being written for groupware?
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
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 Interview Questions And Answers
PDF
Previous Question | Next 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? |