<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=UTF-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 11.00.9600.19597">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Were you able to read the menus, like the radio 
menu?</FONT></DIV>
<DIV><FONT size=2 face=Arial>That is alt R.</FONT></DIV>
<DIV><FONT size=2 face=Arial>I could not get it to run.</FONT></DIV>
<DIV><FONT size=2 face=Arial>The install file read to type</FONT></DIV>
<DIV><FONT size=2 face=Arial>./chirpw</FONT></DIV>
<DIV><FONT size=2 face=Arial>It cannot find that file.</FONT></DIV>
<DIV><FONT size=2 face=Arial>I considered the file you ran, but haven't tried it 
yet.</FONT></DIV>
<DIV><FONT size=2 face=Arial>I was hoping that installing it would have put 
something in the accessories or other menu.</FONT></DIV>
<DIV><FONT size=2 face=Arial>Glenn</FONT></DIV>
<DIV style="FONT: 10pt arial">----- Original Message ----- 
<DIV style="BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> <A 
title=guyster@bex.net href="mailto:guyster@bex.net">Guy Schlosser</A> </DIV>
<DIV><B>To:</B> <A title=chirp_users@intrepid.danplanet.com 
href="mailto:chirp_users@intrepid.danplanet.com">Discussion of CHIRP</A> ; <A 
title=boucha@gmail.com href="mailto:boucha@gmail.com">David Boucha</A> </DIV>
<DIV><B>Sent:</B> Tuesday, January 03, 2023 10:01 PM</DIV>
<DIV><B>Subject:</B> Re: [chirp_users] New chirp-next build</DIV></DIV>
<DIV><BR></DIV>
<P>Even though I didn't get chirp running from the command line, I was able to 
run it with python3 chirpwx.py while in the source folder. Here's what I 
found:</P>
<P>Orca is reading menus, and will allow you to open and save files</P>
<P>After opening a known good radio image, Orca announced to me that the 
memories page had focus, but I was still unable to arrow around and read the 
various memory values. I was able to export the image to a .csv file, so a good 
image it definitely was.</P>
<P><BR></P>
<DIV class=moz-cite-prefix>That's all I have from the short tinkering I did. 
Good luck team in 2023.</DIV>
<DIV class=moz-cite-prefix><BR></DIV>
<DIV class=moz-cite-prefix>Thanks,</DIV>
<DIV class=moz-cite-prefix><BR></DIV>
<DIV class=moz-cite-prefix>Guy</DIV>
<DIV class=moz-cite-prefix>On 1/3/23 14:31, David Boucha wrote:<BR></DIV>
<BLOCKQUOTE 
cite=mid:CAOWDhx=qpw1P+t-kf85hC6o_f9kL_ZiLBJF4=d9C+cvh4deC+g@mail.gmail.com 
type="cite">
  <DIV dir=ltr>Hi Glenn, 
  <DIV><BR></DIV>
  <DIV>These are the steps I took to install Chirp manually on Ubuntu 
22.04</DIV>
  <DIV><BR></DIV>
  <DIV>Steps to install Chirp manually on Linux. &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; <BR>1. Make sure you have at least Python 3.7 installed. &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp;<BR>&nbsp; &nbsp; &nbsp;A. Type "python" in a command line terminal. 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; <BR>&nbsp; &nbsp; &nbsp;B. Some Linux distros 
  require using "python3". If your distro requires this, please type "python3" 
  anywhere in this document that you see "python"<BR>2. run "pip --version" to 
  see what python version pip is. You may need to run "pip3" if your distro 
  requires you also use "python3".<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; <BR>3. Open a browser and navigate to <A class=moz-txt-link-freetext 
  href="https://github.com/kk7ds/chirp" 
  moz-do-not-send="true">https://github.com/kk7ds/chirp</A> &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<BR>4. Click on the green "&lt;&gt; Code" 
  button dropdown. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<BR>5. Click on 
  "Download Zip" and save the zip file to your preferred location. &nbsp; 
  &nbsp;<BR>6. My file saved as "chirp-master.zip" &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<BR>7. Unzip the zip file with the 
  following command: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <BR>&nbsp; &nbsp; A. "unzip 
  chirp-master.zip" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <BR>8. Change into the resulting 
  chirp-master directory: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<BR>&nbsp; &nbsp; A. "cd 
  chirp-master" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<BR>9. Pip install 
  Chirp's dependencies: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp;<BR>&nbsp; &nbsp; A. "pip install -r requirements.txt 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <BR>10. Install 
  Chirp: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp;<BR>&nbsp; &nbsp; A. "python setup.py install" &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<BR>11. 
  Now you can start chirp by running "chirp" from the command line. &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <BR>Note: On 
  ubuntu 22.04 you might have to install "python3-wxgtk4.0" before the pip 
  install step.<BR></DIV>
  <DIV><BR></DIV>
  <DIV><BR></DIV>
  <DIV>Let me know if this helps. Orca was able to read me the menu items while 
  I moved around chirp with my arrow keys.</DIV></DIV><BR>
  <DIV class=gmail_quote>
  <DIV class=gmail_attr dir=ltr>On Tue, Jan 3, 2023 at 11:13 AM K0LNY_Glenn <A 
  class=moz-txt-link-rfc2396E 
  href="mailto:glenn@ervin.email">&lt;glenn@ervin.email&gt;</A> wrote:<BR></DIV>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
    <DIV bgcolor="#ffffff">
    <DIV><FONT size=2 face=Arial>Hi David,</FONT></DIV>
    <DIV><FONT size=2 face=Arial>Actually, a string of stuff that can be written 
    into a bash script would be great, with the preclusion that the user install 
    git first.</FONT></DIV>
    <DIV><FONT size=2 face=Arial>So yes, it would be appreciated.</FONT></DIV>
    <DIV><FONT size=2 face=Arial>Glenn</FONT></DIV>
    <DIV style="FONT: 10pt arial">----- Original Message ----- 
    <DIV style="BACKGROUND: rgb(228,228,228)"><B>From:</B> <A 
    title=boucha@gmail.com href="mailto:boucha@gmail.com" target=_blank 
    moz-do-not-send="true">David Boucha</A> </DIV>
    <DIV><B>To:</B> <A title=chirp_users@intrepid.danplanet.com 
    href="mailto:chirp_users@intrepid.danplanet.com" target=_blank 
    moz-do-not-send="true">Discussion of CHIRP</A> </DIV>
    <DIV><B>Sent:</B> Tuesday, January 03, 2023 11:04 AM</DIV>
    <DIV><B>Subject:</B> Re: [chirp_users] New chirp-next build</DIV></DIV>
    <DIV><BR></DIV>
    <DIV dir=ltr>Hey Glenn, 
    <DIV><BR></DIV>
    <DIV>I just tested running chirp directly from the git repository by 
    installing the dependencies with "pip3 install -r requirements", then 
    running "chirpwx.py" and orca was able to read everything to me. I'm not an 
    expert on orca. I think the navigation worked, but it did seem to work 
    fine.</DIV>
    <DIV><BR></DIV>
    <DIV>Let me know if you'd like help running from the git repository.</DIV>
    <DIV><BR></DIV>
    <DIV><BR></DIV>
    <DIV>Best,</DIV>
    <DIV><BR></DIV>
    <DIV>Dave</DIV></DIV><BR>
    <DIV class=gmail_quote>
    <DIV class=gmail_attr dir=ltr>On Tue, Jan 3, 2023 at 8:55 AM K0LNY_Glenn <A 
    class=moz-txt-link-rfc2396E 
    href="mailto:glenn@ervin.email">&lt;glenn@ervin.email&gt;</A> 
    wrote:<BR></DIV>
    <BLOCKQUOTE class=gmail_quote 
    style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
      <DIV bgcolor="#ffffff">
      <DIV><FONT size=2 face=Arial>Well for accessibility, that is for the 
      visually impaired to use Chirp, they will need a Linux using Python 2X, 
      and an old Chirp that will install into it.</FONT></DIV>
      <DIV><FONT size=2 face=Arial>Personally, I've not ever gotten a package of 
      Chirp to be able to install right from downloading a Linux package, I rely 
      on using apt to get Chirp from a repository.</FONT></DIV>
      <DIV><FONT size=2 face=Arial>I had to follow step by step instruction to 
      get Chirp to install into a newer Linux with Python 3, and I found after 
      all that that flatpak breaks accessibility.</FONT></DIV>
      <DIV><FONT size=2 face=Arial>So rather than putting someone through all 
      that, I'm sure there are folks who would gladly download a big file that 
      they can rite to a drive and boot it up and have Chirp 
      working.</FONT></DIV>
      <DIV><FONT size=2 face=Arial>Glenn</FONT></DIV>
      <DIV style="FONT: 10pt arial">----- Original Message ----- 
      <DIV style="BACKGROUND: rgb(228,228,228)"><B>From:</B> <A 
      title=ken@n2vip.org href="mailto:ken@n2vip.org" target=_blank 
      moz-do-not-send="true">Ken Hansen</A> </DIV>
      <DIV><B>To:</B> <A title=chirp_users@intrepid.danplanet.com 
      href="mailto:chirp_users@intrepid.danplanet.com" target=_blank 
      moz-do-not-send="true">Discussion of CHIRP</A> </DIV>
      <DIV><B>Sent:</B> Tuesday, January 03, 2023 9:00 AM</DIV>
      <DIV><B>Subject:</B> Re: [chirp_users] New chirp-next build</DIV></DIV>
      <DIV><BR></DIV>
      <DIV dir=ltr>Shipping a complete Ubuntu installation in a VM just to have 
      CHIRP pre-installed seems a bit of over-kill. Typically a single line 
      command would install CHIRP, wouldn't it?</DIV>
      <DIV dir=ltr><BR></DIV>
      <DIV dir=ltr>CHIRP is 20-40 megabytes, a full GUI install of Ubuntu is 
      measured in gigabytes.<BR><BR>
      <DIV dir=ltr>Ken, N2VIP</DIV>
      <DIV dir=ltr><BR>
      <BLOCKQUOTE type="cite">On Jan 3, 2023, at 06:23, Scott Lopez &lt;<A 
        class=moz-txt-link-freetext href="mailto:scottjl@gmail.com" 
        target=_blank moz-do-not-send="true">scottjl@gmail.com</A>&gt; 
        wrote:<BR><BR></BLOCKQUOTE></DIV>
      <BLOCKQUOTE type="cite">
        <DIV dir=ltr> 
        <DIV dir=ltr>
        <DIV>Be aware of Ubuntu's IPRights Policy, particularity concerning 
        redistribution:</DIV>
        <DIV><BR></DIV>
        <DIV><A class=moz-txt-link-freetext 
        href="https://ubuntu.com/legal/intellectual-property-policy" 
        target=_blank 
        moz-do-not-send="true">https://ubuntu.com/legal/intellectual-property-policy</A></DIV>
        <DIV><BR></DIV>
        <DIV>Yes, installing a 3rd party package (Chirp) and distributing a VM 
        image of it can be considered 'modification'.</DIV>
        <DIV><BR></DIV>
        <DIV class=gmail_quote>
        <DIV class=gmail_attr dir=ltr>On Mon, Jan 2, 2023 at 8:33 PM K0LNY_Glenn 
        <A class=moz-txt-link-rfc2396E 
        href="mailto:glenn@ervin.email">&lt;glenn@ervin.email&gt;</A> 
        wrote:<BR></DIV>
        <BLOCKQUOTE class=gmail_quote 
        style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
          <DIV bgcolor="#ffffff">
          <DIV><FONT size=2 face=Arial>Well if it is the only someone can use 
          Chirp, either for accessibility, or because of operating system, I see 
          nothing wrong with it.</FONT></DIV>
          <DIV><FONT size=2 face=Arial>I may DD my thumb drive with Ubuntu and 
          Chirp on it, if I can find a drive with just that on it, and give a 
          link to anyone who wants it.</FONT></DIV>
          <DIV><FONT size=2 face=Arial>Some of my thumb drives are multiboot, 
          with several operating systems on it, so I'll need to go through a 
          bunch of them to find one that has Ubuntu 18 and Chirp.</FONT></DIV>
          <DIV>&nbsp;</DIV>
          <DIV><FONT size=2 face=Arial>Glenn</FONT></DIV>
          <DIV>&nbsp;</DIV>
          <DIV style="FONT: 10pt arial">----- Original Message ----- 
          <DIV style="BACKGROUND: rgb(228,228,228)"><B>From:</B> <A 
          title=scottjl@gmail.com href="mailto:scottjl@gmail.com" target=_blank 
          moz-do-not-send="true">Scott Lopez</A> </DIV>
          <DIV><B>To:</B> <A title=chirp_users@intrepid.danplanet.com 
          href="mailto:chirp_users@intrepid.danplanet.com" target=_blank 
          moz-do-not-send="true">Discussion of CHIRP</A> </DIV>
          <DIV><B>Sent:</B> Monday, January 02, 2023 7:22 PM</DIV>
          <DIV><B>Subject:</B> Re: [chirp_users] New chirp-next 
build</DIV></DIV>
          <DIV><BR></DIV>
          <DIV dir=ltr>
          <DIV>I can't imagine anyone here wants to be responsible for setting 
          up, distributing, and supporting a VM image of what is now outdated 
          and no longer supported software. I know I wouldn't want to be. 
          There's a reason the software is outdated, the best solution is to 
          keep up.<BR></DIV><BR>
          <DIV class=gmail_quote>
          <DIV class=gmail_attr dir=ltr>On Mon, Jan 2, 2023 at 4:03 PM 
          K0LNY_Glenn &lt;<A class=moz-txt-link-freetext 
          href="mailto:glenn@ervin.email" target=_blank 
          moz-do-not-send="true">glenn@ervin.email</A>&gt; wrote:<BR></DIV>
          <BLOCKQUOTE class=gmail_quote 
          style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
            <DIV>
            <DIV lang=EN-US bgcolor="#ffffff">
            <DIV><FONT size=2 face=Arial>What would be handy is to have a VM of 
            Ubuntu with the old Chirp already installed, so that can be 
            implemented.</FONT></DIV>
            <DIV><FONT size=2 face=Arial>I am sure I have an old Ubuntu Live on 
            a thumb drive with Chirp on it, but I don't know if that can be made 
            into a VM.</FONT></DIV>
            <DIV><FONT size=2 
          face=Arial>Glenn</FONT></DIV></DIV></DIV></BLOCKQUOTE></DIV></DIV>
          <HR>
          _______________________________________________<BR>chirp_users mailing 
          list<BR><A class=moz-txt-link-freetext 
          href="mailto:chirp_users@intrepid.danplanet.com" target=_blank 
          moz-do-not-send="true">chirp_users@intrepid.danplanet.com</A><BR><A 
          class=moz-txt-link-freetext 
          href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" 
          target=_blank 
          moz-do-not-send="true">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</A><BR>This 
          message was sent to K0LNY at <A class=moz-txt-link-abbreviated 
          href="mailto:glenn@ervin.email">glenn@ervin.email</A><BR>To 
          unsubscribe, send an email to <A class=moz-txt-link-freetext 
          href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" 
          target=_blank 
          moz-do-not-send="true">chirp_users-unsubscribe@intrepid.danplanet.com</A><BR>To 
          report this email as off-topic, please email <A 
          class=moz-txt-link-freetext 
          href="mailto:chirp_users-owner@intrepid.danplanet.com" target=_blank 
          moz-do-not-send="true">chirp_users-owner@intrepid.danplanet.com</A><BR>Searchable 
          archive: <A class=moz-txt-link-freetext 
          href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" 
          target=_blank 
          moz-do-not-send="true">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</A> 
          </DIV>_______________________________________________<BR>chirp_users 
          mailing list<BR><A class=moz-txt-link-freetext 
          href="mailto:chirp_users@intrepid.danplanet.com" target=_blank 
          moz-do-not-send="true">chirp_users@intrepid.danplanet.com</A><BR><A 
          class=moz-txt-link-freetext 
          href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" 
          rel=noreferrer target=_blank 
          moz-do-not-send="true">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</A><BR>This 
          message was sent to <A class=moz-txt-link-freetext 
          href="mailto:scottjl@gmail.com" target=_blank 
          moz-do-not-send="true">scottjl@gmail.com</A> at <A 
          class=moz-txt-link-freetext href="mailto:scottjl@gmail.com" 
          target=_blank moz-do-not-send="true">scottjl@gmail.com</A><BR>To 
          unsubscribe, send an email to <A class=moz-txt-link-freetext 
          href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" 
          target=_blank 
          moz-do-not-send="true">chirp_users-unsubscribe@intrepid.danplanet.com</A><BR>To 
          report this email as off-topic, please email <A 
          class=moz-txt-link-freetext 
          href="mailto:chirp_users-owner@intrepid.danplanet.com" target=_blank 
          moz-do-not-send="true">chirp_users-owner@intrepid.danplanet.com</A><BR>Searchable 
          archive: <A class=moz-txt-link-freetext 
          href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" 
          rel=noreferrer target=_blank 
          moz-do-not-send="true">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</A></BLOCKQUOTE></DIV></DIV><SPAN>_______________________________________________</SPAN><BR><SPAN>chirp_users 
        mailing list</SPAN><BR><SPAN><A class=moz-txt-link-freetext 
        href="mailto:chirp_users@intrepid.danplanet.com" target=_blank 
        moz-do-not-send="true">chirp_users@intrepid.danplanet.com</A></SPAN><BR><SPAN><A 
        class=moz-txt-link-freetext 
        href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" 
        target=_blank 
        moz-do-not-send="true">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</A></SPAN><BR><SPAN>This 
        message was sent to Ken Hansen at <A class=moz-txt-link-freetext 
        href="mailto:ken@n2vip.org" target=_blank 
        moz-do-not-send="true">ken@n2vip.org</A></SPAN><BR><SPAN>To unsubscribe, 
        send an email to <A class=moz-txt-link-freetext 
        href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" 
        target=_blank 
        moz-do-not-send="true">chirp_users-unsubscribe@intrepid.danplanet.com</A></SPAN><BR><SPAN>To 
        report this email as off-topic, please email <A 
        class=moz-txt-link-freetext 
        href="mailto:chirp_users-owner@intrepid.danplanet.com" target=_blank 
        moz-do-not-send="true">chirp_users-owner@intrepid.danplanet.com</A></SPAN><BR><SPAN>Searchable 
        archive: <A class=moz-txt-link-freetext 
        href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" 
        target=_blank 
        moz-do-not-send="true">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</A></SPAN></DIV></BLOCKQUOTE></DIV>
      <HR>
      _______________________________________________<BR>chirp_users mailing 
      list<BR><A class=moz-txt-link-freetext 
      href="mailto:chirp_users@intrepid.danplanet.com" target=_blank 
      moz-do-not-send="true">chirp_users@intrepid.danplanet.com</A><BR><A 
      class=moz-txt-link-freetext 
      href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" 
      target=_blank 
      moz-do-not-send="true">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</A><BR>This 
      message was sent to K0LNY at <A class=moz-txt-link-abbreviated 
      href="mailto:glenn@ervin.email">glenn@ervin.email</A><BR>To unsubscribe, 
      send an email to <A class=moz-txt-link-freetext 
      href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target=_blank 
      moz-do-not-send="true">chirp_users-unsubscribe@intrepid.danplanet.com</A><BR>To 
      report this email as off-topic, please email <A 
      class=moz-txt-link-freetext 
      href="mailto:chirp_users-owner@intrepid.danplanet.com" target=_blank 
      moz-do-not-send="true">chirp_users-owner@intrepid.danplanet.com</A><BR>Searchable 
      archive: <A class=moz-txt-link-freetext 
      href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" 
      target=_blank 
      moz-do-not-send="true">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</A> 
      </DIV>_______________________________________________<BR>chirp_users 
      mailing list<BR><A class=moz-txt-link-freetext 
      href="mailto:chirp_users@intrepid.danplanet.com" target=_blank 
      moz-do-not-send="true">chirp_users@intrepid.danplanet.com</A><BR><A 
      class=moz-txt-link-freetext 
      href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" 
      rel=noreferrer target=_blank 
      moz-do-not-send="true">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</A><BR>This 
      message was sent to UtahDave at <A class=moz-txt-link-freetext 
      href="mailto:boucha@gmail.com" target=_blank 
      moz-do-not-send="true">boucha@gmail.com</A><BR>To unsubscribe, send an 
      email to <A class=moz-txt-link-freetext 
      href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target=_blank 
      moz-do-not-send="true">chirp_users-unsubscribe@intrepid.danplanet.com</A><BR>To 
      report this email as off-topic, please email <A 
      class=moz-txt-link-freetext 
      href="mailto:chirp_users-owner@intrepid.danplanet.com" target=_blank 
      moz-do-not-send="true">chirp_users-owner@intrepid.danplanet.com</A><BR>Searchable 
      archive: <A class=moz-txt-link-freetext 
      href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" 
      rel=noreferrer target=_blank 
      moz-do-not-send="true">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</A></BLOCKQUOTE></DIV>
    <P></P>
    <HR>
    _______________________________________________<BR>chirp_users mailing 
    list<BR><A class=moz-txt-link-freetext 
    href="mailto:chirp_users@intrepid.danplanet.com" target=_blank 
    moz-do-not-send="true">chirp_users@intrepid.danplanet.com</A><BR><A 
    class=moz-txt-link-freetext 
    href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" 
    target=_blank 
    moz-do-not-send="true">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</A><BR>This 
    message was sent to K0LNY at <A class=moz-txt-link-abbreviated 
    href="mailto:glenn@ervin.email">glenn@ervin.email</A><BR>To unsubscribe, 
    send an email to <A class=moz-txt-link-freetext 
    href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target=_blank 
    moz-do-not-send="true">chirp_users-unsubscribe@intrepid.danplanet.com</A><BR>To 
    report this email as off-topic, please email <A class=moz-txt-link-freetext 
    href="mailto:chirp_users-owner@intrepid.danplanet.com" target=_blank 
    moz-do-not-send="true">chirp_users-owner@intrepid.danplanet.com</A><BR>Searchable 
    archive: <A class=moz-txt-link-freetext 
    href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" 
    target=_blank 
    moz-do-not-send="true">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</A></DIV>_______________________________________________<BR>chirp_users 
    mailing list<BR><A class=moz-txt-link-freetext 
    href="mailto:chirp_users@intrepid.danplanet.com" target=_blank 
    moz-do-not-send="true">chirp_users@intrepid.danplanet.com</A><BR><A 
    class=moz-txt-link-freetext 
    href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" 
    rel=noreferrer target=_blank 
    moz-do-not-send="true">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</A><BR>This 
    message was sent to UtahDave at <A class=moz-txt-link-freetext 
    href="mailto:boucha@gmail.com" target=_blank 
    moz-do-not-send="true">boucha@gmail.com</A><BR>To unsubscribe, send an email 
    to <A class=moz-txt-link-freetext 
    href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target=_blank 
    moz-do-not-send="true">chirp_users-unsubscribe@intrepid.danplanet.com</A><BR>To 
    report this email as off-topic, please email <A class=moz-txt-link-freetext 
    href="mailto:chirp_users-owner@intrepid.danplanet.com" target=_blank 
    moz-do-not-send="true">chirp_users-owner@intrepid.danplanet.com</A><BR>Searchable 
    archive: <A class=moz-txt-link-freetext 
    href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" 
    rel=noreferrer target=_blank 
    moz-do-not-send="true">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</A></BLOCKQUOTE></DIV><BR>
  <FIELDSET class=moz-mime-attachment-header></FIELDSET> <PRE class=moz-quote-pre wrap="">_______________________________________________
chirp_users mailing list
<A class=moz-txt-link-abbreviated href="mailto:chirp_users@intrepid.danplanet.com">chirp_users@intrepid.danplanet.com</A>
<A class=moz-txt-link-freetext href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</A>
This message was sent to Guy Schlosser at <A class=moz-txt-link-abbreviated href="mailto:guyster@bex.net">guyster@bex.net</A>
To unsubscribe, send an email to <A class=moz-txt-link-abbreviated href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com">chirp_users-unsubscribe@intrepid.danplanet.com</A>
To report this email as off-topic, please email <A class=moz-txt-link-abbreviated href="mailto:chirp_users-owner@intrepid.danplanet.com">chirp_users-owner@intrepid.danplanet.com</A>
Searchable archive: <A class=moz-txt-link-freetext href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</A></PRE></BLOCKQUOTE>
<P>
<HR>

<P></P>_______________________________________________<BR>chirp_users mailing 
list<BR>chirp_users@intrepid.danplanet.com<BR>http://intrepid.danplanet.com/mailman/listinfo/chirp_users<BR>This 
message was sent to K0LNY at glenn@ervin.email<BR>To unsubscribe, send an email 
to chirp_users-unsubscribe@intrepid.danplanet.com<BR>To report this email as 
off-topic, please email chirp_users-owner@intrepid.danplanet.com<BR>Searchable 
archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</BODY></HTML>