groupdocs 2.2.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.travis.yml +9 -9
- data/CHANGELOG.md +482 -477
- data/Gemfile +3 -3
- data/LICENSE.txt +21 -21
- data/README.md +94 -94
- data/Rakefile +9 -9
- data/examples/README.md +12 -12
- data/examples/api-samples/Gemfile +5 -5
- data/examples/api-samples/Gemfile.lock +49 -49
- data/examples/api-samples/README.md +23 -23
- data/examples/api-samples/public/css/style.css +229 -229
- data/examples/api-samples/public/docs/annotation-sample.html +167 -167
- data/examples/api-samples/public/docs/docco.css +500 -500
- data/examples/api-samples/public/docs/envelope-sample.html +374 -374
- data/examples/api-samples/public/docs/sample01.html +181 -181
- data/examples/api-samples/public/docs/sample02.html +199 -199
- data/examples/api-samples/public/docs/sample03.html +318 -318
- data/examples/api-samples/public/docs/sample04.html +217 -217
- data/examples/api-samples/public/docs/sample05.html +296 -296
- data/examples/api-samples/public/docs/sample06.html +347 -347
- data/examples/api-samples/public/docs/sample07.html +209 -209
- data/examples/api-samples/public/docs/sample08.html +277 -277
- data/examples/api-samples/public/docs/sample09.html +314 -314
- data/examples/api-samples/public/docs/sample10.html +270 -270
- data/examples/api-samples/public/docs/sample11.html +462 -462
- data/examples/api-samples/public/docs/sample12.html +199 -199
- data/examples/api-samples/public/docs/sample13.html +201 -201
- data/examples/api-samples/public/docs/sample14.html +204 -204
- data/examples/api-samples/public/docs/sample15.html +182 -182
- data/examples/api-samples/public/docs/sample16.html +234 -234
- data/examples/api-samples/public/docs/sample17.html +309 -309
- data/examples/api-samples/public/docs/sample18.html +721 -721
- data/examples/api-samples/public/docs/sample19.html +631 -631
- data/examples/api-samples/public/docs/sample20.html +230 -230
- data/examples/api-samples/public/docs/sample21.html +790 -790
- data/examples/api-samples/public/docs/sample22.html +408 -408
- data/examples/api-samples/public/docs/sample25.html +550 -550
- data/examples/api-samples/public/templates/base-simple_source.html +191 -191
- data/examples/api-samples/public/templates/testdocument.html +100 -100
- data/examples/api-samples/public/templates/welcome.htm +137 -137
- data/examples/api-samples/samples/annotation-sample.rb +56 -56
- data/examples/api-samples/samples/envelope-sample.rb +133 -133
- data/examples/api-samples/samples/sample01.rb +44 -44
- data/examples/api-samples/samples/sample02.rb +50 -50
- data/examples/api-samples/samples/sample03.rb +79 -79
- data/examples/api-samples/samples/sample04.rb +54 -54
- data/examples/api-samples/samples/sample05.rb +83 -83
- data/examples/api-samples/samples/sample06.rb +86 -86
- data/examples/api-samples/samples/sample07.rb +59 -59
- data/examples/api-samples/samples/sample08.rb +76 -76
- data/examples/api-samples/samples/sample09.rb +85 -85
- data/examples/api-samples/samples/sample10.rb +70 -70
- data/examples/api-samples/samples/sample11.rb +132 -132
- data/examples/api-samples/samples/sample12.rb +48 -48
- data/examples/api-samples/samples/sample13.rb +49 -49
- data/examples/api-samples/samples/sample14.rb +54 -54
- data/examples/api-samples/samples/sample15.rb +43 -43
- data/examples/api-samples/samples/sample16.rb +57 -57
- data/examples/api-samples/samples/sample17.rb +70 -70
- data/examples/api-samples/samples/sample18.rb +190 -190
- data/examples/api-samples/samples/sample19.rb +188 -188
- data/examples/api-samples/samples/sample20.rb +68 -68
- data/examples/api-samples/samples/sample21.rb +212 -212
- data/examples/api-samples/samples/sample22.rb +109 -109
- data/examples/api-samples/samples/sample25.rb +127 -127
- data/examples/api-samples/views/_others_samples.haml +233 -233
- data/examples/api-samples/views/annotation_sample.haml +63 -63
- data/examples/api-samples/views/envelope_sample.haml +72 -72
- data/examples/api-samples/views/index.haml +235 -235
- data/examples/api-samples/views/layout.haml +3 -3
- data/examples/api-samples/views/sample01.haml +63 -63
- data/examples/api-samples/views/sample02.haml +52 -52
- data/examples/api-samples/views/sample03.haml +87 -87
- data/examples/api-samples/views/sample04.haml +55 -55
- data/examples/api-samples/views/sample05.haml +86 -86
- data/examples/api-samples/views/sample06.haml +58 -58
- data/examples/api-samples/views/sample07.haml +52 -52
- data/examples/api-samples/views/sample08.haml +100 -100
- data/examples/api-samples/views/sample09.haml +95 -95
- data/examples/api-samples/views/sample10.haml +93 -93
- data/examples/api-samples/views/sample11.haml +140 -140
- data/examples/api-samples/views/sample12.haml +68 -68
- data/examples/api-samples/views/sample13.haml +64 -64
- data/examples/api-samples/views/sample14.haml +60 -60
- data/examples/api-samples/views/sample15.haml +51 -51
- data/examples/api-samples/views/sample16.haml +50 -50
- data/examples/api-samples/views/sample17.haml +54 -54
- data/examples/api-samples/views/sample18.haml +143 -143
- data/examples/api-samples/views/sample19.haml +92 -92
- data/examples/api-samples/views/sample20.haml +54 -54
- data/examples/api-samples/views/sample21.haml +123 -123
- data/examples/api-samples/views/sample22.haml +106 -106
- data/examples/api-samples/views/sample25.haml +101 -101
- data/examples/api-samples/views/sample31.haml +2 -2
- data/examples/api-samples/web.rb +20 -20
- data/examples/viewer/Gemfile +5 -5
- data/examples/viewer/app.rb +52 -52
- data/groupdocs.gemspec +31 -31
- data/lib/groupdocs.rb +62 -62
- data/lib/groupdocs/api.rb +6 -6
- data/lib/groupdocs/api/entity.rb +112 -112
- data/lib/groupdocs/api/helpers.rb +11 -11
- data/lib/groupdocs/api/helpers/access_mode_helper.rb +27 -27
- data/lib/groupdocs/api/helpers/access_rights_helper.rb +55 -55
- data/lib/groupdocs/api/helpers/accessor_helper.rb +30 -30
- data/lib/groupdocs/api/helpers/byte_flag_helper.rb +49 -49
- data/lib/groupdocs/api/helpers/credentials_helper.rb +35 -35
- data/lib/groupdocs/api/helpers/mime_helper.rb +21 -21
- data/lib/groupdocs/api/helpers/path_helper.rb +28 -28
- data/lib/groupdocs/api/helpers/rest_helper.rb +99 -99
- data/lib/groupdocs/api/helpers/signature_public_helper.rb +22 -22
- data/lib/groupdocs/api/helpers/status_helper.rb +27 -27
- data/lib/groupdocs/api/helpers/url_helper.rb +101 -101
- data/lib/groupdocs/api/request.rb +91 -91
- data/lib/groupdocs/datasource.rb +249 -249
- data/lib/groupdocs/datasource/field.rb +39 -39
- data/lib/groupdocs/document.rb +1550 -1550
- data/lib/groupdocs/document/annotation.rb +421 -421
- data/lib/groupdocs/document/annotation/reply.rb +173 -173
- data/lib/groupdocs/document/annotation/reviewer.rb +66 -66
- data/lib/groupdocs/document/change.rb +56 -56
- data/lib/groupdocs/document/field.rb +53 -53
- data/lib/groupdocs/document/metadata.rb +32 -32
- data/lib/groupdocs/document/rectangle.rb +18 -18
- data/lib/groupdocs/document/view.rb +36 -36
- data/lib/groupdocs/errors.rb +8 -8
- data/lib/groupdocs/job.rb +468 -468
- data/lib/groupdocs/questionnaire.rb +530 -530
- data/lib/groupdocs/questionnaire/collector.rb +335 -335
- data/lib/groupdocs/questionnaire/execution.rb +181 -181
- data/lib/groupdocs/questionnaire/page.rb +43 -43
- data/lib/groupdocs/questionnaire/question.rb +108 -108
- data/lib/groupdocs/questionnaire/question/answer.rb +15 -15
- data/lib/groupdocs/signature.rb +380 -380
- data/lib/groupdocs/signature/contact.rb +181 -181
- data/lib/groupdocs/signature/envelope.rb +747 -747
- data/lib/groupdocs/signature/envelope/log.rb +20 -20
- data/lib/groupdocs/signature/field.rb +286 -286
- data/lib/groupdocs/signature/field/location.rb +71 -71
- data/lib/groupdocs/signature/form.rb +804 -804
- data/lib/groupdocs/signature/list.rb +92 -92
- data/lib/groupdocs/signature/recipient.rb +79 -79
- data/lib/groupdocs/signature/role.rb +54 -54
- data/lib/groupdocs/signature/shared.rb +6 -6
- data/lib/groupdocs/signature/shared/document_methods.rb +158 -158
- data/lib/groupdocs/signature/shared/entity_fields.rb +76 -76
- data/lib/groupdocs/signature/shared/entity_methods.rb +144 -144
- data/lib/groupdocs/signature/shared/field_methods.rb +354 -354
- data/lib/groupdocs/signature/shared/recipient_methods.rb +75 -75
- data/lib/groupdocs/signature/shared/resource_methods.rb +65 -65
- data/lib/groupdocs/signature/template.rb +124 -124
- data/lib/groupdocs/storage.rb +44 -44
- data/lib/groupdocs/storage/file.rb +432 -432
- data/lib/groupdocs/storage/folder.rb +288 -288
- data/lib/groupdocs/storage/package.rb +48 -48
- data/lib/groupdocs/storage/provider.rb +32 -32
- data/lib/groupdocs/subscription.rb +323 -323
- data/lib/groupdocs/subscription/limit.rb +20 -20
- data/lib/groupdocs/user.rb +955 -930
- data/lib/groupdocs/version.rb +3 -3
- data/spec/groupdocs/api/entity_spec.rb +55 -55
- data/spec/groupdocs/api/helpers/access_mode_helper_spec.rb +21 -21
- data/spec/groupdocs/api/helpers/access_rights_helper_spec.rb +43 -43
- data/spec/groupdocs/api/helpers/accessor_helper_spec.rb +16 -16
- data/spec/groupdocs/api/helpers/byte_flag_helper_spec.rb +23 -23
- data/spec/groupdocs/api/helpers/credentials_helpers_spec.rb +48 -48
- data/spec/groupdocs/api/helpers/mime_helper_spec.rb +16 -16
- data/spec/groupdocs/api/helpers/path_helper_spec.rb +15 -15
- data/spec/groupdocs/api/helpers/rest_helper_spec.rb +161 -161
- data/spec/groupdocs/api/helpers/signature_public_helper_spec.rb +21 -21
- data/spec/groupdocs/api/helpers/status_helper_spec.rb +22 -22
- data/spec/groupdocs/api/helpers/url_helper_spec.rb +112 -112
- data/spec/groupdocs/api/request_spec.rb +112 -112
- data/spec/groupdocs/datasource/field_spec.rb +29 -29
- data/spec/groupdocs/datasource_spec.rb +145 -145
- data/spec/groupdocs/document/annotation/reply_spec.rb +154 -154
- data/spec/groupdocs/document/annotation/reviewer_spec.rb +51 -51
- data/spec/groupdocs/document/annotation_spec.rb +234 -234
- data/spec/groupdocs/document/change_spec.rb +39 -39
- data/spec/groupdocs/document/field_spec.rb +28 -28
- data/spec/groupdocs/document/metadata_spec.rb +21 -21
- data/spec/groupdocs/document/rectangle_spec.rb +14 -14
- data/spec/groupdocs/document/view_spec.rb +33 -33
- data/spec/groupdocs/document_spec.rb +859 -859
- data/spec/groupdocs/errors_spec.rb +7 -7
- data/spec/groupdocs/job_spec.rb +323 -323
- data/spec/groupdocs/questionnaire/collector_spec.rb +197 -197
- data/spec/groupdocs/questionnaire/execution_spec.rb +162 -162
- data/spec/groupdocs/questionnaire/page_spec.rb +47 -47
- data/spec/groupdocs/questionnaire/question/answer_spec.rb +9 -9
- data/spec/groupdocs/questionnaire/question_spec.rb +75 -75
- data/spec/groupdocs/questionnaire_spec.rb +295 -295
- data/spec/groupdocs/signature/contact_spec.rb +142 -142
- data/spec/groupdocs/signature/envelope/log_spec.rb +15 -15
- data/spec/groupdocs/signature/envelope_spec.rb +384 -384
- data/spec/groupdocs/signature/field/location_spec.rb +40 -40
- data/spec/groupdocs/signature/field_spec.rb +235 -235
- data/spec/groupdocs/signature/form_spec.rb +205 -205
- data/spec/groupdocs/signature/list_spec.rb +87 -87
- data/spec/groupdocs/signature/recipient_spec.rb +26 -26
- data/spec/groupdocs/signature/role_spec.rb +47 -47
- data/spec/groupdocs/signature/template_spec.rb +80 -80
- data/spec/groupdocs/signature_spec.rb +194 -194
- data/spec/groupdocs/storage/file_spec.rb +303 -303
- data/spec/groupdocs/storage/folder_spec.rb +270 -270
- data/spec/groupdocs/storage/package_spec.rb +38 -38
- data/spec/groupdocs/storage/provider_spec.rb +21 -21
- data/spec/groupdocs/storage_spec.rb +27 -27
- data/spec/groupdocs/subscription/limit_spec.rb +16 -16
- data/spec/groupdocs/subscription_spec.rb +74 -74
- data/spec/groupdocs/user_spec.rb +257 -257
- data/spec/groupdocs_spec.rb +63 -63
- data/spec/spec_helper.rb +73 -73
- data/spec/support/json/annotation_access_set.json +11 -11
- data/spec/support/json/annotation_collaborators_get.json +16 -16
- data/spec/support/json/annotation_collaborators_set.json +16 -16
- data/spec/support/json/annotation_create.json +12 -12
- data/spec/support/json/annotation_list.json +32 -32
- data/spec/support/json/annotation_marker_move.json +10 -10
- data/spec/support/json/annotation_move.json +8 -8
- data/spec/support/json/annotation_remove.json +9 -9
- data/spec/support/json/annotation_replies_create.json +9 -9
- data/spec/support/json/annotation_replies_get.json +25 -25
- data/spec/support/json/annotation_reviewers_get.json +18 -18
- data/spec/support/json/comparison_changes.json +46 -46
- data/spec/support/json/comparison_compare.json +8 -8
- data/spec/support/json/comparison_document.json +10 -10
- data/spec/support/json/contact_add.json +12 -12
- data/spec/support/json/contacts_get.json +19 -19
- data/spec/support/json/contacts_import.json +8 -8
- data/spec/support/json/datasource_add.json +8 -8
- data/spec/support/json/datasource_get.json +22 -22
- data/spec/support/json/datasource_remove.json +8 -8
- data/spec/support/json/datasource_update.json +8 -8
- data/spec/support/json/delete_account.json +9 -9
- data/spec/support/json/document_access_info_get.json +14 -14
- data/spec/support/json/document_convert.json +8 -8
- data/spec/support/json/document_datasource.json +10 -10
- data/spec/support/json/document_fields.json +34 -34
- data/spec/support/json/document_formats.json +8 -8
- data/spec/support/json/document_metadata.json +15 -15
- data/spec/support/json/document_page_images_get.json +20 -20
- data/spec/support/json/document_questionnaire_create.json +9 -9
- data/spec/support/json/document_questionnaires.json +23 -23
- data/spec/support/json/document_sharers_remove.json +8 -8
- data/spec/support/json/document_sharers_set.json +16 -16
- data/spec/support/json/document_thumbnails.json +24 -24
- data/spec/support/json/document_views.json +32 -32
- data/spec/support/json/envelope_get.json +46 -46
- data/spec/support/json/envelope_logs.json +16 -16
- data/spec/support/json/envelope_recipient_add.json +26 -26
- data/spec/support/json/envelopes_all.json +48 -48
- data/spec/support/json/envelopes_resources.json +31 -31
- data/spec/support/json/file_compress.json +8 -8
- data/spec/support/json/file_copy.json +14 -14
- data/spec/support/json/file_delete.json +5 -5
- data/spec/support/json/file_move.json +14 -14
- data/spec/support/json/file_upload.json +8 -8
- data/spec/support/json/folder_create.json +8 -8
- data/spec/support/json/folder_delete.json +5 -5
- data/spec/support/json/folder_list.json +22 -22
- data/spec/support/json/folder_move.json +8 -8
- data/spec/support/json/folder_sharers_get.json +16 -16
- data/spec/support/json/folder_sharers_remove.json +8 -8
- data/spec/support/json/folder_sharers_set.json +16 -16
- data/spec/support/json/form_get.json +21 -21
- data/spec/support/json/forms_all.json +23 -23
- data/spec/support/json/job_add_url.json +8 -8
- data/spec/support/json/job_create.json +8 -8
- data/spec/support/json/job_documents.json +40 -40
- data/spec/support/json/job_file_add.json +8 -8
- data/spec/support/json/job_get.json +30 -30
- data/spec/support/json/job_update.json +7 -7
- data/spec/support/json/jobs_get.json +58 -58
- data/spec/support/json/list_add.json +12 -12
- data/spec/support/json/lists_get.json +19 -19
- data/spec/support/json/package_create.json +7 -7
- data/spec/support/json/questionnaire_collector.json +17 -17
- data/spec/support/json/questionnaire_collectors.json +38 -38
- data/spec/support/json/questionnaire_collectors_add.json +10 -10
- data/spec/support/json/questionnaire_create.json +10 -10
- data/spec/support/json/questionnaire_datasources.json +26 -26
- data/spec/support/json/questionnaire_execution_add.json +9 -9
- data/spec/support/json/questionnaire_execution_status_set.json +8 -8
- data/spec/support/json/questionnaire_execution_update.json +8 -8
- data/spec/support/json/questionnaire_executions.json +28 -28
- data/spec/support/json/questionnaire_get.json +17 -17
- data/spec/support/json/questionnaire_remove.json +8 -8
- data/spec/support/json/questionnaire_update.json +8 -8
- data/spec/support/json/questionnaires_get.json +40 -40
- data/spec/support/json/sign_documents.json +16 -16
- data/spec/support/json/signature_create.json +12 -12
- data/spec/support/json/signature_field_add.json +25 -25
- data/spec/support/json/signature_fields_get.json +27 -27
- data/spec/support/json/signature_roles_get.json +17 -17
- data/spec/support/json/signatures_get.json +19 -19
- data/spec/support/json/storage_info.json +10 -10
- data/spec/support/json/subscription_plan_get.json +9 -9
- data/spec/support/json/subscription_plans_get.json +17 -17
- data/spec/support/json/template_get.json +35 -35
- data/spec/support/json/template_get_documents.json +15 -15
- data/spec/support/json/template_get_recipients.json +20 -20
- data/spec/support/json/templates_all.json +37 -37
- data/spec/support/json/templates_get.json +21 -21
- data/spec/support/json/update_account.json +10 -10
- data/spec/support/json/user_area.json +67 -67
- data/spec/support/json/user_embed_key.json +38 -38
- data/spec/support/json/user_get_embed_key.json +67 -67
- data/spec/support/json/user_login.json +67 -67
- data/spec/support/json/user_profile_get.json +24 -24
- data/spec/support/json/user_providers.json +31 -31
- data/spec/support/json/user_roles.json +25 -25
- data/spec/support/json/user_users_get.json +27 -27
- data/spec/support/shared_examples/api/entity.rb +39 -39
- data/spec/support/shared_examples/api/helpers/access_mode_helper.rb +11 -11
- data/spec/support/shared_examples/api/helpers/status_helper.rb +11 -11
- data/spec/support/shared_examples/signature/shared/document_methods.rb +68 -68
- data/spec/support/shared_examples/signature/shared/entity_fields.rb +56 -56
- data/spec/support/shared_examples/signature/shared/entity_methods.rb +116 -116
- data/spec/support/shared_examples/signature/shared/field_methods.rb +220 -220
- data/spec/support/shared_examples/signature/shared/recipient_methods.rb +46 -46
- data/spec/support/shared_examples/signature/shared/resource_methods.rb +46 -46
- metadata +35 -55
data/Gemfile
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
source 'https://rubygems.org'
|
2
|
-
|
3
|
-
gemspec
|
1
|
+
source 'https://rubygems.org'
|
2
|
+
|
3
|
+
gemspec
|
data/LICENSE.txt
CHANGED
@@ -1,21 +1,21 @@
|
|
1
|
-
The MIT License (MIT)
|
2
|
-
|
3
|
-
Copyright (C) 2001-2014 Aspose Pty Ltd
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
13
|
-
copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
SOFTWARE.
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (C) 2001-2014 Aspose Pty Ltd
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
data/README.md
CHANGED
@@ -1,94 +1,94 @@
|
|
1
|
-
## GroupDocs
|
2
|
-
|
3
|
-
Ruby SDK for [GroupDocs](http://groupdocs.com) REST API.
|
4
|
-
|
5
|
-
## Installation
|
6
|
-
|
7
|
-
Install as usually
|
8
|
-
|
9
|
-
gem install groupdocs
|
10
|
-
|
11
|
-
Installing from source
|
12
|
-
|
13
|
-
gem install bundler # unless it's already installed
|
14
|
-
git clone git@github.com:groupdocs/groupdocs-ruby.git
|
15
|
-
cd groupdocs-ruby/
|
16
|
-
git checkout master
|
17
|
-
bundle install --path vendor/bundle
|
18
|
-
bundle exec rake install
|
19
|
-
|
20
|
-
## Usage
|
21
|
-
|
22
|
-
All "bang" methods (ending with exclamation sign) imply interaction with API server.
|
23
|
-
|
24
|
-
Other methods (with expect to some, see documentation) do not operate with API Server
|
25
|
-
|
26
|
-
### Configuration
|
27
|
-
|
28
|
-
First of all you need to configure your access to API server.
|
29
|
-
|
30
|
-
```ruby
|
31
|
-
require 'groupdocs'
|
32
|
-
|
33
|
-
GroupDocs.configure do |groupdocs|
|
34
|
-
groupdocs.client_id = 'your_client_id'
|
35
|
-
groupdocs.private_key = 'your_private_key'
|
36
|
-
# optionally specify API server and version
|
37
|
-
groupdocs.api_server = 'https://dev-api.groupdocs.com' # default is 'https://api.groupdocs.com'
|
38
|
-
groupdocs.api_version = '3.0' # default is '2.0'
|
39
|
-
end
|
40
|
-
|
41
|
-
GroupDocs::Storage::Folder.create!('/folder')
|
42
|
-
#=> #<GroupDocs::Storage::Folder:0x0000000171f432 @id=1, @name="folder", @url="http://groupdocs.com">
|
43
|
-
```
|
44
|
-
|
45
|
-
You can also pass access credentials to particular requests
|
46
|
-
|
47
|
-
```ruby
|
48
|
-
GroupDocs::Storage::Folder.create!('/folder', client_id: 'your_client_id', private_key: 'your_private_key')
|
49
|
-
#=> #<GroupDocs::Storage::Folder:0x0000000171f432 @id=1, @name="folder", @url="http://groupdocs.com">
|
50
|
-
```
|
51
|
-
|
52
|
-
### Documentation
|
53
|
-
|
54
|
-
Reference to [this page](http://rubydoc.info/gems/groupdocs) for docs and examples.
|
55
|
-
|
56
|
-
There is rather exhaustive documentation about internal SDK structure at [wiki page](https://github.com/groupdocs/groupdocs-ruby/wiki/Documentation-&-Guide).
|
57
|
-
|
58
|
-
There are also some examples in [repository](https://github.com/groupdocs/groupdocs-ruby/tree/master/examples) and on [wiki](https://github.com/groupdocs/groupdocs-ruby/wiki)
|
59
|
-
|
60
|
-
### Entities
|
61
|
-
|
62
|
-
All entities can be initialized in several ways.
|
63
|
-
|
64
|
-
* Object is created, attributes are set later.
|
65
|
-
|
66
|
-
```ruby
|
67
|
-
folder = GroupDocs::Storage::Folder.new
|
68
|
-
folder.name = 'Folder'
|
69
|
-
folder.inspect
|
70
|
-
#=> #<GroupDocs::Storage::Folder:0x0000000171f432 @name="Folder">
|
71
|
-
```
|
72
|
-
|
73
|
-
* Hash of attributes are passed to object constructor.
|
74
|
-
|
75
|
-
```ruby
|
76
|
-
GroupDocs::Storage::Folder.new(name: 'Folder')
|
77
|
-
#=> #<GroupDocs::Storage::Folder:0x0000000171f432 @name="Folder">
|
78
|
-
```
|
79
|
-
|
80
|
-
* Block is passed to object constructor.
|
81
|
-
|
82
|
-
```ruby
|
83
|
-
GroupDocs::Storage::Folder.new do |folder|
|
84
|
-
folder.name = 'Folder'
|
85
|
-
end
|
86
|
-
#=> #<GroupDocs::Storage::Folder:0x0000000171f432 @name="Folder">
|
87
|
-
```
|
88
|
-
## License
|
89
|
-
|
90
|
-
GroupDocs Ruby SDK is released under the [MIT License](https://github.com/groupdocs/groupdocs-ruby/blob/master/LICENSE.txt).
|
91
|
-
|
92
|
-
### Copyright
|
93
|
-
|
94
|
-
Copyright (c) 2012 Aspose Inc.
|
1
|
+
## GroupDocs
|
2
|
+
|
3
|
+
Ruby SDK for [GroupDocs](http://groupdocs.com) REST API.
|
4
|
+
|
5
|
+
## Installation
|
6
|
+
|
7
|
+
Install as usually
|
8
|
+
|
9
|
+
gem install groupdocs
|
10
|
+
|
11
|
+
Installing from source
|
12
|
+
|
13
|
+
gem install bundler # unless it's already installed
|
14
|
+
git clone git@github.com:groupdocs/groupdocs-ruby.git
|
15
|
+
cd groupdocs-ruby/
|
16
|
+
git checkout master
|
17
|
+
bundle install --path vendor/bundle
|
18
|
+
bundle exec rake install
|
19
|
+
|
20
|
+
## Usage
|
21
|
+
|
22
|
+
All "bang" methods (ending with exclamation sign) imply interaction with API server.
|
23
|
+
|
24
|
+
Other methods (with expect to some, see documentation) do not operate with API Server
|
25
|
+
|
26
|
+
### Configuration
|
27
|
+
|
28
|
+
First of all you need to configure your access to API server.
|
29
|
+
|
30
|
+
```ruby
|
31
|
+
require 'groupdocs'
|
32
|
+
|
33
|
+
GroupDocs.configure do |groupdocs|
|
34
|
+
groupdocs.client_id = 'your_client_id'
|
35
|
+
groupdocs.private_key = 'your_private_key'
|
36
|
+
# optionally specify API server and version
|
37
|
+
groupdocs.api_server = 'https://dev-api.groupdocs.com' # default is 'https://api.groupdocs.com'
|
38
|
+
groupdocs.api_version = '3.0' # default is '2.0'
|
39
|
+
end
|
40
|
+
|
41
|
+
GroupDocs::Storage::Folder.create!('/folder')
|
42
|
+
#=> #<GroupDocs::Storage::Folder:0x0000000171f432 @id=1, @name="folder", @url="http://groupdocs.com">
|
43
|
+
```
|
44
|
+
|
45
|
+
You can also pass access credentials to particular requests
|
46
|
+
|
47
|
+
```ruby
|
48
|
+
GroupDocs::Storage::Folder.create!('/folder', client_id: 'your_client_id', private_key: 'your_private_key')
|
49
|
+
#=> #<GroupDocs::Storage::Folder:0x0000000171f432 @id=1, @name="folder", @url="http://groupdocs.com">
|
50
|
+
```
|
51
|
+
|
52
|
+
### Documentation
|
53
|
+
|
54
|
+
Reference to [this page](http://rubydoc.info/gems/groupdocs) for docs and examples.
|
55
|
+
|
56
|
+
There is rather exhaustive documentation about internal SDK structure at [wiki page](https://github.com/groupdocs/groupdocs-ruby/wiki/Documentation-&-Guide).
|
57
|
+
|
58
|
+
There are also some examples in [repository](https://github.com/groupdocs/groupdocs-ruby/tree/master/examples) and on [wiki](https://github.com/groupdocs/groupdocs-ruby/wiki)
|
59
|
+
|
60
|
+
### Entities
|
61
|
+
|
62
|
+
All entities can be initialized in several ways.
|
63
|
+
|
64
|
+
* Object is created, attributes are set later.
|
65
|
+
|
66
|
+
```ruby
|
67
|
+
folder = GroupDocs::Storage::Folder.new
|
68
|
+
folder.name = 'Folder'
|
69
|
+
folder.inspect
|
70
|
+
#=> #<GroupDocs::Storage::Folder:0x0000000171f432 @name="Folder">
|
71
|
+
```
|
72
|
+
|
73
|
+
* Hash of attributes are passed to object constructor.
|
74
|
+
|
75
|
+
```ruby
|
76
|
+
GroupDocs::Storage::Folder.new(name: 'Folder')
|
77
|
+
#=> #<GroupDocs::Storage::Folder:0x0000000171f432 @name="Folder">
|
78
|
+
```
|
79
|
+
|
80
|
+
* Block is passed to object constructor.
|
81
|
+
|
82
|
+
```ruby
|
83
|
+
GroupDocs::Storage::Folder.new do |folder|
|
84
|
+
folder.name = 'Folder'
|
85
|
+
end
|
86
|
+
#=> #<GroupDocs::Storage::Folder:0x0000000171f432 @name="Folder">
|
87
|
+
```
|
88
|
+
## License
|
89
|
+
|
90
|
+
GroupDocs Ruby SDK is released under the [MIT License](https://github.com/groupdocs/groupdocs-ruby/blob/master/LICENSE.txt).
|
91
|
+
|
92
|
+
### Copyright
|
93
|
+
|
94
|
+
Copyright (c) 2012 Aspose Inc.
|
data/Rakefile
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
require 'bundler/gem_tasks'
|
2
|
-
require 'rspec/core/rake_task'
|
3
|
-
|
4
|
-
RSpec::Core::RakeTask.new do |spec|
|
5
|
-
spec.rspec_opts = %w(--color --require fuubar --format Fuubar)
|
6
|
-
spec.pattern = 'spec/**/*_spec.rb'
|
7
|
-
end
|
8
|
-
|
9
|
-
task :default => :spec
|
1
|
+
require 'bundler/gem_tasks'
|
2
|
+
require 'rspec/core/rake_task'
|
3
|
+
|
4
|
+
RSpec::Core::RakeTask.new do |spec|
|
5
|
+
spec.rspec_opts = %w(--color --require fuubar --format Fuubar)
|
6
|
+
spec.pattern = 'spec/**/*_spec.rb'
|
7
|
+
end
|
8
|
+
|
9
|
+
task :default => :spec
|
data/examples/README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
## Examples
|
2
|
-
|
3
|
-
### Viewer
|
4
|
-
Grab the copy of examples
|
5
|
-
|
6
|
-
gem install bundler # unless it's already installed
|
7
|
-
git clone git@github.com:groupdocs/groupdocs-ruby.git
|
8
|
-
cd groupdocs-ruby/examples/viewer
|
9
|
-
bundle install --path vendor/bundle
|
10
|
-
bundle exec ruby app.rb
|
11
|
-
|
12
|
-
Now open `http://localhost:4567` and try it!
|
1
|
+
## Examples
|
2
|
+
|
3
|
+
### Viewer
|
4
|
+
Grab the copy of examples
|
5
|
+
|
6
|
+
gem install bundler # unless it's already installed
|
7
|
+
git clone git@github.com:groupdocs/groupdocs-ruby.git
|
8
|
+
cd groupdocs-ruby/examples/viewer
|
9
|
+
bundle install --path vendor/bundle
|
10
|
+
bundle exec ruby app.rb
|
11
|
+
|
12
|
+
Now open `http://localhost:4567` and try it!
|
@@ -1,5 +1,5 @@
|
|
1
|
-
source 'https://rubygems.org'
|
2
|
-
|
3
|
-
gem 'sinatra', '1.3.6'
|
4
|
-
gem 'groupdocs', '2.0.0'
|
5
|
-
gem 'haml'
|
1
|
+
source 'https://rubygems.org'
|
2
|
+
|
3
|
+
gem 'sinatra', '1.3.6'
|
4
|
+
gem 'groupdocs', '2.0.0'
|
5
|
+
gem 'haml'
|
@@ -1,49 +1,49 @@
|
|
1
|
-
GEM
|
2
|
-
remote: https://rubygems.org/
|
3
|
-
specs:
|
4
|
-
activesupport (4.2.0)
|
5
|
-
i18n (~> 0.7)
|
6
|
-
json (~> 1.7, >= 1.7.7)
|
7
|
-
minitest (~> 5.1)
|
8
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
9
|
-
tzinfo (~> 1.1)
|
10
|
-
ffi (1.9.6-x86-mingw32)
|
11
|
-
groupdocs (2.0.0)
|
12
|
-
activesupport (~> 4.2)
|
13
|
-
json (~> 1.7)
|
14
|
-
mime-types (~> 1.19)
|
15
|
-
rest-client (~> 1.6)
|
16
|
-
haml (4.0.6)
|
17
|
-
tilt
|
18
|
-
i18n (0.7.0)
|
19
|
-
json (1.8.2)
|
20
|
-
mime-types (1.25.1)
|
21
|
-
minitest (5.5.1)
|
22
|
-
netrc (0.10.2)
|
23
|
-
rack (1.6.0)
|
24
|
-
rack-protection (1.5.3)
|
25
|
-
rack
|
26
|
-
rest-client (1.7.2)
|
27
|
-
mime-types (>= 1.16, < 3.0)
|
28
|
-
netrc (~> 0.7)
|
29
|
-
rest-client (1.7.2-x86-mingw32)
|
30
|
-
ffi (~> 1.9)
|
31
|
-
mime-types (>= 1.16, < 3.0)
|
32
|
-
netrc (~> 0.7)
|
33
|
-
sinatra (1.3.6)
|
34
|
-
rack (~> 1.4)
|
35
|
-
rack-protection (~> 1.3)
|
36
|
-
tilt (~> 1.3, >= 1.3.3)
|
37
|
-
thread_safe (0.3.4)
|
38
|
-
tilt (1.4.1)
|
39
|
-
tzinfo (1.2.2)
|
40
|
-
thread_safe (~> 0.1)
|
41
|
-
|
42
|
-
PLATFORMS
|
43
|
-
ruby
|
44
|
-
x86-mingw32
|
45
|
-
|
46
|
-
DEPENDENCIES
|
47
|
-
groupdocs (= 2.0.0)
|
48
|
-
haml
|
49
|
-
sinatra (= 1.3.6)
|
1
|
+
GEM
|
2
|
+
remote: https://rubygems.org/
|
3
|
+
specs:
|
4
|
+
activesupport (4.2.0)
|
5
|
+
i18n (~> 0.7)
|
6
|
+
json (~> 1.7, >= 1.7.7)
|
7
|
+
minitest (~> 5.1)
|
8
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
9
|
+
tzinfo (~> 1.1)
|
10
|
+
ffi (1.9.6-x86-mingw32)
|
11
|
+
groupdocs (2.0.0)
|
12
|
+
activesupport (~> 4.2)
|
13
|
+
json (~> 1.7)
|
14
|
+
mime-types (~> 1.19)
|
15
|
+
rest-client (~> 1.6)
|
16
|
+
haml (4.0.6)
|
17
|
+
tilt
|
18
|
+
i18n (0.7.0)
|
19
|
+
json (1.8.2)
|
20
|
+
mime-types (1.25.1)
|
21
|
+
minitest (5.5.1)
|
22
|
+
netrc (0.10.2)
|
23
|
+
rack (1.6.0)
|
24
|
+
rack-protection (1.5.3)
|
25
|
+
rack
|
26
|
+
rest-client (1.7.2)
|
27
|
+
mime-types (>= 1.16, < 3.0)
|
28
|
+
netrc (~> 0.7)
|
29
|
+
rest-client (1.7.2-x86-mingw32)
|
30
|
+
ffi (~> 1.9)
|
31
|
+
mime-types (>= 1.16, < 3.0)
|
32
|
+
netrc (~> 0.7)
|
33
|
+
sinatra (1.3.6)
|
34
|
+
rack (~> 1.4)
|
35
|
+
rack-protection (~> 1.3)
|
36
|
+
tilt (~> 1.3, >= 1.3.3)
|
37
|
+
thread_safe (0.3.4)
|
38
|
+
tilt (1.4.1)
|
39
|
+
tzinfo (1.2.2)
|
40
|
+
thread_safe (~> 0.1)
|
41
|
+
|
42
|
+
PLATFORMS
|
43
|
+
ruby
|
44
|
+
x86-mingw32
|
45
|
+
|
46
|
+
DEPENDENCIES
|
47
|
+
groupdocs (= 2.0.0)
|
48
|
+
haml
|
49
|
+
sinatra (= 1.3.6)
|
@@ -1,23 +1,23 @@
|
|
1
|
-
## Examples
|
2
|
-
|
3
|
-
### GroupDocs Ruby SDK Example App
|
4
|
-
|
5
|
-
####Grab the copy of examples from GitHub:
|
6
|
-
1) git clone git@github.com:groupdocs/groupdocs-ruby.git
|
7
|
-
2) cd to examples/api-samples or copy api-samples folder somethere
|
8
|
-
|
9
|
-
####Install bundler:
|
10
|
-
gem install bundler # unless it's already installed
|
11
|
-
|
12
|
-
####Install dependecies:
|
13
|
-
bundle install
|
14
|
-
|
15
|
-
####Run the web app:
|
16
|
-
bundle exec ruby web.rb
|
17
|
-
|
18
|
-
####Now open `http://localhost:4567` and try it!
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
### Live Demo
|
23
|
-
See live demo for api samples [here](http://groupdocs-ruby-samples.herokuapp.com)
|
1
|
+
## Examples
|
2
|
+
|
3
|
+
### GroupDocs Ruby SDK Example App
|
4
|
+
|
5
|
+
####Grab the copy of examples from GitHub:
|
6
|
+
1) git clone git@github.com:groupdocs/groupdocs-ruby.git
|
7
|
+
2) cd to examples/api-samples or copy api-samples folder somethere
|
8
|
+
|
9
|
+
####Install bundler:
|
10
|
+
gem install bundler # unless it's already installed
|
11
|
+
|
12
|
+
####Install dependecies:
|
13
|
+
bundle install
|
14
|
+
|
15
|
+
####Run the web app:
|
16
|
+
bundle exec ruby web.rb
|
17
|
+
|
18
|
+
####Now open `http://localhost:4567` and try it!
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
### Live Demo
|
23
|
+
See live demo for api samples [here](http://groupdocs-ruby-samples.herokuapp.com)
|
@@ -1,230 +1,230 @@
|
|
1
|
-
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
|
2
|
-
p,blockquote,pre,a,abbr,acronym,address,big,code,em,img,
|
3
|
-
small,strong,sub,sup,tt,b,u,i,center,
|
4
|
-
ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td {
|
5
|
-
margin:0;
|
6
|
-
padding:0;
|
7
|
-
border:0;
|
8
|
-
font-size:100%;
|
9
|
-
font:inherit;
|
10
|
-
vertical-align:baseline;
|
11
|
-
}
|
12
|
-
body { line-height:1; }
|
13
|
-
ol,ul { list-style:none; }
|
14
|
-
blockquote,q { quotes:none; }
|
15
|
-
blockquote:before,
|
16
|
-
blockquote:after,
|
17
|
-
q:before,q:after {
|
18
|
-
content:'';
|
19
|
-
content:none;
|
20
|
-
}
|
21
|
-
table {
|
22
|
-
border-collapse:collapse;
|
23
|
-
border-spacing:0;
|
24
|
-
}
|
25
|
-
@font-face {
|
26
|
-
font-family:qlassik;
|
27
|
-
src:url("../fonts/qlassik.eot");
|
28
|
-
}
|
29
|
-
@font-face {
|
30
|
-
font-family:qlassik;
|
31
|
-
src:url("../fonts/qlassik.otf") format("opentype");
|
32
|
-
}
|
33
|
-
@font-face {
|
34
|
-
font-family:monaco;
|
35
|
-
src:url("../fonts/monaco.eot");
|
36
|
-
}
|
37
|
-
@font-face {
|
38
|
-
font-family:monaco;
|
39
|
-
src:url("../fonts/monaco.ttf");
|
40
|
-
}
|
41
|
-
html {
|
42
|
-
font-family:verdana,helvetica,geneva,sans-serif;
|
43
|
-
font-size:15px;
|
44
|
-
background:#000;
|
45
|
-
overflow-y:scroll;
|
46
|
-
}
|
47
|
-
body {
|
48
|
-
background:#fff;
|
49
|
-
margin:20px auto;
|
50
|
-
width:980px;
|
51
|
-
border-radius:15px;
|
52
|
-
-moz-border-radius:15px;
|
53
|
-
-webkit-border-radius:15px;
|
54
|
-
}
|
55
|
-
h1,h2,h3,h4,h5 {
|
56
|
-
font-family:qlassik;
|
57
|
-
text-shadow:0 2px 5px #999;
|
58
|
-
clear:both;
|
59
|
-
}
|
60
|
-
h1 { font-size:64px; }
|
61
|
-
h2 { font-size:40px; }
|
62
|
-
h3 {
|
63
|
-
font-size:36px;
|
64
|
-
padding-top: 25px;
|
65
|
-
text-align:center;
|
66
|
-
}
|
67
|
-
h4 { font-size:28px; }
|
68
|
-
h5 { font-size:21px; }
|
69
|
-
|
70
|
-
blockquote {
|
71
|
-
padding:10px;
|
72
|
-
border:1px solid #666;
|
73
|
-
margin:0 auto 15px auto;
|
74
|
-
width:610px;
|
75
|
-
border-radius:10px;
|
76
|
-
-moz-border-radius:10px;
|
77
|
-
-webkit-border-radius:10px;
|
78
|
-
}
|
79
|
-
|
80
|
-
blockquote:first-child {
|
81
|
-
margin-top:15px;
|
82
|
-
}
|
83
|
-
|
84
|
-
p,ul,ol {
|
85
|
-
line-height:18px;
|
86
|
-
margin-bottom:15px;
|
87
|
-
}
|
88
|
-
|
89
|
-
p:last-child { margin-bottom:0; }
|
90
|
-
|
91
|
-
ul,ol { margin:0 45px 15px 45px; }
|
92
|
-
|
93
|
-
li.samples { list-style-type:disc; }
|
94
|
-
|
95
|
-
pre,code,tt {
|
96
|
-
font-family:monaco;
|
97
|
-
font-size:13px;
|
98
|
-
line-height:16px;
|
99
|
-
}
|
100
|
-
|
101
|
-
pre {
|
102
|
-
background:#ccc;
|
103
|
-
padding:15px;
|
104
|
-
margin-bottom:15px;
|
105
|
-
}
|
106
|
-
|
107
|
-
pre:last-child { margin-bottom:0; }
|
108
|
-
|
109
|
-
code,tt {
|
110
|
-
background:#ccc;
|
111
|
-
padding:2px 5px;
|
112
|
-
}
|
113
|
-
|
114
|
-
small { font-size:0.6em; }
|
115
|
-
|
116
|
-
a { text-decoration:none; }
|
117
|
-
a:link,a:visited { color:#069; }
|
118
|
-
a:hover { color:#09c; }
|
119
|
-
a.links {text-decoration:none;}
|
120
|
-
a.links:link,a.links:visited { color:#000000; }
|
121
|
-
a.links:hover {color:#069;}
|
122
|
-
table {
|
123
|
-
margin-bottom:15px;
|
124
|
-
width:100%;
|
125
|
-
}
|
126
|
-
|
127
|
-
th,td {
|
128
|
-
font-size:15px;
|
129
|
-
line-height:15px;
|
130
|
-
padding:5px 15px 5px 5px;
|
131
|
-
vertical-align:top;
|
132
|
-
}
|
133
|
-
|
134
|
-
.border td {
|
135
|
-
border: 1px solid black;
|
136
|
-
}
|
137
|
-
|
138
|
-
th {
|
139
|
-
font-size:11px;
|
140
|
-
font-variant:small-caps;
|
141
|
-
text-align:left;
|
142
|
-
vertical-align:top;
|
143
|
-
}
|
144
|
-
|
145
|
-
td:last-child {
|
146
|
-
padding-right:3px;
|
147
|
-
}
|
148
|
-
|
149
|
-
tr.odd { background:#ccc; }
|
150
|
-
|
151
|
-
div.header,div.content,div.footer { padding:30px; }
|
152
|
-
|
153
|
-
div.content h3,div.content h4 { margin-bottom:15px; }
|
154
|
-
|
155
|
-
div.content table {
|
156
|
-
border:1px solid #666;
|
157
|
-
margin:0 auto 15px auto;
|
158
|
-
width:640px;
|
159
|
-
}
|
160
|
-
|
161
|
-
div.content tr { border:1px solid #666; }
|
162
|
-
|
163
|
-
div.content th {
|
164
|
-
font-family:qlassik;
|
165
|
-
font-size:18px;
|
166
|
-
text-transform:uppercase;
|
167
|
-
color:#fff;
|
168
|
-
background:#666;
|
169
|
-
}
|
170
|
-
|
171
|
-
div.content th,div.content td { padding:8px; }
|
172
|
-
|
173
|
-
div.content td.pass { background:#cfc; }
|
174
|
-
|
175
|
-
div.content td.fail { background:#fcc; }
|
176
|
-
|
177
|
-
div.header {
|
178
|
-
background:#999;
|
179
|
-
border-radius:15px 15px 0 0;
|
180
|
-
-moz-border-radius:15px 15px 0 0;
|
181
|
-
-webkit-border-radius:15px 15px 0 0;
|
182
|
-
}
|
183
|
-
|
184
|
-
div.header h4 {
|
185
|
-
font-family:qlassik;
|
186
|
-
text-align:center;
|
187
|
-
color:#333;
|
188
|
-
}
|
189
|
-
|
190
|
-
div.header h1 {
|
191
|
-
color:#fff;
|
192
|
-
font-size:72px;
|
193
|
-
text-align:center;
|
194
|
-
text-shadow:0 2px 5px #000;
|
195
|
-
}
|
196
|
-
|
197
|
-
div.footer {
|
198
|
-
background:#333;
|
199
|
-
}
|
200
|
-
|
201
|
-
div.footer h5 {
|
202
|
-
color:#666;
|
203
|
-
text-align:center;
|
204
|
-
text-shadow:0 2px 5px #000;
|
205
|
-
margin:0;
|
206
|
-
}
|
207
|
-
|
208
|
-
|
209
|
-
.optional {
|
210
|
-
color: grey;
|
211
|
-
font-style: italic;
|
212
|
-
}
|
213
|
-
|
214
|
-
.description {
|
215
|
-
font-style: italic;
|
216
|
-
background: url(../images/info.png) no-repeat left;
|
217
|
-
padding-left: 25px;
|
218
|
-
}
|
219
|
-
|
220
|
-
.documentation {
|
221
|
-
float: right;
|
222
|
-
background: url(../images/help.png) no-repeat left;
|
223
|
-
padding-left: 20px;
|
224
|
-
}
|
225
|
-
.box {
|
226
|
-
display: none;
|
227
|
-
}
|
228
|
-
.box.visible {
|
229
|
-
display: block;
|
1
|
+
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
|
2
|
+
p,blockquote,pre,a,abbr,acronym,address,big,code,em,img,
|
3
|
+
small,strong,sub,sup,tt,b,u,i,center,
|
4
|
+
ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td {
|
5
|
+
margin:0;
|
6
|
+
padding:0;
|
7
|
+
border:0;
|
8
|
+
font-size:100%;
|
9
|
+
font:inherit;
|
10
|
+
vertical-align:baseline;
|
11
|
+
}
|
12
|
+
body { line-height:1; }
|
13
|
+
ol,ul { list-style:none; }
|
14
|
+
blockquote,q { quotes:none; }
|
15
|
+
blockquote:before,
|
16
|
+
blockquote:after,
|
17
|
+
q:before,q:after {
|
18
|
+
content:'';
|
19
|
+
content:none;
|
20
|
+
}
|
21
|
+
table {
|
22
|
+
border-collapse:collapse;
|
23
|
+
border-spacing:0;
|
24
|
+
}
|
25
|
+
@font-face {
|
26
|
+
font-family:qlassik;
|
27
|
+
src:url("../fonts/qlassik.eot");
|
28
|
+
}
|
29
|
+
@font-face {
|
30
|
+
font-family:qlassik;
|
31
|
+
src:url("../fonts/qlassik.otf") format("opentype");
|
32
|
+
}
|
33
|
+
@font-face {
|
34
|
+
font-family:monaco;
|
35
|
+
src:url("../fonts/monaco.eot");
|
36
|
+
}
|
37
|
+
@font-face {
|
38
|
+
font-family:monaco;
|
39
|
+
src:url("../fonts/monaco.ttf");
|
40
|
+
}
|
41
|
+
html {
|
42
|
+
font-family:verdana,helvetica,geneva,sans-serif;
|
43
|
+
font-size:15px;
|
44
|
+
background:#000;
|
45
|
+
overflow-y:scroll;
|
46
|
+
}
|
47
|
+
body {
|
48
|
+
background:#fff;
|
49
|
+
margin:20px auto;
|
50
|
+
width:980px;
|
51
|
+
border-radius:15px;
|
52
|
+
-moz-border-radius:15px;
|
53
|
+
-webkit-border-radius:15px;
|
54
|
+
}
|
55
|
+
h1,h2,h3,h4,h5 {
|
56
|
+
font-family:qlassik;
|
57
|
+
text-shadow:0 2px 5px #999;
|
58
|
+
clear:both;
|
59
|
+
}
|
60
|
+
h1 { font-size:64px; }
|
61
|
+
h2 { font-size:40px; }
|
62
|
+
h3 {
|
63
|
+
font-size:36px;
|
64
|
+
padding-top: 25px;
|
65
|
+
text-align:center;
|
66
|
+
}
|
67
|
+
h4 { font-size:28px; }
|
68
|
+
h5 { font-size:21px; }
|
69
|
+
|
70
|
+
blockquote {
|
71
|
+
padding:10px;
|
72
|
+
border:1px solid #666;
|
73
|
+
margin:0 auto 15px auto;
|
74
|
+
width:610px;
|
75
|
+
border-radius:10px;
|
76
|
+
-moz-border-radius:10px;
|
77
|
+
-webkit-border-radius:10px;
|
78
|
+
}
|
79
|
+
|
80
|
+
blockquote:first-child {
|
81
|
+
margin-top:15px;
|
82
|
+
}
|
83
|
+
|
84
|
+
p,ul,ol {
|
85
|
+
line-height:18px;
|
86
|
+
margin-bottom:15px;
|
87
|
+
}
|
88
|
+
|
89
|
+
p:last-child { margin-bottom:0; }
|
90
|
+
|
91
|
+
ul,ol { margin:0 45px 15px 45px; }
|
92
|
+
|
93
|
+
li.samples { list-style-type:disc; }
|
94
|
+
|
95
|
+
pre,code,tt {
|
96
|
+
font-family:monaco;
|
97
|
+
font-size:13px;
|
98
|
+
line-height:16px;
|
99
|
+
}
|
100
|
+
|
101
|
+
pre {
|
102
|
+
background:#ccc;
|
103
|
+
padding:15px;
|
104
|
+
margin-bottom:15px;
|
105
|
+
}
|
106
|
+
|
107
|
+
pre:last-child { margin-bottom:0; }
|
108
|
+
|
109
|
+
code,tt {
|
110
|
+
background:#ccc;
|
111
|
+
padding:2px 5px;
|
112
|
+
}
|
113
|
+
|
114
|
+
small { font-size:0.6em; }
|
115
|
+
|
116
|
+
a { text-decoration:none; }
|
117
|
+
a:link,a:visited { color:#069; }
|
118
|
+
a:hover { color:#09c; }
|
119
|
+
a.links {text-decoration:none;}
|
120
|
+
a.links:link,a.links:visited { color:#000000; }
|
121
|
+
a.links:hover {color:#069;}
|
122
|
+
table {
|
123
|
+
margin-bottom:15px;
|
124
|
+
width:100%;
|
125
|
+
}
|
126
|
+
|
127
|
+
th,td {
|
128
|
+
font-size:15px;
|
129
|
+
line-height:15px;
|
130
|
+
padding:5px 15px 5px 5px;
|
131
|
+
vertical-align:top;
|
132
|
+
}
|
133
|
+
|
134
|
+
.border td {
|
135
|
+
border: 1px solid black;
|
136
|
+
}
|
137
|
+
|
138
|
+
th {
|
139
|
+
font-size:11px;
|
140
|
+
font-variant:small-caps;
|
141
|
+
text-align:left;
|
142
|
+
vertical-align:top;
|
143
|
+
}
|
144
|
+
|
145
|
+
td:last-child {
|
146
|
+
padding-right:3px;
|
147
|
+
}
|
148
|
+
|
149
|
+
tr.odd { background:#ccc; }
|
150
|
+
|
151
|
+
div.header,div.content,div.footer { padding:30px; }
|
152
|
+
|
153
|
+
div.content h3,div.content h4 { margin-bottom:15px; }
|
154
|
+
|
155
|
+
div.content table {
|
156
|
+
border:1px solid #666;
|
157
|
+
margin:0 auto 15px auto;
|
158
|
+
width:640px;
|
159
|
+
}
|
160
|
+
|
161
|
+
div.content tr { border:1px solid #666; }
|
162
|
+
|
163
|
+
div.content th {
|
164
|
+
font-family:qlassik;
|
165
|
+
font-size:18px;
|
166
|
+
text-transform:uppercase;
|
167
|
+
color:#fff;
|
168
|
+
background:#666;
|
169
|
+
}
|
170
|
+
|
171
|
+
div.content th,div.content td { padding:8px; }
|
172
|
+
|
173
|
+
div.content td.pass { background:#cfc; }
|
174
|
+
|
175
|
+
div.content td.fail { background:#fcc; }
|
176
|
+
|
177
|
+
div.header {
|
178
|
+
background:#999;
|
179
|
+
border-radius:15px 15px 0 0;
|
180
|
+
-moz-border-radius:15px 15px 0 0;
|
181
|
+
-webkit-border-radius:15px 15px 0 0;
|
182
|
+
}
|
183
|
+
|
184
|
+
div.header h4 {
|
185
|
+
font-family:qlassik;
|
186
|
+
text-align:center;
|
187
|
+
color:#333;
|
188
|
+
}
|
189
|
+
|
190
|
+
div.header h1 {
|
191
|
+
color:#fff;
|
192
|
+
font-size:72px;
|
193
|
+
text-align:center;
|
194
|
+
text-shadow:0 2px 5px #000;
|
195
|
+
}
|
196
|
+
|
197
|
+
div.footer {
|
198
|
+
background:#333;
|
199
|
+
}
|
200
|
+
|
201
|
+
div.footer h5 {
|
202
|
+
color:#666;
|
203
|
+
text-align:center;
|
204
|
+
text-shadow:0 2px 5px #000;
|
205
|
+
margin:0;
|
206
|
+
}
|
207
|
+
|
208
|
+
|
209
|
+
.optional {
|
210
|
+
color: grey;
|
211
|
+
font-style: italic;
|
212
|
+
}
|
213
|
+
|
214
|
+
.description {
|
215
|
+
font-style: italic;
|
216
|
+
background: url(../images/info.png) no-repeat left;
|
217
|
+
padding-left: 25px;
|
218
|
+
}
|
219
|
+
|
220
|
+
.documentation {
|
221
|
+
float: right;
|
222
|
+
background: url(../images/help.png) no-repeat left;
|
223
|
+
padding-left: 20px;
|
224
|
+
}
|
225
|
+
.box {
|
226
|
+
display: none;
|
227
|
+
}
|
228
|
+
.box.visible {
|
229
|
+
display: block;
|
230
230
|
}
|