<?xml version="1.0"?>
<rss version="2.0"><channel><title>END of TRAIL Latest Topics</title><link>https://forums.sassnet.com/index.php?/forum/19-end-of-trail/</link><description>END of TRAIL Latest Topics</description><language>en</language><item><title>2027 End of Trail Camping at Ben Avery</title><link>https://forums.sassnet.com/index.php?/topic/403707-2027-end-of-trail-camping-at-ben-avery/</link><description><![CDATA[<p>
	Howdy Cowboys and Cowgirls.
</p>

<p>
	 
</p>

<p>
	Reservations for the Ben Avery campgrounds will open at 8:00 AZ time on Monday July 13th. Competitive shooters get a three week head start over the general public, who can make reservations beginning Monday August 3rd.
</p>

<p>
	 
</p>

<p>
	More information is available <a href="https://www.azgfd.com/shooting-sports/ben-avery-shooting-facility/camping/" rel="external nofollow">HERE</a> .
</p>

<p>
	 
</p>

<p>
	No reservations are necessary if you plan to camp in the dry camping across the street from the End of Trail event area, or in the Sponsor &amp; Vendor camping area east of the vendor area. Reservations are for the Shooters East, Central, and Clay Target Center campgrounds.
</p>

<p>
	 
</p>

<p>
	We are all looking forward to welcoming you to EOT 2027, February 22-28, 2027.
</p>
]]></description><guid isPermaLink="false">403707</guid><pubDate>Sun, 28 Jun 2026 22:45:44 +0000</pubDate></item><item><title>Posse Score - A new scoring program</title><link>https://forums.sassnet.com/index.php?/topic/399288-posse-score-a-new-scoring-program/</link><description><![CDATA[<p>
	==============================================================================<br />
	  Posse Score<br />
	  By Guns Goforth -
</p>

<p>
	 
</p>

<p>
	I will be at EOT at the swap meet on Thursday at table 22 to give demonstrations.
</p>

<p>
	The program has been used successfully at small matches but needs to be tested for 
</p>

<p>
	larger venues. I'm looking for interested parties to help test it out.
</p>

<p>
	 
</p>

<p>
	Anyone who wants to try it can download the code at this URl
</p>

<p>
	<a href="https://github.com/joego1/posse_score" rel="external nofollow">https://github.com/joego1/posse_score</a>
</p>

<p>
	Just hit the big green "code" button and download the zip file and you have it.
</p>

<p>
	Right now there is a linux version and a windows version. More to come later after testing.
</p>

<p>
	 
</p>

<p>
	Best Regards,
</p>

<p>
	Guns Goforth
</p>

<p>
	<br />
	==============================================================================
</p>

<p>
	What is Posse Score?<br />
	--------------------
</p>

<p>
	Posse Score is a scoring program for Cowboy Action Shooting matches. The<br />
	program is licensed under the MIT License, which means you are free to use<br />
	it but must contribute back to the open source project if you improve it.
</p>

<p>
	<br />
	Why Posse Score?<br />
	----------------
</p>

<p>
	I developed Posse Score because I saw that existing software didn't go the<br />
	whole mile in the administration of an entire match. The software out there<br />
	was either oriented mostly toward other shooting sports and didn't receive<br />
	much attention, or it was a one-trick pony designed only for smaller matches.
</p>

<p>
	Another problem is that other programs were dedicated to tablet use only,<br />
	which makes them awkward for analyzing data at a large match. One important<br />
	problem with some commercial platforms is that you don't truly own your own<br />
	data. When it comes time to award prizes and produce final reports, you end<br />
	up back at manual entry. This all creates huge problems for match<br />
	administrators, who tackle it head-on — fortunately for the sport.
</p>

<p>
	<br />
	How Does Posse Score Solve These Problems?<br />
	------------------------------------------
</p>

<p>
	The main reason Posse Score is better is that it doesn't try to cram all<br />
	of the match management features into one application on a tablet. A tablet<br />
	is useful as a scoring device but awkward for administration. Posse Score<br />
	divides the problem into two parts: scoring and administration.
</p>

<p>
	The web server interface runs on any tablet or phone and is optimized for<br />
	the scoring person at the firing line. The command line interface handles<br />
	administration and can also run on a tablet, but is better suited to a<br />
	computer. A small laptop or Raspberry Pi works fine — the program takes<br />
	very little in the way of computer resources.
</p>

<p>
	In addition to dividing the problem into manageable, optimized parts,<br />
	Posse Score goes a step further by using a database to store information.<br />
	By using the SQLite database, there is a great deal of flexibility in<br />
	match administration. For example, reports can be designed and printed,<br />
	and email mailing lists can be exported. The program also outputs results<br />
	in CSV format, which almost all spreadsheets can read and write. Match<br />
	contestants can be read into the program using this same simple format —<br />
	just use a spreadsheet to enter the data and the program will load them<br />
	into the shadow shooter database, where they will be ready the next time<br />
	you need to start a match.
</p>

<p>
	<br />
	How Does It Work?<br />
	-----------------
</p>

<p>
	Posse Score can work as a simple command line program on your computer with<br />
	all of the features available. You can also start the web interface, and any<br />
	tablet, computer, or cell phone can open the URL to access the program<br />
	through a graphical interface optimized for ease of use by the scoring<br />
	person.
</p>

<p>
	In this mode, a WiFi network links all of the tablets to the administration<br />
	base computer. All of the data is stored in one location — no syncing of<br />
	devices is needed. There is also a standalone mode where everything can be<br />
	done on an Android tablet without the use of a WiFi network.
</p>

<p>
	The network does not need to be connected to the internet. An inexpensive<br />
	WiFi router will do the job. The only thing you need to be aware of is that<br />
	you may need to disable the firewall on the host computer so the tablets<br />
	can communicate with the server.
</p>

<p>
	<br />
	Conclusion<br />
	----------
</p>

<p>
	Posse Score is a comprehensive solution to the problem of scoring and<br />
	administration of a Cowboy Action Shooting match. It was created as an<br />
	open source project meant to be a lasting solution and a gift to the sport<br />
	of Cowboy Action Shooting.
</p>

<p>
	<br />
	Can You Return the Favor?<br />
	-------------------------
</p>

<p>
	As you are all aware, the shooting sports are under constant attack, and<br />
	California is fighting for dear life just to survive. If you find this<br />
	program useful, can you return the favor and provide a donation to our<br />
	Ukiah gun club, which has been fighting lawsuits for decades? Please send<br />
	your donation to the following address. If you can make a note on the check<br />
	that says "Posse Score Donation," that would let them know why you are<br />
	sending it.
</p>

<p>
	Make checks out to:
</p>

<p>
	  Ukiah Rifle and Pistol Club<br />
	  P.O. Box 26<br />
	  Ukiah, CA 95482
</p>

<p>
	==============================================================================
</p>
]]></description><guid isPermaLink="false">399288</guid><pubDate>Sun, 22 Feb 2026 01:59:54 +0000</pubDate></item><item><title>Handicap parking eot 2025</title><link>https://forums.sassnet.com/index.php?/topic/380422-handicap-parking-eot-2025/</link><description><![CDATA[<p>
	Any one know if there is handicap parking available?
</p>
]]></description><guid isPermaLink="false">380422</guid><pubDate>Thu, 27 Feb 2025 01:26:17 +0000</pubDate></item><item><title>can I start as a German tourist on End of Trails?</title><link>https://forums.sassnet.com/index.php?/topic/345243-can-i-start-as-a-german-tourist-on-end-of-trails/</link><description><![CDATA[<p>
	Hello dear friends in USA.<br />
	Can you participate in the end of trail as a tourist? A friend and I are planning to do it in 2024. And one more question, is it possible to borrow or rent the guns? I think it's too complicated to take our toys on the plane.
</p>

<p>
	Best regards from Bavaria
</p>

<p>
	Stefan "Forest Gun"
</p>
]]></description><guid isPermaLink="false">345243</guid><pubDate>Fri, 24 Feb 2023 12:24:31 +0000</pubDate></item><item><title>End of trail list</title><link>https://forums.sassnet.com/index.php?/topic/338744-end-of-trail-list/</link><description><![CDATA[<p>
	Will there be a list of who is coming to End Of Trail 2023
</p>

<p>
	 
</p>

<p>
	Lefty
</p>
]]></description><guid isPermaLink="false">338744</guid><pubDate>Fri, 09 Sep 2022 00:38:45 +0000</pubDate></item><item><title>End of Trail 2022 Twenty-Nine Days to Go and Counting</title><link>https://forums.sassnet.com/index.php?/topic/328777-end-of-trail-2022-twenty-nine-days-to-go-and-counting/</link><description><![CDATA[<p>
	TB
</p>

<p><a href="https://forums.sassnet.com/uploads/monthly_2022_01/856471308_EOT2022WindowPoster_r4r.png.5aa216f11332b74c2d95f2d2f9a4e1a7.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="132325" src="https://forums.sassnet.com/uploads/monthly_2022_01/562589815_EOT2022WindowPoster_r4r.thumb.png.e621df98e486796b243ee47397120e13.png" data-ratio="124.38" width="603" class="ipsImage ipsImage_thumbnailed" alt="EOT 2022 Window Poster.r4r.png"></a></p>]]></description><guid isPermaLink="false">328777</guid><pubDate>Sun, 30 Jan 2022 21:15:03 +0000</pubDate></item><item><title><![CDATA[Travell to & Roommate needed for E.o.T. This Year]]></title><link>https://forums.sassnet.com/index.php?/topic/328168-travell-to-roommate-needed-for-eot-this-year/</link><description><![CDATA[<p style="background-color:#ffffff;color:#0c0e0f;font-size:14px;">
	Salutations My Fellow Shootists;
</p>

<p style="background-color:#ffffff;color:#0c0e0f;font-size:14px;">
	<br />
	Colonel Sir Harry Paget Flashman VC KCB KCIE CdLH USMH, SASS L.M.#535, here.
</p>

<p style="background-color:#ffffff;color:#0c0e0f;font-size:14px;">
	I was Communicating w/ Colliope Cupcake, &amp; she wrote that there are those in S.A.S.S. that would like to see me out at EoT this year.
</p>

<p style="background-color:#ffffff;color:#0c0e0f;font-size:14px;">
	Is there anyone that would be willing to share expenses w/ me, so that I may attend this year?
</p>

<p style="background-color:#ffffff;color:#0c0e0f;font-size:14px;">
	So I may visit w/ those I've not seen in almost a decade, please?
</p>

<p style="background-color:#ffffff;color:#0c0e0f;font-size:14px;">
	No one has seen me due to the fact my late wife of 38 years, Lady Elspeth Flashman aka Nancy Moran-Culpepper, was diagnosed w/ A.L.S./Lou Gehrig's Disease &amp; recently Lost her almost 5 year Battle<span> </span>w/<span> </span>it.
</p>

<p style="background-color:#ffffff;color:#0c0e0f;font-size:14px;">
	I was Lady Flashamn's Primary Caregiver for all of that, &amp; more often than not, Slept in her Room to make sure she got proper care from a mostly uncaring staff.
</p>

<p style="background-color:#ffffff;color:#0c0e0f;font-size:14px;">
	 
</p>

<p style="background-color:#ffffff;color:#0c0e0f;font-size:14px;">
	P.S.
</p>

<p style="background-color:#ffffff;color:#0c0e0f;font-size:14px;">
	We also just the other day lost S.A.S.S. L.M., Hackem-Up, aka Robert Masterson, due to C-19 Pneumonia, Gay, Alexis &amp; Wyatt Masterson are a complete &amp; total wreck at present.
</p>

<p style="background-color:#ffffff;color:#0c0e0f;font-size:14px;">
	So any kind of support would be awesome!
</p>
]]></description><guid isPermaLink="false">328168</guid><pubDate>Wed, 19 Jan 2022 09:09:16 +0000</pubDate></item><item><title>History of Results</title><link>https://forums.sassnet.com/index.php?/topic/319804-history-of-results/</link><description><![CDATA[<p>
	I was wondering if there’s any reason why the results for End of Trail on the SASS website only go back to 2015.  I was looking for earlier results, and couldn’t find them.  I would hate to see our history lost, and wondered whether the results could be updated to include the results back as far as they go.  Or if they are posted somewhere else that I’ve missed, could someone please point me in the right direction.  Cheers Pearl
</p>

<p>
	 
</p>]]></description><guid isPermaLink="false">319804</guid><pubDate>Mon, 12 Jul 2021 10:40:16 +0000</pubDate></item><item><title>Waddie Work List</title><link>https://forums.sassnet.com/index.php?/topic/318866-waddie-work-list/</link><description><![CDATA[<p>
	Trying to find information for waddle work list for EOT. Is there a list or just show up for the days volunteered?
</p>

<p>
	Lightning Bill Carson
</p>

<p>
	 
</p>]]></description><guid isPermaLink="false">318866</guid><pubDate>Sat, 19 Jun 2021 19:59:02 +0000</pubDate></item><item><title>EOT- Help Needed- Costume Contest</title><link>https://forums.sassnet.com/index.php?/topic/315609-eot-help-needed-costume-contest/</link><description><![CDATA[<p>
	EOT Help Needed! Sending out a call for a special Costuming Aficianado! END of TRAIL is in need of someone to manage the costume contests for the event.<br>
	If interested in taking on this unique and fun task for the 40th Anniversary of EOT, or to learn more, please contact Misty Moonshine directly at misty@sassnet.com or call 505-843-1420 
</p>]]></description><guid isPermaLink="false">315609</guid><pubDate>Fri, 09 Apr 2021 02:57:42 +0000</pubDate></item><item><title>EOT Vendor Schedule</title><link>https://forums.sassnet.com/index.php?/topic/318700-eot-vendor-schedule/</link><description><![CDATA[<p>
	Does anyone know what hours the EOT vendors will be open on Saturday, June 19th and Sunday, June 20th?
</p>]]></description><guid isPermaLink="false">318700</guid><pubDate>Wed, 16 Jun 2021 15:47:21 +0000</pubDate></item><item><title>Going but not shooting my guns just shooting my Canon</title><link>https://forums.sassnet.com/index.php?/topic/318270-going-but-not-shooting-my-guns-just-shooting-my-canon/</link><description><![CDATA[<p>
	Hi, I'm Paparazzi Pahl, I plan on going to End of Trail but I won't be shooting my guns, but I will be shooting my Canon Camera. While I'm there will there be vendor there that will do work on your Guns? I'm really looking for someone who can look a my guns and tell me if anything thing should be done to them and maybe do them while I'm there? (like polishing them up or anything else that can be done to make them run smoother) I just want piece of mind. 
</p>

<p>
	Thanks and hope to see you there.
</p>

<p>
	Paparazzi Pahl 109230
</p>]]></description><guid isPermaLink="false">318270</guid><pubDate>Mon, 07 Jun 2021 01:50:00 +0000</pubDate></item><item><title>EoT 2021 schedule of events?</title><link>https://forums.sassnet.com/index.php?/topic/307547-eot-2021-schedule-of-events/</link><description><![CDATA[<p>
	I see dates posted for EoT 2021 but is there a shooting event schedule yet? WB, warm up matches, main match... I do not find one as of late October 2020.
</p>

<p>
	 
</p>

<p>
	Thanks for any help.
</p>]]></description><guid isPermaLink="false">307547</guid><pubDate>Fri, 23 Oct 2020 14:20:59 +0000</pubDate></item><item><title>Match Hotel EOT 2021</title><link>https://forums.sassnet.com/index.php?/topic/313872-match-hotel-eot-2021/</link><description><![CDATA[<p>
	Recommendations for lodging, match hotel?
</p>]]></description><guid isPermaLink="false">313872</guid><pubDate>Sun, 07 Mar 2021 01:20:23 +0000</pubDate></item><item><title>passing through Indianapolis</title><link>https://forums.sassnet.com/index.php?/topic/314080-passing-through-indianapolis/</link><description><![CDATA[<p>
	I used to spend a loot of time in Indy. Some things those of you going that way to EOT might consider:
</p>

<p>
	 
</p>

<p>
	Food: Legendary steak house locally owned;  St. Elmos  right downtown.  Very nice but need reservations even during the week.
</p>

<p>
	            Your typical Ruth's Chris    but my favorite in town is:   The Capitol Grill   all are expensive and need reservations.
</p>

<p>
	Bar:  One of my favorite bars in the entire US:   Slippery Noodle  right downtown and oldest bar in IN.   Almost always has a great Blues band playing
</p>

<p>
	          SASS's own Max Montana has a bar in Broad Ripple (northern suburbs)  I seem to recall   The Alley Cat  ??   some locals might help be sure
</p>

<p>
	Museum:  One of the best museums in the county specializing in "The Old West"  Eteljorg museum  downtown. Been there many times.  GREAT !!! 
</p>]]></description><guid isPermaLink="false">314080</guid><pubDate>Thu, 11 Mar 2021 21:14:16 +0000</pubDate></item><item><title>Camping at Paradise Pass</title><link>https://forums.sassnet.com/index.php?/topic/312254-camping-at-paradise-pass/</link><description><![CDATA[<p>
	I see there will be camping available for EOT this year and I’m guessing it’s dry camping. Anyone know if they have a service available to dump and get water if needed? 
</p>]]></description><guid isPermaLink="false">312254</guid><pubDate>Mon, 01 Feb 2021 14:19:35 +0000</pubDate></item><item><title>Congratulations to all who made the top 500.</title><link>https://forums.sassnet.com/index.php?/topic/313707-congratulations-to-all-who-made-the-top-500/</link><description><![CDATA[<p>
	Have fun, see all of you down the trail.
</p>]]></description><guid isPermaLink="false">313707</guid><pubDate>Wed, 03 Mar 2021 11:07:29 +0000</pubDate></item><item><title>EOT 2021 - Calling all Waddies</title><link>https://forums.sassnet.com/index.php?/topic/313501-eot-2021-calling-all-waddies/</link><description><![CDATA[<p>
	The EOT Waddie Volunteer Program information is now posted on the SASS Website. 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.sassnet.com/EoT/downloads/WADDIE%20VOLUNTEER%20PROGRAM-EOT21.pdf" rel="external nofollow">Click HERE for more information on joining the EOT Waddie Family!</a>
</p>

<p>
	 
</p>

<p>
	Misty Moonshine
</p>]]></description><guid isPermaLink="false">313501</guid><pubDate>Fri, 26 Feb 2021 18:44:52 +0000</pubDate></item><item><title>Important Announcement about EOT 2021</title><link>https://forums.sassnet.com/index.php?/topic/311917-important-announcement-about-eot-2021/</link><description><![CDATA[<p>
	 
</p>

<p>
	<a href="https://fb.watch/3g9YNQbEeV/" rel="external nofollow">Click here to watch an important video update for EOT 2021!</a>
</p>

<p>
	 
</p>

<p>
	Misty Moonshine
</p>]]></description><guid isPermaLink="false">311917</guid><pubDate>Tue, 26 Jan 2021 19:37:29 +0000</pubDate></item><item><title>WADDIE PROGRAM</title><link>https://forums.sassnet.com/index.php?/topic/313185-waddie-program/</link><description><![CDATA[<p>
	when are the 2021 waddie program going to be posted i'm trying to make plans have me a motel res. already now need info on a golf cart or buggy for the range when is this information going to be avail.
</p>

<p>
	 
</p>]]></description><guid isPermaLink="false">313185</guid><pubDate>Fri, 19 Feb 2021 17:48:58 +0000</pubDate></item><item><title>Camping at Ranch for EOT</title><link>https://forums.sassnet.com/index.php?/topic/310580-camping-at-ranch-for-eot/</link><description><![CDATA[<p>
	Can anyone direct me to the RV camping rules?  I'm most interested in the quiet times when generators can't be run.  I know I've seen them somewhere, just can't find them again.  And, just as importantly, how restrictive are the rules.  For instance, if you park further up the hill away from others, can you run a generator through the night?  I would rather camp on the range than one of the RV camps but need 110VAC  for the wife.  Thanks.
</p>]]></description><guid isPermaLink="false">310580</guid><pubDate>Thu, 31 Dec 2020 18:07:57 +0000</pubDate></item><item><title>39th End of Trail is cancelled</title><link>https://forums.sassnet.com/index.php?/topic/299831-39th-end-of-trail-is-cancelled/</link><description><![CDATA[
<p>
	Misty Moonshine announced that End of Trail has been cancelled. It will resume in 2021.
</p>

<p>
	 
</p>

<p>
	Contact the SASS office for details.
</p>
]]></description><guid isPermaLink="false">299831</guid><pubDate>Sun, 05 Apr 2020 18:17:27 +0000</pubDate></item><item><title>Why no EOT in April</title><link>https://forums.sassnet.com/index.php?/topic/300206-why-no-eot-in-april/</link><description><![CDATA[
<p>
	If anyone doubts why EOT is not scheduled in April the following picture should remove doubts:
</p>

<p>
	 
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="63303" data-ratio="78.30" width="728" alt="image.png.45631c2f3394da15867c73afdb16fd4f.png" src="https://forums.sassnet.com/uploads/monthly_2020_04/image.png.45631c2f3394da15867c73afdb16fd4f.png" /></p>
]]></description><guid isPermaLink="false">300206</guid><pubDate>Mon, 13 Apr 2020 17:12:26 +0000</pubDate></item><item><title>My Registration is complete</title><link>https://forums.sassnet.com/index.php?/topic/296544-my-registration-is-complete/</link><description><![CDATA[<p>
	I received a call from SASS. My registration is complete.  <img alt=":P" data-emoticon="" height="20" src="https://forums.sassnet.com/uploads/emoticons/default_tongue.png" srcset="https://forums.sassnet.com/uploads/emoticons/tongue@2x.png 2x" title=":P" width="20" /></p>]]></description><guid isPermaLink="false">296544</guid><pubDate>Fri, 17 Jan 2020 03:53:58 +0000</pubDate></item><item><title>2020 EOT Registratio</title><link>https://forums.sassnet.com/index.php?/topic/295837-2020-eot-registratio/</link><description><![CDATA[<p>
	When does on line registration for the 2020 EOT begin?
</p>]]></description><guid isPermaLink="false">295837</guid><pubDate>Sun, 29 Dec 2019 04:37:36 +0000</pubDate></item><item><title>EOT Photos</title><link>https://forums.sassnet.com/index.php?/topic/289002-eot-photos/</link><description><![CDATA[
<p>
	I'm posting photos a few photos I like.  I hope you enjoy them. 
</p>

<p>
	 
</p>

<p>
	Pistol Peter and Kathouse Kelly (both from Australia) shoot a warmup match.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="jpg" data-fileid="43520" href="https://forums.sassnet.com/uploads/monthly_2019_06/IMG_0072.jpg.f23f8cefc76c6d1eef9e41b0b329d9c6.jpg" rel=""><img alt="IMG_0072.jpg" class="ipsImage ipsImage_thumbnailed" data-fileid="43520" data-ratio="133.33" width="240" src="https://forums.sassnet.com/uploads/monthly_2019_06/IMG_0072.jpg.f23f8cefc76c6d1eef9e41b0b329d9c6.jpg" /></a>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="jpg" data-fileid="43521" href="https://forums.sassnet.com/uploads/monthly_2019_06/IMG_0076.jpg.e638d88453db97375c22fe8ebec0d42b.jpg" rel=""><img alt="IMG_0076.jpg" class="ipsImage ipsImage_thumbnailed" data-fileid="43521" data-ratio="133.33" width="240" src="https://forums.sassnet.com/uploads/monthly_2019_06/IMG_0076.jpg.e638d88453db97375c22fe8ebec0d42b.jpg" /></a>
</p>
]]></description><guid isPermaLink="false">289002</guid><pubDate>Thu, 20 Jun 2019 12:25:31 +0000</pubDate></item><item><title>EOT Press Release - Special Guest Speaker</title><link>https://forums.sassnet.com/index.php?/topic/286451-eot-press-release-special-guest-speaker/</link><description><![CDATA[
<p><a href="https://forums.sassnet.com/uploads/monthly_2019_04/EOT19NorthPressRelease-page-001.jpg.6691c6c4085e982f1bbd85d8392b74eb.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="40034" src="https://forums.sassnet.com/uploads/monthly_2019_04/EOT19NorthPressRelease-page-001.thumb.jpg.2610c80f65321814d59fcbfa51c28c63.jpg" data-ratio="129.31" width="580" class="ipsImage ipsImage_thumbnailed" alt="EOT19NorthPressRelease-page-001.jpg"></a></p>]]></description><guid isPermaLink="false">286451</guid><pubDate>Tue, 02 Apr 2019 19:45:53 +0000</pubDate></item><item><title>ASN Giveaway at EOT 2019</title><link>https://forums.sassnet.com/index.php?/topic/287357-asn-giveaway-at-eot-2019/</link><description><![CDATA[
<p style="background-color:#ffffff;color:#1c1e21;font-size:14px;">
	Are you going to EOT this year?<span> </span>
</p>

<p style="background-color:#ffffff;color:#1c1e21;font-size:14px;">
	<a href="https://www.facebook.com/ActionShootingNetwork/?ref=gs&amp;__tn__=%2CdKH-R-R&amp;eid=ARC6yKjc-VgbZLWAh7asBF9X9PdzwF4ib9v6u6Cgj4BMZ5iyqjbJbzvVksrvchPrahfe9e5mmx2azHCD&amp;fref=gs&amp;dti=1146963328815452&amp;hc_location=group" rel="external nofollow" style="color:#365899;">ActionShootingNetwork.com</a><span> </span>is running a promotion you will definitely want to participate in.
</p>

<p style="background-color:#ffffff;color:#1c1e21;font-size:14px;">
	 
</p>

<p style="background-color:#ffffff;color:#1c1e21;font-size:14px;">
	On the back of the posse pin you w<span>ill receive at EOT will be a number. There will be 9 other desperados with the same number on the back of their pins as well. Find one or find'em all and bring them into the Copper Queen Hotel. You and your pard will fill out an entry form for a custom handmade knife and sheath. A winner will be drawn randomly and you do not need to be present to win. Sign up and join the Cowboy Action Shooting community on<span> </span><a href="http://actionshootingnetwork.com/?fbclid=IwAR1uNd0Uyka4OOC5-upmDXcRbXxzO0se3oe00YkWX1q3TcPJ64lpQh7BRdg" rel="external nofollow" style="color:#365899;">actionshootingnetwork.com</a></span>
</p>

<div style="background-color:#ffffff;color:#1c1e21;font-size:14px;">
	<p style="color:#1c1e21;">
		 
	</p>

	<p style="color:#1c1e21;">
		Click the link below for more information on Action Shooting Network
	</p>

	<p style="color:#1c1e21;">
		<a href="https://actionshootingnetwork.com/eotbounty/" rel="external nofollow">https://actionshootingnetwork.com/eotbounty/</a>
	</p>
</div>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forums.sassnet.com/uploads/monthly_2019_05/knife.JPG.f66414d2da4b02dbe04eedc6c20f26cd.JPG" data-fileid="41303" data-fileext="JPG" rel=""><img alt="knife.JPG" class="ipsImage ipsImage_thumbnailed" data-fileid="41303" data-ratio="75" width="1000" src="https://forums.sassnet.com/uploads/monthly_2019_05/knife.thumb.JPG.b97d6b7a1a82efba4d9d0c5e154b4482.JPG" /></a>
</p>
]]></description><guid isPermaLink="false">287357</guid><pubDate>Wed, 01 May 2019 12:42:08 +0000</pubDate></item><item><title>SASS Hall of Fame 2019- Announcement of Inductees!</title><link>https://forums.sassnet.com/index.php?/topic/283850-sass-hall-of-fame-2019-announcement-of-inductees/</link><description><![CDATA[
<div data-block="true" data-editor="b6trq" data-offset-key="a0s9g-0-0" style="background-color:#ffffff; color:#1d2129; font-size:14px; text-align:start">
	<div data-offset-key="a0s9g-0-0" style="text-align:left">
		<span data-offset-key="a0s9g-0-0"><span data-text="true">The SASS Cowboy Action Shooting Hall of Fame honors and memorializes the men and women who have, through their exemplary contributions and achievements, embodied and perpetuated the sport of Cowboy Action Shooting and The Single Action Shooting Society.</span></span>
	</div>
</div>

<div data-block="true" data-editor="b6trq" data-offset-key="d8s8s-0-0" style="background-color:#ffffff; color:#1d2129; font-size:14px; text-align:start">
	<div data-offset-key="d8s8s-0-0" style="text-align:left">
		 
	</div>
</div>

<div data-block="true" data-editor="b6trq" data-offset-key="9uful-0-0" style="background-color:#ffffff; color:#1d2129; font-size:14px; text-align:start">
	<div data-offset-key="9uful-0-0" style="text-align:left">
		<span data-offset-key="9uful-0-0"><span data-text="true">We are honored to announce the Hall of Fame Inductees for 2019; to be inducted by formal ceremony during the World Championship event, END of TRAIL- Thursday, June 20, 2019 at Founders Ranch, New Mexico.</span></span>
	</div>
</div>

<div data-block="true" data-editor="b6trq" data-offset-key="813lf-0-0" style="background-color:#ffffff; color:#1d2129; font-size:14px; text-align:start">
	<div data-offset-key="813lf-0-0" style="text-align:left">
		 
	</div>
</div>

<div data-block="true" data-editor="b6trq" data-offset-key="6lhke-0-0" style="background-color:#ffffff; color:#1d2129; font-size:14px; text-align:start">
	<div data-offset-key="6lhke-0-0" style="text-align:left">
		<u><strong><span data-offset-key="6lhke-0-0"><span data-text="true">2019 Hall of Fame Inductees:</span></span></strong></u>
	</div>
</div>

<div data-block="true" data-editor="b6trq" data-offset-key="30q5d-0-0" style="background-color:#ffffff; color:#1d2129; font-size:14px; text-align:start">
	<div data-offset-key="30q5d-0-0" style="text-align:left">
		 
	</div>
</div>

<div data-block="true" data-editor="b6trq" data-offset-key="6ei2o-0-0" style="background-color:#ffffff; color:#1d2129; font-size:14px; text-align:start">
	<div data-offset-key="6ei2o-0-0" style="text-align:left">
		<span data-offset-key="6ei2o-0-0"><span data-text="true"><strong>Blackjack Zak, SASS #26828</strong>, aka Dean Friedt- Arizona</span></span>
	</div>
</div>

<div data-block="true" data-editor="b6trq" data-offset-key="f2r1b-0-0" style="background-color:#ffffff; color:#1d2129; font-size:14px; text-align:start">
	<div data-offset-key="f2r1b-0-0" style="text-align:left">
		 
	</div>
</div>

<div data-block="true" data-editor="b6trq" data-offset-key="bchso-0-0" style="background-color:#ffffff; color:#1d2129; font-size:14px; text-align:start">
	<div data-offset-key="bchso-0-0" style="text-align:left">
		<span data-offset-key="bchso-0-0"><span data-text="true"><strong>Deuce Stevens, SASS #55996</strong>, aka Steve Stevens- Michigan</span></span>
	</div>
</div>

<div data-block="true" data-editor="b6trq" data-offset-key="b0u6r-0-0" style="background-color:#ffffff; color:#1d2129; font-size:14px; text-align:start">
	<div data-offset-key="b0u6r-0-0" style="text-align:left">
		 
	</div>
</div>

<div data-block="true" data-editor="b6trq" data-offset-key="cotan-0-0" style="background-color:#ffffff; color:#1d2129; font-size:14px; text-align:start">
	<div data-offset-key="cotan-0-0" style="text-align:left">
		<span data-offset-key="cotan-0-0"><span data-text="true"><strong>Ten Ring, SASS #5821</strong>, aka Jim Scoutten- Shooting USA- Tennessee</span></span>
	</div>
</div>

<div data-block="true" data-editor="b6trq" data-offset-key="fb4un-0-0" style="background-color:#ffffff; color:#1d2129; font-size:14px; text-align:start">
	<div data-offset-key="fb4un-0-0" style="text-align:left">
		 
	</div>
</div>

<div data-block="true" data-editor="b6trq" data-offset-key="7d4g6-0-0" style="background-color:#ffffff; color:#1d2129; font-size:14px; text-align:start">
	<div data-offset-key="7d4g6-0-0" style="text-align:left">
		<span data-offset-key="7d4g6-0-0"><span data-text="true"><strong>Major Photography- Proprietors Artie Fly, SASS #25397 &amp; Sexy Sadie Fly, SASS #25398</strong>, aka Arturo &amp; Sima Zaldivar- Texas</span></span>
	</div>
</div>

<div data-block="true" data-editor="b6trq" data-offset-key="30jfb-0-0" style="background-color:#ffffff; color:#1d2129; font-size:14px; text-align:start">
	<div data-offset-key="30jfb-0-0" style="text-align:left">
		 
	</div>
</div>

<div data-block="true" data-editor="b6trq" data-offset-key="1qrrk-0-0" style="background-color:#ffffff; color:#1d2129; font-size:14px; text-align:start">
	<div data-offset-key="1qrrk-0-0" style="text-align:left">
		<span data-offset-key="1qrrk-0-0"><span data-text="true">Congratulations</span></span><span data-offset-key="1qrrk-1-0"><span data-text="true"><span> </span>to the inductees on this well-deserved honor! We hope you will all join us during this special Induction ceremony and reception during END of TRAIL to honor and celebrate the inductees. </span></span>
	</div>

	<div data-offset-key="1qrrk-0-0" style="text-align:left">
		 
	</div>

	<div data-offset-key="1qrrk-0-0" style="text-align:left">
		<span data-offset-key="1qrrk-1-0"><span data-text="true">On behalf of the Hall of Fame Induction Committee,</span></span>
	</div>

	<div data-offset-key="1qrrk-0-0" style="text-align:left">
		 
	</div>

	<div data-offset-key="1qrrk-0-0" style="text-align:left">
		<span data-offset-key="1qrrk-1-0"><span data-text="true">Misty Moonshine</span></span>
	</div>
</div>
]]></description><guid isPermaLink="false">283850</guid><pubDate>Fri, 25 Jan 2019 15:30:37 +0000</pubDate></item><item><title>Sighned up</title><link>https://forums.sassnet.com/index.php?/topic/283722-sighned-up/</link><description><![CDATA[<p>
	I am Number 15.  <img alt=":)" data-emoticon="" height="20" src="https://forums.sassnet.com/uploads/emoticons/default_smile.png" srcset="https://forums.sassnet.com/uploads/emoticons/smile@2x.png 2x" title=":)" width="20" /></p>]]></description><guid isPermaLink="false">283722</guid><pubDate>Tue, 22 Jan 2019 17:06:53 +0000</pubDate></item><item><title>EOT 2019! Registration opens January 1!</title><link>https://forums.sassnet.com/index.php?/topic/282399-eot-2019-registration-opens-january-1/</link><description><![CDATA[
<p>
	Wahoooooo!!!! Who's ready!??
</p>

<p>
	 
</p>

<p><a href="https://forums.sassnet.com/uploads/monthly_2018_12/1184535722_Ad-FP-FamousLawmen-EOT19(002).jpg.e32e5f0b1eb1cb09b2f755c15e1d08ea.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="32299" src="https://forums.sassnet.com/uploads/monthly_2018_12/1942557952_Ad-FP-FamousLawmen-EOT19(002).thumb.jpg.c269901489234f95fb351caec93655b2.jpg" class="ipsImage ipsImage_thumbnailed" alt="Ad-FP-FamousLawmen-EOT19 (002).jpg"></a></p>]]></description><guid isPermaLink="false">282399</guid><pubDate>Tue, 18 Dec 2018 23:12:06 +0000</pubDate></item><item><title>45/70</title><link>https://forums.sassnet.com/index.php?/topic/279093-4570/</link><description><![CDATA[
<p>
	Shooting Henry 45/70 new to reloading. What's recommended. Thank you
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">279093</guid><pubDate>Sun, 30 Sep 2018 22:27:37 +0000</pubDate></item><item><title>Official pics</title><link>https://forums.sassnet.com/index.php?/topic/276300-official-pics/</link><description><![CDATA[<p>
	Are the official pics available anywhere for viewing?
</p>]]></description><guid isPermaLink="false">276300</guid><pubDate>Tue, 26 Jun 2018 15:10:00 +0000</pubDate></item><item><title>2018 EoT  End ofTrail Results?</title><link>https://forums.sassnet.com/index.php?/topic/276784-2018-eot-end-oftrail-results/</link><description><![CDATA[
<p>
	2018 EoT  End ofTrail Results?
</p>

<p>
	I didn't see a link in this forum or on the Sassnet.com page. Am I missing it? The homepage still has reference to the "upcoming EoT" from last month and features the 2017  top winners.
</p>
]]></description><guid isPermaLink="false">276784</guid><pubDate>Wed, 11 Jul 2018 13:37:30 +0000</pubDate></item><item><title>Gunsmith at EOT for 1887 shotgun</title><link>https://forums.sassnet.com/index.php?/topic/276132-gunsmith-at-eot-for-1887-shotgun/</link><description><![CDATA[<p>
	Howdy: I plan on coming to EOT on Saturday just to say Howdy to my old pards I haven't seen in 3YR.s...….I have a 1887 iac lever shotgun that's like new as needs to be smoothed out some....who's the guys who like to work on lever shotguns?????I'll try to git with somebody when i'm down there...……..adios  Tuco.
</p>]]></description><guid isPermaLink="false">276132</guid><pubDate>Fri, 22 Jun 2018 03:58:28 +0000</pubDate></item></channel></rss>
