Skip to content

Commit

Permalink
task: Update references to raywenderlich.com to Kodeco Inc.
Browse files Browse the repository at this point in the history
  • Loading branch information
KapilSachdev committed Dec 28, 2023
1 parent 9cce7d0 commit b840350
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
> the mechanical precursor to the electronic book. In 1949, Ruiz was awarded Spanish patent 190,698
> for the "Mechanical Encyclopedia".
__robles__ is a tool that can build raywenderlich.com books and video courses from their git repositories,\
__robles__ is a tool that can build Kodeco books and video courses from their git repositories,\
and publish them to [`alexandria`](https://github.com/razeware/alexandria) and
[`betamax`](https://github.com/razeware/betamax) respectively..

Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'robles'
author: '[email protected]'
description: 'raywenderlich.com Book Processing'
description: 'Kodeco Book Processing'
inputs:
operation:
description: 'What task to perform lint|publish'
Expand Down
12 changes: 6 additions & 6 deletions app/lib/util/slack_notifiable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ module Util
module SlackNotifiable # rubocop:disable Metrics/ModuleLength
extend ActiveSupport::Concern

BOOK_SUCCESS_IMAGE_URL = 'https://wolverine.raywenderlich.com/v3-resources/razebot/images/object_textkit-book.png'
VIDEO_COURSE_SUCCESS_IMAGE_URL = 'https://wolverine.raywenderlich.com/v3-resources/razebot/images/device-device_ui-flow-chart.png'
FAILURE_IMAGE_URL = 'https://wolverine.raywenderlich.com/v3-resources/razebot/images/object_errors.png'
BOOK_ROBLES_CONTEXT_IMAGE_URL = 'https://wolverine.raywenderlich.com/v3-resources/razebot/images/object_box-of-books.png'
VIDEO_COURSE_ROBLES_CONTEXT_IMAGE_URL = 'https://wolverine.raywenderlich.com/v3-resources/razebot/images/object-box-videos.png'
CONTENT_MODULE_ROBLES_CONTEXT_IMAGE_URL = 'https://wolverine.raywenderlich.com/v3-resources/razebot/images/object-box-content-module.png'
BOOK_SUCCESS_IMAGE_URL = 'https://wolverine.kodeco.com/v3-resources/razebot/images/object_textkit-book.png'
VIDEO_COURSE_SUCCESS_IMAGE_URL = 'https://wolverine.kodeco.com/v3-resources/razebot/images/device-device_ui-flow-chart.png'
FAILURE_IMAGE_URL = 'https://wolverine.kodeco.com/v3-resources/razebot/images/object_errors.png'
BOOK_ROBLES_CONTEXT_IMAGE_URL = 'https://wolverine.kodeco.com/v3-resources/razebot/images/object_box-of-books.png'
VIDEO_COURSE_ROBLES_CONTEXT_IMAGE_URL = 'https://wolverine.kodeco.com/v3-resources/razebot/images/object-box-videos.png'
CONTENT_MODULE_ROBLES_CONTEXT_IMAGE_URL = 'https://wolverine.kodeco.com/v3-resources/razebot/images/object-box-content-module.png'

def notify_book_success(book:)
return unless notifiable?
Expand Down
2 changes: 1 addition & 1 deletion app/server/views/pablo/instructions.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</p>
<h2>Usage </h2>
<p>
Feel free to use these images elsewhere (in conference talks etc). Attribution is not required, but appreciated (to raywenderlich.com). Please don't use them in a scenario that paints raywenderlich.com in a negative light.
Feel free to use these images elsewhere (in conference talks etc). Attribution is not required, but appreciated (to Kodeco Inc.). Please don't use them in a scenario that paints Kodeco Inc. in a negative light.
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/server/views/pablo/license.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<div class="notification">
The copyright for all images on this site is owned by Razeware LLC.
<br>Images may be used in raywenderlich.com tutorials, including video tutorials, written tutorials, books, and advertising materials.
<br>raywenderlich.com team members may use, alter, and modify the images for use within raywenderlich.com tutorials.
<br>Images may be used in Kodeco tutorials, including video tutorials, written tutorials, books, and advertising materials.
<br>Kodeco team members may use, alter, and modify the images for use within Kodeco tutorials.
<br>They may also use the images in any slides or other materials for conference talks.
<br>No other use is permitted without permission.
</div>
Expand Down

0 comments on commit b840350

Please sign in to comment.