Compare commits
45 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b197673bb | |||
| 516d884f54 | |||
| c7751578a1 | |||
| b9a461eb1b | |||
| aa3a681e5c | |||
| c14821fd3c | |||
| 7ba051479f | |||
| 2c7221c78e | |||
| 8bd1fd7943 | |||
| d7c43b2ebe | |||
| 4ca7f54b67 | |||
| 7511a4af05 | |||
| 77adb7a1e0 | |||
| f689225099 | |||
| a965b4105a | |||
| daedfbd2ba | |||
| f3ed5bdc04 | |||
| 847eb092de | |||
| 72c3179f1f | |||
| 19f0addc65 | |||
| 11730fb7d5 | |||
| 232ade089e | |||
| 200abbd8ee | |||
| b4a5da7274 | |||
| e3fb66286a | |||
| 50e48a8516 | |||
| abdb8974fd | |||
|
|
501313de54 | ||
|
|
66abf13b74 | ||
|
|
e39593f8eb | ||
|
|
6f5b545c09 | ||
|
|
93bcd4f171 | ||
|
|
46bd4158f8 | ||
|
|
a73552c7cf | ||
|
|
f50a0b4351 | ||
|
|
2ae347fa9b | ||
| 58ea71d575 | |||
|
|
2c6d1081c7 | ||
|
|
466e11f245 | ||
|
|
27c6594d9f | ||
|
|
c1fe2c70d2 | ||
|
|
75964230dd | ||
|
|
c5831ccd5e | ||
|
|
878ee71fdf | ||
|
|
010f56d29b |
14
README.md
@@ -14,13 +14,22 @@ This is literally in the whiteboard phase of the HPR website redesign.
|
||||
Where we can track Compatibility of the clients subscribed to our feeds.
|
||||
- [Useful Resources](https://repo.anhonesthost.net/HPR/hpr_documentation/wiki/Useful-Resources)
|
||||
Where we can link to other free culture sites that provide usefull services.
|
||||
- [Vector Images](https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/images)
|
||||
- Requested Topics
|
||||
Where we can track topics that have been requested, and link to shows that addressed them.
|
||||
|
||||
## HPR Policies
|
||||
|
||||
[See Policies](https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/policies.md)
|
||||
|
||||
## Podcatcher and Podcasting Platform Compatibility
|
||||
|
||||
[See Podcatchers](https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/podcatchers)
|
||||
|
||||
## Branding Into and Outro
|
||||
|
||||
[See Branding](https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/branding.md)
|
||||
|
||||
## Workflow
|
||||
|
||||
- [Uploading a Show](https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/workflow/uploading_a_show.md) - the processes involved in getting your show to the HPR servers.
|
||||
@@ -29,10 +38,11 @@ Where we can track topics that have been requested, and link to shows that addre
|
||||
- EMAIL_LINK_CLICKED - The host clicked the link and is about to upload the show.
|
||||
- SHOW_SUBMITTED - upload complete
|
||||
- [Processing Show Notes](https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/workflow/processing_a_show.md)
|
||||
- TRANSCRIBING_COMPLETE
|
||||
- SHOW_POSTED - show in the database
|
||||
- MEDIA_TRANSCODED - audio all generated
|
||||
- MEDIA_TRANSCODED - audio all generated and sent to CCDN
|
||||
- UPLOADED_TO_IA - on the IA and visible
|
||||
- UPLOADED_TO_RSYNC_NET - archived on rsync.net
|
||||
- PROCESSING_COMPLETE - all processing is complete
|
||||
|
||||
|
||||
- Posting Show
|
||||
|
||||
BIN
assets/images/repository-header.png
Normal file
|
After Width: | Height: | Size: 63 KiB |
142
branding.md
Normal file
@@ -0,0 +1,142 @@
|
||||
# HPR Branding
|
||||
|
||||
## The Intro
|
||||
|
||||
### Duration
|
||||
|
||||
It will always be 30 seconds long and in some edge cases may be slightly longer.
|
||||
The following table will help put that into context.
|
||||
It gives the percentage of the show the intro takes related to the length of the shows.
|
||||
|
||||
1.7% of an average show (29 minutes 30 seconds)
|
||||
0.1% of our longest show (7 hours 27 minutes)
|
||||
187.5% of our shortest show (16 seconds)
|
||||
|
||||
### Breakdown
|
||||
|
||||
### Generation
|
||||
|
||||
The intro is generated by the [process\_episode.bash](https://repo.anhonesthost.net/HPR/hpr-tools/src/branch/main/workflow/process_episode.bash#L1388-L1391) script and uses the [say.php](https://repo.anhonesthost.net/HPR/hpr_hub/src/branch/main/cms/say.php) file to generate the data.
|
||||
|
||||
The text is [created](https://repo.anhonesthost.net/HPR/hpr-tools/src/branch/main/workflow/process_episode.bash#L1427) using [piper test to speech](https://github.com/rhasspy/piper).
|
||||
It was previously created using [espeak](https://espeak.sourceforge.net/), and we are open to [suggestions](https://repo.anhonesthost.net/HPR/hpr_hub/issues/new) on how to improve it.
|
||||
|
||||
The text is played over the HPR Theme Music
|
||||
|
||||
### Theme Music Credits
|
||||
|
||||
The background is an arrangement by [Maestraccio](https://repo.anhonesthost.net/HPR/hpr_website/src/branch/main/www/theme/intro-ak-Maestraccio-cc-by-4.0.mp3) which is released under the [Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/) license, of the [HPR Theme](), composed by [slick0](https://hackerpublicradio.org/correspondents/0042.html) which has [No Copyright](https://creativecommons.org/publicdomain/zero/1.0/) applied.
|
||||
|
||||
### Message
|
||||
|
||||
To effectively communicate an event it's important to convey the answers to **Who?**, **What?**, **When?**, **Where?**, and **Why?**
|
||||
|
||||
> The Five Ws is a checklist used in journalism to ensure that the lead contains all the essential points of a story. As far back as 1913, reporters were taught that the lead should answer these questions about the situation being reported.
|
||||
|
||||
[https://en.wikipedia.org/wiki/Five_Ws](https://en.wikipedia.org/wiki/Five_Ws)
|
||||
|
||||
|
||||
#### What?, When?, Where?
|
||||
|
||||
The first sentence is always **This is Hacker Public Radio episode (show id) for "(day of week)" the "(day number)" of "(month and year). **
|
||||
|
||||
Saying the name of the show at the beginning of an episode is called establishing [brand recognition](https://en.wikipedia.org/wiki/Brand_awareness#Brand_recognition).
|
||||
It is standard for podcasts, TV and Radio shows as well as on broadcast networks, not to mention the pre-rolls in a movie.
|
||||
|
||||
We started to do it because some of our Visually Impaired users appreciated knowing what show is playing.
|
||||
Now the same reason can be applied to everyone as the use of visual controlled [User interfaces](https://en.wikipedia.org/wiki/User_interface) have diminished.
|
||||
Most people control the playlist with headset or voice controls.
|
||||
|
||||
Saying the show id, and date is common where there are a lot of episodes eg: news or weather shows.
|
||||
It is often skipped where the content is sufficient to identify the episode, eg "the last episode of the foo bar baz podcast, or the last Saturday Night Live"
|
||||
|
||||
We include the show id and date to allow the listener to refer to the episode easily.
|
||||
As we have literally thousands of shows, we need to help people identify which show they are now listening to, so that it can be easily shared, or commented on.
|
||||
|
||||
#### What? Why?
|
||||
|
||||
We always include **Today's show is entitled. (title)**.
|
||||
If the episode is part of a series then we also include **It is part of the series (series name)**.
|
||||
We always include the show **(synopsis)**.
|
||||
|
||||
This tells the listener what the show is about.
|
||||
It allows them to skip the episode if they wish.
|
||||
They may wish to do this for many reasons, for example:
|
||||
|
||||
- because they are not interested in the topic,
|
||||
- they wish to listen to it while in front of a computer to reference the accompanying show notes,
|
||||
- they are listening in public and the topic might not be appropriate.
|
||||
|
||||
#### Who?
|
||||
|
||||
The next part will either be **It is the first show by new host (host name)**, **It is the (multiple of 10)th show of (host name)**, or **It is hosted by (host name)**
|
||||
|
||||
We are required by the [Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/) license to credit our hosts, so we do.
|
||||
|
||||
We think it's important to highlight new hosts especially, so our community we encourage them to continue to contribute.
|
||||
|
||||
It's also nice to call out hosts who have been contributing a lot by highlighting each 10th show they send in.
|
||||
|
||||
#### Where?
|
||||
|
||||
We always include **and is about (minutes)minutes long** to give people an idea of how long the show is.
|
||||
|
||||
Normal broadcasts have to fit neatly into a standard TV/Radio Broadcast schedule.
|
||||
Many podcasters now follow the same tradition of having episodes of a predictable length. Eg: 30 minutes or an hour.
|
||||
|
||||
On HPR, [there is no restriction on how long the show can be](https://hackerpublicradio.org/about.html) so it's desirable to give the listener a way to know how long the episode is so they can plan accordingly.
|
||||
|
||||
|
||||
#### Warning
|
||||
|
||||
We always include either **It carries a clean flag** or **It carries an explicit flag**.
|
||||
|
||||
This is also common for broadcasts where they are dealing with a topic that may be disturbing to some people.
|
||||
|
||||
#### What
|
||||
|
||||
We always include **The summary is. (summary)**.
|
||||
|
||||
As this also tells the listener what the show is about.
|
||||
|
||||
#### License
|
||||
|
||||
In the event that the show is not released [CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/) we include **Todays show is licensed under a (license_long_name) license.**
|
||||
|
||||
## Outro
|
||||
|
||||
### Theme Music Credits
|
||||
|
||||
The background is an arrangement by [Maestraccio](https://repo.anhonesthost.net/HPR/hpr_website/src/branch/main/www/theme/intro-ak-Maestraccio-cc-by-4.0.mp3) which is released under the [Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/) license, of the [HPR Theme](), composed by [slick0](https://hackerpublicradio.org/correspondents/0042.html) which has [No Copyright](https://creativecommons.org/publicdomain/zero/1.0/) applied.
|
||||
|
||||
Over the music is the following text recorded by [Manon](https://hackerpublicradio.org/correspondents/0449.html) which has [No Copyright](https://creativecommons.org/publicdomain/zero/1.0/) applied.
|
||||
|
||||
> You have been listening to the Hacker Public Radio podcast, at [hackerpublicradio.org](https://hackerpublicradio.org/).<br>
|
||||
> Today's show was contributed by a HPR listener like yourself.<br>
|
||||
> If you ever thought of recording a podcast, then visit the [HPR site](https://hackerpublicradio.org/) to find out how easy it really is.<br>
|
||||
> Hosting for HPR has been kindly provided by [anhonesthost.com](https://anhonesthost.com/), the [Internet Archive](https://archive.org/), [rsync.net](https://www.rsync.net/), and the [HPR Community Content Delivery Network](https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/ccdn).<br>
|
||||
> Unless otherwise stated, today's show is released under a [Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/) license.
|
||||
|
||||
# Discussions about the HPR Theme
|
||||
|
||||
- [2023-04 intro](https://hackerpublicradio.org/eps/hpr3837/index.html#comments)
|
||||
- [2022-03 Great Intro](https://hackerpublicradio.org/eps/hpr3553/index.html#comment_3378)
|
||||
- [2022-03 TTS](https://hackerpublicradio.org/eps/hpr3461/index.html#comment_3306)
|
||||
- [2022-03 The TTS voice](https://hackerpublicradio.org/eps/hpr3461/index.html#comment_3377)
|
||||
- [2021-11 Theme - was "Possible cause and solution to subscriber attrition(trying again without encryption)"](https://lists.hackerpublicradio.com/pipermail/hpr/2021-November/004327.html)
|
||||
- [2020-08 the voice](https://hackerpublicradio.org/eps/hpr3139/index.html#comment_3007)
|
||||
- [2019-11 Ken's Voice Is Better Than espeak](https://hackerpublicradio.org/eps/hpr2936/index.html#comment_2799)
|
||||
- [2018-09 HPR Branding](https://lists.hackerpublicradio.com/pipermail/hpr/2018-September/003541.html)
|
||||
- [2018-09 Accordion outro](https://hackerpublicradio.org/eps/hpr2625/index.html#comment_2493)
|
||||
- [2018-10 Intro volume](https://hackerpublicradio.org/eps/hpr2651/index.html#comment_2515)
|
||||
- [2018-10 TTS over intro music](https://hackerpublicradio.org/eps/hpr2651/index.html#comment_2517)
|
||||
- [2016-02 speech synthesis during intro](https://lists.hackerpublicradio.com/pipermail/hpr/2016-February/002881.html)
|
||||
- [2015-12 How to check if the intro and outro are added](https://lists.hackerpublicradio.com/pipermail/hpr/2015-December/002795.html)
|
||||
- [2015-02 Intro and Outro](https://lists.hackerpublicradio.com/pipermail/hpr/2015-February/002515.html)
|
||||
- [2014-12 Outro Theme](https://lists.hackerpublicradio.com/pipermail/hpr/2014-December/002410.html)
|
||||
- [2014-12 Bug Fix HPR Intros](https://lists.hackerpublicradio.com/pipermail/hpr/2014-December/002399.html)
|
||||
- [2014-11 MaryTTS, clipping](https://hackerpublicradio.org/eps/hpr1642/index.html#comment_991)
|
||||
- [2014-11 An HPR Theme Question, And First Time Member](https://lists.hackerpublicradio.com/pipermail/hpr/2014-November/002312.html)
|
||||
- [2014-02 What's the word on intro and outro clips?]()https://lists.hackerpublicradio.com/pipermail/hpr/2014-September/002266.html
|
||||
- [2011-09 HPR Theme](https://lists.hackerpublicradio.com/pipermail/hpr/2011-September/000455.html)
|
||||
- [2009-06 my eps for HPR and intro](https://lists.hackerpublicradio.com/pipermail/hpr/2009-June/000084.html)
|
||||
@@ -1,13 +1,12 @@
|
||||
# Community Content Delivery Network (CCDN)
|
||||
|
||||
A location to track the deployment of the HPR Community Content Delivery Network, that provides a mirror network for our content.
|
||||
_A location to track the deployment of the HPR Community Content Delivery Network, that provides a mirror network for our content._
|
||||
|
||||
## Availability of HPR Content
|
||||
|
||||
Availability of HPR Content
|
||||
The HPR site has traditionally been run on a single instance which makes the project vulnerable.
|
||||
|
||||
The HPR site has been traditionally been run on a single instance, which makes the project vulnerable.
|
||||
|
||||
We have experienced several times where we have suffered from issues resulting from system outages, denial of service attacks, forced decommissioning, or increased costs.
|
||||
We have experienced several occasions where we have suffered downtime, resulting from system outages, denial of service attacks, forced decommissioning, or increased costs.
|
||||
|
||||
There is a clear need to host the content in multiple geographically distributed networks to increase reliability and redundancy.
|
||||
|
||||
@@ -15,27 +14,26 @@ Applying a [Content Delivery Network](https://en.wikipedia.org/wiki/Content_deli
|
||||
|
||||
These large vendor solutions provide free tiers, but the long term business model shows that these are not sustainable.
|
||||
|
||||
Additionally the algorithms used would flag behavior considered normal for HPR contributors, as suspicious and would deny them access.
|
||||
Additionally the algorithms used would flag behavior, considered normal for HPR contributors, as suspicious and would deny them access.
|
||||
|
||||
|
||||
# Looking to the past
|
||||
## Looking to the past
|
||||
|
||||
At the dawn of the Internet, it was common for websites and services like DNS to be [mirrored](https://en.wikipedia.org/wiki/Mirror_site) by friends.
|
||||
|
||||
This was for a long time not a viable option for HPR as the quantity of Audio Content was expensive to host and transfer, and was therefore beyond what a home user could reliably serve.
|
||||
|
||||
Over time, in some locations members of our community have access to facilities that a few years ago would have been reserved for Internet Service Providers.
|
||||
Over time, and in some locations members of our community have access to facilities that a few years ago would have been reserved for Internet Service Providers.
|
||||
|
||||
If you are interested in helping hosting the HPR site and media, then please get in touch with _admin @ hackerpublicradio.org_
|
||||
If you are one of the fortunate people, and would like to contribute hosting of a mirror of the HPR site and media, then please get in touch with _admin @ hackerpublicradio.org_
|
||||
|
||||
|
||||
## Requirements for Hosting
|
||||
### Requirements for Hosting
|
||||
|
||||
- 24/7 Home Service
|
||||
- fixed IP address
|
||||
- unlimited bandwidth
|
||||
- fast > 500mb/sec upload
|
||||
- large > 1T of storage
|
||||
- large > 3T of storage
|
||||
- permission from your ISP to run a web server
|
||||
- Contact information know to the Janitors
|
||||
- Optional: [UPS](https://en.wikipedia.org/wiki/Uninterruptible_power_supply)
|
||||
|
||||
@@ -12,7 +12,11 @@ Any software development is done with the goal of supporting the distribution of
|
||||
|
||||
The priority is to keep the flow of shows coming in and going out, fix any accessibility issue that arise, then work on any other feature requests.
|
||||
|
||||
We allow redistribution by releasing all our content under a [Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/). In the same vein all our code is released under [aGPLv3](https://www.gnu.org/licenses/agpl-3.0.en.html), or other [OSI approved licenses](https://opensource.org/licenses) .
|
||||
Some things we can change without discussion but other things we need to get input from the [HPR Community](https://hackerpublicradio.org/about.html#governance).
|
||||
|
||||
Changes can take a long time, community approval can take several months, while other changes require a lot of work from volunteers who are focused on other priorities.
|
||||
|
||||
We allow redistribution by releasing all our content under a [Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/). In the same vein all our code is released under [aGPLv3](https://www.gnu.org/licenses/agpl-3.0.en.html), or other [OSI approved licenses](https://opensource.org/licenses).
|
||||
|
||||
We do not track statistics to the detriment of our prime directive.
|
||||
|
||||
@@ -26,11 +30,13 @@ We have a distrust of online platforms, libraries and niche tools (that we do no
|
||||
|
||||
We are very conservative in our choice of tech. As a rule of thumb, all software choices tend to be technology that was developed years ago, and is likely to be around for years to come.
|
||||
|
||||
We make our code as simple to understand as possible as our replacement may not have the skill set we do.
|
||||
|
||||
That said, we move with the times when there is a clear advantage to do so.
|
||||
|
||||
We run up to date patched stable software.
|
||||
|
||||
We have a long tradition of supporting and sharing hacker culture. Any identified vulnerability are fixed with credit if requested.
|
||||
We have a long tradition of supporting and sharing hacker culture. Any identified vulnerabilities are fixed with credit if requested.
|
||||
|
||||
We use [RSS](https://www.rssboard.org/rss-specification) as a delivery mechanism, which is by default fault tolerant.
|
||||
|
||||
@@ -40,17 +46,20 @@ All our code is on [GitTea](https://repo.anhonesthost.net/HPR), please clone loc
|
||||
|
||||
[Our database](https://hackerpublicradio.org/hpr.sql) is updated frequently, please copy locally.
|
||||
|
||||
Our media is served from our [Community Content Delivery Network (CCDN)](https://repo.anhonesthost.net/HPR/hpr_documentation/ccdn/)
|
||||
Our media is served from our [Community Content Delivery Network (CCDN)](https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/ccdn/README.md).
|
||||
|
||||
Bug reports, and patches are welcome from anyone without commitment.
|
||||
|
||||
If you are contributing new code, or new technology we ask you commit to supporting it for a *minimum of two years*. This allows the other Janitors time to learn the new tech and support it when you leave.
|
||||
|
||||
Some things we can change without discussion but other things we need to get input from the [HPR Community](https://hackerpublicradio.org/about.html#governance).
|
||||
|
||||
## Create an Account
|
||||
|
||||
If you're happy with all that, then...
|
||||
|
||||
In order to contribute you need to [create an account](https://repo.anhonesthost.net/user/sign_up), but you **also** need to notify the admins@hpr either via email, mastodon, or matrix that you have created an account. Due to the level of spam accounts we need to approve each one by one.
|
||||
|
||||
Once you have set up your account, you will need to set up your local
|
||||
development environment. [Instructions here](set-up-development-environment.md)
|
||||
|
||||
Changes can be submitted as described in [hpr3797 :: How to submit changes to HPR](https://hackerpublicradio.org/eps/hpr3797/index.html).
|
||||
|
||||
|
||||
177
faq.md
Normal file
@@ -0,0 +1,177 @@
|
||||
|
||||
|
||||
<hr class="no-css">
|
||||
<article>
|
||||
<header>
|
||||
<p class="index-link"><a href="/contribute.html#TOP">↑ Go to top</a></p>
|
||||
<h1 id="faq">Frequently Asked Questions</h1>
|
||||
</header>
|
||||
|
||||
<h2 data-number="0.2" id="what-is-a-show"><span class="header-section-number">0.2</span> What is a show?</h2>
|
||||
<ul>
|
||||
<li><p>A show is your <em>audio</em> presentation (which we do not moderate),
|
||||
with an <em>intro</em>, <em>outro</em>, a <em>title</em> and a <em>summary</em>.</p></li>
|
||||
<li><p>The <em>audio</em> is the recording you have made and sent in to HPR.</p></li>
|
||||
<li><p>The <em>intro</em> (introduction) is a piece of audio introducing the show. The components are:</p>
|
||||
<ul>
|
||||
<li>a synopsis taken from the details submitted with the show (added automatically)</li>
|
||||
<li>acknowledgement of our hosting provider (added automatically)</li>
|
||||
<li>HPR introduction music (added automatically)</li>
|
||||
</ul></li>
|
||||
<li><p>The <em>outro</em> is added automatically. It contains the HPR outro music.</p></li>
|
||||
<li><p>Each show needs a <em>title</em> to describe what it is about.</p></li>
|
||||
<li><p>Similarly, a <em>summary</em> helps to add more information describing the show so a potential listener
|
||||
can decide whether to listen to it or not.</p></li>
|
||||
<li><p>Each show is expected to have certain mandatory attributes listed
|
||||
<a href="<!--% absolute_url(baseurl,'contribute.html#what-are-the-mandatory-elements-of-an-hpr-show') %-->">below</a>.</p></li>
|
||||
<li><p>HPR shows are usually expected to be informative or educational, and as such some sort of accompanying written material
|
||||
is highly desirable. This might consist of brief notes, links to relevant web sites, or possibly longer notes
|
||||
and examples. Photographs, diagrams and example files are also welcome if the host feels
|
||||
it helps to get the message across.</p></li>
|
||||
<li><p>Shows are released under a <a href="">Creative Commons Attribution-ShareAlike 3.0 Unported</a> license.
|
||||
See <a href="<!--% absolute_url(baseurl,'contribute.html#stuff_you_need_to_know') %-->"><em>Stuff you need to know</em></a>
|
||||
for much more detail about this and related issues.</p></li>
|
||||
<li><p>As a contributor you can choose when your show will be released.
|
||||
We only release one show a day, during week days,
|
||||
but if a slot is free you can claim it. Go to the <a href="<!--% hub_baseurl %-->calendar.php"><em>calendar</em></a>
|
||||
page to do this. You need to have your show ready to upload before you reserve a slot though.</p></li>
|
||||
</ul>
|
||||
|
||||
<h2 data-number="0.4" id="what-defines-a-show-as-being-produced-for-hacker-public-radio"><span class="header-section-number">0.4</span>
|
||||
What defines a show as being "<em>Produced for Hacker Public Radio</em>"?</h2>
|
||||
<ul>
|
||||
<li>If you create material and post it first on HPR then it meets the requirements of "<em>being produced for HPR</em>".
|
||||
That means once you upload it to the HPR server you can publish it anywhere else you like.</li>
|
||||
</ul>
|
||||
<h2 data-number="0.5" id="what-are-the-mandatory-elements-of-an-hpr-show"><span class="header-section-number">0.5</span>
|
||||
What are the mandatory elements of an HPR show?</h2>
|
||||
<ul>
|
||||
<li><p>See <a href="<!--% absolute_url(baseurl,'contribute.html#requesting_slot') %-->"><em>Picking a slot for your show</em></a>
|
||||
for the full details of how to submit a show and what information is required.</p></li>
|
||||
<li><p>A quick summary of the main components is:</p>
|
||||
<ul>
|
||||
<li>A show title</li>
|
||||
<li>A summary of what the show is about</li>
|
||||
<li>The <em>explicit</em>/<em>clean</em> flag</li>
|
||||
<li>License</li>
|
||||
<li>Show notes</li>
|
||||
<li>Tags</li>
|
||||
<li>Audio</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<h2 data-number="0.6" id="what-are-tags"><span class="header-section-number">0.6</span> What are tags?</h2>
|
||||
<ul>
|
||||
<li><p>We are trying to maintain a collection of tags to allow people to find shows on the same (or similar) topic.</p></li>
|
||||
<li><p>Tags are simple words or short phrases describing aspects of a show such as what topics are covered in it.
|
||||
To get hints about what tags have already been used you can view all the current tags in alphabetical order on this page:
|
||||
<a href="<!--% absolute_url(baseurl) %-->tags.html">Tag summary</a></p></li>
|
||||
<li><p>Some examples are: <b>android</b>, <b>creative commons</b> and <b>gaming</b>.</p></li>
|
||||
<li><p>Are there any tags that are best avoided?</p></li>
|
||||
</ul>
|
||||
<h2 data-number="0.7" id="is-it-ok-if-i-dont-include-notes-with-my-show') %-->"><span class="header-section-number">0.7</span>
|
||||
Is it OK if I don't include notes with my show?</h2>
|
||||
<ul>
|
||||
<li><strong>Please don't do that</strong>. It is important to provide good show notes for reasons described on the
|
||||
<a href="<!--% absolute_url(baseurl,'contribute.html#requesting_slot') %-->"><em>Picking a slot for your show</em></a> page:
|
||||
<ul>
|
||||
<li>They provide the listeners with more information on the topic your show is covering</li>
|
||||
<li>They ensure your show gets posted on time (the volunteers don't have to make notes for you)</li>
|
||||
<li>They encourage people to download your show</li>
|
||||
<li>They allow your show to be indexed by search engines</li>
|
||||
<li>They make your show accessible to the deaf and hard of hearing</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<h2 data-number="0.8" id="how-do-i-include-photographs-or-other-files-with-my-show"><span class="header-section-number">0.8</span>
|
||||
How do I include photographs or other files with my show?</h2>
|
||||
<ul>
|
||||
<li>TBA</li>
|
||||
</ul>
|
||||
<h2 data-number="0.9" id="what-is-and-is-not-edited-in-a-show-after-submission"><span class="header-section-number">0.9</span>
|
||||
What is and is not edited in a show after submission?</h2>
|
||||
<ul>
|
||||
<li><p>We don't listen to the audio before posting a show to the website, so we don't change the content.</p></li>
|
||||
<li><p>Unless you have done so and told us you have, we add an introduction to the audio announcing what it is.
|
||||
Similarly we add an <em>outro</em>. This is not <u>editing</u> since we don't change the content.</p></li>
|
||||
<li><p>We may make changes to the show title, summary or tags. Usually these are minor changes such as spelling corrections.
|
||||
The intention is not any sort of censorship, merely to make these items more understandable or easier to index.</p></li>
|
||||
<li><p>Depending on the form the show notes take we may modify these.</p>
|
||||
<ul>
|
||||
<li>If what is submitted is plain text we convert it to Markdown in order to generate HTML.</li>
|
||||
<li>If the notes are one of the permitted markup formats (mostly Markdown flavours) we may adjust this to ensure
|
||||
that valid HTML is generated.</li>
|
||||
<li>If the notes are HTML we run them through an HTML checker and correct any mistakes it highlights.</li>
|
||||
<li>We may correct spelling, grammar and punctuation if this clarifies anything which might otherwise be unclear.</li>
|
||||
<li>If despite the request for show notes of some kind, none are provided, we may add notes which help to clarify
|
||||
the content of the show. This may be done after the show is released (when we have had a chance to listen to it).</li>
|
||||
</ul></li>
|
||||
<li><p>We are working on the production of reports about any changes made, which will be sent to the host after we have
|
||||
processed the show.</p></li>
|
||||
<li><p>We may make changes to a show's metadata if the host requests it (see the item on
|
||||
<a href="<!--% absolute_url(baseurl,'contribute.html#if-i-notice-an-error-in-my-shows-details-how-can-it-be-fixed') %-->">
|
||||
fixing errors after upload</a>).</p></li>
|
||||
<li><p>If a show contains links to resources which disappear after a period of time, we may at some future time change
|
||||
the notes to refer to any <em>Wayback Machine</em> copy that can be found.</p></li>
|
||||
</ul>
|
||||
<h2 data-number="0.10" id="what-are-some-common-errors-in-show-notes"><span class="header-section-number">0.10</span>
|
||||
What are some common errors in show notes?</h2>
|
||||
<p>It depends on the note format to some extent:</p>
|
||||
<h3 data-number="0.10.1" id="html-notes"><span class="header-section-number">0.10.1</span> HTML notes</h3>
|
||||
<ul>
|
||||
<li><p>It's very easy to hand-write bad HTML. That's why we use an HTML checker on it, and fix the errors it reports.</p></li>
|
||||
<li><p>A common fault is to write <code><code><pre></code> to define a pre-formatted block of text using a fixed-width font.
|
||||
However it's illegal because the <code><pre></code> tag can't be enclosed in other tags like
|
||||
<code><code></code>. Use <code><pre><code></code> instead.</p></li>
|
||||
</ul>
|
||||
<h3 data-number="0.10.2" id="markdown-notes"><span class="header-section-number">0.10.2</span> Markdown notes</h3>
|
||||
<ul>
|
||||
<li>This is quite a forgiving format. Some people embed HTML in the Markdown, and the HTML used suffers from some
|
||||
of the issues discussed in this document. These are <em>much</em> harder to spot. The HTML checker can't
|
||||
really help unless it's run on the output from Pandoc.</li>
|
||||
</ul>
|
||||
<h3 data-number="0.10.3" id="general-errors"><span class="header-section-number">0.10.3</span> General errors</h3>
|
||||
<ul>
|
||||
<li><p>Spelling is often an issue in notes. As the notes are processed they are edited in the Vim editor with the
|
||||
spell check option turned on. In most cases spelling problems flagged by Vim are corrected.</p></li>
|
||||
<li><p>Grammar and punctuation can also be issues. We do not have very effective grammar checking tools in the note
|
||||
preparation workflow. Modifications may be made to split up extra-long (often <em>comma-spliced</em>) sentences,
|
||||
rationalise the use of capital letters and similar.</p></li>
|
||||
</ul>
|
||||
<h2 data-number="0.11" id="if-i-notice-an-error-in-my-shows-details-how-can-it-be-fixed"><span class="header-section-number">0.11</span>
|
||||
If I notice an error in my show's details how can it be fixed?</h2>
|
||||
<ul>
|
||||
<li><p>The HPR administrators can make changes to show titles, summaries, notes and so forth. Ideally send an
|
||||
email to <code>admin</code> at <code><!--% make_sfw(is_sfw, "hobby", "hacker") %-->publicradio.org</code> explaining what the problem is and we'll fix it for you.
|
||||
We'll also ensure that the changes are propagated to the relevant page on archive.org.</p></li>
|
||||
<li><p>Don't be tempted to send in your corrections as a comment. Comments are not propagated to archive.org, so people
|
||||
referring to that copy will not see the changes.</p></li>
|
||||
</ul>
|
||||
<h2 data-number="0.12" id="does-hobbypublicradio.com-have-anything-to-do-with-hpr"><span class="header-section-number">0.12</span>
|
||||
Does <code>hobbypublicradio.com</code> have anything to do with HPR?</h2>
|
||||
<ul>
|
||||
<li><p>Some environments prevent access to sites which use the word <code>'hacker'</code> or <code>'hackers'</code>
|
||||
in their names (or content in extreme cases). The site names <code>hobbypublicradio.{com,net,org}</code> have been created,
|
||||
which link to the main HPR site, in order to get around this restriction.</p></li>
|
||||
<li><p>See the mailing list thread here:
|
||||
<a href="https://lists.hackerpublicradio.com/pipermail/hpr/2015-February/002493.html" class="uri">
|
||||
https://lists.hackerpublicradio.com/pipermail/hpr/2015-February/002493.html</a></p></li>
|
||||
</ul>
|
||||
<h2 data-number="0.13" id="how-can-i-talk-to-other-hpr-hosts-and-listeners"><span class="header-section-number">0.13</span>
|
||||
How can I talk to other HPR hosts and listeners?</h2>
|
||||
<ul>
|
||||
<li>You have a number of choices:
|
||||
<ul>
|
||||
<li>The mailing list <a href="mailto:hpr@hackerpublicradio.org" class="email">hpr@hackerpublicradio.org</a> is where various
|
||||
policy matters are discussed and announcements made. You need to be a member of the list to post to it.
|
||||
Visit the <a href="<!--% absolute_url(baseurl,'/maillist') %-->" ><em>listinfo page</em></a> to sign up.</li>
|
||||
<li>You can join the <strong>#oggcastplanet</strong> channel on IRC.
|
||||
Visit the <a href="http://webchat.freenode.net/?channels=oggcastplanet">freenode.net</a> network to sign up.</li>
|
||||
<li>A number of HPR messages may be found on Twitter and
|
||||
<a href="https://infosec.exchange/@hpr">Mastodon</a>.</li>
|
||||
<li>There is a <a href="https://t.me/+6fEhQrf5IEc4ZGU8">chat group on Telegram</a></li>
|
||||
<li>An HPR tradition exists where we record a 26-hour show at the turn of the year celebrating the
|
||||
arrival of the New Year around the world. We use Mumble to record the show and anyone can connect
|
||||
to the Mumble server and speak to other HPR listeners and hosts. The recording is used to make multiple
|
||||
shows which are released when they are ready.</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
177
images/Code_Cruncher_hpr_sticker.svg
Normal file
@@ -0,0 +1,177 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="360px" height="216.333px" viewBox="0 0 360 216.333" enable-background="new 0 0 360 216.333" xml:space="preserve">
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M180.5,202.332c-44.896,0-87.038-10.083-118.661-28.391C30.99,156.081,14,132.604,14,107.832
|
||||
s16.99-48.249,47.839-66.109C93.462,23.415,135.604,13.332,180.5,13.332s87.037,10.083,118.66,28.391
|
||||
C330.011,59.583,347,83.062,347,107.832s-16.989,48.249-47.84,66.109C267.537,192.249,225.396,202.332,180.5,202.332L180.5,202.332
|
||||
z"/>
|
||||
<path fill="#231F20" d="M180.5,17.832c44.117,0,85.457,9.867,116.406,27.785c29.401,17.021,45.594,39.117,45.594,62.215
|
||||
s-16.192,45.193-45.594,62.215c-30.949,17.918-72.289,27.785-116.406,27.785s-85.458-9.867-116.406-27.785
|
||||
C34.692,153.025,18.5,130.93,18.5,107.832s16.192-45.193,45.594-62.215C95.042,27.699,136.383,17.832,180.5,17.832 M180.5,8.832
|
||||
c-94.441,0-171,44.323-171,99s76.559,99,171,99c94.44,0,171-44.323,171-99S274.94,8.832,180.5,8.832L180.5,8.832z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#231F20" d="M78.331,59.066h20.438v33.064h22.333V59.066h20.528v94.488h-20.528v-38.221H98.769v38.221H78.331V59.066z"
|
||||
/>
|
||||
<path fill="#231F20" d="M155.12,59.066h33.973c7.4,0,12.941,2.514,16.627,7.541c3.684,5.027,5.525,12.182,5.525,21.463
|
||||
c0,9.539-2.008,16.994-6.021,22.365c-4.016,5.372-10.145,8.057-18.387,8.057h-11.188v35.062H155.12V59.066z M175.649,99.35h5.008
|
||||
c3.939,0,6.708-0.977,8.302-2.933c1.593-1.955,2.39-4.457,2.39-7.509c0-2.965-0.692-5.479-2.074-7.541
|
||||
c-1.384-2.062-3.986-3.094-7.807-3.094h-5.819V99.35z"/>
|
||||
<path fill="#231F20" d="M222.21,153.555V59.066h34.062c6.316,0,11.145,0.773,14.482,2.32c3.34,1.547,6.031,4.415,8.076,8.604
|
||||
s3.068,9.292,3.068,15.308c0,5.243-0.781,9.765-2.348,13.567c-1.564,3.803-3.717,6.887-6.455,9.249
|
||||
c-1.746,1.505-4.139,2.75-7.178,3.738c2.434,1.162,4.207,2.323,5.32,3.483c0.752,0.774,1.84,2.431,3.27,4.968
|
||||
c1.428,2.538,2.381,4.495,2.861,5.87l9.898,27.38h-23.094l-10.924-28.875c-1.385-3.738-2.617-6.165-3.701-7.283
|
||||
c-1.473-1.46-3.143-2.191-5.008-2.191h-1.805v38.35H222.21z M242.737,97.352h8.617c0.934,0,2.738-0.429,5.414-1.289
|
||||
c1.354-0.387,2.459-1.375,3.316-2.965c0.857-1.589,1.287-3.416,1.287-5.479c0-3.051-0.678-5.392-2.031-7.025
|
||||
c-1.354-1.633-3.895-2.449-7.625-2.449h-8.979V97.352z"/>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#231F20" d="M100.844,180.912c1.238-3.812,1.858-5.72,3.096-9.531c0.789,0.257,1.184,0.383,1.974,0.633
|
||||
c-0.475,1.504-0.712,2.257-1.187,3.762c1.574,0.497,2.363,0.741,3.943,1.211c0.45-1.513,0.675-2.271,1.125-3.782
|
||||
c0.793,0.236,1.19,0.353,1.985,0.582c-1.111,3.851-1.667,5.775-2.778,9.627c-0.828-0.238-1.24-0.359-2.066-0.605
|
||||
c0.5-1.68,0.75-2.519,1.25-4.198c-1.591-0.474-2.385-0.718-3.97-1.218c-0.527,1.672-0.792,2.505-1.319,4.177
|
||||
C102.076,181.309,101.666,181.179,100.844,180.912z"/>
|
||||
<path fill="#231F20" d="M113.929,179.556c-0.668-0.312-1.001-0.468-1.666-0.785c0.386-0.621,0.862-1.028,1.429-1.222
|
||||
s1.319-0.164,2.26,0.087c0.854,0.228,1.465,0.492,1.834,0.797c0.369,0.304,0.601,0.629,0.696,0.975
|
||||
c0.095,0.347,0.039,0.927-0.166,1.735c-0.228,0.867-0.342,1.299-0.571,2.166c-0.156,0.618-0.239,1.081-0.25,1.391
|
||||
c-0.011,0.311,0.026,0.654,0.115,1.034c-0.783-0.196-1.173-0.297-1.955-0.5c-0.02-0.138-0.036-0.336-0.046-0.597
|
||||
c-0.004-0.118-0.011-0.235-0.014-0.236c-0.074-0.038-0.838,0.359-1.263,0.411s-0.854,0.023-1.29-0.095
|
||||
c-0.768-0.208-1.318-0.575-1.649-1.088s-0.412-1.066-0.244-1.663c0.111-0.395,0.308-0.719,0.593-0.974
|
||||
c0.285-0.253,0.63-0.414,1.031-0.48c0.401-0.066,0.958-0.07,1.662-0.012c0.948,0.079,1.617,0.095,2.003,0.045
|
||||
c0.02-0.074,0.028-0.112,0.048-0.187c0.093-0.357,0.068-0.634-0.075-0.834c-0.142-0.199-0.468-0.367-0.976-0.503
|
||||
c-0.343-0.092-0.627-0.098-0.854-0.02C114.355,179.079,114.137,179.263,113.929,179.556z M116.122,181.757
|
||||
c-0.27,0.015-0.689,0.003-1.26-0.03s-0.957-0.022-1.148,0.04c-0.298,0.097-0.487,0.285-0.559,0.549
|
||||
c-0.071,0.259-0.029,0.51,0.125,0.755s0.387,0.407,0.704,0.492c0.354,0.095,0.724,0.077,1.1-0.06
|
||||
c0.28-0.103,0.491-0.271,0.629-0.492c0.091-0.145,0.195-0.441,0.312-0.887C116.063,181.976,116.083,181.905,116.122,181.757z"/>
|
||||
<path fill="#231F20" d="M126.756,182.624c-0.798-0.033-1.195-0.052-1.994-0.092c0.018-0.384-0.065-0.694-0.251-0.933
|
||||
s-0.46-0.398-0.823-0.482c-0.483-0.111-0.905-0.039-1.269,0.214c-0.364,0.254-0.636,0.755-0.815,1.509
|
||||
c-0.199,0.838-0.193,1.467,0.021,1.883s0.574,0.682,1.076,0.797c0.375,0.087,0.705,0.057,0.989-0.092
|
||||
c0.285-0.147,0.53-0.458,0.739-0.93c0.744,0.299,1.116,0.447,1.863,0.74c-0.384,0.803-0.909,1.356-1.579,1.661
|
||||
s-1.491,0.35-2.457,0.126c-1.098-0.254-1.896-0.789-2.387-1.598s-0.59-1.789-0.307-2.939c0.287-1.163,0.832-1.99,1.625-2.484
|
||||
c0.794-0.495,1.728-0.614,2.812-0.364c0.887,0.205,1.55,0.548,1.994,1.035C126.437,181.163,126.69,181.812,126.756,182.624z"/>
|
||||
<path fill="#231F20" d="M127.111,187.93c0.828-3.922,1.24-5.883,2.068-9.805c0.765,0.161,1.149,0.239,1.915,0.395
|
||||
c-0.423,2.085-0.634,3.128-1.057,5.213c1.12-0.816,1.676-1.228,2.778-2.057c0.956,0.185,1.434,0.275,2.391,0.45
|
||||
c-1.195,0.86-1.798,1.287-3.012,2.133c0.735,2.02,1.113,3.026,1.89,5.041c-0.862-0.157-1.294-0.239-2.155-0.404
|
||||
c-0.514-1.426-0.767-2.138-1.261-3.565c-0.44,0.294-0.66,0.442-1.103,0.734c-0.185,0.911-0.278,1.366-0.463,2.277
|
||||
C128.305,188.18,127.908,188.098,127.111,187.93z"/>
|
||||
<path fill="#231F20" d="M140.019,187.973c0.771,0.253,1.159,0.378,1.933,0.625c-0.36,0.655-0.845,1.121-1.455,1.396
|
||||
c-0.61,0.276-1.334,0.346-2.167,0.209c-1.317-0.217-2.229-0.795-2.708-1.717c-0.382-0.734-0.479-1.603-0.301-2.594
|
||||
c0.213-1.184,0.701-2.055,1.458-2.613c0.756-0.558,1.618-0.755,2.592-0.594c1.094,0.181,1.9,0.668,2.427,1.472
|
||||
c0.527,0.803,0.672,1.928,0.424,3.379c-1.987-0.3-2.979-0.458-4.962-0.798c-0.082,0.563,0.002,1.027,0.256,1.393
|
||||
c0.254,0.364,0.612,0.586,1.07,0.661c0.312,0.052,0.589,0.012,0.828-0.116S139.853,188.315,140.019,187.973z M140.438,186.072
|
||||
c0.073-0.551-0.008-0.992-0.241-1.322c-0.233-0.331-0.547-0.529-0.947-0.596c-0.427-0.07-0.806,0.021-1.136,0.275
|
||||
s-0.537,0.64-0.621,1.157C138.669,185.788,139.259,185.885,140.438,186.072z"/>
|
||||
<path fill="#231F20" d="M145.32,191.09c-0.804-0.11-1.205-0.166-2.008-0.282c0.416-2.874,0.624-4.312,1.04-7.186
|
||||
c0.725,0.104,1.087,0.156,1.813,0.256c-0.056,0.409-0.085,0.614-0.142,1.023c0.378-0.44,0.702-0.719,0.97-0.84
|
||||
s0.559-0.161,0.874-0.12c0.445,0.058,0.859,0.232,1.242,0.523c-0.325,0.635-0.491,0.95-0.82,1.584
|
||||
c-0.305-0.251-0.598-0.393-0.882-0.43c-0.275-0.036-0.518,0.005-0.729,0.126c-0.211,0.12-0.397,0.366-0.56,0.735
|
||||
s-0.327,1.164-0.495,2.388C145.503,189.757,145.442,190.201,145.32,191.09z"/>
|
||||
<path fill="#231F20" d="M149.115,191.582c0.483-3.979,0.725-5.97,1.208-9.949c1.308,0.159,1.962,0.231,3.271,0.373
|
||||
c1.24,0.134,2.045,0.264,2.412,0.399c0.562,0.208,1.021,0.578,1.368,1.115c0.347,0.538,0.486,1.205,0.415,2
|
||||
c-0.055,0.612-0.217,1.114-0.484,1.511s-0.59,0.7-0.968,0.904c-0.376,0.204-0.757,0.331-1.129,0.368
|
||||
c-0.504,0.05-1.237,0.021-2.184-0.08c-0.545-0.059-0.819-0.088-1.364-0.149c-0.17,1.503-0.254,2.252-0.424,3.755
|
||||
C150.387,191.733,149.963,191.685,149.115,191.582z M152.169,183.555c-0.128,1.13-0.191,1.698-0.319,2.828
|
||||
c0.455,0.052,0.683,0.076,1.137,0.125c0.818,0.089,1.372,0.09,1.659,0.014s0.519-0.217,0.698-0.424s0.282-0.457,0.311-0.752
|
||||
c0.036-0.362-0.043-0.672-0.238-0.93s-0.457-0.43-0.782-0.524c-0.24-0.069-0.732-0.144-1.472-0.225
|
||||
C152.765,183.624,152.566,183.6,152.169,183.555z"/>
|
||||
<path fill="#231F20" d="M163.925,192.943c0.027-0.434,0.042-0.649,0.069-1.083c-0.301,0.369-0.686,0.651-1.154,0.844
|
||||
s-0.954,0.271-1.458,0.233c-0.513-0.037-0.966-0.182-1.356-0.427s-0.66-0.568-0.81-0.97s-0.197-0.941-0.14-1.623
|
||||
c0.152-1.831,0.229-2.747,0.381-4.578c0.785,0.065,1.177,0.096,1.962,0.154c-0.1,1.33-0.151,1.997-0.25,3.327
|
||||
c-0.076,1.018-0.086,1.646-0.029,1.881c0.057,0.234,0.178,0.425,0.363,0.573c0.186,0.147,0.43,0.236,0.73,0.257
|
||||
c0.343,0.024,0.656-0.047,0.94-0.208c0.284-0.162,0.484-0.374,0.601-0.633c0.117-0.261,0.208-0.907,0.273-1.944
|
||||
c0.078-1.223,0.118-1.835,0.195-3.058c0.786,0.05,1.178,0.071,1.963,0.115c-0.161,2.899-0.243,4.351-0.404,7.25
|
||||
C165.052,193.013,164.676,192.99,163.925,192.943z"/>
|
||||
<path fill="#231F20" d="M167.811,193.158c0.191-4.004,0.287-6.005,0.478-10.009c0.777,0.037,1.166,0.055,1.943,0.086
|
||||
c-0.057,1.442-0.086,2.163-0.144,3.605c0.635-0.65,1.364-0.961,2.193-0.936c0.904,0.028,1.645,0.368,2.225,1.021
|
||||
c0.58,0.652,0.863,1.576,0.841,2.774c-0.023,1.239-0.349,2.188-0.983,2.845s-1.399,0.974-2.288,0.946
|
||||
c-0.437-0.014-0.864-0.133-1.281-0.355c-0.417-0.224-0.772-0.543-1.062-0.96c-0.017,0.426-0.027,0.64-0.044,1.065
|
||||
C168.937,193.212,168.562,193.194,167.811,193.158z M169.971,189.463c-0.03,0.751,0.072,1.313,0.305,1.683
|
||||
c0.328,0.521,0.782,0.794,1.359,0.812c0.444,0.015,0.828-0.154,1.15-0.507c0.322-0.354,0.494-0.92,0.515-1.699
|
||||
c0.022-0.829-0.118-1.432-0.418-1.808c-0.3-0.375-0.689-0.57-1.172-0.586c-0.474-0.016-0.874,0.147-1.202,0.493
|
||||
C170.18,188.198,170,188.734,169.971,189.463z"/>
|
||||
<path fill="#231F20" d="M176.905,193.432c0.049-4.008,0.073-6.013,0.122-10.021c0.778,0.01,1.167,0.013,1.945,0.016
|
||||
c-0.017,4.008-0.025,6.013-0.042,10.021C178.12,193.443,177.714,193.441,176.905,193.432z"/>
|
||||
<path fill="#231F20" d="M180.973,185.202c-0.003-0.711-0.004-1.064-0.007-1.775c0.777-0.003,1.166-0.007,1.944-0.016
|
||||
c0.009,0.711,0.012,1.064,0.021,1.775C182.146,185.196,181.757,185.199,180.973,185.202z M181.003,193.447
|
||||
c-0.011-2.903-0.015-4.356-0.026-7.26c0.786-0.003,1.179-0.006,1.966-0.016c0.034,2.903,0.051,4.356,0.085,7.26
|
||||
C182.218,193.441,181.812,193.444,181.003,193.447z"/>
|
||||
<path fill="#231F20" d="M191.533,188.07c-0.775,0.173-1.16,0.257-1.938,0.424c-0.081-0.375-0.242-0.655-0.481-0.838
|
||||
s-0.543-0.265-0.913-0.253c-0.491,0.017-0.879,0.192-1.163,0.53c-0.284,0.339-0.419,0.894-0.398,1.668
|
||||
c0.022,0.861,0.189,1.467,0.502,1.813s0.725,0.512,1.235,0.495c0.382-0.013,0.692-0.128,0.928-0.345
|
||||
c0.235-0.216,0.392-0.579,0.472-1.089c0.791,0.098,1.189,0.147,1.981,0.239c-0.163,0.875-0.528,1.543-1.094,2.01
|
||||
c-0.566,0.467-1.345,0.719-2.329,0.751c-1.119,0.036-2.021-0.275-2.698-0.931s-1.024-1.578-1.046-2.763
|
||||
c-0.021-1.198,0.29-2.135,0.926-2.815c0.636-0.682,1.503-1.038,2.607-1.074c0.904-0.029,1.63,0.13,2.181,0.487
|
||||
C190.854,186.739,191.262,187.303,191.533,188.07z"/>
|
||||
<path fill="#231F20" d="M193.323,193.104c-0.208-4.003-0.312-6.006-0.521-10.009c1.724-0.09,2.586-0.142,4.308-0.262
|
||||
c1.082-0.075,1.877-0.05,2.381,0.091c0.506,0.141,0.925,0.432,1.259,0.865s0.525,0.944,0.576,1.535
|
||||
c0.064,0.749-0.105,1.384-0.521,1.909c-0.415,0.526-1.971,1.086-1.971,1.086c-0.003,0.027,0.866,0.473,1.185,0.754
|
||||
c0.319,0.281,0.763,0.788,1.331,1.522c0.576,0.736,0.865,1.103,1.449,1.836c-1.017,0.091-1.526,0.134-2.544,0.215
|
||||
c-0.684-0.82-1.021-1.231-1.694-2.057c-0.599-0.737-1.002-1.205-1.215-1.395c-0.212-0.188-0.432-0.31-0.658-0.369
|
||||
c-0.227-0.061-0.578-0.075-1.06-0.045c-0.17,0.011-0.257,0.017-0.427,0.027c0.101,1.67,0.151,2.504,0.252,4.174
|
||||
C194.603,193.034,194.176,193.06,193.323,193.104z M195.107,187.212c0.616-0.037,0.923-0.059,1.539-0.1
|
||||
c0.998-0.066,1.616-0.154,1.859-0.255s0.425-0.257,0.55-0.467s0.175-0.465,0.151-0.765c-0.026-0.336-0.139-0.599-0.338-0.791
|
||||
s-0.474-0.312-0.807-0.337c-0.166-0.013-0.668,0.016-1.503,0.071c-0.643,0.043-0.965,0.062-1.607,0.102
|
||||
C195.014,185.687,195.046,186.196,195.107,187.212z"/>
|
||||
<path fill="#231F20" d="M204.94,187.163c-0.73-0.054-1.095-0.082-1.823-0.141c0.136-0.718,0.436-1.267,0.892-1.649
|
||||
s1.166-0.623,2.127-0.725c0.874-0.093,1.529-0.063,1.98,0.09c0.451,0.152,0.785,0.374,0.995,0.662
|
||||
c0.211,0.29,0.365,0.849,0.463,1.677c0.097,0.892,0.145,1.338,0.241,2.229c0.075,0.633,0.163,1.099,0.263,1.391
|
||||
c0.1,0.293,0.259,0.599,0.477,0.922c-0.797,0.096-1.197,0.143-1.994,0.232c-0.067-0.121-0.152-0.303-0.255-0.543
|
||||
c-0.047-0.109-0.093-0.215-0.096-0.215c-0.082-0.009-0.65,0.633-1.025,0.833s-0.784,0.325-1.229,0.37
|
||||
c-0.786,0.08-1.425-0.062-1.914-0.423c-0.488-0.36-0.763-0.853-0.819-1.47c-0.037-0.408,0.033-0.784,0.206-1.124
|
||||
c0.173-0.338,0.438-0.607,0.786-0.812c0.348-0.204,0.86-0.405,1.534-0.602c0.908-0.265,1.53-0.491,1.871-0.675
|
||||
c-0.009-0.076-0.013-0.114-0.021-0.19c-0.041-0.367-0.163-0.618-0.367-0.754c-0.203-0.135-0.562-0.175-1.08-0.12
|
||||
c-0.351,0.037-0.618,0.13-0.801,0.284C205.167,186.564,205.028,186.815,204.94,187.163z M207.755,188.433
|
||||
c-0.246,0.109-0.635,0.252-1.175,0.424s-0.896,0.318-1.051,0.445c-0.242,0.197-0.353,0.441-0.325,0.714
|
||||
c0.026,0.268,0.153,0.488,0.383,0.662s0.506,0.245,0.83,0.211c0.361-0.038,0.699-0.189,0.999-0.451
|
||||
c0.224-0.195,0.358-0.43,0.408-0.685c0.033-0.168,0.025-0.483-0.025-0.94C207.782,188.66,207.771,188.585,207.755,188.433z"/>
|
||||
<path fill="#231F20" d="M219.065,190.453c-0.745,0.115-1.118,0.171-1.864,0.28c-0.062-0.422-0.093-0.634-0.154-1.056
|
||||
c-0.248,0.456-0.569,0.815-0.962,1.076c-0.392,0.26-0.803,0.421-1.232,0.479c-0.873,0.12-1.67-0.115-2.376-0.702
|
||||
c-0.705-0.586-1.128-1.482-1.276-2.676c-0.152-1.221,0.031-2.185,0.54-2.895c0.509-0.711,1.21-1.126,2.107-1.249
|
||||
c0.824-0.113,1.582,0.118,2.284,0.697c-0.209-1.429-0.313-2.143-0.522-3.571c0.771-0.113,1.157-0.169,1.929-0.288
|
||||
C218.149,184.511,218.455,186.492,219.065,190.453z M213.208,187.467c0.102,0.768,0.285,1.311,0.554,1.624
|
||||
c0.388,0.453,0.874,0.639,1.452,0.558c0.46-0.064,0.824-0.305,1.093-0.724c0.268-0.417,0.348-0.996,0.239-1.735
|
||||
c-0.121-0.825-0.363-1.397-0.724-1.717c-0.36-0.318-0.779-0.445-1.259-0.378c-0.466,0.065-0.83,0.298-1.098,0.7
|
||||
C213.2,186.195,213.113,186.754,213.208,187.467z"/>
|
||||
<path fill="#231F20" d="M219.722,182.002c-0.114-0.701-0.168-1.051-0.282-1.753c0.771-0.125,1.154-0.192,1.924-0.323
|
||||
c0.119,0.701,0.179,1.051,0.298,1.752C220.886,181.81,220.498,181.876,219.722,182.002z M221.043,190.14
|
||||
c-0.465-2.866-0.699-4.3-1.164-7.166c0.779-0.126,1.167-0.191,1.945-0.324c0.488,2.862,0.734,4.294,1.222,7.156
|
||||
C222.245,189.942,221.845,190.01,221.043,190.14z"/>
|
||||
<path fill="#231F20" d="M223.986,185.855c-0.111-0.628-0.061-1.266,0.154-1.91s0.588-1.175,1.116-1.592
|
||||
c0.526-0.417,1.145-0.693,1.862-0.832c1.109-0.214,2.083-0.045,2.938,0.509c0.853,0.554,1.396,1.359,1.619,2.425
|
||||
c0.225,1.075,0.047,2.044-0.539,2.9c-0.588,0.857-1.446,1.4-2.565,1.616c-0.69,0.133-1.38,0.107-2.062-0.072
|
||||
c-0.684-0.18-1.24-0.527-1.668-1.04C224.414,187.345,224.132,186.677,223.986,185.855z M226.025,185.592
|
||||
c0.131,0.708,0.406,1.217,0.829,1.526s0.895,0.414,1.413,0.314c0.517-0.1,0.918-0.373,1.192-0.817
|
||||
c0.274-0.443,0.34-1.023,0.196-1.738c-0.14-0.697-0.422-1.201-0.84-1.508c-0.419-0.307-0.885-0.41-1.393-0.312
|
||||
c-0.51,0.099-0.903,0.368-1.181,0.81S225.895,184.884,226.025,185.592z"/>
|
||||
<path fill="#231F20" d="M233.978,187.697c-0.162-0.751-0.24-1.127-0.402-1.878c0.79-0.17,1.185-0.256,1.974-0.433
|
||||
c0.168,0.75,0.252,1.124,0.42,1.874C235.174,187.438,234.773,187.525,233.978,187.697z"/>
|
||||
<path fill="#231F20" d="M236.705,183.265c-0.144-0.621-0.121-1.261,0.062-1.916s0.526-1.203,1.034-1.647
|
||||
c0.506-0.443,1.111-0.753,1.822-0.929c1.101-0.271,2.085-0.154,2.969,0.354c0.882,0.508,1.468,1.285,1.745,2.338
|
||||
c0.28,1.062,0.148,2.042-0.396,2.928c-0.546,0.888-1.375,1.471-2.484,1.745c-0.685,0.169-1.376,0.183-2.067,0.038
|
||||
c-0.694-0.144-1.268-0.465-1.722-0.955C237.213,184.729,236.893,184.077,236.705,183.265z M238.732,182.895
|
||||
c0.167,0.7,0.472,1.193,0.911,1.481s0.917,0.368,1.432,0.241c0.513-0.127,0.898-0.419,1.151-0.877
|
||||
c0.252-0.457,0.287-1.043,0.107-1.75c-0.176-0.688-0.483-1.173-0.918-1.457c-0.436-0.285-0.905-0.366-1.409-0.242
|
||||
c-0.506,0.125-0.884,0.415-1.14,0.87S238.565,182.194,238.732,182.895z"/>
|
||||
<path fill="#231F20" d="M248.694,184.067c-0.787,0.22-1.184,0.325-1.973,0.538c-0.756-2.804-1.133-4.204-1.89-7.008
|
||||
c0.712-0.192,1.068-0.289,1.779-0.486c0.11,0.397,0.165,0.597,0.275,0.994c0.174-0.554,0.361-0.938,0.562-1.156
|
||||
c0.199-0.218,0.453-0.372,0.762-0.46c0.435-0.124,0.889-0.127,1.357-0.013c-0.049,0.712-0.074,1.068-0.126,1.78
|
||||
c-0.383-0.108-0.714-0.122-0.991-0.043c-0.27,0.076-0.479,0.214-0.624,0.407c-0.146,0.194-0.224,0.491-0.228,0.895
|
||||
s0.162,1.201,0.493,2.392C248.333,182.771,248.454,183.203,248.694,184.067z"/>
|
||||
<path fill="#231F20" d="M252.34,183.521c0.929-0.162,1.393-0.247,2.321-0.418c0.11,0.233,0.249,0.376,0.41,0.427
|
||||
c0.228,0.072,0.541,0.05,0.941-0.073c0.514-0.159,0.875-0.351,1.088-0.575c0.142-0.149,0.227-0.347,0.246-0.586
|
||||
c0.014-0.169-0.048-0.46-0.177-0.869c-0.128-0.404-0.192-0.607-0.32-1.012c-0.345,0.932-0.966,1.536-1.857,1.81
|
||||
c-0.993,0.304-1.9,0.146-2.712-0.475c-0.639-0.49-1.094-1.203-1.366-2.135c-0.342-1.168-0.307-2.146,0.093-2.935
|
||||
c0.398-0.787,1.026-1.313,1.888-1.577c0.887-0.271,1.737-0.124,2.553,0.444c-0.123-0.389-0.188-0.582-0.311-0.971
|
||||
c0.711-0.225,1.068-0.339,1.777-0.569c0.806,2.479,1.21,3.717,2.015,6.195c0.265,0.814,0.388,1.446,0.374,1.896
|
||||
c-0.014,0.448-0.112,0.833-0.299,1.146c-0.188,0.313-0.48,0.607-0.877,0.876c-0.398,0.27-0.932,0.51-1.602,0.717
|
||||
c-1.267,0.392-2.231,0.46-2.881,0.214c-0.648-0.246-1.063-0.685-1.246-1.306C252.381,183.685,252.361,183.609,252.34,183.521z
|
||||
M252.863,178.922c0.223,0.737,0.536,1.231,0.942,1.482c0.406,0.25,0.828,0.308,1.271,0.171c0.477-0.147,0.824-0.445,1.039-0.896
|
||||
c0.217-0.453,0.217-1.023,0-1.71c-0.227-0.717-0.551-1.203-0.967-1.453c-0.417-0.251-0.864-0.302-1.334-0.156
|
||||
c-0.458,0.142-0.78,0.43-0.975,0.862C252.646,177.655,252.651,178.22,252.863,178.922z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
119
images/Richard_Querin_atomic.svg
Normal file
|
After Width: | Height: | Size: 30 KiB |
206
images/Richard_Querin_hpr_horiz_sticker_01.svg
Normal file
|
After Width: | Height: | Size: 34 KiB |
91
images/Richard_Querin_hpr_horiz_sticker_02.svg
Normal file
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
version="1.1"
|
||||
id="svg3583"
|
||||
height="90.892647"
|
||||
width="361.19208"
|
||||
sodipodi:docname="Richard_Querin_hpr_horiz_sticker_02.svg"
|
||||
xml:space="preserve"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#d6d6d6"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="1"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="4.27299"
|
||||
inkscape:cx="53.124393"
|
||||
inkscape:cy="57.453914"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
showborder="false"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2109"
|
||||
inkscape:window-x="1920"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1" /><defs
|
||||
id="defs3585"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3065"><rect
|
||||
inkscape:export-ydpi="52.009998"
|
||||
inkscape:export-xdpi="52.009998"
|
||||
inkscape:export-filename="/home/richard/Dropbox/graphicswork/hpr/hpr_horiz_sticker_01.png"
|
||||
y="11354.07"
|
||||
x="5002.5415"
|
||||
height="752.03973"
|
||||
width="2316.0642"
|
||||
id="rect3067"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
transform="rotate(-10.061831)" /></clipPath></defs><metadata
|
||||
id="metadata3588"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><g
|
||||
id="layer1"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Layer 1"
|
||||
transform="translate(-269.71505,-112.07271)"><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.08401px;line-height:0%;font-family:'League Gothic';-inkscape-font-specification:'League Gothic';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#2499be;fill-opacity:1;stroke:none;stroke-width:0.257001"
|
||||
x="269.61227"
|
||||
y="150.25389"
|
||||
id="text3056"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3058"
|
||||
x="269.61227"
|
||||
y="150.25389"
|
||||
style="font-size:51.386px;line-height:1.25;fill:#2499be;fill-opacity:1;stroke-width:0.257001">THE COMMUNITY PODCAST</tspan></text><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.08401px;line-height:0%;font-family:'Roboto Cn';-inkscape-font-specification:'Roboto Cn Bold';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.257001"
|
||||
x="337.43167"
|
||||
y="171.92702"
|
||||
id="text3060"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3062"
|
||||
x="337.43167"
|
||||
y="171.92702"
|
||||
style="font-size:15.6291px;line-height:1.25;fill:#666666;fill-opacity:1;stroke-width:0.257001">SHARING YOUR IDEAS, PROJECTS, OPINIONS</tspan></text><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.08401px;line-height:0%;font-family:'Roboto Cn';-inkscape-font-specification:'Roboto Cn Bold';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#2499be;fill-opacity:1;stroke:none;stroke-width:0.257001"
|
||||
x="328.78302"
|
||||
y="197.51715"
|
||||
id="text3068"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3070"
|
||||
x="328.78302"
|
||||
y="197.51715"
|
||||
style="font-size:25.533px;line-height:1.25;fill:#2499be;fill-opacity:1;stroke-width:0.257001">New Episodes Every Weekday</tspan></text></g></svg>
|
||||
|
After Width: | Height: | Size: 4.3 KiB |
91
images/Richard_Querin_hpr_horiz_sticker_03.svg
Normal file
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
version="1.1"
|
||||
id="svg3583"
|
||||
height="90.892647"
|
||||
width="361.19208"
|
||||
sodipodi:docname="Richard_Querin_hpr_horiz_sticker_03.svg"
|
||||
xml:space="preserve"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#d6d6d6"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="1"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="4.27299"
|
||||
inkscape:cx="116.07797"
|
||||
inkscape:cy="57.453914"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
showborder="false"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2109"
|
||||
inkscape:window-x="1920"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1" /><defs
|
||||
id="defs3585"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3065"><rect
|
||||
inkscape:export-ydpi="52.009998"
|
||||
inkscape:export-xdpi="52.009998"
|
||||
inkscape:export-filename="/home/richard/Dropbox/graphicswork/hpr/hpr_horiz_sticker_01.png"
|
||||
y="11354.07"
|
||||
x="5002.5415"
|
||||
height="752.03973"
|
||||
width="2316.0642"
|
||||
id="rect3067"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
transform="rotate(-10.061831)" /></clipPath></defs><metadata
|
||||
id="metadata3588"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><g
|
||||
id="layer1"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Layer 1"
|
||||
transform="translate(-269.71505,-112.07271)"><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.08401px;line-height:0%;font-family:'League Gothic';-inkscape-font-specification:'League Gothic';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.257001"
|
||||
x="269.61227"
|
||||
y="150.25389"
|
||||
id="text3056"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3058"
|
||||
x="269.61227"
|
||||
y="150.25389"
|
||||
style="font-size:51.386px;line-height:1.25;fill:#000000;fill-opacity:1;stroke-width:0.257001">THE COMMUNITY PODCAST</tspan></text><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.08401px;line-height:0%;font-family:'Roboto Cn';-inkscape-font-specification:'Roboto Cn Bold';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.257001"
|
||||
x="270.49918"
|
||||
y="171.92702"
|
||||
id="text3060"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3062"
|
||||
x="270.49918"
|
||||
y="171.92702"
|
||||
style="font-size:15.6291px;line-height:1.25;fill:#000000;fill-opacity:1;stroke-width:0.257001">SHARING YOUR IDEAS, PROJECTS, OPINIONS SINCE 2005</tspan></text><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.08401px;line-height:0%;font-family:'Roboto Cn';-inkscape-font-specification:'Roboto Cn Bold';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.257001"
|
||||
x="328.78302"
|
||||
y="197.51715"
|
||||
id="text3068"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3070"
|
||||
x="328.78302"
|
||||
y="197.51715"
|
||||
style="font-size:25.533px;line-height:1.25;fill:#000000;fill-opacity:1;stroke-width:0.257001">New Episodes Every Weekday</tspan></text></g></svg>
|
||||
|
After Width: | Height: | Size: 4.3 KiB |
1412
images/Richard_Querin_splash.svg
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
550
images/Richard_Querin_taglines.svg
Normal file
|
After Width: | Height: | Size: 204 KiB |
BIN
images/hpr_logo.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
2115
images/hpr_vertical_banner.svg
Executable file
|
After Width: | Height: | Size: 484 KiB |
BIN
images/hpr_vertical_banner_2026.png
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
430
images/hpr_vertical_banner_2026.svg
Normal file
|
After Width: | Height: | Size: 7.7 MiB |
758
images/klaatu_haxxor_freaky.svg
Normal file
|
After Width: | Height: | Size: 793 KiB |
700
images/klaatu_haxxor_freaky_eclipse.svg
Normal file
|
After Width: | Height: | Size: 675 KiB |
441
images/klaatu_late_night_hacking.svg
Normal file
@@ -0,0 +1,441 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="1440"
|
||||
height="900"
|
||||
id="svg2"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.46"
|
||||
sodipodi:docname="late_night_hacking.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
||||
version="1.0"
|
||||
inkscape:export-filename="/home/sxe/Pictures/HPR_HOPE/photosmooth/late_night_hacking2.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3674">
|
||||
<stop
|
||||
style="stop-color:#000121;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3676" />
|
||||
<stop
|
||||
id="stop3682"
|
||||
offset="0.4980762"
|
||||
style="stop-color:#5d6dae;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#1f92e9;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop3678" />
|
||||
</linearGradient>
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="155.39186 : 598.95751 : 1"
|
||||
inkscape:vp_y="3.542353e-14 : 1373.7179 : 0"
|
||||
inkscape:vp_z="604.07681 : 610.35315 : 1"
|
||||
inkscape:persp3d-origin="388.83659 : 369.41168 : 1"
|
||||
id="perspective10" />
|
||||
<inkscape:perspective
|
||||
id="perspective2552"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3674"
|
||||
id="linearGradient3680"
|
||||
x1="1115.5688"
|
||||
y1="485.02991"
|
||||
x2="1988.7168"
|
||||
y2="957.48499"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.9732942,0,0,0.9321502,15.384518,9.2032045)" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
gridtolerance="10000"
|
||||
guidetolerance="10"
|
||||
objecttolerance="10"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.37502577"
|
||||
inkscape:cx="1257.7743"
|
||||
inkscape:cy="327.75147"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="722"
|
||||
inkscape:window-x="-5"
|
||||
inkscape:window-y="-3"
|
||||
width="1600px"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true" />
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<rect
|
||||
style="opacity:1;fill:url(#linearGradient3680);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.57150006;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect3672"
|
||||
width="1456.6604"
|
||||
height="988.7077"
|
||||
x="-6.4872589"
|
||||
y="-10.69663"
|
||||
rx="5.6712198"
|
||||
ry="5.5353999" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#171b53;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1245.4575,741.91343 C 1246.9833,730.25856 1246.1301,724.79092 1240.3699,718.3373 C 1191.6728,681.19247 1188.1701,679.78653 1187.7804,681.95207 C 1187.9223,671.10531 1188.448,667.77745 1186.6175,664.82025 C 1185.3814,659.66142 1185.1391,653.85117 1188.9225,647.68843 C 1192.1966,647.04129 1194.6384,643.89714 1196.9174,640.26464 C 1201.6795,626.09042 1199.6636,626.44265 1212.5402,597.97498 C 1210.1908,593.23613 1212.3126,587.07699 1212.9071,584.3007 C 1222.8303,577.12008 1225.7225,601.59188 1234.0363,594.38598 L 1235.5074,593.5071 L 1237.0854,592.6728 L 1240.9497,590.61886 C 1242.0813,591.86978 1239.4961,588.12851 1242.5174,592.21073 C 1244.3097,594.50407 1248.7234,587.95227 1249.4445,585.2594 L 1252.4937,583.54622 C 1259.3414,579.32235 1259.2636,576.1334 1261.2638,573.84858 L 1264.8736,568.88207 C 1262.5225,554.03426 1258.0025,539.97619 1239.7261,539.57455 C 1235.7983,538.92468 1229.3516,539.66773 1221.473,548.89495 L 1216.3334,554.03449 C 1213.4504,550.63274 1213.5938,548.23975 1202.2611,542.02144 C 1199.3437,541.06579 1200.0777,536.19105 1175.7881,551.75025 C 1168.5947,558.54739 1162.6178,559.01845 1150.6615,590.58237 C 1143.7687,603.67634 1137.574,613.04772 1127.819,641.40677 C 1124.0694,662.57641 1108.4946,684.16581 1129.2864,702.27487 C 1148.1833,716.74174 1162.0918,726.30444 1175.2171,740.77131 L 1245.4575,741.91343 z"
|
||||
id="path2558"
|
||||
sodipodi:nodetypes="ccccccccccccccccccccccccccc" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1215.7624,553.46343 C 1218.3089,549.29963 1219.578,544.71002 1224.8993,541.47116 C 1227.7748,539.06675 1230.5133,536.61668 1236.3205,535.1895 C 1240.3257,533.67834 1244.6051,532.57839 1250.5971,534.04737 C 1256.946,538.92928 1263.046,544.06017 1265.4446,552.89237 L 1266.0157,557.46085 C 1268.6729,558.82413 1271.2038,560.693 1272.8684,566.02676 C 1269.2136,564.66229 1268.8715,568.81898 1268.1165,572.28765 C 1272.2414,570.12912 1272.58,574.78889 1274.0105,578.01904 C 1269.3563,573.53846 1268.4359,575.59194 1267.7289,578.01904 C 1264.6505,574.60603 1263.9308,577.0898 1264.8736,583.72964 C 1263.5201,580.30328 1262.1417,576.87691 1263.7315,573.45055 C 1259.7801,569.56338 1257.4857,564.91938 1252.8813,562.02934 C 1250.1788,564.08317 1248.3069,562.81433 1246.5996,560.88722 C 1241.2605,561.44902 1240.0391,566.12863 1237.4627,569.45313 L 1236.8916,565.45571 C 1239.5953,563.89523 1239.4254,560.41909 1239.1758,556.8898 C 1237.9953,551.94257 1235.5943,553.09728 1233.4652,552.89237 C 1230.9238,554.34836 1228.419,555.84094 1224.8993,556.31874 C 1222.9958,555.36727 1221.0923,557.26039 1219.1887,560.31616 C 1219.0473,555.22004 1218.0384,552.7267 1216.9045,550.60813 L 1217.4755,550.03707"
|
||||
id="path3330"
|
||||
sodipodi:nodetypes="cccccccccccccccccccccc" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#0b0f37;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1186.2299,563.3445 C 1187.166,559.7207 1186.3158,556.69232 1192.9199,551.17919 C 1196.1404,550.73642 1199.0377,549.00075 1203.199,552.32131 C 1205.5633,554.28543 1208.446,554.17599 1208.9096,563.74252 C 1207.5713,600.51923 1204.3467,588.25146 1202.0569,600.2904 C 1203.2963,604.23853 1199.3504,612.50761 1194.6331,621.41964 C 1204.8768,625.03515 1229.7075,622.29455 1249.853,621.40925 C 1253.8461,621.61669 1257.9993,621.18414 1262.9874,617.41183 C 1271.7036,617.32332 1276.3141,617.10175 1279.1501,617.99328 C 1282.3875,619.13336 1283.0661,621.6595 1284.3,625.8047 C 1284.7786,627.92597 1286.0838,629.77166 1283.7186,632.84085 C 1280.8005,631.5731 1278.7953,632.13119 1276.8658,632.84085 C 1275.7093,629.64821 1273.8863,628.45468 1271.7263,628.27237 L 1268.2999,628.27237 C 1270.6278,632.12309 1269.4072,632.42529 1268.871,633.41191 L 1266.0157,633.41191 L 1263.1604,631.69873 C 1254.8908,635.46248 1248.2661,632.64697 1240.889,632.84085 C 1223.3926,636.44064 1208.8546,642.26593 1189.4936,640.26464 C 1185.4962,641.02606 1181.4987,641.78747 1177.5013,642.54889 C 1173.7484,640.94454 1173.2,638.27206 1172.3618,635.69616 C 1172.2326,605.95566 1180.4107,585.15381 1186.2299,563.3445 z"
|
||||
id="path3332"
|
||||
sodipodi:nodetypes="cccccccccccccccccccccc" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1217.2379,550.0574 C 1217.7201,551.98628 1219.2272,546.55914 1220.6331,545.15324 C 1222.8707,542.91561 1224.7084,541.04075 1227.0462,539.87183 C 1228.8132,538.98834 1230.4157,537.99845 1231.9504,537.23113 C 1233.5548,536.42891 1235.3374,535.72544 1237.2318,534.96767 C 1239.1845,534.18657 1240.245,533.83593 1242.5132,533.83593 C 1244.5252,533.83593 1246.5371,533.83593 1248.5491,533.83593 C 1250.4353,533.83593 1252.3215,533.83593 1254.2078,533.83593 C 1255.1876,533.83593 1257.856,536.16266 1259.1119,536.47664 C 1260.8922,536.92171 1263.0909,539.03199 1264.7706,539.87183 C 1266.0658,540.51944 1267.2941,541.64084 1268.1658,542.51253"
|
||||
id="path3336" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1268.9202,544.39875 C 1268.0882,542.73467 1267.2221,541.8521 1265.5251,541.00356 C 1263.666,540.07404 1261.4477,539.908 1259.8664,539.11734 C 1257.626,537.99716 1255.5504,537.47248 1253.076,536.85388 C 1251.0081,536.33691 1249.1923,536.85388 1247.0401,536.85388 C 1244.6043,536.85388 1242.2311,537.39597 1239.8725,537.98561 C 1237.838,538.49423 1235.9451,538.96745 1233.8366,539.49459 C 1232.2805,539.88361 1229.0202,540.91578 1227.8007,542.13529 C 1226.3682,543.56778 1223.3701,543.82896 1222.5193,545.53048 C 1222.3936,545.78198 1222.3108,546.06002 1222.1421,546.28497 C 1221.4749,547.17451 1218.2042,552.0495 1217.9924,551.94362 C 1218.9244,552.4096 1226.1044,546.00138 1227.0462,545.53048 C 1229.4008,544.35319 1231.6719,543.52526 1234.2139,542.88978 C 1236.3841,542.34722 1238.7067,542.51253 1241.0042,542.51253 C 1243.1766,542.51253 1245.4698,542.40287 1247.4174,542.88978 C 1249.2577,543.34985 1251.9236,542.88978 1253.8305,542.88978 C 1255.8054,542.88978 1257.8408,543.19731 1259.4892,544.0215 C 1261.2487,544.90128 1263.1242,544.70731 1264.7706,545.53048"
|
||||
id="path3338" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1219.1241,553.07535 C 1221.6691,554.34783 1223.1481,549.05142 1225.16,547.03945 C 1226.902,545.29747 1229.2481,544.61816 1231.1959,543.64426 C 1233.2325,542.62598 1235.0854,542.6719 1237.2318,542.13529 C 1239.414,541.58973 1241.6549,541.2441 1243.6449,540.24907 C 1245.5098,539.31664 1247.5402,539.49459 1249.6808,539.49459 C 1252.174,539.49459 1254.2177,539.68569 1256.4712,540.24907 C 1256.9742,540.37482 1257.4772,540.50057 1257.9802,540.62632"
|
||||
id="path3340" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1219.1241,550.0574 C 1221.5395,550.66124 1222.4138,546.2698 1224.4055,544.77599 C 1226.2329,543.40544 1228.4905,542.71734 1230.8187,542.13529 C 1231.3217,542.00954 1231.8246,541.88379 1232.3276,541.75804 C 1234.5422,541.2044 1236.7697,540.83615 1239.118,540.24907 C 1241.6479,539.6166 1244.546,540.11813 1247.0401,539.49459 C 1247.906,539.27812 1249.1552,539.49459 1250.0581,539.49459"
|
||||
id="path3342" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1222.5193,547.79394 C 1225.6993,546.99894 1230.3451,540.67449 1234.2139,538.7401 C 1236.3108,537.69161 1237.3825,536.62758 1239.4953,536.09939 C 1241.0541,535.7097 1241.9072,535.34491 1243.6449,535.34491"
|
||||
id="path3344" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1239.118,536.85388 C 1241.0851,536.36211 1235.4587,538.65526 1233.8366,539.87183 C 1232.1927,541.10476 1230.9536,541.24592 1229.3097,542.88978 C 1227.3173,544.8822 1225.2322,546.21275 1223.2738,548.17118 C 1223.075,548.37001 1223.0223,548.67417 1222.8966,548.92567 C 1221.7395,549.98855 1223.0078,548.70313 1222.5193,549.68015"
|
||||
id="path3346" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1219.8786,550.81189 C 1218.7206,553.12783 1222.0975,546.09295 1223.651,544.0215 C 1225.3726,541.72604 1226.9779,540.48895 1229.3097,538.7401 C 1231.0925,537.403 1232.1981,536.54138 1233.8366,535.72215 C 1236.6337,534.32363 1240.1517,534.59042 1243.2677,534.59042 C 1243.5192,534.59042 1243.7707,534.59042 1244.0222,534.59042"
|
||||
id="path3348" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1220.2559,553.82983 C 1220.5061,553.82983 1226.6536,547.92483 1229.3097,547.03945 C 1232.1802,546.08262 1235.0646,541.64407 1237.609,540.62632 C 1240.0237,539.66044 1242.407,539.87183 1245.1539,539.87183 C 1247.7017,539.87183 1249.3546,538.68913 1247.0401,541.00356 C 1245.8379,542.20579 1242.2149,543.00908 1240.627,543.64426 C 1237.9779,544.70389 1235.5718,546.17187 1233.0821,547.41669 C 1231.343,548.28628 1229.3779,548.9086 1227.8007,549.30291 C 1226.3344,549.6695 1222.5427,553.42918 1225.5373,550.43465 C 1229.9353,546.03661 1236.0366,541.42841 1240.627,537.98561 C 1241.7217,537.16457 1250.1694,537.10897 1245.1539,538.36285 C 1239.6085,539.74921 1235.4554,539.38478 1231.5732,543.26702 C 1229.8367,545.00342 1228.2815,546.77559 1226.669,548.92567 C 1223.3472,553.35477 1225.5009,552.47084 1229.6869,549.68015 C 1230.8611,548.89735 1251.0138,539.09214 1248.5491,544.0215 C 1245.4169,550.28597 1225.1514,549.33752 1224.0283,553.82983 C 1222.1859,561.19954 1255.5978,541.44025 1232.3276,553.07535 C 1218.6666,559.90589 1235.9325,551.09926 1238.3635,550.0574 C 1240.678,549.06547 1233.3368,550.43465 1230.8187,550.43465 C 1210.8981,550.43465 1220.3043,551.29872 1230.8187,547.79394 C 1232.8572,547.11443 1226.8213,549.37789 1224.7828,550.0574 C 1223.2793,550.55855 1235.8473,546.36923 1236.1001,546.28497 C 1239.3409,545.20471 1242.8905,545.53048 1246.2856,545.15324 C 1248.8163,544.87205 1241.5336,546.98876 1239.118,547.79394 C 1229.6841,550.93859 1264.6659,542.72732 1250.4353,546.28497 C 1244.0337,547.88538 1226.5618,550.38963 1237.609,548.54843 C 1249.815,546.5141 1220.6514,544.64415 1232.7049,540.62632 C 1234.2992,540.09486 1248.1727,541.00356 1237.9863,541.00356 C 1233.2913,541.00356 1228.8087,543.49219 1224.7828,545.90772 C 1218.2934,549.80132 1234.9617,543.64426 1242.136,543.64426 C 1243.6914,543.64426 1245.1539,542.88978 1246.6629,542.51253 C 1248.9123,541.95017 1242.0722,543.28827 1239.8725,544.0215 C 1229.6639,547.42437 1260.544,541.3808 1252.3215,541.3808 C 1248.7762,541.3808 1249.0862,540.13413 1248.5491,537.98561 C 1248.292,536.95717 1227.7229,538.7401 1245.5312,538.7401 C 1271.9699,538.7401 1241.745,539.11734 1237.9863,539.11734 C 1237.7527,539.11734 1245.207,537.98561 1238.3635,537.98561 C 1232.653,537.98561 1244.133,535.87755 1247.7946,534.21318 C 1247.8588,534.18398 1241.9271,536.01523 1247.0401,533.45869 C 1249.2499,532.35383 1241.8489,533.86258 1239.8725,535.34491"
|
||||
id="path3350" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1257.6029,546.66221 C 1259.4772,545.72508 1259.8664,563.64644 1259.8664,550.0574 C 1259.8664,543.43944 1249.6266,532.81155 1257.6029,544.77599 C 1267.2486,559.24452 1258.9884,545.10381 1251.567,542.13529 C 1243.5511,538.92892 1257.3349,544.5175 1257.9802,549.68015 C 1258.0933,550.5852 1264.4392,556.51643 1259.1119,551.18913 C 1257.5089,549.58615 1257.6904,546.8808 1256.8485,544.77599 C 1256.7329,544.48716 1262.4955,556.0585 1259.4892,547.03945 C 1255.3897,534.74108 1254.1991,534.57743 1260.2436,543.64426 C 1260.7884,544.46144 1261.5011,545.15324 1262.1299,545.90772 C 1263.0477,547.00915 1260.3494,543.65953 1259.4892,542.51253 C 1250.1933,530.11806 1264.0161,549.34285 1264.0161,553.45259 C 1264.0161,578.41057 1254.5667,535.31747 1264.3933,550.0574 C 1265.7147,552.03941 1269.0936,562.93978 1266.6568,556.84778 C 1266.5224,556.51188 1275.8802,570.59815 1267.7885,562.50643 C 1257.4021,552.12003 1268.5182,564.61524 1269.2975,565.52438 C 1270.5914,567.03397 1267.1751,562.14763 1265.9023,560.62021 C 1264.2041,558.58239 1268.8657,565.03799 1270.052,567.41059 C 1270.6391,568.58484 1269.2975,564.89564 1268.9202,563.63816 C 1269.2278,564.93356 1273.337,578.05684 1270.052,569.29681 C 1266.0141,558.52902 1267.7885,568.2067 1267.7885,570.80578 C 1267.7885,573.95952 1266.5391,564.02143 1264.0161,562.12919 C 1262.6135,561.07725 1267.5482,585.5686 1264.0161,569.67406 C 1261.2329,557.14983 1265.1478,585.33481 1265.1478,577.97341 C 1265.1478,572.61977 1263.3393,584.23116 1268.1658,574.57821 C 1274.3798,562.15022 1270.4029,573.11312 1269.2975,574.95546 C 1269.0642,575.34424 1270.4292,573.74758 1270.4292,574.20097 C 1270.4292,575.44757 1269.1141,572.1314 1271.5609,574.57821 C 1271.7313,574.74859 1272.6927,572.95192 1272.6927,577.21892 C 1272.6927,577.68403 1273.9207,570.70952 1270.4292,574.20097 C 1270.0253,574.60491 1267.8038,566.21753 1266.6568,570.80578 C 1266.6185,570.95905 1267.8672,562.9462 1265.9023,570.80578 C 1265.7766,571.30877 1265.6508,571.81176 1265.5251,572.31476 C 1264.6783,575.70168 1265.1478,562.17113 1265.1478,574.95546 C 1265.1478,577.47042 1265.1478,579.98537 1265.1478,582.50033 C 1265.1478,601.72095 1265.4034,571.79114 1264.0161,578.72789 C 1263.1124,583.24645 1266.2795,568.65315 1266.2795,571.18303 C 1266.2795,580.74244 1262.1839,578.45783 1264.7706,565.52438 C 1267.2984,552.88539 1264.7706,550.51742 1264.7706,567.03335 C 1264.7706,578.99023 1261.7526,575.81409 1261.7526,567.03335 C 1261.7526,564.30596 1260.9981,561.51537 1260.9981,558.734 C 1260.0186,560.45203 1260.2436,581.26442 1260.2436,568.54232 C 1260.2436,563.7059 1260.2436,573.84549 1260.2436,568.54232"
|
||||
id="path3352" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1259.1119,565.90162 C 1259.1119,560.3245 1252.4839,555.06984 1263.6388,562.50643 C 1270.3509,566.98112 1261.8985,557.54532 1260.2436,555.3388 C 1249.4271,540.91673 1269.0122,574.854 1265.9023,565.52438 C 1261.3777,551.95056 1254.741,543.18006 1262.1299,562.88367 C 1261.2744,559.86594 1258.7674,553.66571 1261.3754,560.62021 C 1262.2759,563.02167 1260.767,555.47681 1259.8664,553.07535 C 1255.8936,542.48113 1263.2616,566.77199 1263.2616,556.09329 C 1263.2616,550.84481 1263.3753,552.72398 1264.7706,554.58432 C 1265.4662,555.51179 1264.2973,552.31385 1264.0161,551.18913 C 1260.753,538.13693 1266.1961,565.39915 1269.2975,570.0513 C 1270.7261,572.19419 1265.1014,563.82962 1263.6388,557.97951 C 1260.5084,545.45794 1264.2965,559.71279 1265.9023,560.99745 C 1268.4173,563.00942 1261.9283,555.92681 1259.8664,553.45259"
|
||||
id="path3354" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1254.9622,541.75804 C 1256.7728,543.20651 1250.4905,540.24907 1248.1719,540.24907 C 1244.4393,540.24907 1248.7087,537.68816 1250.8126,538.7401 C 1252.4846,539.57611 1251.8628,542.34949 1252.6988,544.0215 C 1254.3441,547.31208 1249.2857,538.13294 1244.7767,537.23113 C 1242.5537,536.78654 1249.9641,539.21134 1251.567,537.60837 C 1252.5692,536.6062 1249.8841,533.93757 1248.9263,533.45869"
|
||||
id="path3356" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1255.3395,536.09939 C 1256.979,534.45984 1250.7201,535.40456 1248.5491,534.59042 C 1247.5782,534.22633 1246.5371,534.08743 1245.5312,533.83593 C 1243.0909,533.22587 1238.8868,533.83593 1250.0581,533.83593 C 1254.9454,533.83593 1261.3164,537.21934 1251.9443,535.34491 C 1236.1532,532.18668 1264.543,537.23113 1250.4353,537.23113 C 1243.8608,537.23113 1247.4076,536.5685 1248.5491,536.85388 C 1248.7365,536.90074 1239.6251,535.72215 1247.4174,535.72215 C 1247.9204,535.72215 1247.8673,534.43812 1247.4174,534.21318 C 1247.195,534.10201 1252.3678,534.29593 1248.1719,535.34491 C 1247.6689,535.47066 1247.1659,535.5964 1246.6629,535.72215 C 1243.12,536.60786 1239.2537,537.48014 1235.7228,538.36285 C 1232.2755,539.22468 1229.8846,541.31491 1226.2917,542.51253 C 1221.982,543.94913 1223.2934,543.92255 1226.669,539.87183 C 1228.3827,537.81539 1232.1348,537.60837 1234.5911,537.60837 C 1238.5799,537.60837 1237.1978,538.01962 1234.9683,540.24907 C 1233.9314,541.28601 1232.5075,541.85671 1231.1959,542.51253 C 1231.1193,542.55083 1240.1066,539.62467 1231.5732,541.75804 C 1228.8399,542.44136 1226.125,544.27243 1224.0283,545.53048 C 1222.2546,546.59472 1221.1147,548.82132 1219.8786,550.0574 C 1218.5198,551.41617 1217.5719,552.36408 1216.1062,553.82983 C 1213.9983,555.93775 1221.1362,550.40317 1224.0283,549.68015 C 1226.0568,549.17303 1233.3561,549.0289 1230.4414,551.94362 C 1228.8477,553.5373 1225.6255,553.0577 1223.651,553.45259 C 1216.8871,554.80539 1225.4383,551.68544 1228.9324,550.81189 C 1233.1641,549.75398 1235.5037,549.36616 1239.118,550.81189 C 1239.499,550.96428 1234.5389,552.55765 1230.0642,553.45259 C 1227.9064,553.88415 1225.8912,554.78461 1224.0283,555.71605 C 1218.8507,558.30483 1226.8025,552.44272 1227.8007,551.94362 C 1229.3121,551.18793 1232.417,551.18913 1234.5911,551.18913 C 1240.0726,551.18913 1252.9152,557.93931 1259.1119,559.48848"
|
||||
id="path3358" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1262.8844,563.63816 C 1263.5958,563.63816 1265.6589,569.96624 1265.9023,571.18303 C 1267.9874,581.60865 1262.2302,560.26716 1261.3754,556.84778 C 1261.1239,555.8418 1260.8724,554.83581 1260.6209,553.82983 C 1257.9083,542.97959 1258.2448,548.05852 1264.3933,554.20708 C 1267.9361,557.74986 1271.0401,561.39301 1272.6927,565.52438 C 1273.5044,567.55372 1263.5412,559.67053 1260.2436,553.07535 C 1257.488,547.56411 1265.206,573.36042 1262.1299,557.97951 C 1261.1135,552.89776 1250.2526,535.63667 1259.8664,550.0574 C 1271.4972,567.50354 1261.3965,553.73635 1259.4892,545.15324 C 1258.5985,541.14538 1263.623,552.28132 1265.1478,556.09329 C 1270.8645,570.38505 1256.8365,533.4347 1267.4113,554.58432 C 1274.6512,569.06411 1261.017,543.37266 1260.2436,542.13529 C 1257.7535,538.15112 1263.2437,551.08165 1264.0161,555.71605 C 1264.4477,558.30601 1265.5251,560.74596 1266.2795,563.26091 C 1266.4411,563.79956 1266.7825,564.2669 1267.034,564.76989 C 1268.8958,568.49338 1263.8945,557.02233 1261.7526,553.45259 C 1260.5694,551.48061 1245.3055,530.2151 1256.4712,541.3808 C 1257.7043,542.61387 1261.0034,548.17995 1262.1299,550.0574"
|
||||
id="path3360" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1197.6212,542.88978 C 1195.9242,543.58079 1192.2424,545.31146 1189.3219,546.28497 C 1184.6218,547.85166 1180.7312,551.71205 1176.4956,553.82983 C 1173.0524,555.55142 1169.0716,558.86959 1167.4418,562.12919 C 1164.8505,567.31184 1163.3684,565.44803 1167.819,560.99745 C 1172.0399,556.77657 1172.3252,552.65254 1177.2501,548.54843 C 1181.4395,545.0573 1184.2476,546.59317 1189.6991,544.77599 C 1192.2579,543.92306 1197.9863,541.06437 1197.9985,541.00356 C 1198.1973,540.00943 1196.3578,542.6792 1195.3578,542.51253 C 1193.4726,542.19834 1189.7634,545.85954 1188.1902,547.03945 C 1181.8272,551.81164 1173.3672,559.90254 1165.5556,562.50643 C 1161.6573,563.80586 1158.8529,569.5863 1156.1245,572.31476 C 1154.3693,574.06991 1152.9056,577.30238 1151.5976,579.48238 C 1149.9672,582.19964 1148.9868,586.76369 1147.8251,589.66795 C 1146.6475,592.61201 1145.3968,596.30472 1144.4299,598.72179 C 1143.7516,600.41755 1142.3753,603.96284 1142.1665,604.38044 C 1139.9482,608.81704 1147.1593,595.80756 1149.7113,591.55417 C 1150.7545,589.8155 1151.7233,588.03323 1152.7293,586.27276 C 1153.0083,585.78449 1153.2323,585.26678 1153.4838,584.76379 C 1154.2664,583.19852 1156.0871,579.93437 1156.1245,579.85962 C 1158.6551,574.79838 1149.9402,589.43912 1145.9389,593.44038 C 1144.9912,594.38813 1155.8707,578.1655 1148.2024,589.66795 C 1144.5182,595.19416 1141.3857,601.84496 1139.903,607.77563 C 1139.1161,610.92349 1137.6674,614.133 1136.1306,617.20672 C 1134.7163,620.03524 1134.2398,622.88345 1133.4899,625.88331 C 1132.5668,629.57568 1130.5901,632.57844 1129.7174,636.06888 C 1128.6146,640.48014 1127.0038,644.20976 1125.5678,648.51792 C 1125.0648,650.02689 1124.5618,651.53586 1124.0588,653.04483 C 1122.6793,657.18326 1122.2001,661.58382 1121.4181,665.49387 C 1120.7635,668.76685 1120.6414,670.46463 1119.5319,673.79322 C 1116.4323,683.09181 1118.2589,676.05636 1121.7953,670.39803 C 1128.3725,659.8746 1118.7667,674.96764 1117.6457,679.45187 C 1117.1354,681.4929 1117.2342,683.80762 1117.6457,685.86501 C 1118.2188,688.73046 1117.4745,689.84349 1119.5319,691.9009 C 1120.0982,692.46723 1122.3184,698.49001 1120.2864,693.40987 C 1119.6003,691.69471 1124.3525,698.07692 1124.8133,698.69128 C 1125.2401,699.26035 1125.8193,699.69727 1126.3223,700.20026"
|
||||
id="path3382" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1191.5854,547.03945 C 1193.1334,549.10355 1194.72,542.812 1196.8668,541.3808 C 1200.3437,539.06287 1204.2133,537.46448 1206.2978,537.98561 C 1209.4081,538.76317 1200.7649,541.50655 1197.6212,542.13529 C 1195.988,542.46194 1185.8471,550.13699 1191.5854,544.39875 C 1197.7329,538.25121 1205.0683,539.91096 1190.0764,545.90772 C 1188.0665,546.71169 1167.7624,558.79067 1179.1363,547.41669 C 1181.2633,545.28973 1183.6366,544.01485 1186.6812,544.77599 C 1189.9011,545.58098 1193.3063,545.11192 1196.4895,545.90772 C 1200.9238,547.0163 1203.3055,550.83745 1198.3757,545.90772 C 1192.4608,539.99277 1196.4754,542.13529 1202.9027,542.13529 C 1206.3987,542.13529 1209.0783,546.73207 1211.9565,548.17118 C 1212.5387,548.46229 1217.932,554.14669 1208.9386,545.15324 C 1205.5978,541.81249 1205.1275,540.26838 1202.1482,541.75804 C 1198.0126,543.82582 1210.8389,544.97168 1214.9744,547.03945 C 1216.3922,547.74834 1219.3145,553.51833 1216.1062,548.17118 C 1214.2904,545.14488 1211.9075,543.26702 1208.5613,543.26702 C 1207.375,543.26702 1206.3822,542.21964 1205.5434,541.3808 C 1203.4505,539.28794 1199.769,540.07504 1196.8668,539.49459 C 1193.3528,538.7918 1189.9661,541.65068 1193.8488,541.00356 C 1194.1766,540.94892 1188.8232,542.57327 1184.4177,544.77599 C 1183.9263,545.02172 1183.5059,545.38387 1183.286,545.53048"
|
||||
id="path3384" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1159.8969,568.54232 C 1157.0442,580.66643 1143.3871,595.1488 1137.2623,607.39839 C 1136.4057,609.11151 1135.7533,610.91933 1134.9989,612.6798 C 1131.1234,621.72242 1148.4066,586.2416 1150.0886,582.87757 C 1153.4945,576.06583 1151.8077,582.16354 1149.7113,587.40449 C 1142.5195,605.3842 1129.8766,624.1742 1126.6995,643.23651"
|
||||
id="path3388" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1217.2379,580.99136 C 1216.426,583.02124 1213.4428,585.63159 1212.711,589.29071 C 1210.6835,599.42817 1213.6917,582.59522 1214.22,580.61411 C 1215.794,574.71129 1214.854,581.10863 1212.3337,585.14103 C 1211.1546,587.02765 1211.4854,590.23475 1212.3337,591.93141 C 1213.5345,594.33284 1212.2634,598.62609 1211.5793,601.36249 C 1210.8342,604.3429 1210.229,605.7507 1208.5613,608.53012 C 1206.2285,612.41813 1195.2901,642.30798 1200.262,627.39229 C 1202.1804,621.63685 1206.6632,612.89827 1208.5613,608.15288 C 1210.3162,603.76566 1204.6386,616.75283 1202.5254,620.97915 C 1201.8967,622.23663 1201.2679,623.49411 1200.6392,624.75158 C 1198.7334,628.5631 1201.2016,624.18922 1199.8847,625.50607"
|
||||
id="path3390" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1199.1302,619.84742 C 1197.9709,622.16609 1203.9792,621.70603 1206.2978,622.86536 C 1209.3322,624.38253 1222.1245,628.70825 1206.2978,624.75158 C 1205.1731,624.47041 1204.0344,624.24859 1202.9027,623.9971 C 1202.6879,623.94937 1204.1935,623.36194 1202.5254,622.11088 C 1201.4344,621.29261 1206.6615,623.72183 1210.8248,625.50607 C 1211.4141,625.75865 1209.5673,625.75756 1208.9386,625.88331"
|
||||
id="path3392" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1202.9027,622.11088 C 1199.9769,622.11088 1207.0521,621.73358 1210.0703,622.48812 C 1213.0066,623.22219 1216.8582,622.86536 1219.8786,622.86536 C 1227.0045,622.86536 1239.4351,622.86536 1243.6449,622.86536 C 1246.163,622.86536 1238.6182,623.24261 1236.1001,623.24261 C 1226.5493,623.24261 1209.259,625.01255 1228.9324,621.73364 C 1237.4813,620.30882 1262.0789,621.85089 1265.9023,622.48812 C 1268.2623,622.88145 1261.1272,622.86536 1258.7347,622.86536 C 1239.8437,622.86536 1212.8369,621.40129 1197.6212,622.48812 C 1193.5997,622.77537 1205.6613,621.73364 1209.693,621.73364 C 1221.5763,621.73364 1233.2188,620.6019 1245.1539,620.6019 C 1246.6629,620.6019 1248.1719,620.6019 1249.6808,620.6019"
|
||||
id="path3396" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1264.7706,615.69774 C 1265.2295,615.62125 1258.9605,621.62074 1251.9443,625.12883 C 1250.9383,625.63182 1249.9323,626.13481 1248.9263,626.6378 C 1246.053,628.07448 1247.0158,625.15311 1247.7946,624.37434"
|
||||
id="path3400" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1262.5071,616.07499 C 1259.6775,615.36758 1268.267,617.20672 1271.1837,617.20672 C 1273.9502,617.20672 1276.7166,617.20672 1279.4831,617.20672 C 1280.4969,617.20672 1281.217,618.2623 1282.1238,618.71569 C 1282.6862,618.99692 1280.3303,619.11611 1280.2375,619.09293"
|
||||
id="path3404" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1278.7286,615.3205 C 1279.8055,615.85899 1281.151,619.35149 1281.7465,621.73364 C 1282.2258,623.65084 1282.8782,625.22087 1282.8782,627.01504 C 1282.8782,628.08943 1284.01,628.9586 1284.01,630.03299 C 1284.01,631.81133 1283.6868,626.47683 1283.2555,624.75158 C 1282.6768,622.43692 1284.0874,629.63325 1285.519,631.54196"
|
||||
id="path3406" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1287.0279,627.76953 C 1286.5457,625.84065 1284.5219,630.89535 1283.6327,632.67369 C 1282.1024,635.73432 1282.5094,635.55183 1284.01,633.05094 C 1284.427,632.35591 1284.8013,631.46839 1285.1417,630.78748"
|
||||
id="path3408" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1272.3154,629.27851 C 1274.0004,630.12098 1277.7122,630.87171 1278.3513,633.42818 C 1278.8047,635.24174 1275.9007,630.60035 1274.5789,629.27851 C 1273.0413,627.74093 1268.1023,628.31952 1265.9023,627.76953 C 1263.3288,627.12617 1271.1718,627.01504 1273.8244,627.01504"
|
||||
id="path3412" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1281.3693,633.42818 C 1280.7864,633.28246 1276.2207,634.7432 1279.4831,632.29645 C 1280.5821,631.47218 1282.1132,634.35806 1279.8603,631.54196"
|
||||
id="path3414" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1267.034,626.6378 C 1268.1603,625.79313 1270.0868,631.30406 1270.4292,632.67369 C 1271.5502,637.15743 1269.3523,630.62952 1268.9202,628.90126 C 1268.682,627.94846 1267.6233,627.4235 1267.034,626.6378 z"
|
||||
id="path3416" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1271.5609,631.54196 C 1271.389,630.85433 1266.1397,632.74361 1265.5251,633.05094"
|
||||
id="path3418" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1263.2616,630.03299 C 1261.5047,630.91143 1260.6608,633.4202 1258.7347,633.80542 C 1258.6507,633.82222 1263.1996,631.76156 1259.1119,633.80542 C 1256.4866,635.11809 1250.0608,634.18266 1247.0401,634.18266 C 1246.7886,634.18266 1246.5371,634.18266 1246.2856,634.18266"
|
||||
id="path3420" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1237.609,632.29645 C 1234.193,632.29645 1244.3785,633.42818 1247.7946,633.42818 C 1249.5064,633.42818 1244.1746,636.9293 1236.1001,635.3144 C 1234.0039,634.89516 1240.3755,635.3144 1242.5132,635.3144 C 1244.4161,635.3144 1238.7007,635.02144 1236.8546,634.55991 C 1225.3127,631.67444 1212.257,634.08249 1201.7709,637.57786 C 1199.5075,638.33234 1197.1146,638.77431 1194.9805,639.84132 C 1183.6409,645.51115 1205.463,638.1542 1207.0523,637.20062"
|
||||
id="path3422" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1234.5911,634.93716 C 1233.6712,635.3971 1221.8818,636.82337 1227.8007,636.82337 C 1240.8169,636.82337 1206.8123,639.08683 1201.0164,639.08683 C 1190.9746,639.08683 1202.5139,639.08683 1202.9027,639.08683 C 1204.4116,639.08683 1199.8847,639.08683 1198.3757,639.08683"
|
||||
id="path3424" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1192.3398,644.74548 C 1197.0754,644.74548 1206.2483,640.04232 1211.5793,638.70959 C 1211.7518,638.66646 1211.3278,638.96108 1211.202,639.08683"
|
||||
id="path3426" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1182.9088,642.48202 C 1182.6468,642.52568 1191.7002,641.35029 1199.8847,641.35029 C 1205.3911,641.35029 1207.6576,640.98185 1212.711,639.08683 C 1216.1473,637.79821 1221.5279,638.48589 1225.16,637.57786 C 1227.3289,637.03565 1229.8832,637.34016 1231.9504,636.82337 C 1235.4442,635.94991 1238.0156,633.98671 1241.7587,633.05094 C 1246.7608,631.80042 1242.474,633.7209 1239.118,634.55991 C 1232.137,636.30517 1223.3034,635.62383 1216.1062,636.82337 C 1208.4094,638.10616 1200.5042,638.33234 1192.7171,638.33234"
|
||||
id="path3430" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1203.2799,628.90126 C 1202.5114,629.02934 1199.0719,635.78889 1197.9985,637.57786 C 1196.0044,640.90127 1194.3234,645.77985 1191.9626,648.14067 C 1187.8197,652.28362 1191.4987,646.24419 1192.3398,645.12272 C 1194.8524,641.77264 1185.8698,650.46099 1182.9088,653.42208 C 1180.024,656.30685 1188.9447,645.41357 1188.9447,650.78138 C 1188.9447,668.64715 1186.6812,651.9889 1186.6812,655.30829 C 1186.6812,658.64348 1186.4082,660.73382 1187.0584,663.98489 C 1187.5084,666.23477 1187.8129,668.49049 1187.8129,670.77527 C 1187.8129,672.45569 1188.9447,674.10233 1188.9447,676.43392 C 1188.9447,683.41937 1187.5332,674.603 1186.3039,671.52976 C 1183.8912,665.49794 1186.3039,655.17288 1186.3039,648.51792"
|
||||
id="path3432" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1183.286,669.64355 C 1180.1624,666.5199 1186.8035,674.45933 1188.5674,676.81117 C 1189.6506,678.25542 1190.0451,681.21311 1190.4536,682.84706 C 1191.1015,685.43865 1190.451,686.6142 1191.5854,688.88296 C 1192.6879,691.08807 1194.883,691.66353 1196.8668,692.65539"
|
||||
id="path3440" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1177.2501,673.41598 C 1177.4746,673.86488 1186.5651,680.46748 1187.8129,681.71533 C 1190.0193,683.92168 1191.9243,684.33686 1194.2261,685.48776 C 1197.572,687.16076 1204.0594,689.28518 1205.5434,690.76917 C 1205.7352,690.96099 1201.4932,690.82235 1197.244,685.86501 C 1196.6048,685.11932 1195.9865,684.35603 1195.3578,683.60155 C 1193.8853,681.83462 1190.6654,681.71533 1188.5674,681.71533 C 1184.8513,681.71533 1183.6368,677.66938 1188.9447,682.09257 C 1190.9826,683.7909 1194.9697,685.67099 1196.8668,686.61949 C 1199.093,687.7326 1201.1547,689.77568 1203.2799,691.9009 C 1207.3498,695.97078 1214.8681,697.85707 1219.5014,701.33198 C 1222.7423,703.76268 1216.6093,700.92966 1215.7289,700.5775 C 1212.3888,699.24144 1209.9064,694.00047 1207.4296,691.52366 C 1207.418,691.51205 1209.607,693.74409 1211.202,694.54161 C 1212.9519,695.41656 1215.6927,697.90053 1217.2379,699.44577 C 1220.0525,702.26036 1214.3188,697.86353 1213.0882,696.42782 C 1209.052,691.71892 1207.0497,687.74993 1201.7709,685.11052 C 1198.495,683.47256 1194.8858,683.22431 1191.2081,683.22431 C 1190.4432,683.22431 1189.6991,682.9728 1188.9447,682.84706"
|
||||
id="path3442" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1122.9271,685.11052 C 1122.0088,685.11052 1127.2419,695.51633 1128.2085,696.80507 C 1129.2066,698.13595 1130.0093,700.40671 1130.8492,702.08647 C 1131.7011,703.79022 1132.3674,706.2732 1132.7354,707.74512 C 1133.6998,711.60288 1127.9909,701.34661 1125.945,697.93679 C 1125.2179,696.72486 1123.2376,690.25857 1125.1905,694.16436 C 1125.5868,694.95695 1126.0121,695.3632 1126.6995,696.05058"
|
||||
id="path3444" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1127.8312,680.96084 C 1128.4233,682.14494 1121.5556,680.89383 1120.6636,676.43392 C 1120.0498,673.36473 1120.6636,669.41791 1120.6636,666.24835 C 1120.6636,651.47068 1113.3383,671.89768 1111.2325,676.81117 C 1111.153,676.99679 1114.7656,672.00838 1117.6457,666.24835 C 1122.9202,655.69922 1130.0193,646.63152 1132.3581,634.93716 C 1132.491,634.27313 1132.8611,633.67967 1133.1126,633.05094"
|
||||
id="path3446" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1154.9928,571.93751 C 1154.9928,571.93751 1154.9928,571.93751 1154.9928,571.93751 z"
|
||||
id="path3448" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1156.1245,572.31476 C 1157.2877,566.49843 1152.855,583.88355 1149.7113,588.91347 C 1146.5473,593.97593 1143.6016,600.03826 1141.412,605.51217 C 1134.7846,622.0807 1146.1269,592.31103 1147.0706,588.53622 C 1147.7018,586.01157 1149.4473,584.27336 1150.8431,582.87757 C 1151.7271,581.99357 1152.1702,581.35498 1152.7293,580.23687"
|
||||
id="path3450" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1138.7713,606.26666 C 1139.7209,605.31705 1138.1287,612.77741 1134.9989,620.6019 C 1132.1815,627.64528 1132.0188,635.04986 1130.0947,642.10478"
|
||||
id="path3452" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#0b072f;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1178.0046,645.12272 C 1176.7787,644.24277 1176.563,639.976 1175.7411,638.33234 C 1174.6173,636.08471 1174.6094,632.66452 1174.6094,630.03299 C 1174.6094,625.83488 1174.2322,621.15051 1174.2322,616.82947 C 1174.2322,606.79807 1174.8564,613.44765 1172.7232,619.84742 C 1171.8843,622.36418 1172.4738,627.90365 1173.1004,630.41023 C 1173.5478,632.19975 1175.2727,634.75487 1176.1184,636.44613 C 1176.9753,638.15991 1176.8788,640.23045 1177.6274,641.72753 C 1179.211,644.89478 1175.3039,635.01429 1174.6094,631.54196 C 1174.0302,628.64586 1174.2322,625.52304 1174.2322,622.48812 C 1174.2322,619.63005 1174.9866,617.01484 1174.9866,614.18877 C 1174.9866,609.27022 1176.8729,604.07694 1176.8729,599.09904 C 1176.8729,593.68611 1177.2501,587.78721 1177.2501,582.12308 C 1177.2501,578.5551 1177.1862,574.83366 1178.0046,571.56027 C 1178.6333,569.04531 1179.8632,566.71132 1181.0225,564.39265 C 1181.9231,562.59155 1179.5136,572.60339 1179.5136,579.85962 C 1179.5136,583.09033 1178.9094,586.1252 1178.3818,589.29071 C 1178.0109,591.5166 1182.2143,579.99665 1184.795,569.67406 C 1185.8611,565.40938 1188.693,561.24943 1189.6991,557.22502 C 1190.3607,554.57873 1190.5785,554.83664 1192.3398,553.07535 C 1193.8079,551.60727 1197.4123,552.36294 1198.753,552.6981 C 1203.0435,553.77074 1205.2425,556.7131 1208.1841,560.24297 C 1210.4329,562.9416 1203.8062,555.86506 1202.9027,554.96156 C 1200.7613,552.82018 1199.0332,552.20503 1196.8668,553.82983 C 1191.7017,557.70359 1202.0566,550.66903 1204.0344,549.68015 C 1206.8175,548.28858 1208.8957,555.92199 1209.3158,557.60227 C 1209.8987,559.93382 1207.3232,567.24618 1209.3158,563.26091 C 1211.5703,558.75195 1203.3895,583.89358 1202.5254,587.78173 C 1201.4583,592.58389 1205.3727,583.9734 1205.9206,582.87757 C 1207.8241,579.07054 1200.9275,600.12047 1199.8847,603.24871 C 1198.0537,608.74168 1200.4619,603.22603 1201.3937,601.36249 C 1207.8212,588.50743 1197.6996,614.44848 1196.1123,616.82947 C 1195.166,618.24896 1194.4897,627.4694 1195.735,622.48812 C 1196.6273,618.91907 1192.6098,619.16044 1201.3937,621.35639 C 1202.1373,621.5423 1202.9776,622.39769 1200.6392,622.86536 C 1200.2493,622.94335 1200.3877,622.11088 1200.262,621.73364"
|
||||
id="path3454" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#1b1755;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1167.4418,641.72753 C 1164.7039,642.2751 1173.0324,642.18209 1175.7411,642.85927 C 1176.8659,643.14044 1178.0046,643.36226 1179.1363,643.61375 C 1182.5007,644.36139 1187.9347,643.89119 1191.2081,643.23651 C 1195.0002,642.47809 1199.1088,641.86043 1202.9027,640.59581 C 1204.9412,639.9163 1199.0155,642.85927 1196.8668,642.85927 C 1194.1657,642.85927 1161.4148,645.68637 1168.1963,643.99099 C 1172.475,642.92131 1177.9007,643.33273 1182.1543,642.48202"
|
||||
id="path3456" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0"
|
||||
d="M 1216.1062,552.6981 C 1216.8292,552.51734 1219.2414,561.96113 1219.5014,563.26091 C 1220.8943,570.22569 1218.4608,558.16187 1217.9924,557.22502 C 1217.5532,556.34658 1219.3031,559.34944 1220.2559,559.11124 C 1226.5667,557.53354 1233.3026,547.98892 1239.8725,549.30291 C 1248.0371,550.93582 1227.5145,554.58432 1224.7828,554.58432 C 1217.0369,554.58432 1230.0659,554.58517 1232.3276,555.71605 C 1235.8965,557.50048 1234.9227,553.21069 1238.3635,557.22502 C 1239.9166,559.0369 1239.8725,560.81739 1239.8725,563.26091 C 1239.8725,568.93166 1239.4953,563.58953 1239.4953,563.26091 C 1239.4953,561.73113 1238.7408,566.25805 1238.7408,567.78784 C 1238.7408,568.80368 1242.826,561.20219 1248.1719,559.86573 C 1252.7728,558.71549 1248.8308,561.35202 1247.7946,562.12919 C 1245.8105,563.61727 1252.454,564.1479 1254.2078,565.90162 C 1257.5629,569.25678 1261.5279,568.47016 1263.6388,572.692 C 1267.7616,580.93751 1260.7521,570.72653 1257.2257,567.78784 C 1251.6143,563.11165 1262.0003,568.41278 1264.3933,570.80578 C 1264.5921,571.00461 1264.6448,571.30877 1264.7706,571.56027"
|
||||
id="path3458" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1234.0066,594.26358 C 1234.1803,592.41234 1234.1946,585.78805 1233.2968,582.19689 C 1232.6552,579.63059 1233.5334,587.63873 1234.7164,590.00475 C 1238.3579,597.28776 1234.9009,587.61269 1242.5243,591.42436"
|
||||
id="path3527" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.51325387px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1214.4338,582.42357 C 1215.0875,582.78823 1215.7341,582.53004 1216.7083,583.46169 C 1217.5566,584.27289 1218.3686,585.70923 1219.3964,585.42258 C 1220.1387,585.21552 1220.515,586.71503 1221.2573,586.92209 C 1221.9433,587.11343 1220.3099,585.74973 1219.8099,585.19189 C 1219.3243,584.6501 1214.203,581.03047 1216.7083,581.96217 C 1218.7322,582.71484 1220.5875,585.25198 1221.981,586.80674 C 1222.8713,587.79998 1224.0615,588.97881 1224.7725,590.03645 C 1225.2746,590.78348 1225.7333,591.31875 1226.2199,591.99734 C 1226.5918,592.51606 1226.8929,593.05664 1227.2537,593.72754 C 1227.7176,594.59009 1228.1981,594.84515 1229.0113,594.99636 C 1229.6905,595.12265 1228.0759,593.69733 1227.7707,593.61219"
|
||||
id="path3533" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1231.9761,594.82735 C 1232.8626,594.97511 1233.5336,593.67016 1233.7515,592.79827 C 1233.8684,592.33067 1233.153,593.55404 1232.8638,593.93963 C 1232.6139,594.27291 1232.8638,594.02278 1232.8638,594.32008"
|
||||
id="path3535" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1224.5498,718.85161 C 1229.6639,717.78338 1235.3023,719.96226 1240.3274,724.98736 C 1245.6008,730.2607 1238.908,723.02506 1236.8213,718.85161 C 1234.8613,714.93162 1245.3797,722.82044 1247.3397,726.74043 C 1249.6088,731.27866 1246.5585,735.41048 1243.8336,738.1354 C 1240.7345,741.23442 1244.8965,729.23919 1243.8336,724.98736 C 1242.8881,721.20541 1236.3455,718.49476 1233.3151,716.222 C 1228.9251,712.92947 1224.219,708.52337 1219.2906,704.82703 C 1211.9686,699.33557 1216.1718,697.13189 1222.7967,700.44435 C 1227.3136,702.70281 1232.4947,711.03765 1235.0682,714.46893 C 1237.4213,717.60642 1240.0735,719.88932 1242.0805,723.23429"
|
||||
id="path3537" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1244.7101,736.38233 C 1245.015,736.68727 1245.0728,747.20305 1243.8336,752.15998 C 1242.731,756.57011 1241.4718,758.97753 1240.3274,763.55495 C 1238.8277,769.554 1236.2153,777.03835 1233.3151,782.83874 C 1231.0249,787.41918 1230.0899,792.23351 1228.9324,796.86331 C 1227.5306,802.47071 1224.8096,807.60867 1222.7967,812.64096 C 1220.8028,817.62568 1222.9179,823.90532 1226.3028,828.41861 C 1228.6201,831.50831 1231.4281,835.54443 1233.3151,838.06051 C 1235.7882,841.35789 1237.4697,844.84466 1240.3274,847.7024 C 1243.5134,850.88838 1237.392,856.2912 1235.9447,858.22084 C 1233.1996,861.88097 1227.4989,854.43616 1224.5498,852.96162 C 1222.0844,851.72892 1220.7077,848.65221 1220.1671,845.94933 C 1219.9605,844.91633 1221.9202,847.11805 1222.7967,847.7024 C 1228.8354,851.72818 1213.1834,835.43804 1206.1425,833.67783 C 1199.608,832.04418 1205.9419,827.61629 1207.8956,835.4309 C 1209.4538,841.6639 1218.7966,858.97387 1215.7844,858.22083 C 1208.846,856.48622 1185.7597,829.77658 1178.9699,828.41861 C 1178.5165,828.32792 1190.4272,820.46742 1183.3526,827.54208 C 1183.3108,827.58381 1178.5738,812.80948 1177.2168,807.38175 C 1175.3664,799.98012 1183.0509,796.04405 1184.2291,788.97449 C 1185.3293,782.37358 1192.1179,764.17471 1192.1179,757.41919 C 1192.1179,752.97193 1181.5995,754.19764 1181.5995,749.53037 C 1181.5995,743.31593 1179.0361,741.2364 1174.5872,739.01194 C 1171.8588,737.64774 1181.9884,738.91315 1183.3526,741.64154 C 1186.9479,748.83215 1181.5967,744.70799 1178.9699,743.39462 C 1170.3875,739.10341 1180.2706,735.85076 1185.9822,738.1354 C 1191.2803,740.25464 1196.8075,739.88847 1202.6364,739.88847 C 1209.2013,739.88847 1215.1216,738.18883 1221.9202,739.88847 C 1227.1221,741.18894 1232.6444,740.76501 1237.6978,740.76501 C 1238.5743,740.76501 1239.4509,740.76501 1240.3274,740.76501"
|
||||
id="path3541"
|
||||
sodipodi:nodetypes="cssssssssssssssssssssssssssssc" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1172.8341,740.76501 C 1177.9855,740.86546 1182.1313,747.08788 1185.1056,753.03651 C 1192.1816,767.18839 1179.6558,740.90459 1188.6118,761.80187 C 1189.3488,763.52146 1192.0319,759.89998 1192.9945,758.29573 C 1196.3221,752.74976 1188.4274,770.42844 1186.8587,776.70298 C 1185.2722,783.04922 1182.8211,789.3474 1181.5995,794.23371 C 1180.0166,800.56533 1178.0934,803.74286 1178.0934,810.88789 C 1178.0934,815.26517 1185.0452,823.00816 1186.8587,827.54208 C 1192.2834,841.10366 1179.0482,815.26805 1178.0934,813.5175 C 1167.4236,793.95635 1183.4391,833.06091 1185.1056,838.06051 C 1185.8093,840.17148 1186.8587,842.15101 1187.7353,844.19626 C 1188.2407,845.37561 1167.5139,808.36036 1188.6118,833.67783 C 1192.152,837.92602 1188.9721,834.57862 1190.3649,838.06051"
|
||||
id="path3543" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1221.9202,817.90018 C 1224.6819,821.21426 1229.9852,833.15367 1228.0559,829.29514 C 1223.1604,819.50412 1226.5243,843.96569 1229.809,827.54208 C 1231.3519,819.8277 1238.5622,840.66581 1242.0805,847.7024 C 1243.7883,851.11811 1235.2523,854.62266 1235.0682,854.71469 C 1229.163,857.66727 1226.1106,860.95794 1224.5498,854.71469 C 1223.8271,851.824 1230.5486,855.36115 1233.3151,856.46776 C 1237.005,857.94369 1224.4526,853.35236 1223.6732,849.45547 C 1219.0928,826.55311 1196.3037,822.96249 1213.1548,839.81358 C 1223.6623,850.32104 1206.1067,832.09916 1205.266,831.04822 C 1202.4149,827.48435 1211.0611,838.10142 1214.0313,841.56665"
|
||||
id="path3545" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1224.5498,799.49292 C 1221.2593,795.37983 1231.6495,791.3419 1233.3151,786.34488 C 1236.521,776.7274 1235.4733,763.89139 1240.3274,757.41919 C 1242.4483,754.59135 1243.2426,748.2731 1245.5866,745.14768 C 1245.9908,744.60884 1244.7101,755.19766 1244.7101,765.30801 C 1244.7101,772.92861 1237.2516,780.22503 1234.1917,786.34488 C 1228.5772,797.57391 1227.2892,802.77945 1221.9202,813.5175 C 1219.7931,817.77168 1225.4826,804.15688 1224.5498,799.49292 C 1223.8268,795.87812 1235.0291,779.43046 1236.8213,774.94991 C 1239.1474,769.13472 1241.9668,764.6588 1244.7101,759.17227 C 1247.9418,752.70881 1249.159,746.63591 1250.8459,739.88847 C 1252.735,732.33189 1249.0928,721.45993 1249.0928,737.25886 C 1249.0928,744.57542 1251.3402,725.50445 1245.5866,739.88847 C 1245.344,740.49507 1245.0023,738.71976 1244.7101,738.1354 C 1240.5206,729.75644 1248.7352,757.0963 1246.4632,766.18455 C 1244.6237,773.5425 1238.4019,783.70801 1235.9447,789.85102 C 1233.606,795.69786 1231.8908,802.34156 1228.9324,808.25828 C 1228.3481,809.427 1227.7637,810.59571 1227.1794,811.76443 C 1224.4683,817.18655 1221.4912,822.04033 1219.2906,827.54208 C 1215.7576,836.37435 1224.5498,809.00557 1224.5498,799.49292 C 1224.5498,796.64152 1231.3955,787.011 1232.4386,782.83874"
|
||||
id="path3547" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1170.2045,797.73985 C 1170.2045,796.55906 1192.1134,811.21488 1212.2783,818.77672 C 1220.3638,821.8088 1228.875,828.20884 1235.0682,831.92475 C 1240.43,835.14185 1224.5886,824.95125 1220.1671,820.52978 C 1211.4584,811.8211 1201.8723,805.87593 1190.3649,802.99907"
|
||||
id="path3549" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1242.0805,848.57894 C 1240.3802,848.15387 1253.7127,845.67088 1242.0805,848.57894 C 1241.92,848.61905 1237.9212,858.50737 1236.8213,859.97391 C 1232.9344,865.15641 1230.3384,867.16844 1226.3028,859.09737 C 1223.5065,853.50461 1215.1535,852.70472 1211.4017,847.7024 C 1207.3091,842.24562 1221.1695,857.23533 1226.3028,861.72698 C 1228.0202,863.22968 1229.809,864.64877 1231.5621,866.10966 C 1232.4338,866.83614 1227.8934,866.75988 1228.9324,862.60352 C 1229.2437,861.3585 1234.5519,868.22292 1221.9202,855.59123 C 1220.4593,854.13033 1218.9984,852.66944 1217.5375,851.20855 C 1210.0135,843.68461 1208.7721,807.79975 1208.7721,841.56665 C 1208.7721,860.05594 1218.3846,873.42798 1210.5252,838.06051 C 1209.6748,834.23387 1213.7676,845.21758 1215.7844,848.57894"
|
||||
id="path3551" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604448px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1180.723,836.30743 C 1179.8432,832.3483 1207.7727,849.83229 1212.2783,852.08508 C 1219.6609,855.77639 1215.8724,856.58512 1207.8956,845.94933 C 1204.619,841.58054 1196.1118,841.71334 1191.2414,838.06051 C 1191.2298,838.05178 1199.7549,843.96856 1207.0191,855.59123 C 1215.481,869.13042 1193.9378,835.22775 1186.8587,825.789 C 1182.4008,819.8451 1181.5995,791.15517 1181.5995,814.39403 C 1181.5995,820.84847 1179.8464,801.56468 1179.8464,795.11024 C 1179.8464,789.43423 1175.4638,829.82088 1175.4638,807.38175 C 1175.4638,797.47414 1198.9363,746.3151 1188.6118,761.80187 C 1185.4545,766.53778 1170.6262,806.1168 1183.3526,767.93763 C 1193.7055,736.879 1179.0266,783.60195 1174.5872,792.48063 C 1173.4708,794.71346 1172.8341,797.15549 1171.9576,799.49292 C 1171.3183,801.19768 1195.0303,752.47103 1183.3526,775.82645 C 1179.009,784.51355 1177.0605,794.29528 1175.4638,803.8756 C 1175.2133,799.87699 1192.187,760.75279 1181.5995,787.22142 C 1180.4069,790.203 1173.3951,808.32845 1172.8341,810.01135 C 1163.5978,837.72046 1181.4517,780.35696 1186.8587,774.94991 C 1190.1392,771.66938 1175.391,822.57375 1184.2291,787.22142 C 1199.0895,727.78002 1198.3856,746.37328 1186.8587,792.48063 C 1186.4974,793.92598 1186.2744,795.40242 1185.9822,796.86331"
|
||||
id="path3553" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.59604454px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1249.7659,635.21953 C 1267.4251,633.89966 1275.6512,631.72222 1310.2023,631.93797 C 1316.126,607.62007 1322.5885,582.76339 1331.8623,555.09534 C 1333.4957,554.68832 1335.0647,554.53888 1336.108,556.49205 C 1331.0162,580.8549 1322.9827,606.19834 1312.8129,632.25388 C 1311.7414,635.05403 1308.3613,635.54553 1305.6191,636.67489 L 1234.3195,642.56626 C 1233.3577,640.83771 1231.3778,639.02685 1232.8111,636.69951 L 1249.7659,635.21953 z"
|
||||
id="path3646"
|
||||
sodipodi:nodetypes="ccccccccc" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M -146.87311,825.42341 L 1075.5988,686.09757 L 1147.5089,704.07509 L 1169.9808,856.88408 L 1268.8572,883.85037 L 1277.846,659.13127 L 1448.6325,587.22116 L 1448.6325,915.31105 L 1444.1381,1027.6706 L -151.36749,964.74925 L -146.87311,825.42341 z"
|
||||
id="path3652" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M -178.33378,829.91779 C -141.21841,814.0601 -62.952786,820.92903 -7.5472639,820.92903 C 29.542038,820.92903 63.654478,825.42341 100.31791,825.42341 C 133.9241,825.42341 193.06844,815.71892 226.1606,807.44588 C 253.90056,800.51089 284.533,789.46835 320.54263,789.46835 C 340.53014,789.46835 359.57886,780.83289 378.96959,775.98521 C 409.52551,768.34623 316.08389,780.47959 284.58757,780.47959 C 233.38271,780.47959 184.54984,758.00768 131.77858,758.00768 C 93.370088,758.00768 63.030328,771.82395 28.407792,780.47959 C 1.2052641,787.28022 -21.940216,796.43738 -47.996702,802.9515 C -59.76021,805.89237 -116.24372,818.88966 -70.468612,807.44588 C -9.6270059,792.23548 67.391308,789.46835 131.77858,789.46835 C 166.94955,789.46835 207.10256,784.97397 244.13813,784.97397 C 272.51267,784.97397 315.10737,771.49082 352.0033,771.49082 C 381.33967,771.49082 418.11809,745.6836 446.38532,740.03015 C 479.65961,733.37529 516.77345,734.79267 549.75611,726.547 C 582.51755,718.35664 620.48724,724.08617 653.12689,717.55824 C 682.48308,711.687 709.35493,709.90814 738.52015,704.07509 C 767.45622,698.28788 793.08306,690.59195 823.91341,690.59195 C 857.31898,690.59195 888.41343,689.07368 918.29543,681.60318 C 944.49729,675.05272 966.5678,672.61442 994.6999,672.61442 C 1017.3135,672.61442 1043.0459,666.72339 1066.61,672.61442 C 1085.2419,677.27238 1109.9811,681.20998 1129.5314,686.09757 C 1146.5838,690.36067 1118.5586,712.77232 1089.0819,695.08633 C 1074.4349,686.29808 1130.8812,693.29151 1138.5202,708.56948 C 1151.5233,734.57577 1157.921,745.72356 1165.4864,775.98521 C 1173.3601,807.47988 1166.9487,822.39133 1183.464,838.90655 C 1197.3936,852.83614 1235.0863,866.38735 1246.3853,874.86161 C 1275.0834,896.38518 1242.7726,895.52718 1219.419,883.85037 C 1195.3728,871.82724 1174.2958,861.28876 1156.4977,852.3897 C 1132.3411,840.31141 1211.1951,850.33371 1237.3966,856.88408 C 1265.942,864.02045 1298.3719,881.90434 1304.8123,888.34476 C 1314.2873,897.81975 1265.6073,883.36681 1268.8572,870.36723 C 1277.5367,835.64925 1268.8572,817.94979 1268.8572,784.97397 C 1268.8572,762.50206 1268.8572,740.03015 1268.8572,717.55824 C 1268.8572,697.2976 1256.2411,649.11616 1268.8572,699.58071 C 1276.0972,728.54039 1277.846,759.30537 1277.846,789.46835 C 1277.846,814.93652 1277.846,840.40468 1277.846,865.87285 C 1277.846,885.3485 1277.846,904.82416 1277.846,924.29981"
|
||||
id="path3654" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1259.8685,677.1088 C 1259.8685,697.9753 1299.6319,663.96867 1318.2954,654.63689 C 1333.6156,646.9768 1353.0289,639.51734 1367.7336,632.16498 C 1390.6725,620.69556 1420.7025,588.18488 1435.1494,573.73801 C 1472.4326,536.45475 1425.2555,573.29322 1412.6775,582.72678 C 1390.8448,599.10124 1372.1265,611.99101 1349.7561,623.17622 C 1322.2171,636.94573 1294.6108,646.25449 1268.8572,659.13127 C 1262.8647,662.12753 1262.8647,671.11629 1259.8685,677.1088 C 1244.9924,706.86087 1317.2463,642.20291 1340.7673,618.68184 C 1363.7002,595.74895 1378.7181,592.46597 1403.6887,573.73801 C 1406.8391,571.37519 1421.2158,564.97447 1421.6662,564.74925"
|
||||
id="path3656" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1439.6437,546.77172 C 1470.8567,523.36199 1402.5005,583.91496 1376.7224,609.69307 C 1361.7555,624.66001 1330.0667,644.25686 1309.3067,654.63689 C 1284.1671,667.2067 1265.8081,669.64461 1241.8909,681.60318 C 1234.6709,685.21319 1230.275,687.41117 1223.9134,690.59195"
|
||||
id="path3658" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1516.0482,551.2661 C 1486.0947,566.24287 1482.9969,587.22116 1430.655,587.22116 C 1413.6532,587.22116 1380.4133,610.49654 1367.7336,623.17622 C 1349.7783,641.13151 1322.0078,650.53353 1304.8123,659.13127 C 1286.1487,668.46306 1266.6288,676.54231 1246.3853,681.60318 C 1226.886,686.47803 1280.8185,659.51173 1300.3179,654.63689 C 1318.5622,650.07581 1346.1468,640.93247 1363.2393,636.65936 C 1388.2206,630.41403 1430.8735,611.83102 1462.1157,596.20992 C 1472.3597,591.08789 1475.5223,582.80331 1480.0932,578.2324"
|
||||
id="path3660" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1268.8572,879.35599 C 1269.596,878.98662 1207.0597,856.60313 1152.0033,870.36723 C 1127.5396,876.48316 1128.2897,880.59767 1143.0145,865.87285"
|
||||
id="path3662" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1196.9471,933.28858 C 1164.8405,941.31522 1220.7363,864.01298 1205.9359,834.41217 C 1200.2931,823.12654 1176.2934,795.78088 1165.4864,784.97397 C 1154.5799,774.06744 1149.9124,758.32032 1143.0145,744.52453 C 1130.3025,719.10047 1169.9808,796.99844 1169.9808,825.42341 C 1169.9808,846.22419 1192.2207,865.40881 1201.4415,883.85037 C 1203.8942,888.75571 1205.1405,898.6465 1205.9359,901.8279"
|
||||
id="path3664" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1268.8572,695.08633 C 1281.7335,720.83886 1268.8572,797.27965 1268.8572,829.91779 C 1268.8572,857.44697 1267.1382,885.96306 1273.3516,910.81667"
|
||||
id="path3666" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 990.2055,690.59195 C 996.065,714.02984 907.27113,726.547 882.34038,726.547 C 833.23379,726.547 787.24945,731.04139 738.52015,731.04139 C 700.53112,731.04139 623.33413,745.46669 585.71116,758.00768 C 521.23755,779.49888 438.62172,775.98521 369.98083,775.98521 C 307.48991,775.98521 247.07908,784.97397 185.71116,784.97397 C 121.29169,784.97397 56.872208,784.97397 -7.5472639,784.97397 C -51.338125,784.97397 -94.45291,793.96273 -137.88434,793.96273 C -156.83432,793.96273 -174.86755,803.46557 -191.81692,811.94026 C -211.00232,821.53296 -149.24476,805.24018 -128.89558,798.45712 C -86.811922,784.42923 9.7386241,798.45712 59.868468,798.45712 C 109.05043,798.45712 153.55734,807.44588 203.68869,807.44588 C 265.87303,807.44588 329.44104,798.45712 392.45274,798.45712 C 489.26077,798.45712 585.18838,807.44588 680.09319,807.44588 C 760.51331,807.44588 842.53648,784.97397 922.78982,784.97397 C 952.2007,784.97397 991.7745,772.97479 1021.6662,766.99644"
|
||||
id="path3668" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1066.61,681.60318 C 1074.249,681.60318 1051.6288,684.59944 1044.1381,686.09757 C 1036.6475,687.59569 1059.1194,683.10131 1066.61,681.60318 C 1090.838,676.7576 1018.67,705.57322 994.6999,699.58071 C 965.5957,692.30465 1060.5876,677.08634 1084.5876,695.08633 C 1101.9149,708.08181 1161.1114,700.67447 1111.5539,713.06386 C 1096.4339,716.84385 1030.3505,674.70939 1026.1606,672.61442 C 996.8953,657.98177 1091.2773,684.94806 1120.5426,699.58071 C 1137.492,708.0554 1070.3264,700.18517 1066.61,681.60318 C 1065.0278,673.69219 1051.6288,687.59569 1044.1381,690.59195 C 1014.6311,702.39477 1107.6889,696.36729 1138.5202,704.07509 C 1163.5309,710.32778 1161.0511,735.77199 1165.4864,753.5133 C 1170.9778,775.47857 1156.4977,793.45524 1156.4977,816.43464 C 1156.4977,889.06969 1156.4977,816.96039 1156.4977,775.98521 C 1156.4977,745.91417 1136.0995,737.95645 1156.4977,717.55824 C 1174.5375,699.5184 1160.9921,768.45054 1160.9921,793.96273 C 1160.9921,816.8832 1151.6524,840.31014 1147.5089,856.88408 C 1145.3731,865.42718 1144.7237,870.81009 1143.0145,879.35599"
|
||||
id="path3670" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 1443.0213,584.75867 C 1434.0471,594.59161 1409.4351,607.56641 1396.3147,620.68681 C 1352.0819,664.91964 1389.4468,606.10374 1416.0752,588.35148 C 1430.5681,578.68953 1405.8893,596.13905 1399.9075,599.12993 C 1397.0662,600.55059 1467.3821,571.17627 1452.0033,586.55508 C 1427.0753,611.48307 1371.6262,617.094 1337.0332,617.094 C 1331.9616,617.094 1363.0085,597.47888 1346.0153,631.46526 C 1344.8177,633.86047 1343.6201,636.25568 1342.4225,638.65089 C 1337.6352,648.22534 1353.2009,614.69836 1353.2009,642.2437 C 1353.2009,646.03086 1360.1811,633.15893 1356.7937,631.46526 C 1347.5382,626.83748 1347.8117,667.79408 1347.8117,611.70478 C 1334.3459,619.52883 1311.8835,717.01353 1311.8835,665.59699 C 1311.8835,655.13936 1303.5003,684.75867 1299.3087,694.33951 C 1298.3035,696.63705 1337.1445,645.35959 1313.6799,651.22574 C 1287.4702,657.77818 1222.9814,684.67882 1284.9374,669.18981 C 1288.0625,668.40854 1324.6811,630.34438 1332.5422,622.48322 C 1335.0827,619.94272 1283.8851,654.07445 1281.3446,656.61496 C 1278.0903,659.86931 1285.7406,666.16693 1283.141,681.76466 C 1282.8626,683.43528 1280.7458,679.36945 1279.5482,678.17184 C 1267.6623,666.28596 1275.9554,711.66206 1275.9554,728.47124 C 1275.9554,742.95361 1272.3626,686.16893 1272.3626,730.26765 C 1272.3626,779.4497 1274.159,748.41997 1274.159,776.97424 C 1274.159,791.39159 1279.5482,801.68115 1279.5482,818.2916 C 1279.5482,823.56129 1275.0139,824.62231 1268.7698,830.86645 C 1267.4085,832.22768 1272.4679,846.82353 1268.7698,854.21975 C 1264.8339,862.09143 1265.177,869.79714 1265.177,879.36945 C 1265.177,902.41209 1268.7698,874.2919 1268.7698,864.99819 C 1268.7698,850.85839 1261.402,795.01672 1270.5662,836.25568 C 1272.0541,842.95146 1266.9465,859.71659 1274.159,830.86645 C 1279.3162,810.23753 1278.684,788.31571 1284.9374,767.9922 C 1288.7389,755.63745 1279.0905,793.17634 1275.9554,805.71675 C 1272.9055,817.91615 1275.9554,780.56705 1275.9554,767.9922 C 1275.9554,670.61964 1272.3626,855.75347 1272.3626,873.98023 C 1272.3626,877.52201 1287.552,813.22244 1274.159,866.7946 C 1269.8972,883.84172 1270.8548,884.90296 1256.1949,877.57304 C 1253.0782,876.01471 1291.0631,903.45918 1265.177,877.57304 C 1255.5216,867.91764 1220.6284,846.31673 1232.8416,852.42334 C 1256.6985,864.3518 1219.8175,861.0686 1218.4704,861.40538 C 1218.2713,861.45514 1241.5571,880.96594 1220.2668,864.99819 C 1214.0208,860.31373 1233.7813,872.88858 1240.0273,877.57304 C 1248.8213,884.16857 1213.9508,850.74104 1211.2847,861.40538 C 1209.7793,867.4271 1170.646,855.45726 1196.9135,868.59101 C 1196.9339,868.6012 1167.1711,854.41889 1195.1171,861.40538 C 1198.1014,862.15146 1153.2243,855.42321 1177.153,861.40538 C 1188.1753,864.16094 1169.9674,839.84849 1166.3746,829.07005 C 1161.6358,814.85364 1159.6424,814.22775 1162.7817,798.53112 C 1165.5569,784.65525 1162.143,769.09002 1157.3925,757.21376 C 1153.8144,748.26842 1148.4105,714.50431 1148.4105,741.04609 C 1148.4105,759.6315 1153.9436,800.90306 1159.1889,821.88442 C 1162.9735,837.02265 1161.1339,849.42487 1164.5782,863.20178 C 1170.3392,886.24598 1159.1889,818.2608 1159.1889,805.71675 C 1159.1889,790.64154 1147.8762,774.83722 1144.8177,762.60298 C 1141.3046,748.55081 1141.2249,733.20732 1141.2249,717.6928 C 1141.2249,711.29355 1147.7447,750.95795 1153.7997,775.17783 C 1160.0114,800.02459 1140.6472,729.75355 1137.632,717.6928 C 1135.3772,708.67327 1127.1561,705.42047 1121.4644,699.72873 C 1113.4492,691.71351 1109.8991,688.95029 1098.1111,688.95029 C 1091.4971,688.95029 1111.7306,688.29032 1117.8716,690.74669 C 1126.1367,694.05275 1101.6237,681.76466 1092.7219,681.76466 C 1082.6409,681.76466 1079.9057,681.04742 1069.3686,688.95029 C 1055.9269,699.03155 1070.4662,683.56106 1081.9434,683.56106 C 1095.247,683.56106 1103.5003,684.05606 1103.5003,699.72873 C 1103.5003,718.35819 1110.7628,727.9749 1096.3147,708.71077 C 1085.1922,693.88077 1072.4625,687.47827 1056.7937,683.56106 C 1048.1335,681.39601 1059.2099,678.91509 1069.3686,676.37544 C 1084.9285,672.48546 1087.3326,705.57131 1087.3326,714.09999 C 1087.3326,734.55339 1052.518,685.29442 1040.6261,676.37544 C 1036.6626,673.40285 1009.2976,681.76466 1033.4404,681.76466 C 1048.4242,681.76466 1054.9716,692.56886 1044.2189,703.32154 C 1037.4846,710.05577 1020.9617,697.93232 1011.8835,697.93232 C 989.8353,697.93232 997.1408,689.02458 1015.4764,685.35747 C 1025.3059,683.39157 1031.2427,694.14826 1029.8476,699.72873 C 1029.0296,703.00077 1023.2962,683.13958 1028.0512,706.91436 C 1035.5609,744.46287 1035.9057,661.75583 1047.8117,721.28562 C 1049.2362,728.40798 1048.2033,727.45814 1051.4045,733.86047"
|
||||
id="path3686"
|
||||
sodipodi:nodetypes="cssssssssscsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssc" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 1232.8416,739.24968 C 1235.7813,730.43081 1227.9106,757.17743 1225.656,766.19579 C 1223.0671,776.5516 1224.4148,783.73562 1222.0632,793.1419 C 1219.6049,802.9752 1214.9007,809.21716 1213.0812,816.49519 C 1210.7296,825.90142 1201.618,825.47723 1191.5243,825.47723 C 1178.8833,825.47723 1167.8835,824.61494 1155.5961,821.88442 C 1146.8481,819.9404 1135.1973,822.29021 1126.8536,823.68082 C 1114.3952,825.75722 1132.1481,816.06977 1137.6321,814.69879 C 1147.584,812.2108 1156.3047,818.01964 1164.5782,820.08801 C 1174.6206,822.59862 1186.8297,819.86766 1196.9135,821.88442 C 1214.2059,825.34291 1202.4772,826.92466 1207.6919,816.49519 C 1212.5601,806.75879 1210.7115,795.43472 1213.0812,785.95627 C 1215.2222,777.39222 1221.4789,770.32935 1223.8596,760.80657 C 1227.1391,747.68852 1231.3211,734.55347 1234.638,721.28561 C 1235.1137,719.38288 1250.9951,726.29604 1245.4165,737.45328 C 1231.7501,764.78605 1216.3066,718.49917 1249.0093,726.67483 C 1250.8463,727.13409 1247.8117,730.26765 1247.2129,732.06406"
|
||||
id="path3690" />
|
||||
<g
|
||||
id="g6089"
|
||||
transform="matrix(-2.7921742e-2,0.9996102,-0.9996102,-2.7921742e-2,1761.7231,-546.80247)">
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text5481"
|
||||
y="524.50446"
|
||||
x="833.54895"
|
||||
style="font-size:19.75905418px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Sans;-inkscape-font-specification:Sans"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-size:64.66599274px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-opacity:1;font-family:bulkyRefuse Type;-inkscape-font-specification:bulkyRefuse Type"
|
||||
y="524.50446"
|
||||
x="833.54895"
|
||||
id="tspan5483"
|
||||
sodipodi:role="line">Public</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:19.75905609px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Sans;-inkscape-font-specification:Sans"
|
||||
x="914.69507"
|
||||
y="167.00125"
|
||||
id="text5485"
|
||||
sodipodi:linespacing="125%"
|
||||
transform="matrix(0.962218,0.2722803,-0.2722803,0.962218,0,0)"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5487"
|
||||
x="914.69507"
|
||||
y="167.00125"
|
||||
style="font-size:64.66599274px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-opacity:1;font-family:bulkyRefuse Type;-inkscape-font-specification:bulkyRefuse Type">Hacker</tspan></text>
|
||||
<text
|
||||
transform="matrix(0.962218,-0.2722802,0.2722802,0.962218,0,0)"
|
||||
xml:space="preserve"
|
||||
style="font-size:19.75905228px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Sans;-inkscape-font-specification:Sans"
|
||||
x="695.52515"
|
||||
y="844.74542"
|
||||
id="text5489"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5491"
|
||||
x="695.52515"
|
||||
y="844.74542"
|
||||
style="font-size:64.66599274px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-opacity:1;font-family:bulkyRefuse Type;-inkscape-font-specification:bulkyRefuse Type">Radio</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 72 KiB |
BIN
images/rate-limiting.David_Turner.CC-BY-SA_4.0.png
Normal file
|
After Width: | Height: | Size: 439 KiB |
@@ -22,9 +22,9 @@ The following are some of the clients, and we request that people help out repor
|
||||
- [Podchaser](https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/podcatchers/Podchaser)
|
||||
- [Podtail](https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/podcatchers/Podtail)
|
||||
- [Radio.net](https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/podcatchers/RadioNet)
|
||||
- [Sonos](https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/podcatchers/Sonos)
|
||||
- [Spotify](https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/podcatchers/Spotify)
|
||||
- [stagefright](https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/podcatchers/stagefright)
|
||||
- [Top Podcast](https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/podcatchers/TopPodcast)
|
||||
|
||||
|
||||
See Wikipedia for a [list of podcast clients](https://en.wikipedia.org/wiki/List_of_podcast_clients).
|
||||
|
||||
25
podcatchers/Sonos/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Sonos
|
||||
|
||||
<a href="https://upload.wikimedia.org/wikipedia/commons/a/a8/Sonos_Logo.jpg" >
|
||||
<img width="200" src="https://upload.wikimedia.org/wikipedia/commons/a/a8/Sonos_Logo.jpg" alt="Sonos logo" />
|
||||
</a>
|
||||
|
||||
<!--
|
||||
- Confirmed working with HPR Feeds and [CCDN](https://repo.anhonesthost.net/HPR/hpr_documentation/wiki/Community-Content-Delivery-Network)
|
||||
- [Source Code on GitHub](https://gpodder.github.io/)
|
||||
-->
|
||||
## Description
|
||||
|
||||

|
||||
|
||||
```
|
||||
|
||||
```
|
||||
## How to install
|
||||
|
||||
|
||||
## Subcribing to HPR
|
||||
|
||||
|
||||
## Playback
|
||||
|
||||
146
policies.md
Normal file
@@ -0,0 +1,146 @@
|
||||
# Policies
|
||||
|
||||
## Did you notice Harm ?
|
||||
|
||||
"Therefore if there are any shows that are on the site which you feel [harm HPR](https://lists.hackerpublicradio.com/pipermail/hpr/2022-June/004492.html), first see if a [response episode](https://lists.hackerpublicradio.com/pipermail/hpr/2021-September/004250.html) is sufficient to address the grievance. If not then please bring it to the attention of the janitors at hpr, and we will see if the concerns are grounded based on the same criteria as if the show was been posted today."
|
||||
|
||||
## We don't tolerate Harassment, Trolling
|
||||
|
||||
Hacker Public Radio is dedicated to sharing knowledge in a welcoming community that offers positive feedback and encourages respectful debate.
|
||||
|
||||
[Harassment on HPR](https://lists.hackerpublicradio.com/pipermail/hpr/2019-December/003804.html)
|
||||
|
||||
## Free speech and general conduct
|
||||
|
||||
We place trust in the people of the community to do the right thing.
|
||||
It is always first and foremost the responsibility of the host themselves to think how their words would impact on others in the community.
|
||||
|
||||
If you are thinking about adding an explicit tag, means you should add the tag.
|
||||
|
||||
While [Swearing](https://lists.hackerpublicradio.com/pipermail/hpr/2012-April/000640.html) is allowed, remember JWP's Granny is listening.
|
||||
If you do, then always use the explicit tag, and don't go out of your way to be belligerent.
|
||||
|
||||
We follow the principle that inside the shows, free speech applies.
|
||||
As with [Shouting_fire_in_a_crowded_theater](https://en.wikipedia.org/wiki/Shouting_fire_in_a_crowded_theater), but there are exceptions.
|
||||
We do not post hate speech, copyright music, etc.
|
||||
|
||||
If you think it's going to be excessive then, please put a warning at the beginning of the show.
|
||||
Something like - "Sorry I went off on a bit of a rant in this one,
|
||||
so if you're listening to this in a public place it might be best to put in headphones or listen later".
|
||||
If there are complaints we have [policies](https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/policies.md) to deal with it.
|
||||
|
||||
Outside the podcast audio, eg shownotes, tags, feeds etc we still expect the host to do the right thing.
|
||||
In cases where they don't the janitors can and do intervene.
|
||||
We follow the [Parental Advisory](https://en.wikipedia.org/wiki/Parental_Advisory) approach,
|
||||
akin to the covers on the cd's in the shops.
|
||||
Listen to "[hpr2210 :: On Freedom of Speech and Censorship](https://hackerpublicradio.org/eps/hpr2210/index.html)" for more information.
|
||||
There is no point in having a warning on the intro of the show if the shownotes, title,
|
||||
and text to speech intro already contain the offending phrases.
|
||||
|
||||
This of course extends to anywhere where we have an "official HPR" presence, chatrooms, mastodon, email, conferences etc
|
||||
|
||||
The policy is that within your own show the freedom of expression is upheld.
|
||||
|
||||
## Schedule Guidelines
|
||||
|
||||
You must have your show recorded before you reserve a slot.
|
||||
|
||||
You must only post a show every two weeks.
|
||||
|
||||
[Changes to scheduling guidelines](https://lists.hackerpublicradio.com/pipermail/hpr/2025-September/004922.html)
|
||||
|
||||
## Community News
|
||||
|
||||
The Community News presenters may exercise discretion in what they read out and refer the audience to the skipped content.
|
||||
|
||||
[HPR Community News Comment Summaries](https://lists.hackerpublicradio.com/pipermail/hpr/2025-July/004873.html)
|
||||
|
||||
## Janitors
|
||||
|
||||
They are the people who work in the background to make sure the shows come out every day.
|
||||
|
||||
## Auditors
|
||||
|
||||
The Auditors role is to observe and report if necessary that the Janitors are been faithful in their communication.
|
||||
|
||||
[Auditors on HPR](https://lists.hackerpublicradio.com/pipermail/hpr/2025-September/004908.html)
|
||||
|
||||
[Permission to move out a show](https://lists.hackerpublicradio.com/pipermail/hpr/2022-March/004419.html)
|
||||
|
||||
## Permission to move out a show
|
||||
|
||||
[Permission to move out a show](https://lists.hackerpublicradio.com/pipermail/hpr/2022-March/004410.html)
|
||||
|
||||
Janitors can move shows on host permission as normal, but will always ask the mail list where the host cannot or will not move their show.
|
||||
|
||||
[The janitors](https://hackerpublicradio.org/eps/hpr4566/index.html#comment_4594) *really* do not like to move shows around once they are posted.
|
||||
|
||||
Before a show is posted, it's ID is more or less the key you get when you upload, once it's posted the unique id is the hpr episode number.
|
||||
|
||||
Moving the primary key leads to a mess with the synchronization of files between the HPR site, the Internet Archive, and the HPR CCDN.
|
||||
|
||||
We've had to do it in the past, so I'm again speaking from experience.
|
||||
We moved a show from a host which happened to be part 2 and it would have gotten aired before the part 1.
|
||||
This meant we had 4 shows to move.
|
||||
So we will never move a show without getting permission from the Host, and if they do not get back to us, or we feel that it's important enough, the mail list.
|
||||
|
||||
Moving shows breaks some RSS readers that *only* look at the enclosure/@url element. If that remains the same, then they have no reason to download it again. So anyone who has already downloaded *any* of the moved shows will not download them again. Which basically breaks the future feed entirely.
|
||||
|
||||
Moving a show can easily spiral into a lot of work. We will and have done it on occasion, but if it's urgent enough, you should reserve a slot.
|
||||
|
||||
## HPR is not a podcast platform
|
||||
|
||||
[Is HPR a podcast or podcast hosting platform ?](https://lists.hackerpublicradio.com/pipermail/hpr/2022-August/004615.html)
|
||||
|
||||
There seems to be a clear desire to keep HPR as a podcast and not transition to a podcast hosting platform. What I came to realize was that the HPR setup could be adapted to become a podcast hosting platform with minor changes. For example, were we to not release the main feed, remove the HPR branding, and provide each show their own schedule, then each hosted podcast (now HPR series) would be their own entity. However it's not something that the community, janitors, or the HPR patrons are enthusiastic about implementing.
|
||||
|
||||
## Not everything that "could be of interest to hackers" is allowed.
|
||||
|
||||
[Rejecting a show on the grounds that it is "using HPR as a means to push a particular product or view"](https://lists.hackerpublicradio.com/pipermail/hpr/2025-July/004883.html)
|
||||
|
||||
|
||||
## We promote other Creative Commons Works
|
||||
|
||||
On dropping the Non Commercial License: [HPR: RFC Changing show to CC-BY-SA](https://lists.hackerpublicradio.com/pipermail/hpr/2011-June/000384.html)
|
||||
|
||||
Supporting [Various Creative Commons Works](https://lists.hackerpublicradio.com/pipermail/hpr/2013-April/001216.html), that allows people to to submit (a single) interesting/important creative commons works on a given topic to the queue. It should be prefixed with a short introduction as to why we should be interested, then submit it under your own name to the queue.
|
||||
|
||||
### [Policy Change: removal of non free CC-BY-NC license](https://lists.hackerpublicradio.com/pipermail/hpr/2025-March/004853.html)
|
||||
|
||||
### [Policy Change: Clarification that contributions are CC BY-SA 4.0 unless otherwise stated](https://lists.hackerpublicradio.com/pipermail/hpr/2024-October/004791.html)
|
||||
|
||||
### [Policy Change: Should we reject a show with copyrighted fair use clips in it ?](https://lists.hackerpublicradio.com/pipermail/hpr/2019-May/003673.html)
|
||||
|
||||
- From [Kevin O'Brien](https://lists.hackerpublicradio.com/pipermail/hpr/2019-May/003683.html): "Fair Use is not, in the U.S., a right recognized by any statute. It is best understood as "the right to hire a lawyer"."
|
||||
- From [stankdawg](https://lists.hackerpublicradio.com/pipermail/hpr/2019-May/003692.html): "Sorry. Not worth the risk. I appreciate the contribution and do not want to discourage the submissions. But it is too dangerous. And for the record... no one else can voluntarily accept responsibility. It falls back to me as site owner no matter what."
|
||||
- From [Ken Fallon](https://lists.hackerpublicradio.com/pipermail/hpr/2019-May/003695.html): Remember that our policy is also a commitment to anyone using our feed. I know there are downstream projects like college radio, workplaces, shops etc that are using our feed. They would not need to buy a public music license, for feeds [that] contains *only* Creative Commons content.
|
||||
|
||||
## Search Page
|
||||
|
||||
[Boo, Hiss, a google search on top of the HPR webpage!](https://lists.hackerpublicradio.com/pipermail/hpr/2013-March/001145.html)
|
||||
|
||||
Why we do search like we do.
|
||||
|
||||
## Site Security stays with the Site admin
|
||||
|
||||
[Implemented a deny list on HPR](https://lists.hackerpublicradio.com/pipermail/hpr/2013-March/001112.html)
|
||||
|
||||
Attacks to our site get blocked, no discussion required.
|
||||
|
||||
## Avoiding background music
|
||||
|
||||
[Bed Music](https://lists.hackerpublicradio.com/pipermail/hpr/2012-November/000877.html)
|
||||
|
||||
It can be distracting so avoid if possible.
|
||||
|
||||
## What is a Syndicated show ?
|
||||
|
||||
[Syndicated shows](https://lists.hackerpublicradio.com/pipermail/hpr/2011-January/000214.html)
|
||||
|
||||
If a show is posted elsewhere prior to been posted to HPR then it would be considered to be a syndicated show.
|
||||
|
||||
## When to wind down HPR
|
||||
|
||||
[HPR RIP ?](https://lists.hackerpublicradio.com/pipermail/hpr/2010-September/000109.html)
|
||||
|
||||
After a period of intermittent posting, the community decided to continue posting HPR shows.
|
||||
837
queue.md
Normal file
@@ -0,0 +1,837 @@
|
||||
# The Queue
|
||||
|
||||
The queue is necessary as "Hacker Public Radio ... releases shows every weekday Monday to Friday."
|
||||
|
||||
## Why release like this ?
|
||||
|
||||
Back in 2010, shows were getting released on an ad hoc basis.
|
||||
Some days there were as many as two or even three shows released per day.
|
||||
More often than not though, there was no show at all.
|
||||
As time went on the period between no shows increased.
|
||||
After a time it was unclear if HPR was alive.
|
||||
This was reflected in a steady decline of subscribers.
|
||||
|
||||
One of the policies that we decided on was that "one show a day - every day, builds trust and retains listeners."
|
||||
This has turned out to be true based on the steadily increasing subscriber base, and since then lots of research has been done that supports it.
|
||||
|
||||
- [youtube: "A consistent, sustainable release schedule is critical when building and fulfilling audience expectations...."](https://support.google.com/youtube/answer/13616979)
|
||||
- [spotify: "When podcasters don't stick to a steady schedule, it can be the first sign of podfading, when a show becomes less and less regular until it eventually disappears."](https://podcasters.spotify.com/resources/learn/create/podcast-schedule)
|
||||
|
||||
Should it matter ? No.
|
||||
|
||||
Does it matter ? Yes.
|
||||
|
||||
For those that prefer to have the shows as soon as they are posted, we also have a [Future Feed](https://hackerpublicradio.org/rss-future.php).
|
||||
|
||||
## Scheduling
|
||||
|
||||
> HPR can only control the release rate (fixed at 5 shows a week), and has no control over the rate at which shows are submitted.
|
||||
|
||||
Sometimes there are very few shows in the queue resulting in problems for the admins in getting shows to air.
|
||||
|
||||
Other times there are a lot of shows in the queue resulting in hosts waiting a long time for their show to air.
|
||||
|
||||
Despite the problems we haven't missed a day since 2010-09-21, and sometimes that is the only thing that keeps the Janitors going.
|
||||
|
||||

|
||||
|
||||
Copyright © David Turner<br>This work is licensed under a
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
|
||||
|
||||
## History of scheduling on HPR
|
||||
|
||||
Over the years we tried various different methods to ensure one show every weekday Monday to Friday.
|
||||
|
||||
<ul>
|
||||
<li>To begin with hosts signed up for a particular day based on a published [calendar](https://lists.hackerpublicradio.com/pipermail/hpr/2008-January/000000.html).</li>
|
||||
<ul>
|
||||
<li>This failed as hosts could not meet the scheduled time, or found the pressure too much.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Then shows were released that were available on the FTP server.
|
||||
<ul>
|
||||
<li>This lead to arguments as there appeared to be no order to the when the shows were posted.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Then we switched to a first come first out method.
|
||||
<ul>
|
||||
<li>This lead to having too many shows from the one host or on one topic, where a hosts posted a series of shows at the one time.</li>
|
||||
<li>This also lead to arguments about time critical shows been left too late.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Then we went through several mechanisms of rules, first in first out, except for new hosts, interviews, etc, etc.
|
||||
<ul>
|
||||
<li>Needed to be updated too frequently</li>
|
||||
<li>It was not clear what the rules were, and shows came out in a seemingly in random order.</li>
|
||||
<li>The Janitors were been accused of favouring other peoples shows</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Pick a slot from a schedule where the hosts themselves got to pick a slot
|
||||
<ul>
|
||||
<li>Works well but can lead to <a href="https://en.wikipedia.org/wiki/Mechanical_equilibrium">unstable equilibrium</a> between supply and delivery.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Current: Schedule with free slots been filled from a reserve pool.
|
||||
<ul>
|
||||
<li></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
## Scheduling Rules
|
||||
|
||||
<ol>
|
||||
<li>You must have your audio recording ready to upload <strong>before</strong> you pick a slot.</li>
|
||||
<li>All hosts must leave at least 9 slots (approximately two weeks) between their shows.</li>
|
||||
<li>New hosts, Interviews, and other time critical shows should use the first free slot.
|
||||
Otherwise, when the queue is filling up then leave some slots free for new contributors by selecting a slot in the first empty week.</li>
|
||||
</ol>
|
||||
|
||||
</p>
|
||||
|
||||
We have a <a href="https://repo.anhonesthost.net/HPR/hpr_documentation/raw/branch/main/workflow/SchedulingGuidlinesFlowChart.odg">flow diagram</a> if that helps.
|
||||
|
||||
|
||||
---
|
||||
|
||||
# Updated version of [hpr4195 :: Hacking HPR Hosts](https://hackerpublicradio.org/eps/hpr4195/index.html)
|
||||
|
||||
|
||||
> Social Engineering more contributions to HPR by picking when to publish your show
|
||||
|
||||
Hosted by Ken Fallon on Friday, 2024-08-30 is flagged as Clean and is released under a CC-BY-SA license.
|
||||
|
||||
Tags: HPR, Queue, Scheduling, Buffering.
|
||||
|
||||
## There’s no Business like …
|
||||
|
||||
While we may be "dedicated to sharing knowledge", we are competing for the time and attention of our Audience.
|
||||
Therefore we are in the Entertainment Business.
|
||||
|
||||
The clue is in this statement from the about page.
|
||||
|
||||
<blockquote>
|
||||
Hacker Public Radio (HPR) is an Internet Radio show (podcast) that releases shows every weekday Monday through Friday.
|
||||
</blockquote>
|
||||
|
||||
Let’s compare that to others.
|
||||
|
||||
Any event promoter needs to provide the Who, What, Where, and When, to their potential audience.
|
||||
|
||||
<ul>
|
||||
<li>U2, UV Achtung Baby Live playing the Las Vegas Sphere, from 23 to the 30 June 2024.</li>
|
||||
<li>Richard III in the Globe Theatre, All Summer. (The resident players is implied)</li>
|
||||
<li>BBC News at Ten. (The what and when are in the name, BBC News Team is implied, as is Daily)</li>
|
||||
<li>Season 2 of Firefly, returns to Netflix in the Fall.</li>
|
||||
</ul>
|
||||
|
||||
A theater will have an address and a schedule for when the events occur.
|
||||
On TV and radio they have predefined channel locations, and often have 24x7 schedule of programs.
|
||||
|
||||
For Hacker Public Radio (HPR) our "venue" or channel is our RSS Feed, and our schedule is a show every weekday Monday through Friday.
|
||||
|
||||
A podcast production enterprise, like the NPR, BBC, etc have permanent staff who’s day job is to come in and create content.
|
||||
Other approaches used by Netflix, or Disney+, etc is to commission external parties to record unique content.
|
||||
They might also just purchase in shows.
|
||||
Regardless of the approach, they all have a mechanism to meet the production schedule.
|
||||
|
||||
Unlike other podcasters, HPR has no control of our supply chain.
|
||||
We do still have a contract to deliver one "product" a day Monday to Friday,
|
||||
but we also have no control over our distribution channels.
|
||||
|
||||
I think it’s important to understand just how much energy goes into managing this balancing act.
|
||||
|
||||
It’s the absolute <strong>core</strong> of the project, and is what takes up most of our time and energy.
|
||||
|
||||
# Feeding the Queue
|
||||
|
||||
We have to feed the queue.
|
||||
|
||||
## Control of our supply chain
|
||||
|
||||
<blockquote>
|
||||
A supply chain, .. is a complex logistics system that consists of facilities that convert raw materials into finished products
|
||||
and distribute them to end consumers or end customers.
|
||||
Meanwhile, supply chain management deals with the flow of goods within the supply chain in the most efficient manner.
|
||||
</blockquote>
|
||||
<a href="https://en.wikipedia.org/wiki/Supply_chain">From Wikipedia, the free encyclopedia</a>
|
||||
|
||||
Our supply chain is entirely dictated by the generous hosts who donate their time to recording a show.
|
||||
Therefore the Janitors have no control over when shows are sent in.
|
||||
As Janitors, we can only contact the community to remind them to send in shows.
|
||||
|
||||
We need your help to manage this.
|
||||
|
||||
### Boom/Bust Supply
|
||||
|
||||

|
||||
|
||||
<a href="https://commons.wikimedia.org/wiki/File:Diagram_of_a_ball_placed_in_an_unstable_equilibrium.svg">OrdinaryArtery</a>,
|
||||
<a href="https://creativecommons.org/licenses/by-sa/4.0">CC BY-SA 4.0</a>, via Wikimedia Commons
|
||||
|
||||
|
||||
Usually there is a burst of contributions after a "Call for Shows",
|
||||
which is itself as a result of a lull in the amount of contributions.
|
||||
This leads to boom and bust/saw tooth delivery of shows.
|
||||
There is a painful behaviour that the Janitors observe after a "Call for Shows".
|
||||
|
||||
<ul>
|
||||
<li>There is a burst of contributions all taking the first available slots.</li>
|
||||
<li>The queue quickly fills up the upcoming weeks.</li>
|
||||
<li>It takes time for the "Call for Shows" to get to everyone.</li>
|
||||
<li>A potential host is late hearing the "Call for Shows" and sees a full queue, resulting in them not submitting a show.</li>
|
||||
<li>Worse is that it instills the feeling of HPR "<a href="https://en.wikipedia.org/wiki/The_Boy_Who_Cried_Wolf">Crying Wolf</a>",
|
||||
incorrectly assuming the subsequent "Call for Shows" can safely be ignored.</li>
|
||||
<li>After a few weeks our queue is empty and we need to put out another "Call for Shows", which that host ignores.</li>
|
||||
</ul>
|
||||
|
||||
The timely delivery of shows is an inherent challenge with volunteer contributions.
|
||||
Fortunately this is a well understood problem known as <a href="https://en.wikipedia.org/wiki/Queueing_theory">Queueing theory</a>,
|
||||
and we have implemented the <a href="https://hackerpublicradio.org/contribute.html#schedule_reserve_pool">Reserve Pool</a>,
|
||||
as a means to regulate/<a href="https://en.wikipedia.org/wiki/Data_buffer">buffer</a> the incoming delivery with outgoing supply.
|
||||
|
||||
<blockquote>
|
||||
The reserve queue is intended only to be used in the cases where there is still a gap in the schedule one week prior to release.
|
||||
This was known as the emergency queue, but now can also be used when the hosts don’t care when the shows are scheduled.
|
||||
They will be used on a first in first out basis, when there is no conflict with the scheduling guidelines.
|
||||
These shows contain a message alerting listeners to the fact that we had free slots that were not filled.
|
||||
</blockquote>
|
||||
|
||||
### Scheduling Rules
|
||||
|
||||
When you are contributing a show, you decide when to post your show.
|
||||
The choice of slot may even encourage others to submit a show themselves.
|
||||
|
||||
Our observations show that there is a <a href="https://en.wikipedia.org/wiki/Goldilocks_principle">Goldilock Zone</a>
|
||||
where there are just the right amount of free slots to encourage contributions.
|
||||
|
||||
#### Too Many free slots
|
||||
|
||||
When there are too many free slots some people get disheartened and don’t want to contribute to a dying project.
|
||||
|
||||
On the other hand too many free slots can send regular hosts into a panic to fill them.
|
||||
We all suffer from this, and it can lead to burnout.
|
||||
|
||||
Fortunately we now have the <a href="https://hackerpublicradio.org/contribute.html#schedule_reserve_pool">Reserve Pool</a>,
|
||||
where they janitors can post their backup shows when they are needed.
|
||||
|
||||
The idea that some shows are sub par because they are rushed in to fill free slots can now be put to rest.
|
||||
All the shows in the <a href="https://hackerpublicradio.org/contribute.html#schedule_reserve_pool">Reserve Pool</a>
|
||||
are there because the Host did not feel the need to rush the shows out.
|
||||
|
||||
#### Too many free slots
|
||||
|
||||
On the other hand seeing too many free slots some people get disheartened that their show won’t be aired for weeks,
|
||||
so end up not recording a show in the first place.
|
||||
|
||||
#### Hacking Human Behaviour
|
||||
|
||||
So the HPR Community can influence the supply chain by been smart about how we schedule the shows.
|
||||
|
||||
When you upload consider the <a href="https://hackerpublicradio.org/contribute.html#scheduling_rules">Scheduling Rules</a> when picking your slot.
|
||||
|
||||
This way <strong>your</strong> (person reading this) actions,
|
||||
give the HPR Community complete control over the supply of shows in a general sense.
|
||||
|
||||
Remember the HPR Community have not missed a day since September 2009.
|
||||
|
||||
# Distribution Channels
|
||||
|
||||
Getting our podcast distributed is no problem what so ever.
|
||||
|
||||
While NPR, BBC, Netflix, Disney+, etc can afford to record unique content, unique content is very, very expensive.
|
||||
Amazon, Apple and Spotify may have the resources to do this,
|
||||
but they and others, make use of the freely available content to inflate their inventory of content.
|
||||
|
||||
We provide these platforms with our feed and our blessing. So long as they adhere to the
|
||||
<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License</a>.
|
||||
Our prime directive at work.
|
||||
|
||||
We publish a RSS feed, and that feed is then picked up by others such as
|
||||
<a href="https://archive.org/details/hackerpublicradio">Archive.org</a>,
|
||||
<a href="https://music.amazon.fr/podcasts/9d9e6211-ff78-4501-93b6-6a9e560c4dbd/hacker-public-radio">Amazon Music</a>,
|
||||
<a href="https://podcasts.google.com/feed/aHR0cDovL2hhY2tlcnB1YmxpY3JhZGlvLm9yZy9ocHJfcnNzLnBocA">Google Podcasts</a>,
|
||||
<a href="https://www.iheart.com/podcast/256-hacker-public-radio-30994513/" target="_blank">iHeart Radio</a>,
|
||||
<a href="https://podcasts.apple.com/us/podcast/hacker-public-radio/id281699640">iTunes</a>,
|
||||
<a href="https://www.listennotes.com/de/podcasts/hacker-public-radio-hacker-public-radio-mNH-jsI7LcJ/">Listen Notes</a>,
|
||||
<a href="https://www.mixcloud.com/hackerpublicradio/">MixCloud</a>,
|
||||
<a href="https://player.fm/series/hacker-public-radio">PlayerFM</a>,
|
||||
<a href="https://www.podchaser.com/podcasts/hacker-public-radio-76781">Podchaser</a>,
|
||||
<a href="https://nl.radio.net/podcast/hacker-public-radio">Radio.net</a>,
|
||||
<a href="https://open.spotify.com/show/7e2hYcnHj9vKgUzsIOf4r3">Spotify</a>,
|
||||
<a href="https://toppodcast.com/podcast_feeds/hacker-public-radio/">Top Podcasts</a> and now for some reason
|
||||
<a href="https://www.imdb.com/title/tt30528560">IMDB</a>.
|
||||
|
||||
We have no control over what they do with the feed, how often the use it, if they cache it, if they use the images from it, if the show the
|
||||
explicit tag, or as in this case, if they <a href="https://repo.anhonesthost.net/HPR/hpr_hub/issues/11">display the host</a> or not.
|
||||
|
||||
That’s why you can help by taking up the mop and becoming the Janitor for your Distribution Channel.
|
||||
|
||||
---
|
||||
|
||||
# Mail list Discussions on the topic
|
||||
|
||||
On 8/28/21 08:12, e8hffff wrote:
|
||||
> It's painful to only have one show a week day, and that's double pain if only
|
||||
> a short podcast. I regularly start the day off with listening to podcasts but
|
||||
> recently I unsubscribed from a bigger creator (Jupiter Broadcasting) for
|
||||
> dishing on freedom fighters of COVID lockdowns, so, I'm now lucky to have one
|
||||
> show pop up a day to listen to. Not enough. I can't see why HPR is
|
||||
> restricting the flow of information. It's crazy. People can limit themselves
|
||||
> if they find they are overwhelmed.
|
||||
>
|
||||
> Cheers e8hffff.
|
||||
|
||||
|
||||
From ken at fallon.ie Sun Aug 29 07:22:20 2021
|
||||
From: ken at fallon.ie (Ken Fallon)
|
||||
Date: Sun, 29 Aug 2021 09:22:20 +0200
|
||||
Subject: [Hpr] Hpr Digest, Vol 155, Issue 8
|
||||
In-Reply-To: <14821733.4WXcVoXQB2@masterhost>
|
||||
References: <mailman.1.1630159417.109199.hpr_hackerpublicradio.org@hackerpublicradio.org>
|
||||
<14821733.4WXcVoXQB2@masterhost>
|
||||
Message-ID: <503ee371-44a0-6d76-b999-ca0aaa62464d@fallon.ie>
|
||||
|
||||
Hi e8hffff,
|
||||
|
||||
I'm the Janitor in question let me reply. First thanks for posting this
|
||||
to the mail list. As I said in the show the Janitors do not decide HPR
|
||||
policy, this mail list does[1].
|
||||
|
||||
> It's painful to only have one show a week day, and that's double pain
|
||||
if only a short podcast.
|
||||
|
||||
You point is a valid one, and is often brought up for discussion. The
|
||||
most recent was April of this year, which was triggered by an article by
|
||||
hedorah[2]. Have a read of that discussion and pop back here with your
|
||||
thoughts.
|
||||
|
||||
To address that point, we have long had the option to ignore the
|
||||
dictates of the evil Janitors ;-) Just go to "Get Shows > Advanced
|
||||
Settings[2]" and you can get the shows as soon as they are posted.
|
||||
Remember that if a show is posted incorrectly and we need to repost it,
|
||||
you will probably miss the new release. But no harm to have another pair
|
||||
of ears checking the future freed for us.
|
||||
|
||||
Don't forget we have 3996 older shows ready right now. That's 76 days 12
|
||||
hours 3 minutes 31 seconds right there. Assuming you listen for 12 hours
|
||||
a day you are covered until Saturday, 29 January 2022. By which time
|
||||
there will be another 110 shows for you.
|
||||
|
||||
You can also help out by adding tags[4] and updating the shownotes for
|
||||
those shows.
|
||||
|
||||
It's great to see you are intending to contribute some shows. If you run
|
||||
into any issues please get in touch. Any tips on the process from a new
|
||||
contributor is great as we are always trying to make it easier to post
|
||||
shows.
|
||||
|
||||
[1] http://hackerpublicradio.org/about.php#governance
|
||||
[2] http://hackerpublicradio.org/advanced_rss_settings.php
|
||||
[3] http://hackerpublicradio.org/syndication.php
|
||||
[4] http://hackerpublicradio.org/report_missing_tags.php
|
||||
|
||||
--
|
||||
Regards,
|
||||
|
||||
Ken Fallon (G5KEN)
|
||||
http://kenfallon.com
|
||||
http://hackerpublicradio.org/correspondents.php?hostid=30
|
||||
|
||||
|
||||
From ken at fallon.ie Sat Jan 20 21:25:54 2024
|
||||
From: ken at fallon.ie (Ken Fallon)
|
||||
Date: Sat, 20 Jan 2024 22:25:54 +0100
|
||||
Subject: [Hpr] Happy new year - should we continue with HPR ?
|
||||
In-Reply-To: <d4199b4c-ace4-46f4-a653-60dba980c147@jezra.net>
|
||||
References: <c10b8e8c-4d86-4bdc-b847-88b5c5889c21@fallon.ie>
|
||||
<d4199b4c-ace4-46f4-a653-60dba980c147@jezra.net>
|
||||
Message-ID: <feb17d42-9f85-4783-a196-278b976aa88d@fallon.ie>
|
||||
|
||||
Hi All,
|
||||
|
||||
The reason lostnbronx did the show "hpr0560 :: Old soldiers", was
|
||||
because HPR was releasing shows on an ad hoc unpredictable schedule.
|
||||
People were unsubscribing, other podcasts were asking if HPR had
|
||||
finished or not. In fact that was the first time I asked is HPR RIP
|
||||
<https://lists.hackerpublicradio.com/pipermail/hpr/2010-September/000109.html>
|
||||
?
|
||||
|
||||
My feeling has always been that a consistent release schedule builds
|
||||
trust in podcasts. Since then lots of research has been done that
|
||||
supports it. Eg: youtube
|
||||
<https://support.google.com/youtube/answer/13616979> "A consistent,
|
||||
sustainable release schedule is critical when building and fulfilling
|
||||
audience expectations...." , spotify
|
||||
<https://podcasters.spotify.com/resources/learn/create/podcast-schedule>
|
||||
"When podcasters don't stick to a steady schedule, it can be the first
|
||||
sign of podfading, when a show becomes less and less regular until it
|
||||
eventually disappears." Should it matter ? No. Does it matter ? Yes.
|
||||
|
||||
In the case of HPR, we release "New episodes every weekday Monday
|
||||
through Friday". You might have no clue who the host will be, what it's
|
||||
going to be about, if it's going to have potty language in it or not,
|
||||
but you *do* know that "you can tune in tomorrow for another exciting
|
||||
episode". We haven't missed a day since 2010-09-21 and sometimes that is
|
||||
the only thing that keeps the Janitors going.
|
||||
|
||||
We have 427 hosts and 240 slots, so one show a year is more than enough
|
||||
to handle the schedule. Going to fewer release days would not address
|
||||
the problem of getting shows in the first place, it just prolongs the
|
||||
inevitable. So no my personal feeling is that we should not release less
|
||||
shows when the queue is low, nor should we release more shows when the
|
||||
queue is full, which as has also been suggested. That said if the
|
||||
consensus is that that should be changed then this is the place to
|
||||
discuss it.
|
||||
|
||||
For now the compact with the Janitors is simple, "You keep sending in
|
||||
shows and we'll keep posting them. When there are no more shows we'll
|
||||
close down HPR with dignity." Hopefully that won't be for ages yet but
|
||||
it's up to you all to decide. So if you want your say Vote Early
|
||||
<https://hub.hackerpublicradio.org/calendar.php> and Vote Often
|
||||
<https://hub.hackerpublicradio.org/request.php?id=9999>. (There is no
|
||||
time limit on the voting either ;-) )
|
||||
|
||||
--
|
||||
Regards,
|
||||
|
||||
|
||||
|
||||
From gort.klaatu at gmail.com Mon Sep 13 13:15:09 2010
|
||||
From: gort.klaatu at gmail.com (Klaatu)
|
||||
Date: Mon, 13 Sep 2010 09:15:09 -0400
|
||||
Subject: [Hpr] HPR RIP ?
|
||||
In-Reply-To: <AANLkTi=YB-b8B1bD2boEwPZaKXxgBbOVYEqV50Cwgcb8@mail.gmail.com>
|
||||
References: <AANLkTi=4YhEXjM3MxP=ufkgwWqqf0iGB=Nc+PF2R6eyG@mail.gmail.com>
|
||||
<AANLkTi=YB-b8B1bD2boEwPZaKXxgBbOVYEqV50Cwgcb8@mail.gmail.com>
|
||||
Message-ID: <AANLkTik9aKriHZN7ZfaBsU6SGRHV_k2_-2PFmx5JVJat@mail.gmail.com>
|
||||
|
||||
Well, just got back from Ohio Linux Fest, where we had a wildly successful
|
||||
Hacker Public Radio panel, with SigFLUP, Dave Yates, Dann from TLLTS, and
|
||||
Lord_Drachenblut as panelists. People were into it, excited about it, and
|
||||
those who had never heard of it were really excited about the idea of a
|
||||
community show.
|
||||
|
||||
I believe HPR is actually a lot healthier than you think it is. i can't
|
||||
access the FTP server (my IP address gets blocked frequently, apparently due
|
||||
to an evil automagic iptable rule?) but if I could, I'd tell you exactly how
|
||||
many episodes were sitting there waiting to be posted. I know for a fact
|
||||
that I have at least 9 (probably a low estimate) SELF interviews that have
|
||||
been sitting there for 3 months. SigFLUP's field trip (ep 567 i think?) had
|
||||
been sitting for a month before posted. Insert other examples here.
|
||||
|
||||
I think what really 'needs' to happen is that the shows that exist need to
|
||||
be posted.
|
||||
|
||||
So...the way I see it, either:
|
||||
|
||||
1. Someone who is not going to be blocked needs to log in and post episodes.
|
||||
2. The posting process needs to be semi-automated or greatly simplified
|
||||
3. I need ssh access or to get at least one ip address that I would log in
|
||||
from NOT blocked.
|
||||
|
||||
And then HPR would start looking a lot healthier.
|
||||
|
||||
On Sun, Sep 12, 2010 at 5:50 PM, Arron Finnon <afinnon at gmail.com> wrote:
|
||||
|
||||
> Howdie Guys,
|
||||
>
|
||||
> Late to the party on this thread but hell. I'm in the middle of
|
||||
> trying to set up a week long series on HPR with a live show at the
|
||||
> end, just trying to draw some people in.
|
||||
>
|
||||
> TBH my whole issue is always about releases. I have stuff backed up
|
||||
> in there for last years SFD (this years is on Saturday)
|
||||
>
|
||||
> I have to be honest and say that IMHO is what holds us back, lots of
|
||||
> great content not knowing if/when is a pain. My suggestion not matter
|
||||
> how crazy it sounds is to let hosts push their own shows out on HPR at
|
||||
> a rate they are happy with. Yeah some days HPR fans are going to have
|
||||
> a bumper day, and some days its going to be quite as hell. I'm not
|
||||
> saying there isn't any creases to iron out with this idea, but put it
|
||||
> this way if you've done over 5 shows surely your trusted enough to
|
||||
> push a show out when ever, or dare i say dust down the calendar and
|
||||
> bring it back.
|
||||
>
|
||||
> My 2 Cents, and you bet your ass you've been over charged
|
||||
>
|
||||
> Finux
|
||||
>
|
||||
> p.s just realized chaining from googlemail.com to gmail.com is not so
|
||||
> cool for mailman
|
||||
>
|
||||
> _______________________________________________
|
||||
> Hpr mailing list
|
||||
> Hpr at hackerpublicradio.org
|
||||
> http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org
|
||||
>
|
||||
|
||||
|
||||
|
||||
From ken.fallon at gmail.com Thu Sep 22 05:49:14 2011
|
||||
From: ken.fallon at gmail.com (Ken Fallon)
|
||||
Date: Thu, 22 Sep 2011 07:49:14 +0200
|
||||
Subject: [Hpr] Scheduling the same host or series in one week
|
||||
In-Reply-To: <4E7A20CF.9020204@osource.org>
|
||||
References: <CAK-oqQb+xiMzSk_Q7zE=sevTkLvwZnAn38jDTPUqjt9y9dHU7g@mail.gmail.com>
|
||||
<CAKyPAbPw3CYV3aNPLca3+kR7imyYu1yK=omrZxqwAfPa1d+muQ@mail.gmail.com>
|
||||
<4E7A20CF.9020204@osource.org>
|
||||
Message-ID: <CAK-oqQa7NUDV1AvgEZ3ziEW_E9V4PHKJ+HZOEdmYCu-Wy81w2Q@mail.gmail.com>
|
||||
|
||||
Thanks everyone for your feedback it is really helping to make the
|
||||
scheduling better. I think that the Xorg interviews fall outside this
|
||||
discussion as they are regular series and are not time critical. They
|
||||
will be released one a week just like klaatu's series that are in the
|
||||
queue now. That has the advantage that our listeners get to hear the
|
||||
series regularly but not so often that it's the only content for
|
||||
several days in a row.
|
||||
|
||||
One important point that I neglected to mention in the email (I think
|
||||
I covered it a few times on the discussions on the community news
|
||||
shows) is that the rules need to be clear, transparent, fair and most
|
||||
of all possible to code. The rules as they stand now are:
|
||||
|
||||
if release_show_on = today then post else
|
||||
if show_scheduled_slot = today then post else
|
||||
if host_num_of_episodes = 0 then post else
|
||||
for each show time_in_queue
|
||||
if host or series != in_last_5_days then post
|
||||
next
|
||||
|
||||
|
||||
> On 09/20/2011 01:35 PM, Joshua "lowtek" Burton wrote:
|
||||
>>
|
||||
>> I think it would be nice to have a quick release of episodes related to
|
||||
>> a recent event. ?Especially if it's reviews, reports, etc. ?I think some
|
||||
>> interviews may not be as time relevant but some might be.
|
||||
|
||||
|
||||
|
||||
|
||||
From ken.fallon at gmail.com Fri May 4 11:09:56 2012
|
||||
From: ken.fallon at gmail.com (Ken Fallon)
|
||||
Date: Fri, 4 May 2012 13:09:56 +0200
|
||||
Subject: [Hpr] Friday News Show
|
||||
In-Reply-To: <4FA38BBE.8010404@gmail.com>
|
||||
References: <CAK-oqQaEt0WT4Su+t09Q0HeKCFYAWRHtNnxua3ST0cwzoVZZ0g@mail.gmail.com>
|
||||
<4FA0417F.8030604@zwilnik.com> <4FA38BBE.8010404@gmail.com>
|
||||
Message-ID: <CAK-oqQZhbZ-4Whph+sAwCiOJsnPGkgXwSVXvPtZZA0Cw-oLhTw@mail.gmail.com>
|
||||
|
||||
Here are the agreed scheduling rules
|
||||
1. Time critical (Where the host has requested a show to be posted at
|
||||
a particular time or that the show contains newsworthy information.)
|
||||
2. Scheduled Slots (Where a host has been assigned a regular day to
|
||||
release a show.)
|
||||
3. New Hosts (In order to encourage new hosts we will prioritize shows
|
||||
submitted from new hosts so they can experience the excitment of
|
||||
podcasting.)
|
||||
4. HPR Content on a First in First Out basis.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
From ken.fallon at gmail.com Wed Oct 10 08:39:17 2012
|
||||
From: ken.fallon at gmail.com (Ken Fallon)
|
||||
Date: Wed, 10 Oct 2012 10:39:17 +0200
|
||||
Subject: [Hpr] Vote on removing non HPR shows.
|
||||
In-Reply-To: <CAD_dxjUCLgN9Prwi2Ff9O66ck=O_our8E4tKWXrN5Oc+ncBJ1w@mail.gmail.com>
|
||||
References: <mailman.1.1349809202.12104.hpr_hackerpublicradio.org@hackerpublicradio.org>
|
||||
<CAD_dxjUCLgN9Prwi2Ff9O66ck=O_our8E4tKWXrN5Oc+ncBJ1w@mail.gmail.com>
|
||||
Message-ID: <20121010103917.299288ea@dell>
|
||||
|
||||
TOPIC CHANGE from "Re: [Hpr] Hpr Digest, Vol 49, Issue 2"
|
||||
|
||||
On Tue, 9 Oct 2012 23:08:39 -0500
|
||||
Fifty OneFifty <fiftyonefifty at linuxbasement.com> wrote:
|
||||
|
||||
> Ken,
|
||||
>
|
||||
> I don't know what to say (though I have made what I thought were
|
||||
> humorous comments on other podcasts). I submitted a full week's
|
||||
> worth of content in July (3 original shows and two syndicated I was
|
||||
> involved in) that are still a good two weeks out of showing up on
|
||||
> HPR. I loved all you original stuff from OggCamp, and catching up on
|
||||
> everything from last year, but I think we are getting a rep for stale
|
||||
> shows you can find elsewhere (no intended offense to our syndication
|
||||
> partners). Expect a show on my ODroidX (which I am sure many folks
|
||||
> are tired of hearing about) AND gv-20 very soon
|
||||
>
|
||||
> 5150
|
||||
|
||||
Hi 5150,
|
||||
|
||||
I appreciate where you are coming from but if you look at the queue
|
||||
you'll see that it's made up of shows from what I'd consider HPR
|
||||
regulars.
|
||||
|
||||
Ahuka will have released 12 shows this year.
|
||||
Frank_Bell 7 shows this year
|
||||
mrgadgets 4 shows this year (21 last year)
|
||||
Seetee 5 shows this year
|
||||
sigflup 6 shows this year
|
||||
5150 5 shows this year, not counting your appearances on the HPR
|
||||
Community news
|
||||
|
||||
|
||||
> > The only way to eliminate the queue quicker is to open the flood
|
||||
> > gates and let everything out as soon as it comes in. Which would
|
||||
> > mean a flood of shows a few times a year.
|
||||
>
|
||||
> "Either we release one show a day, five times per week, or we release
|
||||
> them all at once?" Can't there be some middle path here?
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
From ken.fallon at gmail.com Wed Oct 10 20:07:59 2012
|
||||
From: ken.fallon at gmail.com (Ken Fallon)
|
||||
Date: Wed, 10 Oct 2012 22:07:59 +0200
|
||||
Subject: [Hpr] Vote on removing non HPR shows.
|
||||
In-Reply-To: <8250988.V5dQfOsaul@bunnies>
|
||||
References: <mailman.1.1349809202.12104.hpr_hackerpublicradio.org@hackerpublicradio.org>
|
||||
<CAD_dxjUCLgN9Prwi2Ff9O66ck=O_our8E4tKWXrN5Oc+ncBJ1w@mail.gmail.com>
|
||||
<20121010103917.299288ea@dell> <8250988.V5dQfOsaul@bunnies>
|
||||
Message-ID: <20121010220759.61c65f8e@dell>
|
||||
|
||||
[start personal opinion]
|
||||
As a reminder, the reason we started releasing
|
||||
non HPR shows was that there was no shows at all to release. The reason
|
||||
there were no shows was that we went from one show a day, to a few a
|
||||
week to a few a month until our listers (who are our contributers after
|
||||
all) began to say "is HPR dead ?". And whatever about contributing to
|
||||
an active network, I guarantee you that no one wants to release shows
|
||||
to a network that is dead. This is exactly what happened during 2010. -
|
||||
see attached.
|
||||
|
||||
I believe we also have a responsibility to our listeners to bring them
|
||||
one show a day. The history of podcasts will show you that a regular
|
||||
schedule builds trust in the network. That trust was hard won back and
|
||||
it took a lot of work from a lot of people to get us through 2011 to a
|
||||
stage where people are contributing again.
|
||||
|
||||
I just went through the queue and commented out the material that was
|
||||
not created "solely" for HPR. That brings us down to 9 shows and we need
|
||||
49 to get to the end of the year. Sure we are going to get some shows
|
||||
from this appeal but that will buy us another month or so. Then I'll be
|
||||
back to begging klaatu and Mr. Gadgets for contributions.
|
||||
|
||||
What I want is a steady stream of HPR listeners contributing shows at
|
||||
the same rate that we release them. I am open to any and all
|
||||
suggestions to promote that.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
From ken.fallon at gmail.com Thu Oct 11 09:29:12 2012
|
||||
From: ken.fallon at gmail.com (Ken Fallon)
|
||||
Date: Thu, 11 Oct 2012 11:29:12 +0200
|
||||
Subject: [Hpr] Vote on removing non HPR shows.
|
||||
In-Reply-To: <op.wlziajsd2031o5@localhost>
|
||||
References: <mailman.1.1349809202.12104.hpr_hackerpublicradio.org@hackerpublicradio.org>
|
||||
<CAD_dxjUCLgN9Prwi2Ff9O66ck=O_our8E4tKWXrN5Oc+ncBJ1w@mail.gmail.com>
|
||||
<20121010103917.299288ea@dell> <8250988.V5dQfOsaul@bunnies>
|
||||
<20121010220759.61c65f8e@dell>
|
||||
<CAKAng83GivSY1vTma81fw-fgTtyFnKekK476_Lbs7nmuFrgC_A@mail.gmail.com>
|
||||
<op.wlziajsd2031o5@localhost>
|
||||
Message-ID: <20121011112912.4ca105cb@dell>
|
||||
|
||||
Speaking as a HPR Admin, we will facilitate whatever the community decides.
|
||||
|
||||
The following is Ken's personal opinion and can/should be challenged
|
||||
|
||||
---------------------------------------
|
||||
Changing the release schedule
|
||||
|
||||
As a community member I disagree strongly for the following reasons (in no particular order)
|
||||
|
||||
As stated before we have made a commitment to our listeners to release five shows a week. Each time we stick to what we do we cement the idea that HPR is a regular trusted community that stands by what it says.
|
||||
|
||||
I already get complaints from people that we produce too many shows (See Fab's OggCamp interview). We are already telling people to delete the show not the feed. To make that easier for people, hosts will soon be asked to fill in a short summary of their show. That will be automatically converted from text to speech and added to the front of every episode.
|
||||
|
||||
It doesn't fix the problem of people not wanting to hear recycled material on the HPR feed.
|
||||
|
||||
Two additional shows a week, means that someone needs to prepare (check the audio, add intros/outro, add show notes add ID tags, update the queue list, email the new hosts, etc etc). That can be done ahead of time but posting needs to be done every day. That means you are committing someone to connecting to HPR from where ever they are to confirm that all the feeds are working, that each episode has been published correctly, that each show can be played from start to finish, that the website is rendering the show notes correctly. They will need to do this even if they are on Vacation, on a business trip, are abroad, are on a unstable Internet connection. Even if we automate it (more on that later), the *responsibility* has increased and the checks and fixes all still need to be done. We do this every week day but I for one am not willing to commit my weekends as well, many of which already are full with editing or recording HPR shows.
|
||||
|
||||
A five day a week release schedule means that the show numbers are predictable. Monday show ends in a 1 or a 6, Tuesdays 2 or a 7, etc. This is incredibly handy when you are barely awake.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
From ken.fallon at gmail.com Fri Oct 12 14:03:33 2012
|
||||
From: ken.fallon at gmail.com (Ken Fallon)
|
||||
Date: Fri, 12 Oct 2012 16:03:33 +0200
|
||||
Subject: [Hpr] Vote on removing non HPR shows.
|
||||
In-Reply-To: <5078154D.2010509@zwilnik.com>
|
||||
References: <mailman.1.1349809202.12104.hpr_hackerpublicradio.org@hackerpublicradio.org>
|
||||
<CAD_dxjUCLgN9Prwi2Ff9O66ck=O_our8E4tKWXrN5Oc+ncBJ1w@mail.gmail.com>
|
||||
<20121010103917.299288ea@dell> <8250988.V5dQfOsaul@bunnies>
|
||||
<20121010220759.61c65f8e@dell>
|
||||
<CAKAng83GivSY1vTma81fw-fgTtyFnKekK476_Lbs7nmuFrgC_A@mail.gmail.com>
|
||||
<op.wlziajsd2031o5@localhost> <20121011112912.4ca105cb@dell>
|
||||
<5078154D.2010509@zwilnik.com>
|
||||
Message-ID: <CAK-oqQYoZY2=JowsChai3BMFr96PtA3W9F0Oqpva=G5GHLeJ0g@mail.gmail.com>
|
||||
|
||||
Hi All,
|
||||
|
||||
I want to thank everyone for providing feedback on the current state
|
||||
of affairs, this discussion has been fantastic to watch and
|
||||
participate in. I wanted to take the time to summarise the situation
|
||||
as I see it and I'd appreciate people commenting on whither this is
|
||||
correct or not from your point of view.
|
||||
|
||||
Summary:
|
||||
HPR releases shows on a very regular schedule and ideally the flow of
|
||||
shows in would match the flow of shows out.
|
||||
|
||||
Fact:
|
||||
HPR can only control the release rate and has no control over the
|
||||
rate at which shows are submitted.
|
||||
Sometimes there are very few shows in the queue resulting in problems
|
||||
for the admins in getting shows to air.
|
||||
Other times there are a lot of shows in the queue resulting in hosts
|
||||
waiting a long time for their show to air.
|
||||
|
||||
The issue that needs to be solved:
|
||||
We need a way to regulate the queue.
|
||||
|
||||
The current solution:
|
||||
We have used syndicated content to reduce the amount of shows released.
|
||||
This has failed as it has not regulated the queue.
|
||||
|
||||
The Solution (Too many shows in the queue):
|
||||
Release HPR shows at a rate of five shows a week.
|
||||
We have seen that a rate of 3 shows a week will fill up the queue and
|
||||
5 shows a week will empty it.
|
||||
|
||||
The Solution (Too few shows in the queue):
|
||||
Increase the number of backup shows in the queue.
|
||||
If these shows start playing then the admins will have some time to
|
||||
muster new shows.
|
||||
|
||||
----------------------------------------
|
||||
|
||||
With that in mind I propose changing the scheduling rules to:
|
||||
|
||||
Time critical:
|
||||
A show contains newsworthy information of importance to the community
|
||||
in general.
|
||||
|
||||
Reserved Show Number:
|
||||
Where a host has reserved a special show number (eg HPR1000).
|
||||
|
||||
Reserved Date:
|
||||
Where a host has reserved a special date ( eg April 1 ).
|
||||
|
||||
Reserved Block:
|
||||
Where a host has attended a festival and can reserve up to 5 slots
|
||||
within two weeks of the event.
|
||||
|
||||
New Hosts:
|
||||
In order to encourage new hosts we will prioritize their first show.
|
||||
|
||||
Shows From the High Priority Queue:
|
||||
HPR Content based on the host with the oldest previous release date.
|
||||
|
||||
Shows From the Normal Priority Queue:
|
||||
HPR Content based on the host with the oldest previous release date.
|
||||
|
||||
Shows From the Low Priority Queue:
|
||||
HPR Content based on the host with the oldest previous release date.
|
||||
|
||||
Shows From the Procrastination Queue:
|
||||
HPR Content based on the host with the oldest previous release date.
|
||||
Anyone known to procrastinate will have the option of uploading an
|
||||
embarrassing show to this queue.
|
||||
So long as the queue remains filled then the show will never be played.
|
||||
|
||||
Play the HPR Last Show Episode:
|
||||
If this show is played, then the community has no desire for HPR to continue.
|
||||
Sync with Archive.org and Shutdown HPR.
|
||||
|
||||
Notes:
|
||||
Reservations should be made well in advance.
|
||||
Allocation of regular slots will need to be approved by the mailing list.
|
||||
|
||||
----------------------------------------
|
||||
|
||||
OK What do you think ?
|
||||
|
||||
Ken.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
I approve of the changes
|
||||
-------------- next part --------------
|
||||
An HTML attachment was scrubbed...
|
||||
URL: <https://lists.hackerpublicradio.com/pipermail/hpr/attachments/20220611/f2388b2d/attachment.htm>
|
||||
|
||||
From ken at fallon.ie Mon Jun 13 07:05:15 2022
|
||||
From: ken at fallon.ie (Ken Fallon)
|
||||
Date: Mon, 13 Jun 2022 09:05:15 +0200
|
||||
Subject: [Hpr] Reserve Queue
|
||||
Message-ID: <a484d02e-c514-650b-8887-d735ba4f9e40@fallon.ie>
|
||||
|
||||
In today's show the Janitors discuss how the erratic feast/famine nature
|
||||
of the queue may be helped by filling free slots in the main feed from a
|
||||
reserve queue.
|
||||
|
||||
* The current Emergency Queue would be renamed to the Reserve Queue.
|
||||
* If a free slot in the calendar is not filled in time, then a show
|
||||
will be used from the Reserve Queue.
|
||||
* Shows will be taken from the Reserve Queue on a first in first out
|
||||
basis.
|
||||
* Hosts can either schedule a show for a particular slot or have their
|
||||
shows added to the Reserve Queue.
|
||||
* Eventually we will we work on a dedicated upload option, but for now
|
||||
hosts can pick a random slot and just make a note in the show notes
|
||||
that the show is intended for the Reserve Queue.
|
||||
|
||||
Thoughts ?
|
||||
|
||||
Why yes Ken, one thing springs to mind. Should you not first pick hosts
|
||||
who have not submitted a shows recently ?
|
||||
|
||||
Gosh Ken. That is a good point, I'll need to think about that.
|
||||
|
||||
Anyone else ?
|
||||
|
||||
https://hackerpublicradio.org/eps.php?id=3616
|
||||
92
requested_topics/README.md
Normal file
@@ -0,0 +1,92 @@
|
||||
# Requested topics
|
||||
|
||||
This is a list of topics that have been requested by the community.
|
||||
|
||||
## General
|
||||
|
||||
- How did you get into podcasting/linux/geekdom?
|
||||
- What podcasts you listen to and can recommend
|
||||
- What's in your bag? Tell us what tools/gear/stuff you keep close at hand.
|
||||
- What got you into Linux?
|
||||
- Your favorite Android applications.
|
||||
- Your favorite desktop applications.
|
||||
- Your favorite browser extensions.
|
||||
- A introduction to Wireshark.
|
||||
- How to set up your own blog.
|
||||
- Choosing a artistic design for website, business cards etc.
|
||||
- Music Theory
|
||||
- Installing a VPN to your home network
|
||||
- Init and System.d
|
||||
- Episodes for the LPI, or the Networking series.
|
||||
- Beginning Audio Series for HPR and OSMP Release
|
||||
- Hackintosh computers - what are they, why would you want one.
|
||||
- Grub 2.0 introduction and customization.
|
||||
- FM Transmitter hack to listen into internet streams
|
||||
- How I Got Into Accessible Computing
|
||||
- How to do knitting
|
||||
- How to build a house
|
||||
- How to solder <a href="<!--% absolute_path(baseurl) %-->eps/hpr1037/index.html">hpr1037</a>,
|
||||
<a href="<!--% absolute_path(baseurl) %-->eps/hpr1047/index.html">hpr1047</a>
|
||||
- How to weld
|
||||
- How to fix a car
|
||||
- Reviews of stream playing software, (for linuxheads who don't want to keep a browser tab open all the time)
|
||||
- Reviews of stream ripping software on linux
|
||||
- Beginners guide to gnuplot
|
||||
- Nagios series, intro, setup, advanced ...
|
||||
- How to set up GPG/openPGP
|
||||
- What I do with my Raspberry Pi
|
||||
- It broke, I fixed it
|
||||
- How does coreboot work
|
||||
- Introduction to HAM Radio
|
||||
- I've moved and they do it like this here
|
||||
- How to record a tag team tutorial on a topic
|
||||
- Open Street Map new editor
|
||||
- etymology
|
||||
- functional versus procedural programming
|
||||
- sed, awk and grep
|
||||
- Setting up imap/smtp (gmail) in a cli mail program
|
||||
- Irssi - a sane setup
|
||||
- Your view of the future
|
||||
- Alternative uses for Bayesian email classifiers (<a href="https://www.youtube.com/watch?v=JKB5CojW4AA">more info</a>)
|
||||
- How to use a multimeter, and other basic electronic components like a 555 timer
|
||||
- How does Hubble remain fixed on a spot in space while in orbit of the earth
|
||||
- Gnu automake system.
|
||||
- Any experiences integrating Dell/Wyse thin- and zero- clients into linux networks.
|
||||
- What Are the Answers I Need, To the Questions I Don't Know Enough to Ask?
|
||||
|
||||
## Networking
|
||||
|
||||
### IPv6
|
||||
|
||||
- What is an IP address, and what is IPv6 - basic settings. Why can't we just NAT at the ISP level, are there privacy issues in having your MAC address as part of your IP?
|
||||
- How to setup IPv6 on Linux, BSD, Windows, Mac, Spark, Android etc
|
||||
- IPv6 Addressing terminology , format, shortcuts, address structure, (link local, unique and global), reservations, subnetting, allocation
|
||||
- IPv6 Firewall, what to block what to allow
|
||||
- Packet structure
|
||||
- Troubleshooting IPv6 network issue, using common tools with IPv6, ping icmp, telnet, curl, tcpdump, wireshark,etc
|
||||
- How discovery is handled, what is used for dhcp
|
||||
- DNS server setup
|
||||
- Routing server setup
|
||||
- Setting up common services like ssh, apache, nginx
|
||||
- Setting up VPN like wireguard
|
||||
- Explanation of the new Anycast and why you would use it.
|
||||
- Transition plans tips and tricks.
|
||||
|
||||
|
||||
## Security
|
||||
|
||||
What do we need for a firewall and what are the detection/prevention technologies that we could be implementing?
|
||||
Beyond Firewall and an IDS/IPS, what do I need?
|
||||
If you were to treat your home network like a corporate server farm, what tools and hardware would it entail to treat your home network like a security professional?
|
||||
Should one use a secondary IDS, behind the firewall, to record what the primary defenses missed.
|
||||
Where and how do I set that up?
|
||||
Beyond firewall and IDS, what other tools should we be running ?
|
||||
Where should they be in my network, and how many physical boxes are we talking about ?
|
||||
Emphasis should be on low power devices and free as in beer tools.
|
||||
|
||||
How to Read Logs and Formulate a Response to an Intrusion.
|
||||
What I've learned from SW, is that you can't prevent an intrusion, it's how to respond when you are compromised.
|
||||
Again, according to SW, the security manager's job is to detect intrusions, inside 48 hours rather than 48 months.
|
||||
How can you protect your proprietary data and customer database?
|
||||
Better uses for IPFS and IPNS to get a better understanding of practical use of this.
|
||||
|
||||
79
set-up-development-environment.md
Normal file
@@ -0,0 +1,79 @@
|
||||
# Setting up a Local Development Environment
|
||||
In order to work on the HPR codebase, first of all create your
|
||||
account, as explained in [developer information](developer_information.md).
|
||||
|
||||
## Create your local environment
|
||||
The next step is to create your development environment locally:
|
||||
1. Fork the HPR repository you want to work on. Do this by clicking
|
||||
the Fork button top right in the repository header:
|
||||
|
||||

|
||||
|
||||
2. Go to your terminal on your computer, and clone the HPR repository
|
||||
locally:
|
||||
````
|
||||
$ git clone gitea@repo.anhonesthost.net:HPR/hpr_documentation.git
|
||||
````
|
||||
It doesn't matter if you use the ssh or http link for the code -
|
||||
you don't have write access to the main repository, so you won't be
|
||||
pushing code back there.
|
||||
3. Change to the clone repository - you will now see the remote listed
|
||||
as origin:
|
||||
````
|
||||
$ cd hpr_documentation
|
||||
$ git remote -v
|
||||
origin gitea@repo.anhonesthost.net:HPR/hpr_documentation.git (fetch)
|
||||
origin gitea@repo.anhonesthost.net:HPR/hpr_documentation.git (push)
|
||||
````
|
||||
4. Create a remote for your fork of the repository:
|
||||
````
|
||||
$ git remote add upstream gitea@repo.anhonesthost.net:[YOUR_USER]/hpr_documentation.git
|
||||
$ git remote -v
|
||||
origin gitea@repo.anhonesthost.net:HPR/hpr_documentation.git (fetch)
|
||||
origin gitea@repo.anhonesthost.net:HPR/hpr_documentation.git (push)
|
||||
upstream gitea@repo.anhonesthost.net:[YOUR_USER]/hpr_documentation.git (fetch)
|
||||
upstream gitea@repo.anhonesthost.net:[YOUR_USER]/hpr_documentation.git (push)
|
||||
````
|
||||
|
||||
You now have a repository you can keep up to date with the main repo,
|
||||
and also work on making additions.
|
||||
|
||||
## Making code changes
|
||||
1. In order to make changes, the first step is to update your local
|
||||
repository:
|
||||
````
|
||||
$ git checkout main # In case you are still in a branch from an earlier change
|
||||
$ git pull origin
|
||||
````
|
||||
2. Create a branch to work on the changes:
|
||||
````
|
||||
$ git checkout -b adding-developer-setup-information
|
||||
````
|
||||
3. Make the changes
|
||||
4. Check the changes work! You don't want to push broken code upstream!
|
||||
5. Commit your changes locally
|
||||
````
|
||||
$ git add *
|
||||
$ git commit
|
||||
````
|
||||
Note - the commit message should have the issue number at the
|
||||
beginning. So in this case, "Issue #6 - Document how to create local
|
||||
environment". Note - Depending on the editor you are using to
|
||||
edit your commit message, you might have issues if you *start*
|
||||
the message with a '#'.
|
||||
6. Push the changes to **your** repository:
|
||||
````
|
||||
$ git push upstream
|
||||
````
|
||||
7. Go to your repository online - you will now see an option to create
|
||||
a pull request against the main HPR repository. Click the Create
|
||||
**Pull Request** button and fill out the form.
|
||||
|
||||
8. Once the pull request is accepted, you can delete your local branch
|
||||
if you wish.
|
||||
|
||||
## Summary
|
||||
Using this approach means contributing is straight forward, and
|
||||
doesn't require everyone to have write access to the main HPR
|
||||
repositories. Since you are pulling from the origin repositories, you
|
||||
will always be working on up to date code.
|
||||
46
suggested_changes.md
Normal file
@@ -0,0 +1,46 @@
|
||||
# HPR Suggested Change
|
||||
|
||||
|
||||
## Track reservation key in eps table
|
||||
|
||||
Moved from https://repo.anhonesthost.net/HPR/hpr_generator/issues/238
|
||||
|
||||
A uploaded show is know by it's key, this should be kept in the eps table so it can be located easily.
|
||||
|
||||
## Remove deprecated fields in eps table
|
||||
|
||||
Check if version and downloads can be deprecated.
|
||||
|
||||
## Comment links should be clickable
|
||||
|
||||
Should they ? More moderation needed ?
|
||||
|
||||
https://repo.anhonesthost.net/HPR/hpr_generator/issues/157
|
||||
|
||||
## Audit of media and supplementary files
|
||||
|
||||
https://repo.anhonesthost.net/HPR/hpr_generator/issues/154
|
||||
|
||||
Given a show like 2173, which was built to link to supplementary notes on the HPR server, these notes (and other assets) are currently not available because the links are incorrect.
|
||||
|
||||
This show references several assets for example:
|
||||
|
||||
sqlite> select filename from assets where episode_id = 2173;
|
||||
┌─────────────────────────────┐
|
||||
│ filename │
|
||||
├─────────────────────────────┤
|
||||
│ hpr2173/blinkt_client.py │
|
||||
│ hpr2173/blinkt_legends.svg │
|
||||
│ hpr2173/cronjob_comments │
|
||||
│ hpr2173/full_shownotes.html │
|
||||
│ hpr2173/img_01.png │
|
||||
│ hpr2173/img_02.png │
|
||||
│ hpr2173/img_03.png │
|
||||
│ hpr2173/img_04.png │
|
||||
│ hpr2173/img_05.png │
|
||||
│ hpr2173/img_06.png │
|
||||
└─────────────────────────────┘
|
||||
|
||||
These are on the IA with the same filenames.
|
||||
|
||||
Could this issue be resolved by redirection?
|
||||
BIN
workflow/calendar_workflow.png
Normal file
|
After Width: | Height: | Size: 283 KiB |
BIN
workflow/calendar_workflow_annotation.png
Normal file
|
After Width: | Height: | Size: 300 KiB |
|
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 144 KiB |
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 409 KiB |
@@ -17,8 +17,8 @@ The files are downloaded by trusted Janitors that have the ability to `scp`/`rsy
|
||||
The directory structure is based on a combination of fields separated by the underscore (`_`) delimiter.
|
||||
|
||||
- Upload date and time `UTC_TIMESTAMP()` at reservation time.
|
||||
- The requested `episode number` or `9999` if the reserve queue is to be used.
|
||||
- The requested `epidode date` or `1970-01-01` if the reserve queue is to be used.
|
||||
- The requested `episode number` or `9999` if the reserve pool is to be used.
|
||||
- The requested `epidode date` or `1970-01-01` if the reserve pool is to be used.
|
||||
- The random unique key for this request.
|
||||
|
||||
```
|
||||
@@ -30,9 +30,9 @@ The upload will produce at a minimum a `shownote.json` file. It may also include
|
||||
|
||||
Addition files and images may be provided by the host, eg: images, scripts, pdf documents etc.
|
||||
|
||||
Shows destined for the reserve queue are moved from the upload directory and placed in the reserve directory using the script [rename-reserve.bash](https://repo.anhonesthost.net/HPR/hpr-tools/src/branch/main/workflow/rename-reserve.bash).
|
||||
Shows destined for the reserve pool are moved from the upload directory and placed in the reserve directory using the script [rename-reserve.bash](https://repo.anhonesthost.net/HPR/hpr-tools/src/branch/main/workflow/rename-reserve.bash).
|
||||
|
||||
This is run manually by the Janitors as it checks to see if a url to the show was provided, and attempts to download the linked file. When new hosts submit a show directly to the reserve queue, the Janitors will resubmit it to the first available slot in the normal queue. This is because new hosts need to have an entry created in the `hosts` table, but also because it gives the community an opportunity to welcome the new host.
|
||||
This is run manually by the Janitors as it checks to see if a url to the show was provided, and attempts to download the linked file. When new hosts submit a show directly to the reserve pool, the Janitors will resubmit it to the first available slot in the normal queue. This is because new hosts need to have an entry created in the `hosts` table, but also because it gives the community an opportunity to welcome the new host.
|
||||
|
||||
It renames the directory structure based on a combination of fields separated by the underscore (`_`) delimiter.
|
||||
|
||||
@@ -45,7 +45,7 @@ It renames the directory structure based on a combination of fields separated by
|
||||
```
|
||||
2339680845_987_4bd713699e5bc0978d5fef85a60f09bc7f70ef3488624_Emperor_Ming_Top_tips_for_time_travel
|
||||
```
|
||||
Reserve shows are downloaded and submitted by the Janitors on behalf of the host. This follows the normal posting process where the host and Janitors are cc'd on the notification emails. The only difference is that the audio is edited to include a notification that the show is from the reserve queue, and that it is the Janitors that upload the show via the supplied link.
|
||||
Reserve shows are downloaded and submitted by the Janitors on behalf of the host. This follows the normal posting process where the host and Janitors are cc'd on the notification emails. The only difference is that the audio is edited to include a notification that the show is from the reserve pool, and that it is the Janitors that upload the show via the supplied link.
|
||||
|
||||
## Adding the host to the `hosts` table
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 352 KiB After Width: | Height: | Size: 307 KiB |