File "applications/app_cloud.pl"[download]
in pack: | cloud |
---|---|
Prolog module: | app_cloud |
size: | 3058 |
Recent changes
13 years ago | Jan Wielemaker | Rebuild datacloud also if the file is empty. |
14 years ago | Jan Wielemaker | Fix some bugs and add an HTML page and menu it ... |
14 years ago | Jan Wielemaker | First version of the datacloud package |
This file requires
- From packages
- datacloud.pl: write_cloud_graph/2
- From the Prolog library
- library(settings) resolved by
- settings.pl: setting/4, setting/2
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3, http_reply_file/3, http_link_to_id/3
- library(http/html_write) resolved by
- html_write.pl: reply_html_page/3
- library(process) resolved by
- process.pl: process_create/3
- library(settings) resolved by
Required predicates
- http_link_to_id/3 from library(http/http_dispatch)
- setting/2 from library(settings)
- setting/4 from library(settings)
- http_reply_file/3 from library(http/http_dispatch)
- reply_html_page/3 from library(http/html_write)
- process_create/3 from library(process)
- write_cloud_graph/2 from datacloud.pl
- http_handler/3 from library(http/http_dispatch)