Skip to content

Commit a8bd816

Browse files
committed
more renamings
1 parent 24fdab3 commit a8bd816

4 files changed

Lines changed: 89 additions & 89 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<img align="right" src="https://raw.githubusercontent.com/artisan-roaster-scope/artisan/master/wiki/screenshots/artisan.png" width="70">
22

3-
Artisan Scope
3+
artisan scope
44
==========
5-
Visual scope for coffee roasters
5+
visual scope for coffee roasters
66

77
[![Latest release](https://img.shields.io/github/release/artisan-roaster-scope/artisan.svg)](https://github.com/artisan-roaster-scope/artisan/releases/latest)
88
[![Pre-release](https://img.shields.io/github/release-pre/artisan-roaster-scope/artisan.svg)](https://github.com/artisan-roaster-scope/artisan/releases/continuous)
@@ -24,16 +24,16 @@ Visual scope for coffee roasters
2424
Summary
2525
-------
2626

27-
Artisan is a software that helps coffee roasters record, analyze, and control roast profiles. When used in conjunction with a thermocouple data logger or a proportional–integral–derivative controller (PID controller), this software can automate the creation of roasting metrics to help make decisions that influence the final coffee flavor.
27+
artisan scope is a software that helps coffee roasters record, analyze, and control roast profiles. When used in conjunction with a thermocouple data logger or a proportional–integral–derivative controller (PID controller), this software can automate the creation of roasting metrics to help make decisions that influence the final coffee flavor.
2828

29-
Artisan is listed on [Awesome Python Applications](https://github.com/mahmoud/awesome-python-applications).
29+
artisan scope is listed on [Awesome Python Applications](https://github.com/mahmoud/awesome-python-applications).
3030

3131
Donations
3232
---------
3333

3434
This software is open-source and absolutely free to use, also in commercial settings.
3535

36-
If you think Artisan is useful to you, contribute financially to its further development. Send any amount via my [PayPal.Me page](https://www.paypal.me/MarkoLuther). Thanks!
36+
If you think artisan scope is useful to you, contribute financially to its further development. Send any amount via my [PayPal.Me page](https://www.paypal.me/MarkoLuther). Thanks!
3737

3838
> *Home roasting enthusiasts often donate 10-100.- (in $ or EUR), while small roasting businesses and consultant that use Artisan in their daily work tend to donate 100-300.- (in $ or EUR). For extra tech support, please inquire.*
3939

src/artisan-mac.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,4 +448,4 @@ for subdir, _dirs, files in os.walk('.', followlinks=False):
448448
dist_name = r'artisan-mac-' + VERSION + r'.dmg'
449449
os.chdir('..')
450450
os.system(r'rm ' + dist_name)
451-
os.system(r'hdiutil create ' + dist_name + r' -volname "Artisan" -fs HFS+ -srcfolder "dist"')
451+
os.system(r'hdiutil create ' + dist_name + r' -volname "artisan" -fs HFS+ -srcfolder "dist"')

src/debian/usr/share/metainfo/org.artisan_scope.artisan.metainfo.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<component type="desktop-application">
33
<id>org.artisan_scope.artisan</id>
44

5-
<name>artisan Scope</name>
5+
<name>artisan scope</name>
66
<summary>Visual scope for coffee roasters</summary>
77

88
<metadata_license>CC0-1.0</metadata_license>
@@ -15,7 +15,7 @@
1515
</supports>
1616

1717
<description>
18-
<p>artisan Scope is open-source software that helps coffee roasters record, analyze, and control roast profiles. It automates tedious roasting tasks and streamlines processes, enabling roasters to consistently produce exceptional-tasting coffee. With support for over 200 brands of roasting machines, including the capability to control roaster functions, Scope stands out as the most versatile software available to roasters – and it's completely free!</p>
18+
<p>artisan scope is open-source software that helps coffee roasters record, analyze, and control roast profiles. It automates tedious roasting tasks and streamlines processes, enabling roasters to consistently produce exceptional-tasting coffee. With support for over 200 brands of roasting machines, including the capability to control roaster functions, Scope stands out as the most versatile software available to roasters – and it's completely free!</p>
1919

2020
<p>**Notable features**</p>
2121
<ul>
@@ -30,9 +30,9 @@
3030
<li>Localized in more than 30 languages</li>
3131
</ul>
3232

33-
<p>**More features with artisan.plus**</p>
33+
<p>**More features with the artisan platform**</p>
3434

35-
<p>Subscribers to our optional artisan.plus service unlock access to even more features of artisan Scope, including:</p>
35+
<p>Subscribers to our artisan platform unlock access to even more features of artisan scope, including:</p>
3636
<ul>
3737
<li>Inventory management</li>
3838
<li>Roast scheduling with Acaia scale integration</li>
@@ -42,7 +42,7 @@
4242
<li>Multiple users under one organization </li>
4343
</ul>
4444

45-
<p>The artisan project runs on donations from individuals and companies recognising the value of artisan for the coffee community. Consider supporting this project with a donation or by purchasing an artisan.plus membership!</p>
45+
<p>The artisan project runs on donations from individuals and companies recognising the value of artisan for the coffee community. Consider supporting this project with a donation or by purchasing an artisan platform membership!</p>
4646
</description>
4747

4848
<developer id="org.artisan-scope">

0 commit comments

Comments
 (0)