ClubLog (Future Idea)
Posted: Wed 5. Jan 2011, 00:29
It would add the ability for log search update from RUMlog.
http://www.clublog.org/tips.php
How to upload logs directly into Club Log from logging software (developer API)
As well as the main upload forms within the Club Log web site, there is another way to upload files directly which is designed to help developers wishing to add "Export to Club Log" features, or contesters and expeditioners who would like to have live logging updates to Club Log.
You can use HTTP POST to send ADIF files to http://www.clublog.org/putlogs.php. The POST form variables are as follows:
email: A registered email address in Club Log
password: The password to authenticate the email login
callsign: Optionally, the callsign into which the logs should be uploaded. If not set, the primary callsign of the account is used.
file: A multipart/form-data upload which is used to POST the ADIF file with the form
For an example form which also serves as a working test case, you may wish to load and view the source of this example page:
http://www.clublog.org/test_upload.html
When a file is passed to Club Log via this mechanism, it will be placed on the upload queue as normal. It is typically around 10 minutes later that the upload will then be processed, so remember to allow for this extra delay.
http://www.clublog.org/tips.php
How to upload logs directly into Club Log from logging software (developer API)
As well as the main upload forms within the Club Log web site, there is another way to upload files directly which is designed to help developers wishing to add "Export to Club Log" features, or contesters and expeditioners who would like to have live logging updates to Club Log.
You can use HTTP POST to send ADIF files to http://www.clublog.org/putlogs.php. The POST form variables are as follows:
email: A registered email address in Club Log
password: The password to authenticate the email login
callsign: Optionally, the callsign into which the logs should be uploaded. If not set, the primary callsign of the account is used.
file: A multipart/form-data upload which is used to POST the ADIF file with the form
For an example form which also serves as a working test case, you may wish to load and view the source of this example page:
http://www.clublog.org/test_upload.html
When a file is passed to Club Log via this mechanism, it will be placed on the upload queue as normal. It is typically around 10 minutes later that the upload will then be processed, so remember to allow for this extra delay.