loggable_activity 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (120) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/GETTING-STARTED.md +1 -0
  4. data/docker-compose.yml +27 -0
  5. data/docs/CHANGELOG_md.html +318 -0
  6. data/docs/CHEAT_SHEET_md.html +168 -0
  7. data/docs/CODE_OF_CONDUCT_md.html +250 -0
  8. data/docs/CreateLoggableActivities.html +175 -0
  9. data/docs/CreateLoggableActivityTables.html +173 -0
  10. data/docs/GETTING-STARTED_md.html +211 -0
  11. data/docs/Gemfile.html +153 -0
  12. data/docs/Gemfile_lock.html +438 -0
  13. data/docs/LoggableActivity/ActivitiesController.html +160 -0
  14. data/docs/LoggableActivity/ActivitiesHelper.html +158 -0
  15. data/docs/LoggableActivity/Activity.html +565 -0
  16. data/docs/LoggableActivity/ApplicationController.html +97 -0
  17. data/docs/LoggableActivity/ApplicationHelper.html +91 -0
  18. data/docs/LoggableActivity/ApplicationJob.html +97 -0
  19. data/docs/LoggableActivity/ApplicationMailer.html +97 -0
  20. data/docs/LoggableActivity/ApplicationRecord.html +97 -0
  21. data/docs/LoggableActivity/Configuration.html +237 -0
  22. data/docs/LoggableActivity/ConfigurationError.html +142 -0
  23. data/docs/LoggableActivity/CurrentActor.html +166 -0
  24. data/docs/LoggableActivity/DataOwner.html +138 -0
  25. data/docs/LoggableActivity/Encryption.html +321 -0
  26. data/docs/LoggableActivity/EncryptionError.html +142 -0
  27. data/docs/LoggableActivity/EncryptionKey.html +399 -0
  28. data/docs/LoggableActivity/Engine.html +108 -0
  29. data/docs/LoggableActivity/Error.html +142 -0
  30. data/docs/LoggableActivity/Generators/InstallGenerator.html +212 -0
  31. data/docs/LoggableActivity/Generators.html +91 -0
  32. data/docs/LoggableActivity/Hooks.html +841 -0
  33. data/docs/LoggableActivity/Payload.html +430 -0
  34. data/docs/LoggableActivity/Sanitizer.html +134 -0
  35. data/docs/LoggableActivity/Services/BasePayloadsBuilder.html +472 -0
  36. data/docs/LoggableActivity/Services/CustomPayloadsBuilder.html +225 -0
  37. data/docs/LoggableActivity/Services/DestroyPayloadsBuilder.html +396 -0
  38. data/docs/LoggableActivity/Services/PayloadsBuilder.html +348 -0
  39. data/docs/LoggableActivity/Services/UpdatePayloadsBuilder.html +540 -0
  40. data/docs/LoggableActivity/Services.html +93 -0
  41. data/docs/LoggableActivity.html +173 -0
  42. data/docs/MIT-LICENSE.html +132 -0
  43. data/docs/Object.html +110 -0
  44. data/docs/README_md.html +186 -0
  45. data/docs/Rakefile.html +134 -0
  46. data/docs/app/assets/config/loggable_activity_manifest_js.html +126 -0
  47. data/docs/app/assets/javascripts/loggable_activity/application_js.html +124 -0
  48. data/docs/app/assets/stylesheets/loggable_activity/activities_scss.html +154 -0
  49. data/docs/app/assets/stylesheets/loggable_activity/application_scss.html +142 -0
  50. data/docs/app/views/layouts/loggable_activity/application_html_slim.html +145 -0
  51. data/docs/app/views/loggable_activity/activities/_activities_html_slim.html +159 -0
  52. data/docs/created.rid +74 -0
  53. data/docs/css/fonts.css +167 -0
  54. data/docs/css/rdoc.css +687 -0
  55. data/docs/fonts/Lato-Light.ttf +0 -0
  56. data/docs/fonts/Lato-LightItalic.ttf +0 -0
  57. data/docs/fonts/Lato-Regular.ttf +0 -0
  58. data/docs/fonts/Lato-RegularItalic.ttf +0 -0
  59. data/docs/fonts/SourceCodePro-Bold.ttf +0 -0
  60. data/docs/fonts/SourceCodePro-Regular.ttf +0 -0
  61. data/docs/git-org/HEAD.html +126 -0
  62. data/docs/git-org/config.html +128 -0
  63. data/docs/git-org/description.html +126 -0
  64. data/docs/git-org/hooks/applypatch-msg_sample.html +128 -0
  65. data/docs/git-org/hooks/commit-msg_sample.html +138 -0
  66. data/docs/git-org/hooks/fsmonitor-watchman_sample.html +302 -0
  67. data/docs/git-org/hooks/post-update_sample.html +128 -0
  68. data/docs/git-org/hooks/pre-applypatch_sample.html +128 -0
  69. data/docs/git-org/hooks/pre-commit_sample.html +174 -0
  70. data/docs/git-org/hooks/pre-merge-commit_sample.html +133 -0
  71. data/docs/git-org/hooks/pre-push_sample.html +161 -0
  72. data/docs/git-org/hooks/pre-rebase_sample.html +282 -0
  73. data/docs/git-org/hooks/pre-receive_sample.html +144 -0
  74. data/docs/git-org/hooks/prepare-commit-msg_sample.html +136 -0
  75. data/docs/git-org/hooks/push-to-checkout_sample.html +178 -0
  76. data/docs/git-org/hooks/update_sample.html +226 -0
  77. data/docs/git-org/info/exclude.html +126 -0
  78. data/docs/images/add.png +0 -0
  79. data/docs/images/arrow_up.png +0 -0
  80. data/docs/images/brick.png +0 -0
  81. data/docs/images/brick_link.png +0 -0
  82. data/docs/images/bug.png +0 -0
  83. data/docs/images/bullet_black.png +0 -0
  84. data/docs/images/bullet_toggle_minus.png +0 -0
  85. data/docs/images/bullet_toggle_plus.png +0 -0
  86. data/docs/images/date.png +0 -0
  87. data/docs/images/delete.png +0 -0
  88. data/docs/images/find.png +0 -0
  89. data/docs/images/loadingAnimation.gif +0 -0
  90. data/docs/images/macFFBgHack.png +0 -0
  91. data/docs/images/package.png +0 -0
  92. data/docs/images/page_green.png +0 -0
  93. data/docs/images/page_white_text.png +0 -0
  94. data/docs/images/page_white_width.png +0 -0
  95. data/docs/images/plugin.png +0 -0
  96. data/docs/images/ruby.png +0 -0
  97. data/docs/images/tag_blue.png +0 -0
  98. data/docs/images/tag_green.png +0 -0
  99. data/docs/images/transparent.png +0 -0
  100. data/docs/images/wrench.png +0 -0
  101. data/docs/images/wrench_orange.png +0 -0
  102. data/docs/images/zoom.png +0 -0
  103. data/docs/index.html +166 -0
  104. data/docs/js/darkfish.js +97 -0
  105. data/docs/js/navigation.js +105 -0
  106. data/docs/js/navigation.js.gz +0 -0
  107. data/docs/js/search.js +110 -0
  108. data/docs/js/search_index.js +1 -0
  109. data/docs/js/search_index.js.gz +0 -0
  110. data/docs/js/searcher.js +229 -0
  111. data/docs/js/searcher.js.gz +0 -0
  112. data/docs/lib/loggable_activity/config_schema_json.html +205 -0
  113. data/docs/lib/tasks/loggable_activity_tasks_rake.html +128 -0
  114. data/docs/table_of_contents.html +954 -0
  115. data/lib/loggable_activity/concerns/current_actor.rb +25 -0
  116. data/lib/loggable_activity/hooks.rb +41 -19
  117. data/lib/loggable_activity/version.rb +1 -1
  118. data/lib/loggable_activity.rb +1 -1
  119. metadata +114 -3
  120. data/lib/loggable_activity/concerns/current_user.rb +0 -26
data/docs/created.rid ADDED
@@ -0,0 +1,74 @@
1
+ Fri, 19 Jul 2024 15:04:31 +0200
2
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/CHANGELOG.md Thu, 18 Jul 2024 12:50:07 +0200
3
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/CHEAT_SHEET.md Thu, 18 Jul 2024 12:47:26 +0200
4
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/CODE_OF_CONDUCT.md Mon, 12 Feb 2024 10:55:40 +0100
5
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/GETTING-STARTED.md Thu, 18 Jul 2024 12:50:07 +0200
6
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/Gemfile Mon, 15 Jul 2024 14:45:33 +0200
7
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/Gemfile.lock Thu, 18 Jul 2024 12:51:16 +0200
8
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/MIT-LICENSE Mon, 08 Jul 2024 09:43:16 +0200
9
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/README.md Thu, 18 Jul 2024 12:50:07 +0200
10
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/Rakefile Mon, 15 Jul 2024 14:00:54 +0200
11
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/app/assets/config/loggable_activity_manifest.js Sat, 13 Jul 2024 17:37:53 +0200
12
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/app/assets/javascripts/loggable_activity/application.js Sat, 13 Jul 2024 17:37:53 +0200
13
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/app/assets/stylesheets/loggable_activity/activities.scss Sat, 13 Jul 2024 17:37:53 +0200
14
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/app/assets/stylesheets/loggable_activity/application.scss Sat, 13 Jul 2024 17:37:53 +0200
15
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/app/controllers/loggable_activity/activities_controller.rb Mon, 08 Jul 2024 09:43:16 +0200
16
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/app/controllers/loggable_activity/application_controller.rb Mon, 08 Jul 2024 09:43:16 +0200
17
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/app/helpers/loggable_activity/activities_helper.rb Mon, 08 Jul 2024 10:30:31 +0200
18
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/app/helpers/loggable_activity/application_helper.rb Mon, 08 Jul 2024 09:43:16 +0200
19
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/app/jobs/loggable_activity/application_job.rb Mon, 08 Jul 2024 09:43:16 +0200
20
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/app/mailers/loggable_activity/application_mailer.rb Mon, 08 Jul 2024 09:43:16 +0200
21
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/app/models/loggable_activity/application_record.rb Mon, 08 Jul 2024 09:43:16 +0200
22
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/app/views/layouts/loggable_activity/application.html.slim Sat, 13 Jul 2024 17:37:53 +0200
23
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/app/views/loggable_activity/activities/_activities.html.slim Thu, 18 Jul 2024 12:50:07 +0200
24
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/bin/rails Sat, 13 Jul 2024 15:15:47 +0200
25
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/config/initializers/kaminari_config.rb Sat, 13 Jul 2024 13:48:50 +0200
26
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/config/routes.rb Mon, 08 Jul 2024 09:43:16 +0200
27
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/db/migrate/20240702092648_create_loggable_activity_tables.rb Tue, 09 Jul 2024 15:34:43 +0200
28
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/HEAD Mon, 08 Jul 2024 09:43:16 +0200
29
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/config Mon, 08 Jul 2024 09:43:16 +0200
30
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/description Mon, 08 Jul 2024 09:43:16 +0200
31
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/hooks/applypatch-msg.sample Mon, 08 Jul 2024 09:43:16 +0200
32
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/hooks/commit-msg.sample Mon, 08 Jul 2024 09:43:16 +0200
33
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/hooks/fsmonitor-watchman.sample Mon, 08 Jul 2024 09:43:16 +0200
34
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/hooks/post-update.sample Mon, 08 Jul 2024 09:43:16 +0200
35
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/hooks/pre-applypatch.sample Mon, 08 Jul 2024 09:43:16 +0200
36
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/hooks/pre-commit.sample Mon, 08 Jul 2024 09:43:16 +0200
37
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/hooks/pre-merge-commit.sample Mon, 08 Jul 2024 09:43:16 +0200
38
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/hooks/pre-push.sample Mon, 08 Jul 2024 09:43:16 +0200
39
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/hooks/pre-rebase.sample Mon, 08 Jul 2024 09:43:16 +0200
40
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/hooks/pre-receive.sample Mon, 08 Jul 2024 09:43:16 +0200
41
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/hooks/prepare-commit-msg.sample Mon, 08 Jul 2024 09:43:16 +0200
42
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/hooks/push-to-checkout.sample Mon, 08 Jul 2024 09:43:16 +0200
43
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/hooks/update.sample Mon, 08 Jul 2024 09:43:16 +0200
44
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/git-org/info/exclude Mon, 08 Jul 2024 09:43:16 +0200
45
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/generators/loggable_activity/install/install_generator.rb Thu, 18 Jul 2024 12:50:07 +0200
46
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/generators/loggable_activity/install/templates/create_loggable_activities.rb Thu, 18 Jul 2024 12:50:07 +0200
47
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/generators/loggable_activity/install/templates/loggable_activity.rb Thu, 18 Jul 2024 12:50:07 +0200
48
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/activity.rb Tue, 16 Jul 2024 12:57:29 +0200
49
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/concerns/current_actor.rb Fri, 19 Jul 2024 15:04:08 +0200
50
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/config_schema.json Thu, 18 Jul 2024 12:50:07 +0200
51
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/configuration.rb Thu, 18 Jul 2024 12:50:07 +0200
52
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/data_owner.rb Mon, 08 Jul 2024 09:43:16 +0200
53
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/encryption.rb Tue, 16 Jul 2024 12:57:29 +0200
54
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/encryption_key.rb Thu, 18 Jul 2024 12:50:07 +0200
55
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/engine.rb Sat, 13 Jul 2024 17:37:53 +0200
56
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/error.rb Mon, 15 Jul 2024 14:45:33 +0200
57
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/hooks.rb Fri, 19 Jul 2024 15:04:08 +0200
58
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/payload.rb Tue, 16 Jul 2024 12:57:29 +0200
59
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/sanitizer.rb Mon, 08 Jul 2024 09:43:16 +0200
60
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/services/base_payloads_builder.rb Tue, 16 Jul 2024 12:57:29 +0200
61
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/services/custom_payloads_builder.rb Tue, 16 Jul 2024 12:57:29 +0200
62
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/services/destroy_payloads_builder.rb Mon, 08 Jul 2024 10:16:49 +0200
63
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/services/payloads_builder.rb Mon, 15 Jul 2024 15:30:12 +0200
64
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/services/update_payloads_builder.rb Sat, 13 Jul 2024 17:37:53 +0200
65
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity/version.rb Thu, 18 Jul 2024 12:51:06 +0200
66
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/loggable_activity.rb Fri, 19 Jul 2024 15:04:08 +0200
67
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/lib/tasks/loggable_activity_tasks.rake Mon, 08 Jul 2024 09:43:16 +0200
68
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/loggable_activity-0.5.0.gem Sat, 13 Jul 2024 13:48:50 +0200
69
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/pkg/loggable_activity-0.3.1.gem Sun, 07 Jul 2024 10:33:50 +0200
70
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/pkg/loggable_activity-0.3.3.gem Sun, 07 Jul 2024 10:34:47 +0200
71
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/pkg/loggable_activity-0.5.0.gem Mon, 08 Jul 2024 12:16:46 +0200
72
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/pkg/loggable_activity-0.5.3.gem Sun, 14 Jul 2024 09:13:18 +0200
73
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/pkg/loggable_activity-0.5.4.gem Sun, 14 Jul 2024 09:15:45 +0200
74
+ /Users/maxgronlund/Documents/Max/open-source/LoggableActivityEngine/LoggableActivityEngine/pkg/loggable_activity-0.5.6.gem Thu, 18 Jul 2024 12:54:00 +0200
@@ -0,0 +1,167 @@
1
+ /*
2
+ * Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/),
3
+ * with Reserved Font Name "Source". All Rights Reserved. Source is a
4
+ * trademark of Adobe Systems Incorporated in the United States and/or other
5
+ * countries.
6
+ *
7
+ * This Font Software is licensed under the SIL Open Font License, Version
8
+ * 1.1.
9
+ *
10
+ * This license is copied below, and is also available with a FAQ at:
11
+ * http://scripts.sil.org/OFL
12
+ */
13
+
14
+ @font-face {
15
+ font-family: "Source Code Pro";
16
+ font-style: normal;
17
+ font-weight: 400;
18
+ src: local("Source Code Pro"),
19
+ local("SourceCodePro-Regular"),
20
+ url("../fonts/SourceCodePro-Regular.ttf") format("truetype");
21
+ }
22
+
23
+ @font-face {
24
+ font-family: "Source Code Pro";
25
+ font-style: normal;
26
+ font-weight: 700;
27
+ src: local("Source Code Pro Bold"),
28
+ local("SourceCodePro-Bold"),
29
+ url("../fonts/SourceCodePro-Bold.ttf") format("truetype");
30
+ }
31
+
32
+ /*
33
+ * Copyright (c) 2010, Łukasz Dziedzic (dziedzic@typoland.com),
34
+ * with Reserved Font Name Lato.
35
+ *
36
+ * This Font Software is licensed under the SIL Open Font License, Version
37
+ * 1.1.
38
+ *
39
+ * This license is copied below, and is also available with a FAQ at:
40
+ * http://scripts.sil.org/OFL
41
+ */
42
+
43
+ @font-face {
44
+ font-family: "Lato";
45
+ font-style: normal;
46
+ font-weight: 300;
47
+ src: local("Lato Light"),
48
+ local("Lato-Light"),
49
+ url("../fonts/Lato-Light.ttf") format("truetype");
50
+ }
51
+
52
+ @font-face {
53
+ font-family: "Lato";
54
+ font-style: italic;
55
+ font-weight: 300;
56
+ src: local("Lato Light Italic"),
57
+ local("Lato-LightItalic"),
58
+ url("../fonts/Lato-LightItalic.ttf") format("truetype");
59
+ }
60
+
61
+ @font-face {
62
+ font-family: "Lato";
63
+ font-style: normal;
64
+ font-weight: 700;
65
+ src: local("Lato Regular"),
66
+ local("Lato-Regular"),
67
+ url("../fonts/Lato-Regular.ttf") format("truetype");
68
+ }
69
+
70
+ @font-face {
71
+ font-family: "Lato";
72
+ font-style: italic;
73
+ font-weight: 700;
74
+ src: local("Lato Italic"),
75
+ local("Lato-Italic"),
76
+ url("../fonts/Lato-RegularItalic.ttf") format("truetype");
77
+ }
78
+
79
+ /*
80
+ * -----------------------------------------------------------
81
+ * SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
82
+ * -----------------------------------------------------------
83
+ *
84
+ * PREAMBLE
85
+ * The goals of the Open Font License (OFL) are to stimulate worldwide
86
+ * development of collaborative font projects, to support the font creation
87
+ * efforts of academic and linguistic communities, and to provide a free and
88
+ * open framework in which fonts may be shared and improved in partnership
89
+ * with others.
90
+ *
91
+ * The OFL allows the licensed fonts to be used, studied, modified and
92
+ * redistributed freely as long as they are not sold by themselves. The
93
+ * fonts, including any derivative works, can be bundled, embedded,
94
+ * redistributed and/or sold with any software provided that any reserved
95
+ * names are not used by derivative works. The fonts and derivatives,
96
+ * however, cannot be released under any other type of license. The
97
+ * requirement for fonts to remain under this license does not apply
98
+ * to any document created using the fonts or their derivatives.
99
+ *
100
+ * DEFINITIONS
101
+ * "Font Software" refers to the set of files released by the Copyright
102
+ * Holder(s) under this license and clearly marked as such. This may
103
+ * include source files, build scripts and documentation.
104
+ *
105
+ * "Reserved Font Name" refers to any names specified as such after the
106
+ * copyright statement(s).
107
+ *
108
+ * "Original Version" refers to the collection of Font Software components as
109
+ * distributed by the Copyright Holder(s).
110
+ *
111
+ * "Modified Version" refers to any derivative made by adding to, deleting,
112
+ * or substituting -- in part or in whole -- any of the components of the
113
+ * Original Version, by changing formats or by porting the Font Software to a
114
+ * new environment.
115
+ *
116
+ * "Author" refers to any designer, engineer, programmer, technical
117
+ * writer or other person who contributed to the Font Software.
118
+ *
119
+ * PERMISSION & CONDITIONS
120
+ * Permission is hereby granted, free of charge, to any person obtaining
121
+ * a copy of the Font Software, to use, study, copy, merge, embed, modify,
122
+ * redistribute, and sell modified and unmodified copies of the Font
123
+ * Software, subject to the following conditions:
124
+ *
125
+ * 1) Neither the Font Software nor any of its individual components,
126
+ * in Original or Modified Versions, may be sold by itself.
127
+ *
128
+ * 2) Original or Modified Versions of the Font Software may be bundled,
129
+ * redistributed and/or sold with any software, provided that each copy
130
+ * contains the above copyright notice and this license. These can be
131
+ * included either as stand-alone text files, human-readable headers or
132
+ * in the appropriate machine-readable metadata fields within text or
133
+ * binary files as long as those fields can be easily viewed by the user.
134
+ *
135
+ * 3) No Modified Version of the Font Software may use the Reserved Font
136
+ * Name(s) unless explicit written permission is granted by the corresponding
137
+ * Copyright Holder. This restriction only applies to the primary font name as
138
+ * presented to the users.
139
+ *
140
+ * 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
141
+ * Software shall not be used to promote, endorse or advertise any
142
+ * Modified Version, except to acknowledge the contribution(s) of the
143
+ * Copyright Holder(s) and the Author(s) or with their explicit written
144
+ * permission.
145
+ *
146
+ * 5) The Font Software, modified or unmodified, in part or in whole,
147
+ * must be distributed entirely under this license, and must not be
148
+ * distributed under any other license. The requirement for fonts to
149
+ * remain under this license does not apply to any document created
150
+ * using the Font Software.
151
+ *
152
+ * TERMINATION
153
+ * This license becomes null and void if any of the above conditions are
154
+ * not met.
155
+ *
156
+ * DISCLAIMER
157
+ * THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
158
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
159
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
160
+ * OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
161
+ * COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
162
+ * INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
163
+ * DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
164
+ * FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
165
+ * OTHER DEALINGS IN THE FONT SOFTWARE.
166
+ */
167
+