From 1a474c04ca890f9aa3e1b004795a238e9ad04488 Mon Sep 17 00:00:00 2001 From: Collapsed Plug Date: Mon, 3 Apr 2017 17:42:02 +0900 Subject: [PATCH 1/3] replace occurrence of http in templates with https --- .../announcement_created.hipchat.html | 4 ++-- .../announcement_created.slack.txt | 4 ++-- .../announcement_deleted.slack.txt | 4 ++-- .../announcement_updated.slack.txt | 4 ++-- src/templates/activities/blogs/created.txt | 2 +- .../blogs/entry_created.hipchat.html | 2 +- .../activities/blogs/entry_created.slack.txt | 4 ++-- .../activities/blogs/entry_deleted.slack.txt | 4 ++-- .../activities/blogs/entry_updated.slack.txt | 4 ++-- .../activities/comment_added.hipchat.html | 2 +- .../activities/comment_added.slack.txt | 4 ++-- src/templates/activities/comment_added.txt | 2 +- src/templates/activities/created.hipchat.html | 2 +- src/templates/activities/created.slack.txt | 2 +- src/templates/activities/created.txt | 2 +- src/templates/activities/deleted.txt | 2 +- src/templates/activities/events/created.txt | 2 +- .../events/event_created.hipchat.html | 2 +- .../activities/events/event_created.slack.txt | 4 ++-- .../activities/events/event_deleted.slack.txt | 4 ++-- .../activities/events/event_updated.slack.txt | 4 ++-- .../events/event_user_added.hipchat.html | 2 +- .../events/event_user_added.slack.txt | 4 ++-- .../events/event_user_removed.hipchat.html | 2 +- .../events/event_user_removed.slack.txt | 4 ++-- .../hatenablogentry_created.hipchat.html | 2 +- .../persona_account_added.hipchat.html | 2 +- .../personas/persona_account_added.slack.txt | 4 ++-- .../personas/persona_account_added.txt | 2 +- .../personas/persona_activated.hipchat.html | 2 +- .../personas/persona_activated.slack.txt | 4 ++-- .../activities/personas/persona_activated.txt | 2 +- .../persona_profile_updated.hipchat.html | 2 +- .../persona_profile_updated.slack.txt | 4 ++-- .../personas/persona_profile_updated.txt | 2 +- src/templates/activities/products/created.txt | 2 +- .../products/product_created.hipchat.html | 2 +- .../products/product_created.slack.txt | 2 +- .../product_release_added.hipchat.html | 2 +- .../products/product_release_added.slack.txt | 2 +- .../products/product_release_added.txt | 2 +- .../product_screenshot_added.hipchat.html | 2 +- .../product_screenshot_added.slack.txt | 2 +- .../products/product_screenshot_added.txt | 2 +- src/templates/activities/projects/created.txt | 2 +- .../projects/project_created.hipchat.html | 2 +- .../projects/project_created.slack.txt | 4 ++-- .../projects/project_deleted.slack.txt | 4 ++-- .../projects/project_updated.slack.txt | 4 ++-- .../projects/project_user_added.hipchat.html | 2 +- .../projects/project_user_added.slack.txt | 4 ++-- .../project_user_removed.hipchat.html | 2 +- .../projects/project_user_removed.slack.txt | 4 ++-- src/templates/activities/updated.hipchat.html | 2 +- src/templates/activities/updated.slack.txt | 2 +- src/templates/activities/updated.txt | 2 +- src/templates/activities/user_added.txt | 2 +- src/templates/activities/user_removed.txt | 2 +- .../announcements/announcement_detail.html | 2 +- src/templates/attachments/embed/pdf.html | 2 +- src/templates/base.html | 2 +- src/templates/blogs/entry_detail.html | 2 +- src/templates/events/event_detail.html | 2 +- src/templates/markdown/about.md | 6 ++--- src/templates/markdown/ggj.md | 4 ++-- src/templates/markdown/guideline/credits.md | 4 ++-- src/templates/markdown/helps/advent.md | 10 ++++---- src/templates/markdown/helps/instruction.md | 4 ++-- src/templates/markdown/helps/markdown.md | 4 ++-- .../markdown/helps/staff/registration.md | 6 ++--- src/templates/markdown/helps/welcome.md | 6 ++--- src/templates/markdown/pr-blog.md | 2 +- src/templates/markdown/published.md | 24 +++++++++---------- src/templates/personas/persona_detail.html | 2 +- .../products/components/twitter_card.html | 6 ++--- src/templates/products/product_detail.html | 2 +- src/templates/projects/project_detail.html | 2 +- .../registration/acceptance_email.txt | 6 ++--- .../registration/activation_email.txt | 8 +++---- .../registration/notification_email.txt | 4 ++-- .../registration/password_reset_email.html | 2 +- .../registration/registration_email.txt | 2 +- .../registration/rejection_email.txt | 4 ++-- 83 files changed, 138 insertions(+), 138 deletions(-) diff --git a/src/templates/activities/announcements/announcement_created.hipchat.html b/src/templates/activities/announcements/announcement_created.hipchat.html index 7ac41d43..af5ddab7 100644 --- a/src/templates/activities/announcements/announcement_created.hipchat.html +++ b/src/templates/activities/announcements/announcement_created.hipchat.html @@ -1,2 +1,2 @@ -{{ object.author.nickname }}さんが「{{ object.title }}」を書きました -
{{  object.body | kfm | striptags | truncatechars_html:150 }}
\ No newline at end of file +{{ object.author.nickname }}さんが「{{ object.title }}」を書きました +
{{  object.body | kfm | striptags | truncatechars_html:150 }}
diff --git a/src/templates/activities/announcements/announcement_created.slack.txt b/src/templates/activities/announcements/announcement_created.slack.txt index 7271baa9..e17e0ef6 100644 --- a/src/templates/activities/announcements/announcement_created.slack.txt +++ b/src/templates/activities/announcements/announcement_created.slack.txt @@ -1,6 +1,6 @@ - -*「」を書きました* + +*「」を書きました* ``` {{ object.body | kfm | striptags | truncatechars_html:150 }} diff --git a/src/templates/activities/announcements/announcement_deleted.slack.txt b/src/templates/activities/announcements/announcement_deleted.slack.txt index 5c97d733..19408a3a 100644 --- a/src/templates/activities/announcements/announcement_deleted.slack.txt +++ b/src/templates/activities/announcements/announcement_deleted.slack.txt @@ -1,3 +1,3 @@ - -*「」を削除しました* + +*「」を削除しました* diff --git a/src/templates/activities/announcements/announcement_updated.slack.txt b/src/templates/activities/announcements/announcement_updated.slack.txt index 65ae5c81..c7177043 100644 --- a/src/templates/activities/announcements/announcement_updated.slack.txt +++ b/src/templates/activities/announcements/announcement_updated.slack.txt @@ -1,6 +1,6 @@ - -*「」を更新しました* + +*「」を更新しました* ``` {{ object.body | kfm | striptags | truncatechars_html:150 }} diff --git a/src/templates/activities/blogs/created.txt b/src/templates/activities/blogs/created.txt index d5f41e56..8413e927 100644 --- a/src/templates/activities/blogs/created.txt +++ b/src/templates/activities/blogs/created.txt @@ -1,4 +1,4 @@ {% load shortenurl %} {% shortenurl %} -{{ object.author.nickname }}さんが「{{ object.title }}」を書きました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz +{{ object.author.nickname }}さんが「{{ object.title }}」を書きました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz {% endshortenurl %} diff --git a/src/templates/activities/blogs/entry_created.hipchat.html b/src/templates/activities/blogs/entry_created.hipchat.html index 523beeea..af5ddab7 100644 --- a/src/templates/activities/blogs/entry_created.hipchat.html +++ b/src/templates/activities/blogs/entry_created.hipchat.html @@ -1,2 +1,2 @@ -{{ object.author.nickname }}さんが「{{ object.title }}」を書きました +{{ object.author.nickname }}さんが「{{ object.title }}」を書きました
{{  object.body | kfm | striptags | truncatechars_html:150 }}
diff --git a/src/templates/activities/blogs/entry_created.slack.txt b/src/templates/activities/blogs/entry_created.slack.txt index 7271baa9..e17e0ef6 100644 --- a/src/templates/activities/blogs/entry_created.slack.txt +++ b/src/templates/activities/blogs/entry_created.slack.txt @@ -1,6 +1,6 @@ - -*「」を書きました* + +*「」を書きました* ``` {{ object.body | kfm | striptags | truncatechars_html:150 }} diff --git a/src/templates/activities/blogs/entry_deleted.slack.txt b/src/templates/activities/blogs/entry_deleted.slack.txt index 5c97d733..19408a3a 100644 --- a/src/templates/activities/blogs/entry_deleted.slack.txt +++ b/src/templates/activities/blogs/entry_deleted.slack.txt @@ -1,3 +1,3 @@ - -*「」を削除しました* + +*「」を削除しました* diff --git a/src/templates/activities/blogs/entry_updated.slack.txt b/src/templates/activities/blogs/entry_updated.slack.txt index 65ae5c81..c7177043 100644 --- a/src/templates/activities/blogs/entry_updated.slack.txt +++ b/src/templates/activities/blogs/entry_updated.slack.txt @@ -1,6 +1,6 @@ - -*「」を更新しました* + +*「」を更新しました* ``` {{ object.body | kfm | striptags | truncatechars_html:150 }} diff --git a/src/templates/activities/comment_added.hipchat.html b/src/templates/activities/comment_added.hipchat.html index 7a055d0d..fc072b38 100644 --- a/src/templates/activities/comment_added.hipchat.html +++ b/src/templates/activities/comment_added.hipchat.html @@ -1,2 +1,2 @@ -{{ comment.user.nickname }}さんが「{{ comment.content_object }}」にコメントしました http://{{ site.domain }}{{ comment.get_absolute_url }} +{{ comment.user.nickname }}さんが「{{ comment.content_object }}」にコメントしました https://{{ site.domain }}{{ comment.get_absolute_url }}
{{ comment.comment | kfm | striptags | truncatechars_html:150 }}
diff --git a/src/templates/activities/comment_added.slack.txt b/src/templates/activities/comment_added.slack.txt index 9e1bec0f..c148a850 100644 --- a/src/templates/activities/comment_added.slack.txt +++ b/src/templates/activities/comment_added.slack.txt @@ -1,6 +1,6 @@ - -*「」にコメントしました * + +*「」にコメントしました * ``` {{ comment.comment | kfm | striptags | truncatechars_html:150 }} ``` diff --git a/src/templates/activities/comment_added.txt b/src/templates/activities/comment_added.txt index e71a719e..40f872f6 100644 --- a/src/templates/activities/comment_added.txt +++ b/src/templates/activities/comment_added.txt @@ -1,4 +1,4 @@ {% load shortenurl %} {% shortenurl %} -{{ comment.user.nickname }}さんが「{{ comment.content_object }}」にコメントしました http://{{ site.domain }}{{ comment.get_absolute_url }} #Kawaz +{{ comment.user.nickname }}さんが「{{ comment.content_object }}」にコメントしました https://{{ site.domain }}{{ comment.get_absolute_url }} #Kawaz {% endshortenurl %} diff --git a/src/templates/activities/created.hipchat.html b/src/templates/activities/created.hipchat.html index eeea05b5..64220b5b 100644 --- a/src/templates/activities/created.hipchat.html +++ b/src/templates/activities/created.hipchat.html @@ -1 +1 @@ -{{ object.title }}」が作成されました +{{ object.title }}」が作成されました diff --git a/src/templates/activities/created.slack.txt b/src/templates/activities/created.slack.txt index fa95ca25..d1aa4f8e 100644 --- a/src/templates/activities/created.slack.txt +++ b/src/templates/activities/created.slack.txt @@ -1 +1 @@ -*「」が作成されました* +*「」が作成されました* diff --git a/src/templates/activities/created.txt b/src/templates/activities/created.txt index 80f4ca04..bbb215c1 100644 --- a/src/templates/activities/created.txt +++ b/src/templates/activities/created.txt @@ -1,5 +1,5 @@ {% load shortenurl %} {% shortenurl %} -「{{ object }}」が作成されました http://{{ site.domain }}{{ object.get_absolute_url }} +「{{ object }}」が作成されました https://{{ site.domain }}{{ object.get_absolute_url }} {% endshortenurl %} diff --git a/src/templates/activities/deleted.txt b/src/templates/activities/deleted.txt index f6ba6927..5d42aac4 100644 --- a/src/templates/activities/deleted.txt +++ b/src/templates/activities/deleted.txt @@ -1,4 +1,4 @@ {% load shortenurl %} {% shortenurl %} -「{{ object }}」が削除されました http://www.kawaz.org #Kawaz +「{{ object }}」が削除されました https://www.kawaz.org #Kawaz {% endshortenurl %} diff --git a/src/templates/activities/events/created.txt b/src/templates/activities/events/created.txt index 0999f93f..8d6d1910 100644 --- a/src/templates/activities/events/created.txt +++ b/src/templates/activities/events/created.txt @@ -1,5 +1,5 @@ {% load shortenurl %} {% shortenurl %} -{{ object.organizer.nickname }}さんが「{{ object.title }}」を企画しました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz +{{ object.organizer.nickname }}さんが「{{ object.title }}」を企画しました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz {% endshortenurl %} diff --git a/src/templates/activities/events/event_created.hipchat.html b/src/templates/activities/events/event_created.hipchat.html index 53f1606e..1365f703 100644 --- a/src/templates/activities/events/event_created.hipchat.html +++ b/src/templates/activities/events/event_created.hipchat.html @@ -1,4 +1,4 @@ -{{ object.organizer.nickname }}さんが「{{ object.title }}」を企画しました +{{ object.organizer.nickname }}さんが「{{ object.title }}」を企画しました
 日時:{{ object.humanized_period }}
場所:{{ object.place }}
diff --git a/src/templates/activities/events/event_created.slack.txt b/src/templates/activities/events/event_created.slack.txt index 91e17bb6..e6105b58 100644 --- a/src/templates/activities/events/event_created.slack.txt +++ b/src/templates/activities/events/event_created.slack.txt @@ -1,6 +1,6 @@ - -*「」を企画しました* + +*「」を企画しました* *日時* :{{ object.humanized_period }} *場所* :{{ object.place }} diff --git a/src/templates/activities/events/event_deleted.slack.txt b/src/templates/activities/events/event_deleted.slack.txt index 4169eaa1..c70364fc 100644 --- a/src/templates/activities/events/event_deleted.slack.txt +++ b/src/templates/activities/events/event_deleted.slack.txt @@ -1,3 +1,3 @@ - -*「」を削除しました* + +*「」を削除しました* diff --git a/src/templates/activities/events/event_updated.slack.txt b/src/templates/activities/events/event_updated.slack.txt index 5fbe9865..8c41be93 100644 --- a/src/templates/activities/events/event_updated.slack.txt +++ b/src/templates/activities/events/event_updated.slack.txt @@ -1,6 +1,6 @@ - -*「」を更新しました* + +*「」を更新しました* *日時* :{{ object.humanized_period }} *場所* :{{ object.place }} diff --git a/src/templates/activities/events/event_user_added.hipchat.html b/src/templates/activities/events/event_user_added.hipchat.html index ebb01823..fb57caec 100644 --- a/src/templates/activities/events/event_user_added.hipchat.html +++ b/src/templates/activities/events/event_user_added.hipchat.html @@ -1 +1 @@ -{{ user.nickname }}さんが「{{ object }}」に参加しました +{{ user.nickname }}さんが「{{ object }}」に参加しました diff --git a/src/templates/activities/events/event_user_added.slack.txt b/src/templates/activities/events/event_user_added.slack.txt index 6b56ce40..38a8a87a 100644 --- a/src/templates/activities/events/event_user_added.slack.txt +++ b/src/templates/activities/events/event_user_added.slack.txt @@ -1,3 +1,3 @@ - -*「」に参加しました* + +*「」に参加しました* diff --git a/src/templates/activities/events/event_user_removed.hipchat.html b/src/templates/activities/events/event_user_removed.hipchat.html index 325f9983..220a62d3 100644 --- a/src/templates/activities/events/event_user_removed.hipchat.html +++ b/src/templates/activities/events/event_user_removed.hipchat.html @@ -1 +1 @@ -{{ user.nickname }}さんが「{{ object }}」への参加をやめました +{{ user.nickname }}さんが「{{ object }}」への参加をやめました diff --git a/src/templates/activities/events/event_user_removed.slack.txt b/src/templates/activities/events/event_user_removed.slack.txt index 657e2950..e4cad20a 100644 --- a/src/templates/activities/events/event_user_removed.slack.txt +++ b/src/templates/activities/events/event_user_removed.slack.txt @@ -1,3 +1,3 @@ - -*「」への参加をやめました* + +*「」への参加をやめました* diff --git a/src/templates/activities/hatenablog/hatenablogentry_created.hipchat.html b/src/templates/activities/hatenablog/hatenablogentry_created.hipchat.html index 338ecbcf..79b8c73c 100644 --- a/src/templates/activities/hatenablog/hatenablogentry_created.hipchat.html +++ b/src/templates/activities/hatenablog/hatenablogentry_created.hipchat.html @@ -1 +1 @@ -広報ブログに「{{ object }}」が投稿されました +広報ブログに「{{ object }}」が投稿されました diff --git a/src/templates/activities/personas/persona_account_added.hipchat.html b/src/templates/activities/personas/persona_account_added.hipchat.html index bc6497eb..85dd4718 100644 --- a/src/templates/activities/personas/persona_account_added.hipchat.html +++ b/src/templates/activities/personas/persona_account_added.hipchat.html @@ -1 +1 @@ -{{ object.nickname }}さんが{{ service.label }}アカウントの情報を追加しました +{{ object.nickname }}さんが{{ service.label }}アカウントの情報を追加しました diff --git a/src/templates/activities/personas/persona_account_added.slack.txt b/src/templates/activities/personas/persona_account_added.slack.txt index a9514a4e..4ee90e23 100644 --- a/src/templates/activities/personas/persona_account_added.slack.txt +++ b/src/templates/activities/personas/persona_account_added.slack.txt @@ -1,3 +1,3 @@ - -*の情報を追加しました* + +*の情報を追加しました* diff --git a/src/templates/activities/personas/persona_account_added.txt b/src/templates/activities/personas/persona_account_added.txt index 21059fe4..8ca2adee 100644 --- a/src/templates/activities/personas/persona_account_added.txt +++ b/src/templates/activities/personas/persona_account_added.txt @@ -1,4 +1,4 @@ {% load shortenurl %} {% shortenurl %} -{{ object.nickname }}さんが{{ service.label }}アカウントの情報を追加しました http://{{ site.domain }}{{ object.get_absolute_url }} +{{ object.nickname }}さんが{{ service.label }}アカウントの情報を追加しました https://{{ site.domain }}{{ object.get_absolute_url }} {% endshortenurl %} \ No newline at end of file diff --git a/src/templates/activities/personas/persona_activated.hipchat.html b/src/templates/activities/personas/persona_activated.hipchat.html index f3ba6f9e..813988ea 100644 --- a/src/templates/activities/personas/persona_activated.hipchat.html +++ b/src/templates/activities/personas/persona_activated.hipchat.html @@ -1,2 +1,2 @@ -{{ object.nickname }}さんが入会しました +{{ object.nickname }}さんが入会しました
{{  object.body | kfm | striptags | truncatechars_html:150 }}
diff --git a/src/templates/activities/personas/persona_activated.slack.txt b/src/templates/activities/personas/persona_activated.slack.txt index 46482d31..d74b0c93 100644 --- a/src/templates/activities/personas/persona_activated.slack.txt +++ b/src/templates/activities/personas/persona_activated.slack.txt @@ -1,3 +1,3 @@ - -*さんが入会しました* + +*さんが入会しました* diff --git a/src/templates/activities/personas/persona_activated.txt b/src/templates/activities/personas/persona_activated.txt index 9958d5f4..494d5663 100644 --- a/src/templates/activities/personas/persona_activated.txt +++ b/src/templates/activities/personas/persona_activated.txt @@ -1,4 +1,4 @@ {% load shortenurl %} {% shortenurl %} -{{ object.nickname }}さんが入会しました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz +{{ object.nickname }}さんが入会しました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz {% endshortenurl %} diff --git a/src/templates/activities/personas/persona_profile_updated.hipchat.html b/src/templates/activities/personas/persona_profile_updated.hipchat.html index 43af758f..fcc0b7d0 100644 --- a/src/templates/activities/personas/persona_profile_updated.hipchat.html +++ b/src/templates/activities/personas/persona_profile_updated.hipchat.html @@ -1 +1 @@ -{{ object.nickname }}」さんがプロフィールを更新しました +{{ object.nickname }}」さんがプロフィールを更新しました diff --git a/src/templates/activities/personas/persona_profile_updated.slack.txt b/src/templates/activities/personas/persona_profile_updated.slack.txt index 9a9b496e..ed098f4c 100644 --- a/src/templates/activities/personas/persona_profile_updated.slack.txt +++ b/src/templates/activities/personas/persona_profile_updated.slack.txt @@ -1,3 +1,3 @@ - -*「」さんがプロフィールを更新しました* + +*「」さんがプロフィールを更新しました* diff --git a/src/templates/activities/personas/persona_profile_updated.txt b/src/templates/activities/personas/persona_profile_updated.txt index 5ebe089c..c6ebe3f3 100644 --- a/src/templates/activities/personas/persona_profile_updated.txt +++ b/src/templates/activities/personas/persona_profile_updated.txt @@ -1,4 +1,4 @@ {% load shortenurl %} {% shortenurl %} -{{ object.nickname }}さんのプロフィールが更新されました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz +{{ object.nickname }}さんのプロフィールが更新されました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz {% endshortenurl %} diff --git a/src/templates/activities/products/created.txt b/src/templates/activities/products/created.txt index 86909980..f564e714 100644 --- a/src/templates/activities/products/created.txt +++ b/src/templates/activities/products/created.txt @@ -1,4 +1,4 @@ {% load shortenurl %} {% shortenurl %} -「{{ object.title }}」が公開されました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz +「{{ object.title }}」が公開されました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz {% endshortenurl %} diff --git a/src/templates/activities/products/product_created.hipchat.html b/src/templates/activities/products/product_created.hipchat.html index 6d73cb53..290d223d 100644 --- a/src/templates/activities/products/product_created.hipchat.html +++ b/src/templates/activities/products/product_created.hipchat.html @@ -1,2 +1,2 @@ -{{ object.title }}」が公開されました +{{ object.title }}」が公開されました
{{ object.description | kfm | striptags | truncatechars_html:150 }}
diff --git a/src/templates/activities/products/product_created.slack.txt b/src/templates/activities/products/product_created.slack.txt index c39420ea..39540d04 100644 --- a/src/templates/activities/products/product_created.slack.txt +++ b/src/templates/activities/products/product_created.slack.txt @@ -1,4 +1,4 @@ -*「」が公開されました* +*「」が公開されました* ``` {{ object.description | kfm | striptags | truncatechars_html:150 }} diff --git a/src/templates/activities/products/product_release_added.hipchat.html b/src/templates/activities/products/product_release_added.hipchat.html index 49b4dce3..ffa35e0c 100644 --- a/src/templates/activities/products/product_release_added.hipchat.html +++ b/src/templates/activities/products/product_release_added.hipchat.html @@ -1,2 +1,2 @@ -{{ object.last_modifier.nickname }}さんが「{{ release.product.title }}」に「{{ release.label }}」を追加しました +{{ object.last_modifier.nickname }}さんが「{{ release.product.title }}」に「{{ release.label }}」を追加しました
{{ object.description | kfm | striptags | truncatechars_html:150 }}
diff --git a/src/templates/activities/products/product_release_added.slack.txt b/src/templates/activities/products/product_release_added.slack.txt index 96ab7bbb..d36b7c71 100644 --- a/src/templates/activities/products/product_release_added.slack.txt +++ b/src/templates/activities/products/product_release_added.slack.txt @@ -1,4 +1,4 @@ -*{{ object.last_modifier.nickname }}さんが「{{ release.product.title }}」に「」を追加しました* +*{{ object.last_modifier.nickname }}さんが「{{ release.product.title }}」に「」を追加しました* ``` {{ object.description | kfm | striptags | truncatechars_html:150 }} diff --git a/src/templates/activities/products/product_release_added.txt b/src/templates/activities/products/product_release_added.txt index ea27b4d7..7eb7c4d2 100644 --- a/src/templates/activities/products/product_release_added.txt +++ b/src/templates/activities/products/product_release_added.txt @@ -1,5 +1,5 @@ {% load shortenurl %} {% shortenurl %} -{{ object.last_modifier.nickname }}さんが「{{ release.product.title }}」に「{{ release.label }}」を追加しました http://{{ site.domain }}{{ release.get_absolute_url }} +{{ object.last_modifier.nickname }}さんが「{{ release.product.title }}」に「{{ release.label }}」を追加しました https://{{ site.domain }}{{ release.get_absolute_url }} #Kawaz {% endshortenurl %} diff --git a/src/templates/activities/products/product_screenshot_added.hipchat.html b/src/templates/activities/products/product_screenshot_added.hipchat.html index 092b35ee..e0e95687 100644 --- a/src/templates/activities/products/product_screenshot_added.hipchat.html +++ b/src/templates/activities/products/product_screenshot_added.hipchat.html @@ -1,2 +1,2 @@ -{{ object.last_modifier.nickname }}さんが「{{ object.title }}」にスクリーンショットを追加しました +{{ object.last_modifier.nickname }}さんが「{{ object.title }}」にスクリーンショットを追加しました
{{ object.description | kfm | striptags | truncatechars_html:150 }}
diff --git a/src/templates/activities/products/product_screenshot_added.slack.txt b/src/templates/activities/products/product_screenshot_added.slack.txt index 786887e6..d1b49fcd 100644 --- a/src/templates/activities/products/product_screenshot_added.slack.txt +++ b/src/templates/activities/products/product_screenshot_added.slack.txt @@ -1,4 +1,4 @@ -*{{ object.last_modifier.nickname }}さんが「」にスクリーンショットを追加しました* +*{{ object.last_modifier.nickname }}さんが「」にスクリーンショットを追加しました* ``` {{ object.description | kfm | striptags | truncatechars_html:150 }} diff --git a/src/templates/activities/products/product_screenshot_added.txt b/src/templates/activities/products/product_screenshot_added.txt index b728845e..06dbee4a 100644 --- a/src/templates/activities/products/product_screenshot_added.txt +++ b/src/templates/activities/products/product_screenshot_added.txt @@ -1,4 +1,4 @@ {% load shortenurl %} {% shortenurl %} -「{{ object }}」にスクリーンショットが追加されました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz +「{{ object }}」にスクリーンショットが追加されました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz {% endshortenurl %} diff --git a/src/templates/activities/projects/created.txt b/src/templates/activities/projects/created.txt index 0840c20f..371637f7 100644 --- a/src/templates/activities/projects/created.txt +++ b/src/templates/activities/projects/created.txt @@ -1 +1 @@ -{{ object.administrator.nickname }}さんが「{{ object.title }}」を発足しました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz +{{ object.administrator.nickname }}さんが「{{ object.title }}」を発足しました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz diff --git a/src/templates/activities/projects/project_created.hipchat.html b/src/templates/activities/projects/project_created.hipchat.html index f77c85dd..aadf5a90 100644 --- a/src/templates/activities/projects/project_created.hipchat.html +++ b/src/templates/activities/projects/project_created.hipchat.html @@ -1,2 +1,2 @@ -{{ object.administrator.nickname }}さんが「{{ object.title }}」を発足しました +{{ object.administrator.nickname }}さんが「{{ object.title }}」を発足しました
{{ object.body | kfm | striptags | truncatechars_html:150 }}
diff --git a/src/templates/activities/projects/project_created.slack.txt b/src/templates/activities/projects/project_created.slack.txt index 6a5d2a1b..3920370e 100644 --- a/src/templates/activities/projects/project_created.slack.txt +++ b/src/templates/activities/projects/project_created.slack.txt @@ -1,6 +1,6 @@ - -*「」を発足しました* + +*「」を発足しました* ``` {{ object.body | kfm | striptags | truncatechars_html:150 }} diff --git a/src/templates/activities/projects/project_deleted.slack.txt b/src/templates/activities/projects/project_deleted.slack.txt index ad62bb7b..ba216809 100644 --- a/src/templates/activities/projects/project_deleted.slack.txt +++ b/src/templates/activities/projects/project_deleted.slack.txt @@ -1,3 +1,3 @@ - -*「」を削除しました* + +*「」を削除しました* diff --git a/src/templates/activities/projects/project_updated.slack.txt b/src/templates/activities/projects/project_updated.slack.txt index 0a85adf6..dca82a20 100644 --- a/src/templates/activities/projects/project_updated.slack.txt +++ b/src/templates/activities/projects/project_updated.slack.txt @@ -1,6 +1,6 @@ - -*「」を更新しました* + +*「」を更新しました* ``` {{ object.body | kfm | striptags | truncatechars_html:150 }} diff --git a/src/templates/activities/projects/project_user_added.hipchat.html b/src/templates/activities/projects/project_user_added.hipchat.html index ebb01823..fb57caec 100644 --- a/src/templates/activities/projects/project_user_added.hipchat.html +++ b/src/templates/activities/projects/project_user_added.hipchat.html @@ -1 +1 @@ -{{ user.nickname }}さんが「{{ object }}」に参加しました +{{ user.nickname }}さんが「{{ object }}」に参加しました diff --git a/src/templates/activities/projects/project_user_added.slack.txt b/src/templates/activities/projects/project_user_added.slack.txt index 6b56ce40..38a8a87a 100644 --- a/src/templates/activities/projects/project_user_added.slack.txt +++ b/src/templates/activities/projects/project_user_added.slack.txt @@ -1,3 +1,3 @@ - -*「」に参加しました* + +*「」に参加しました* diff --git a/src/templates/activities/projects/project_user_removed.hipchat.html b/src/templates/activities/projects/project_user_removed.hipchat.html index 325f9983..220a62d3 100644 --- a/src/templates/activities/projects/project_user_removed.hipchat.html +++ b/src/templates/activities/projects/project_user_removed.hipchat.html @@ -1 +1 @@ -{{ user.nickname }}さんが「{{ object }}」への参加をやめました +{{ user.nickname }}さんが「{{ object }}」への参加をやめました diff --git a/src/templates/activities/projects/project_user_removed.slack.txt b/src/templates/activities/projects/project_user_removed.slack.txt index 657e2950..e4cad20a 100644 --- a/src/templates/activities/projects/project_user_removed.slack.txt +++ b/src/templates/activities/projects/project_user_removed.slack.txt @@ -1,3 +1,3 @@ - -*「」への参加をやめました* + +*「」への参加をやめました* diff --git a/src/templates/activities/updated.hipchat.html b/src/templates/activities/updated.hipchat.html index fa1a2d2a..3b601a73 100644 --- a/src/templates/activities/updated.hipchat.html +++ b/src/templates/activities/updated.hipchat.html @@ -1 +1 @@ -{{ object.title }}」が編集されました +{{ object.title }}」が編集されました diff --git a/src/templates/activities/updated.slack.txt b/src/templates/activities/updated.slack.txt index 9b585ebb..458ca529 100644 --- a/src/templates/activities/updated.slack.txt +++ b/src/templates/activities/updated.slack.txt @@ -1 +1 @@ -*「」が編集されました* +*「」が編集されました* diff --git a/src/templates/activities/updated.txt b/src/templates/activities/updated.txt index c5404c1b..cc851fdd 100644 --- a/src/templates/activities/updated.txt +++ b/src/templates/activities/updated.txt @@ -1,5 +1,5 @@ {% load shortenurl %} {% shortenurl %} -「{{ object }}」が編集されました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz +「{{ object }}」が編集されました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz {% endshortenurl %} diff --git a/src/templates/activities/user_added.txt b/src/templates/activities/user_added.txt index aca74d37..87e40fc2 100644 --- a/src/templates/activities/user_added.txt +++ b/src/templates/activities/user_added.txt @@ -1,4 +1,4 @@ {% load shortenurl %} {% shortenurl %} -{{ user.nickname }}さんが「{{ object }}」に参加しました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz +{{ user.nickname }}さんが「{{ object }}」に参加しました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz {% endshortenurl %} diff --git a/src/templates/activities/user_removed.txt b/src/templates/activities/user_removed.txt index 6ec927b8..de737376 100644 --- a/src/templates/activities/user_removed.txt +++ b/src/templates/activities/user_removed.txt @@ -1,4 +1,4 @@ {% load shortenurl %} {% shortenurl %} -{{ user.nickname }}さんが「{{ object }}」への参加をやめました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz +{{ user.nickname }}さんが「{{ object }}」への参加をやめました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz {% endshortenurl %} diff --git a/src/templates/announcements/announcement_detail.html b/src/templates/announcements/announcement_detail.html index c3ef9b9d..b554aba3 100644 --- a/src/templates/announcements/announcement_detail.html +++ b/src/templates/announcements/announcement_detail.html @@ -19,7 +19,7 @@ - + {% endblock %} {% block content-main %} diff --git a/src/templates/attachments/embed/pdf.html b/src/templates/attachments/embed/pdf.html index 70973e62..028800af 100644 --- a/src/templates/attachments/embed/pdf.html +++ b/src/templates/attachments/embed/pdf.html @@ -1,3 +1,3 @@ {% load utils %} {% get_current_site as site %} - + diff --git a/src/templates/base.html b/src/templates/base.html index 43219b83..7039704e 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -29,7 +29,7 @@ {# twitter:description は200文字まで #} {% get_current_site as site %} - + {% endblock %} {% get_current_site as site %} {% block ogp %} diff --git a/src/templates/blogs/entry_detail.html b/src/templates/blogs/entry_detail.html index a2935cc4..2434907b 100644 --- a/src/templates/blogs/entry_detail.html +++ b/src/templates/blogs/entry_detail.html @@ -12,7 +12,7 @@ - + {% endblock %} {% block pre_css %} diff --git a/src/templates/events/event_detail.html b/src/templates/events/event_detail.html index a091ad47..fc6e7065 100644 --- a/src/templates/events/event_detail.html +++ b/src/templates/events/event_detail.html @@ -16,7 +16,7 @@ - + {% endblock %}{% block breadcrumb %} {{ block.super }}
  • {% trans "Events" %}
  • diff --git a/src/templates/markdown/about.md b/src/templates/markdown/about.md index 215cc788..85648d07 100644 --- a/src/templates/markdown/about.md +++ b/src/templates/markdown/about.md @@ -72,7 +72,7 @@ Kawazでは、メンバーに快適な環境でゲーム製作をしてもらう ## 過去の掲載情報 -[掲載情報](http://www.kawaz.org/published)ページをご覧ください +[掲載情報](https://www.kawaz.org/published)ページをご覧ください ## 参加したい @@ -118,7 +118,7 @@ Q:札幌以外からの参加は可能ですか? 年に1度程度であっても、ミーティングへの参加などを通して、活動にコミットできる場合、参加が可能です。 実際に札幌から離れ、そこから遠隔でゲーム製作に参加されている方もいらっしゃいます。 -詳しくは、[お問い合わせ](http://www.kawaz.org/contact/)フォームよりお問い合わせください。 +詳しくは、[お問い合わせ](https://www.kawaz.org/contact/)フォームよりお問い合わせください。 Q:どんな人が参加していますか? --------------- @@ -146,7 +146,7 @@ Kawazでは、ゲーム製作など、特定の目的を共有したメンバー 活動中のプロジェクトにはどれでも参加することができますので、各プロジェクトの管理者にお問い合わせください。 -また、何かやりたいことがある場合は、[利用規約](http://www.kawaz.org/rules)に反しない範囲で**自主的にプロジェクトを立てて活動を行ってください。** +また、何かやりたいことがある場合は、[利用規約](https://www.kawaz.org/rules)に反しない範囲で**自主的にプロジェクトを立てて活動を行ってください。** diff --git a/src/templates/markdown/ggj.md b/src/templates/markdown/ggj.md index a496f4e0..4718c433 100644 --- a/src/templates/markdown/ggj.md +++ b/src/templates/markdown/ggj.md @@ -297,7 +297,7 @@ https://www.youtube.com/watch?v=PycGYySbL1A -[Kawaz - GlobalGameJam2012 in Sapporo](http://www.kawaz.org/events/110/) +[Kawaz - GlobalGameJam2012 in Sapporo](https://www.kawaz.org/events/110/) [ATND - GlobalGameJam2012 in 札幌](https://atnd.org/events/23583) @@ -339,7 +339,7 @@ https://www.youtube.com/watch?v=PycGYySbL1A -[Kawaz - GlobalGameJam2011 in Sapporo](http://www.kawaz.org/projects/ggj11sap/) +[Kawaz - GlobalGameJam2011 in Sapporo](https://www.kawaz.org/projects/ggj11sap/) [togetter - Global Game Jam 2011 ~北海道大学(札幌会場)の様子~](http://togetter.com/li/95407) diff --git a/src/templates/markdown/guideline/credits.md b/src/templates/markdown/guideline/credits.md index 1751ebdf..803fbf82 100644 --- a/src/templates/markdown/guideline/credits.md +++ b/src/templates/markdown/guideline/credits.md @@ -88,7 +88,7 @@ ゲーム中へのクレジットの表示が実装コストなどの問題から困難なとき、以下のような方法で配布サイトやREADMEへの記載を行ってください。 - 公式サイトへのKawazロゴの記載 -- [http://www.kawaz.org](http://www.kawaz.org) へのリンク +- [https://www.kawaz.org](https://www.kawaz.org) へのリンク - 「札幌ゲーム製作者コミュニティKawaz」の表記 ### 出版物、頒布物に表示する @@ -97,7 +97,7 @@ CDや画集の販売など、物理的な媒体で作品を配布する場合、 - クレジット等への「札幌ゲーム製作者コミュニティKawaz」表記 - Kawazロゴの表記 -- URL [http://www.kawaz.org](http://www.kawaz.org) の表記、か、URLへのQRコードの表記 +- URL [https://www.kawaz.org](https://www.kawaz.org) の表記、か、URLへのQRコードの表記 例として、音楽CDの場合、CD本体への印字を強制するものではなく、ジャケットのクレジット欄や包装フィルムへシールを張る、ジャケットが存在しない場合、配布するパンフレットにURLを入れる等、本体に関わらない部分で構いません。 diff --git a/src/templates/markdown/helps/advent.md b/src/templates/markdown/helps/advent.md index 56bf1fc9..0aa44323 100644 --- a/src/templates/markdown/helps/advent.md +++ b/src/templates/markdown/helps/advent.md @@ -12,16 +12,16 @@ - [2016](http://www.adventar.org/calendars/1728) - [2015](http://www.adventar.org/calendars/824) -- [2014](http://www.kawaz.org/blogs/giginet/2014/12/1/644/) -- [2013](http://www.kawaz.org/blogs/giginet/2013/11/29/540/) -- [2012 Part2](http://www.kawaz.org/blogs/giginet/2012/11/30/406/) -- [2012](http://www.kawaz.org/blogs/giginet/2012/05/04/290/) +- [2014](https://www.kawaz.org/blogs/giginet/2014/12/1/644/) +- [2013](https://www.kawaz.org/blogs/giginet/2013/11/29/540/) +- [2012 Part2](https://www.kawaz.org/blogs/giginet/2012/11/30/406/) +- [2012](https://www.kawaz.org/blogs/giginet/2012/05/04/290/) ## 運営手順 1. (11月上旬頃)存在を思い出す 2. [Adventer](http://www.adventar.org/)でKawaz Advent Calendarを作成する -3. 告知を書く([例](http://www.kawaz.org/announcements/33/)) +3. 告知を書く([例](https://www.kawaz.org/announcements/33/)) 4. (~12/1)メンバーに声を掛け、Adventerに登録してもらう 5. 12/25まで毎日メンバーが更新。コメントして盛り上がる diff --git a/src/templates/markdown/helps/instruction.md b/src/templates/markdown/helps/instruction.md index 20caad86..d8344704 100644 --- a/src/templates/markdown/helps/instruction.md +++ b/src/templates/markdown/helps/instruction.md @@ -8,7 +8,7 @@ Kawazのメンバーは全員、自分の**「プロフィールページ」** ![Kawazマスコット かわずたんの場合](../../../statics/img/help/profile_top.png "かわずたんの場合") ここで、自分のハンドルネームやスキル、今まで作った作品、自分の好きな作品、SNSアカウントなどの情報を登録できます。**自分をアピールできる場の1つ**ですし、何らかの理由で後述のHipChatによる連絡が出来ない時でも、SNSアカウント経由で連絡ができるので、忘れずに設定してください。 プロフィールページの変更画面は、ポータル右上のユーザーメニューの上から4番目「プロフィールを編集(言語設定によってはChange Profile)」にあります。 -また、その下の「ユーザー情報の変更(Change user information)」では、アバターやムードメッセージ[^1]、ハンドルネームを登録できます。プロフィールの詳しい編集方法は、[こちら](http://www.kawaz.org/helps/profiles/)を参照してください。 +また、その下の「ユーザー情報の変更(Change user information)」では、アバターやムードメッセージ[^1]、ハンドルネームを登録できます。プロフィールの詳しい編集方法は、[こちら](https://www.kawaz.org/helps/profiles/)を参照してください。 ![変更画面への行き方](../../../statics/img/help/kawaz101_usermenu.png) @@ -20,7 +20,7 @@ Kawazのメンバーは全員、自分の**「プロフィールページ」** Kawazでは毎月1回全体ミーティングを開いています。顔合わせや、Kawazについての説明をするほか、すでに動いているゲーム開発プロジェクトへの参加などができますので、なるべく参加をお願いします。 -また、参加する際は必ず、[イベントページ](http://www.kawaz.org/events/)にて「**Kawaz全体ミーティング**」というイベントを見つけて、**「+ このイベントに参加」ボタンを押して参加登録をしてください。** +また、参加する際は必ず、[イベントページ](https://www.kawaz.org/events/)にて「**Kawaz全体ミーティング**」というイベントを見つけて、**「+ このイベントに参加」ボタンを押して参加登録をしてください。** ![こんなページです](../../../statics/img/help/kawaz101_meeting.png) もしイベントが見つからない場合は、今月のミーティングがすでに終了しているか、まだイベントページが作成されていないので、定期的にチェックしてみてください。 diff --git a/src/templates/markdown/helps/markdown.md b/src/templates/markdown/helps/markdown.md index ca320d30..d23a1ece 100644 --- a/src/templates/markdown/helps/markdown.md +++ b/src/templates/markdown/helps/markdown.md @@ -301,13 +301,13 @@ Web上の画像に直リンクしたいときにご利用ください。 かわずたん! - ![かわずたん!](http://www.kawaz.org/statics/img/help/kawaztan.png) + ![かわずたん!](https://www.kawaz.org/statics/img/help/kawaztan.png)

    かわずたん!

    -

    かわずたん!

    +

    かわずたん!

    diff --git a/src/templates/markdown/helps/staff/registration.md b/src/templates/markdown/helps/staff/registration.md index 4e7ff2a0..52a0f1c9 100644 --- a/src/templates/markdown/helps/staff/registration.md +++ b/src/templates/markdown/helps/staff/registration.md @@ -42,12 +42,12 @@ 今月△日に全体ミーティングを開く予定です。 -http://www.kawaz.org/events/000/ +https://www.kawaz.org/events/000/ 顔合わせや、Kawazについての説明、すでに動いているゲーム開発プロジェクトへの参加などのために、なるべくご参加ください。 もし、ご都合が付かない場合は毎月ミーティングを開催しておりますので、定期的にイベントページをチェックしてみてください。 -http://www.kawaz.org/events/ +https://www.kawaz.org/events/ また、ログイン後は他のメンバーと交流するために、必ずプロフィール設定を行ってください。 @@ -71,7 +71,7 @@ Kawazに入会してやりたいことが示されていません。Kawazでは もう一度規約をご確認の上、再送お願いします。 -http://www.kawaz.org/rules/ +https://www.kawaz.org/rules/ 何かございましたら、webmaster@kawaz.orgまでお問い合わせください。 diff --git a/src/templates/markdown/helps/welcome.md b/src/templates/markdown/helps/welcome.md index f932a70d..9acf761d 100644 --- a/src/templates/markdown/helps/welcome.md +++ b/src/templates/markdown/helps/welcome.md @@ -8,7 +8,7 @@ ## プロフィールを登録しよう -[こちら](http://www.kawaz.org/members/my/update/)から、あなたのプロフィールを登録できます。 +[こちら](https://www.kawaz.org/members/my/update/)から、あなたのプロフィールを登録できます。 他のメンバーと交流するために、以下の点について必ず記入しましょう。 @@ -18,7 +18,7 @@ ## 全体ミーティングに参加しよう -[イベントの一覧ページ](http://www.kawaz.org/events/) から、今後開催が予定されているミーティングがご覧になれます。 +[イベントの一覧ページ](https://www.kawaz.org/events/) から、今後開催が予定されているミーティングがご覧になれます。 都合の付く日を見つけて、ぜひイベントに参加してみましょう。 @@ -37,7 +37,7 @@ Slackについては以下を参照のこと [Slackについて](http://kawaz.org/helps/slack/) -http://www.kawaz.org/announcements/32/ +https://www.kawaz.org/announcements/32/ Slackに登録していない方は運営に連絡ください! diff --git a/src/templates/markdown/pr-blog.md b/src/templates/markdown/pr-blog.md index 664a2e2e..cc3068f0 100644 --- a/src/templates/markdown/pr-blog.md +++ b/src/templates/markdown/pr-blog.md @@ -60,7 +60,7 @@ ちょうどKawazブログと同じ書き方なので、同じやり方でOK。 -[Kawazでの記事の書き方について](http://www.kawaz.org/helps/markdown/) +[Kawazでの記事の書き方について](https://www.kawaz.org/helps/markdown/) はてなブログの詳しい使い方はここに色々と載っているので見てみてね。 diff --git a/src/templates/markdown/published.md b/src/templates/markdown/published.md index ccabe917..b054c51b 100644 --- a/src/templates/markdown/published.md +++ b/src/templates/markdown/published.md @@ -32,7 +32,7 @@ GlobalGameJam 音楽マインスイーパー =============== -[プロジェクトページ - 音楽マインスイーパ(MusicMineSweeper)](http://www.kawaz.org/projects/musicminesweeper/) +[プロジェクトページ - 音楽マインスイーパ(MusicMineSweeper)](https://www.kawaz.org/projects/musicminesweeper/) 東京ゲームショウ2010-センスオブワンダーナイト2010-プレゼンテーション出典 ---------------- @@ -59,7 +59,7 @@ GlobalGameJam VOXCHRONICLE-オクスクロニクル- =============== -[プロジェクトページ - VOXCHRONICLE-オクスクロニクル-](http://www.kawaz.org/projects/voxchronicle/) +[プロジェクトページ - VOXCHRONICLE-オクスクロニクル-](https://www.kawaz.org/projects/voxchronicle/) 東京ゲームショウ2013-センスオブワンダーナイト2013-一次選考通過 @@ -78,7 +78,7 @@ VOXCHRONICLE-オクスクロニクル- 疾走系2D斬劇アクション 「タスラッシュ!」 =============== -[プロジェクトページ - 疾走系2D斬撃アクション 「タスラッシュ!」](http://www.kawaz.org/projects/tasrush/) +[プロジェクトページ - 疾走系2D斬撃アクション 「タスラッシュ!」](https://www.kawaz.org/projects/tasrush/) 雑誌掲載 ---------------- @@ -97,7 +97,7 @@ VOXCHRONICLE-オクスクロニクル- ぎゃるちぇん =============== -[作品ページ - ぎゃるちぇん](http://www.kawaz.org/products/gal-change/) +[作品ページ - ぎゃるちぇん](https://www.kawaz.org/products/gal-change/) 雑誌掲載 ---------------- @@ -108,7 +108,7 @@ VOXCHRONICLE-オクスクロニクル- VOXQUARTER(仮題) ======================= -[プロジェクトページ - VOXQUARTER](http://www.kawaz.org/projects/vq3/)(仮題) +[プロジェクトページ - VOXQUARTER](https://www.kawaz.org/projects/vq3/)(仮題) - [インディーゲームの祭典『BitSummit 2014』一般デーブース総ざらいレポート:Eブロック | ガジェット通信](http://getnews.jp/archives/558965) - [「BitSummit MMXIV(2014)」イベントレポート(注目のブース編) | MF2dlog](http://blog.mf-2.net/2014/03/08/9078/) @@ -120,7 +120,7 @@ VOXQUARTER(仮題) Wave Weaver ======================= -[Wave Weaver](http://www.kawaz.org/products/weaver/) +[Wave Weaver](https://www.kawaz.org/products/weaver/) - [超絶ムズなWave Weaverハッキリいって、イラつくゲーム! | omo69BLOG(オモロク)](http://omo69.com/archives/1088) - [波をかわして曲を紡ぐ!スマホゲーム Wave Weaver レビュー – もぐらゲームス](http://www.moguragames.com/entry/waveweaver/) @@ -132,14 +132,14 @@ Wave Weaver multiplex ======================== -[作品ページ - multiplex](http://www.kawaz.org/products/multiplex/) +[作品ページ - multiplex](https://www.kawaz.org/products/multiplex/) [【週末ゲーム】第566回:フリーのシューティングゲーム4作品をピックアップ - 窓の杜](http://www.forest.impress.co.jp/docs/serial/shumatsu/20140718_658529.html) みるみら for PS Vita ========================= -[作品ページ - みるみら for PS Vita](http://www.kawaz.org/products/mirumirror/) +[作品ページ - みるみら for PS Vita](https://www.kawaz.org/products/mirumirror/) 雑誌掲載 ---------------- @@ -161,7 +161,7 @@ multiplex VOXQUEST-オクスクエスト- =============== -[作品ページ - VOXQUEST-オクスクエスト-](http://www.kawaz.org/products/vox1/) +[作品ページ - VOXQUEST-オクスクエスト-](https://www.kawaz.org/products/vox1/) 記事掲載 ---------------- @@ -170,7 +170,7 @@ VOXQUEST-オクスクエスト- 音楽ファンタジー =============== -[作品ページ - 音楽ファンタジー](http://www.kawaz.org/products/music_fantasy/) +[作品ページ - 音楽ファンタジー](https://www.kawaz.org/products/music_fantasy/) 記事掲載 ---------------- @@ -180,7 +180,7 @@ VOXQUEST-オクスクエスト- かわずたんたたき! =============== -[作品ページ - かわずたんたたき!](http://www.kawaz.org/products/kawaz-buster/) +[作品ページ - かわずたんたたき!](https://www.kawaz.org/products/kawaz-buster/) 記事掲載 ---------------- @@ -190,7 +190,7 @@ VOXQUEST-オクスクエスト- 音楽ブロック崩し =============== -[作品ページ - 音楽ブロック崩し](http://www.kawaz.org/products/music_pong/) +[作品ページ - 音楽ブロック崩し](https://www.kawaz.org/products/music_pong/) 記事掲載 ---------------- diff --git a/src/templates/personas/persona_detail.html b/src/templates/personas/persona_detail.html index 6d5a2d9f..92aa7e57 100644 --- a/src/templates/personas/persona_detail.html +++ b/src/templates/personas/persona_detail.html @@ -23,7 +23,7 @@ - + {% endblock %} {% block content-main %} {% comment %} diff --git a/src/templates/products/components/twitter_card.html b/src/templates/products/components/twitter_card.html index 624c50e4..4f7f9cdb 100644 --- a/src/templates/products/components/twitter_card.html +++ b/src/templates/products/components/twitter_card.html @@ -8,11 +8,11 @@ {# twitter:description は200文字まで #} {% get_current_site as site %} - + {% if product.advertisement_image %} - + {% else %} - + {% endif %} {% else %} diff --git a/src/templates/products/product_detail.html b/src/templates/products/product_detail.html index 85c2f182..c50f7de5 100644 --- a/src/templates/products/product_detail.html +++ b/src/templates/products/product_detail.html @@ -17,7 +17,7 @@ - + {% endblock %} {% block title %}{{ object.title }}{% endblock %} {% block breadcrumb %} diff --git a/src/templates/projects/project_detail.html b/src/templates/projects/project_detail.html index 1cef298b..7ac7ecc6 100644 --- a/src/templates/projects/project_detail.html +++ b/src/templates/projects/project_detail.html @@ -16,7 +16,7 @@ - + {% endblock %} {% block breadcrumb %} {{ block.super }} diff --git a/src/templates/registration/acceptance_email.txt b/src/templates/registration/acceptance_email.txt index 9f9270b3..e0162fe6 100644 --- a/src/templates/registration/acceptance_email.txt +++ b/src/templates/registration/acceptance_email.txt @@ -8,7 +8,7 @@ Kawazへの登録申請ありがとうございます。会員登録が承認さ 会員登録を完了するために{{ expiration_days }}日以内に以下のURLをクリックしてアカウントを有効にしてください。 -http://{{ site.domain }}{% url 'registration_activate' activation_key=activation_key %} +https://{{ site.domain }}{% url 'registration_activate' activation_key=activation_key %} なお{{ expiration_days }}日以内にアカウントが有効化されない場合は自動的にアカウント情報が削除されるので注意してください。 @@ -22,7 +22,7 @@ http://{{ site.domain }}{% url 'registration_activate' activation_key=activation また、KawazではSlackというチャットツールの設定を使って交流やゲーム開発を行っています。 詳しい登録作業については、以下のページを参照してください。 -http://www.kawaz.org/helps/slack/ +https://www.kawaz.org/helps/slack/ このメールと同時に、KawazのSlackから招待メールが届きます。 メールの差出人は「Slack」もしくはfeedback@slack.com、 @@ -35,7 +35,7 @@ http://www.kawaz.org/helps/slack/ ------------------------------------------------------- 札幌ゲーム製作者コミュニティ - Kawaz -ホームページ: http://{{ site.domain }} +ホームページ: https://{{ site.domain }} 責任者: {% settings 'GEEKDRUMS_NAME' %} 連絡先: webmaster@kawaz.org ------------------------------------------------------- diff --git a/src/templates/registration/activation_email.txt b/src/templates/registration/activation_email.txt index 6c23b318..78ad9e8f 100644 --- a/src/templates/registration/activation_email.txt +++ b/src/templates/registration/activation_email.txt @@ -9,24 +9,24 @@ なお登録時のパスワードを忘れた場合はお手数ですが -http://{{ site.domain }}{% url 'password_reset' %} +https://{{ site.domain }}{% url 'password_reset' %} より再設定を行ってください。今後とも宜しくお願いいたします。 Kawazでは登録いただいたこのポータルサイトやチャットツールを使って、メンバー間の交流をしています。 詳しくはこのページをどうぞ! -http://www.kawaz.org/helps/welcome/ +https://www.kawaz.org/helps/welcome/ また、Kawazでは定期的に開かれているミーティングをはじめとして、様々なイベントが開かれています。 最初はちょっと勇気がいるかもしれませんが、はじめの一歩としてイベントに参加してみましょう! -http://www.kawaz.org/helps/events/ +https://www.kawaz.org/helps/events/ このメールが身に覚えのない方はお手数ですが webmaster@kawaz.org までご連絡をお願いいたします。 ------------------------------------------------------- 札幌ゲーム製作者コミュニティ - Kawaz -ホームページ: http://{{ site.domain }} +ホームページ: https://{{ site.domain }} 責任者: {% settings 'GEEKDRUMS_NAME' %} 連絡先: webmaster@kawaz.org ------------------------------------------------------- \ No newline at end of file diff --git a/src/templates/registration/notification_email.txt b/src/templates/registration/notification_email.txt index 8c8171b8..7449e399 100644 --- a/src/templates/registration/notification_email.txt +++ b/src/templates/registration/notification_email.txt @@ -5,7 +5,7 @@ {{ user.username }}さんが新規会員登録申請を行いました。以下のリンクをクリックして許可もしくは拒否を行ってください。 なおこのメールは新規会員登録を許可もしくは拒否できるメンバー全員に自動的に送信されています。 -http://{{ site.domain }}/central-dogma/registration/registrationprofile/{{ profile.pk }}/ +https://{{ site.domain }}/central-dogma/registration/registrationprofile/{{ profile.pk }}/ {{ user.username }}さんの情報 @@ -27,7 +27,7 @@ http://{{ site.domain }}/central-dogma/registration/registrationprofile/{{ profi ------------------------------------------------------- 札幌ゲーム製作者コミュニティ - Kawaz -ホームページ: http://{{ site.domain }} +ホームページ: https://{{ site.domain }} 責任者: {% settings 'GEEKDRUMS_NAME' %} 連絡先: webmaster@kawaz.org ------------------------------------------------------- diff --git a/src/templates/registration/password_reset_email.html b/src/templates/registration/password_reset_email.html index bff722e4..9d211657 100644 --- a/src/templates/registration/password_reset_email.html +++ b/src/templates/registration/password_reset_email.html @@ -15,7 +15,7 @@ ------------------------------------------------------- 札幌ゲーム製作者コミュニティ - Kawaz -ホームページ: http://www.kawaz.org/ +ホームページ: https://www.kawaz.org/ 責任者: {% settings 'GEEKDRUMS_NAME' %} 連絡先: webmaster@kawaz.org ------------------------------------------------------- diff --git a/src/templates/registration/registration_email.txt b/src/templates/registration/registration_email.txt index 7363ae9a..82c2daca 100644 --- a/src/templates/registration/registration_email.txt +++ b/src/templates/registration/registration_email.txt @@ -19,7 +19,7 @@ ------------------------------------------------------- 札幌ゲーム製作者コミュニティ - Kawaz -ホームページ: http://www.kawaz.org/ +ホームページ: https://www.kawaz.org/ 責任者: {% settings 'GEEKDRUMS_NAME' %} 連絡先: webmaster@kawaz.org ------------------------------------------------------- \ No newline at end of file diff --git a/src/templates/registration/rejection_email.txt b/src/templates/registration/rejection_email.txt index 0d723b2d..449a4eaa 100644 --- a/src/templates/registration/rejection_email.txt +++ b/src/templates/registration/rejection_email.txt @@ -3,7 +3,7 @@ {{ user.username }}さま 申し訳ありませんが新規会員登録申請が管理者によって拒否されました。 -利用規約( http://www.kawaz.org/rules/ )にあるとおり、以下の点についてもう一度ご確認ください +利用規約( https://www.kawaz.org/rules/ )にあるとおり、以下の点についてもう一度ご確認ください {{ message }} @@ -14,7 +14,7 @@ ------------------------------------------------------- 札幌ゲーム製作者コミュニティ - Kawaz -ホームページ: http://www.kawaz.org/ +ホームページ: https://www.kawaz.org/ 責任者: {% settings 'GEEKDRUMS_NAME' %} 連絡先: webmaster@kawaz.org ------------------------------------------------------- \ No newline at end of file From c29a853d3cb45a409e71b7db7ae4a49837ce2cce Mon Sep 17 00:00:00 2001 From: Collapsed Plug Date: Wed, 21 Jun 2017 01:51:52 +0900 Subject: [PATCH 2/3] Got rid of hardcoding in email templates --- src/templates/registration/acceptance_email.txt | 6 +++--- src/templates/registration/activation_email.txt | 10 +++++----- src/templates/registration/notification_email.txt | 4 ++-- src/templates/registration/password_reset_email.html | 2 +- src/templates/registration/registration_email.txt | 4 ++-- src/templates/registration/rejection_email.txt | 6 +++--- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/templates/registration/acceptance_email.txt b/src/templates/registration/acceptance_email.txt index e0162fe6..e301f9c2 100644 --- a/src/templates/registration/acceptance_email.txt +++ b/src/templates/registration/acceptance_email.txt @@ -8,7 +8,7 @@ Kawazへの登録申請ありがとうございます。会員登録が承認さ 会員登録を完了するために{{ expiration_days }}日以内に以下のURLをクリックしてアカウントを有効にしてください。 -https://{{ site.domain }}{% url 'registration_activate' activation_key=activation_key %} +{{ protocol }}://{{ domain }}{% url 'registration_activate' activation_key=activation_key %} なお{{ expiration_days }}日以内にアカウントが有効化されない場合は自動的にアカウント情報が削除されるので注意してください。 @@ -22,7 +22,7 @@ https://{{ site.domain }}{% url 'registration_activate' activation_key=activatio また、KawazではSlackというチャットツールの設定を使って交流やゲーム開発を行っています。 詳しい登録作業については、以下のページを参照してください。 -https://www.kawaz.org/helps/slack/ +https://{{site.domain}}/helps/slack/ このメールと同時に、KawazのSlackから招待メールが届きます。 メールの差出人は「Slack」もしくはfeedback@slack.com、 @@ -35,7 +35,7 @@ https://www.kawaz.org/helps/slack/ ------------------------------------------------------- 札幌ゲーム製作者コミュニティ - Kawaz -ホームページ: https://{{ site.domain }} +ホームページ: {{ protocol }}://{{ domain }} 責任者: {% settings 'GEEKDRUMS_NAME' %} 連絡先: webmaster@kawaz.org ------------------------------------------------------- diff --git a/src/templates/registration/activation_email.txt b/src/templates/registration/activation_email.txt index 78ad9e8f..69bf4138 100644 --- a/src/templates/registration/activation_email.txt +++ b/src/templates/registration/activation_email.txt @@ -9,24 +9,24 @@ なお登録時のパスワードを忘れた場合はお手数ですが -https://{{ site.domain }}{% url 'password_reset' %} +{{ protocol }}://{{ domain }}{% url 'password_reset' %} より再設定を行ってください。今後とも宜しくお願いいたします。 Kawazでは登録いただいたこのポータルサイトやチャットツールを使って、メンバー間の交流をしています。 詳しくはこのページをどうぞ! -https://www.kawaz.org/helps/welcome/ +https://{{site.domain}}/helps/welcome/ また、Kawazでは定期的に開かれているミーティングをはじめとして、様々なイベントが開かれています。 最初はちょっと勇気がいるかもしれませんが、はじめの一歩としてイベントに参加してみましょう! -https://www.kawaz.org/helps/events/ +https://{{site.domain}}/helps/events/ このメールが身に覚えのない方はお手数ですが webmaster@kawaz.org までご連絡をお願いいたします。 ------------------------------------------------------- 札幌ゲーム製作者コミュニティ - Kawaz -ホームページ: https://{{ site.domain }} +ホームページ: {{ protocol }}://{{ domain }} 責任者: {% settings 'GEEKDRUMS_NAME' %} 連絡先: webmaster@kawaz.org -------------------------------------------------------- \ No newline at end of file +------------------------------------------------------- diff --git a/src/templates/registration/notification_email.txt b/src/templates/registration/notification_email.txt index 7449e399..68014621 100644 --- a/src/templates/registration/notification_email.txt +++ b/src/templates/registration/notification_email.txt @@ -5,7 +5,7 @@ {{ user.username }}さんが新規会員登録申請を行いました。以下のリンクをクリックして許可もしくは拒否を行ってください。 なおこのメールは新規会員登録を許可もしくは拒否できるメンバー全員に自動的に送信されています。 -https://{{ site.domain }}/central-dogma/registration/registrationprofile/{{ profile.pk }}/ +{{ protocol }}://{{ domain }}/central-dogma/registration/registrationprofile/{{ profile.pk }}/ {{ user.username }}さんの情報 @@ -27,7 +27,7 @@ https://{{ site.domain }}/central-dogma/registration/registrationprofile/{{ prof ------------------------------------------------------- 札幌ゲーム製作者コミュニティ - Kawaz -ホームページ: https://{{ site.domain }} +ホームページ: {{ protocol }}://{{ domain }} 責任者: {% settings 'GEEKDRUMS_NAME' %} 連絡先: webmaster@kawaz.org ------------------------------------------------------- diff --git a/src/templates/registration/password_reset_email.html b/src/templates/registration/password_reset_email.html index 9d211657..ce02b642 100644 --- a/src/templates/registration/password_reset_email.html +++ b/src/templates/registration/password_reset_email.html @@ -15,7 +15,7 @@ ------------------------------------------------------- 札幌ゲーム製作者コミュニティ - Kawaz -ホームページ: https://www.kawaz.org/ +ホームページ: {{ protocol }}://{{ domain }} 責任者: {% settings 'GEEKDRUMS_NAME' %} 連絡先: webmaster@kawaz.org ------------------------------------------------------- diff --git a/src/templates/registration/registration_email.txt b/src/templates/registration/registration_email.txt index 82c2daca..9178181a 100644 --- a/src/templates/registration/registration_email.txt +++ b/src/templates/registration/registration_email.txt @@ -19,7 +19,7 @@ ------------------------------------------------------- 札幌ゲーム製作者コミュニティ - Kawaz -ホームページ: https://www.kawaz.org/ +ホームページ: {{ protocol }}://{{ domain }} 責任者: {% settings 'GEEKDRUMS_NAME' %} 連絡先: webmaster@kawaz.org -------------------------------------------------------- \ No newline at end of file +------------------------------------------------------- diff --git a/src/templates/registration/rejection_email.txt b/src/templates/registration/rejection_email.txt index 449a4eaa..1e2eeddf 100644 --- a/src/templates/registration/rejection_email.txt +++ b/src/templates/registration/rejection_email.txt @@ -3,7 +3,7 @@ {{ user.username }}さま 申し訳ありませんが新規会員登録申請が管理者によって拒否されました。 -利用規約( https://www.kawaz.org/rules/ )にあるとおり、以下の点についてもう一度ご確認ください +利用規約( {{ protocol }}://{{ domain }}/rules/ )にあるとおり、以下の点についてもう一度ご確認ください {{ message }} @@ -14,7 +14,7 @@ ------------------------------------------------------- 札幌ゲーム製作者コミュニティ - Kawaz -ホームページ: https://www.kawaz.org/ +ホームページ: {{ protocol }}://{{ domain }} 責任者: {% settings 'GEEKDRUMS_NAME' %} 連絡先: webmaster@kawaz.org -------------------------------------------------------- \ No newline at end of file +------------------------------------------------------- From 758ea098a0c7a89316a8eee28a7cde07fa5b6441 Mon Sep 17 00:00:00 2001 From: Collapsed Plug Date: Wed, 21 Jun 2017 01:54:50 +0900 Subject: [PATCH 3/3] OOPS forgot to replace some of httpses --- src/templates/registration/acceptance_email.txt | 2 +- src/templates/registration/activation_email.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/registration/acceptance_email.txt b/src/templates/registration/acceptance_email.txt index e301f9c2..6d4edbd3 100644 --- a/src/templates/registration/acceptance_email.txt +++ b/src/templates/registration/acceptance_email.txt @@ -22,7 +22,7 @@ Kawazへの登録申請ありがとうございます。会員登録が承認さ また、KawazではSlackというチャットツールの設定を使って交流やゲーム開発を行っています。 詳しい登録作業については、以下のページを参照してください。 -https://{{site.domain}}/helps/slack/ +{{ protocol }}://{{ domain }}/helps/slack/ このメールと同時に、KawazのSlackから招待メールが届きます。 メールの差出人は「Slack」もしくはfeedback@slack.com、 diff --git a/src/templates/registration/activation_email.txt b/src/templates/registration/activation_email.txt index 69bf4138..e67a4cf6 100644 --- a/src/templates/registration/activation_email.txt +++ b/src/templates/registration/activation_email.txt @@ -15,11 +15,11 @@ Kawazでは登録いただいたこのポータルサイトやチャットツールを使って、メンバー間の交流をしています。 詳しくはこのページをどうぞ! -https://{{site.domain}}/helps/welcome/ +{{ protocol }}://{{ domain }}/helps/welcome/ また、Kawazでは定期的に開かれているミーティングをはじめとして、様々なイベントが開かれています。 最初はちょっと勇気がいるかもしれませんが、はじめの一歩としてイベントに参加してみましょう! -https://{{site.domain}}/helps/events/ +{{ protocol }}://{{ domain }}/helps/events/ このメールが身に覚えのない方はお手数ですが webmaster@kawaz.org までご連絡をお願いいたします。