<?xml version="1.0" encoding="utf-8"?>
<!-- Generated by: http://www.phpclasses.org/rsswriter $Revision: 1.12 $ -->
<rss version="2.0">
 <channel>
  <title>Lessn More</title>
  <link>https://lessnmore.net/</link>
  <description>Lessn More is a free, open-source, personal URL shortening (shortlink) service you can install on your own server. By Alan Hogan</description>
  <pubDate>Fri, 13 Mar 2026 00:42:42 -0700</pubDate>
  <ttl>60</ttl>
  <language>en-US</language>
  <copyright>Copyright 2026, Lessn More</copyright>
  <item>
   <description>&#10;&#10;&lt;p&gt;Hi, it’s Alan, the maintainer of Lessn More. Over at my main blog, I have written about &lt;a href=&quot;https://alanhogan.com/the-future-of-lessn-more&quot;&gt;the future of Lessn More&lt;/a&gt; as I see it.&lt;/p&gt;&#10;&#10;&lt;p&gt;Please give it a read if you are a Lessn More user.&lt;/p&gt;&#10;&#10;&lt;p&gt;Also, please take the responsibility of running your shortener seriously. If you share short URLs in public, then you have a responsibility to keep your shortener running or you will be breaking parts of the Internet by introducing busted links.&lt;/p&gt;&#10;&#10;&lt;p&gt;Keep posted for some upcoming improvements to Lessn More.&lt;/p&gt;&#10;</description>
   <guid>https://lessnmore.net/blog/2017-future</guid>
   <link>https://lessnmore.net/blog/2017-future</link>
   <category/>
   <title>The Future of Lessn More</title>
   <pubDate>Sat, 30 Sep 2017 16:48:36 -0700</pubDate>
  </item>
  <item>
   <description>&#10;&#10;&lt;p&gt;Lessn More 2.5.1 has been released.&lt;/p&gt;&#10;&#10;&lt;h3&gt;Upgrading&lt;/h3&gt;&#10;&#10;&lt;p&gt;As always, grab it from Github.&lt;/p&gt;&#10;&#10;&lt;p&gt;&lt;a href=&quot;https://github.com/alanhogan/lessnmore&quot;&gt;https://github.com/alanhogan/lessnmore&lt;/a&gt;&lt;/p&gt;&#10;&#10;&lt;p&gt;Only &lt;code&gt;/-/pages/stats.php&lt;/code&gt; changed in this release.&lt;/p&gt;&#10;&#10;&lt;h3&gt;What’s New?&lt;/h3&gt;&#10;&#10;&lt;ul&gt;&#10;&lt;li&gt;Fixes JavaScript and the Back button on the stats page when on HTTPS.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;</description>
   <guid>https://lessnmore.net/blog/announce-251</guid>
   <link>https://lessnmore.net/blog/announce-251</link>
   <category>misc</category>
   <title>Announcing v2.5.1</title>
   <pubDate>Wed, 27 Sep 2017 22:51:44 -0700</pubDate>
  </item>
  <item>
   <description>&#10;&#10;&lt;p&gt;Lessn More 2.5.0 has been released.&lt;/p&gt;&#10;&#10;&lt;h3&gt;Upgrading&lt;/h3&gt;&#10;&#10;&lt;p&gt;As always, grab it from Github.&lt;/p&gt;&#10;&#10;&lt;p&gt;&lt;a href=&quot;https://github.com/alanhogan/lessnmore&quot;&gt;https://github.com/alanhogan/lessnmore&lt;/a&gt;&lt;/p&gt;&#10;&#10;&lt;p&gt;Please replace the files on your site with those in the &lt;code&gt;dist/&lt;/code&gt; folder (keeping your config file). Add the new constant &lt;code&gt;RANDOM_SLUG_LENGTH&lt;/code&gt; to your &lt;code&gt;config.php&lt;/code&gt;. Be sure you get the new &lt;code&gt;random_compat&lt;/code&gt; folder in &lt;code&gt;/-/library&lt;/code&gt; if you are not on on PHP 7 or newer.&lt;/p&gt;&#10;&#10;&lt;h3&gt;What’s New?&lt;/h3&gt;&#10;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;p&gt;&lt;strong&gt;Big news!&lt;/strong&gt; Now you can configure Lessn More to generate random slugs of a desired length instead of incremental, guessable slugs. This means you will generate URLs like &lt;code&gt;/8RTvaN&lt;/code&gt;, &lt;code&gt;/Nvb3QP&lt;/code&gt; instead of &lt;code&gt;/a&lt;/code&gt;, &lt;code&gt;/b&lt;/code&gt;, &lt;code&gt;/c&lt;/code&gt;, if desired.&lt;/p&gt;&lt;/li&gt;&#10;&lt;li&gt;&lt;p&gt;The link in LM&apos;s header now points to your main admin page,  and the update check info in the footer will always link to the LM project home page.&lt;/p&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;</description>
   <guid>https://lessnmore.net/blog/announce-250</guid>
   <link>https://lessnmore.net/blog/announce-250</link>
   <category>misc</category>
   <title>Announcing v2.5.0</title>
   <pubDate>Wed, 27 Sep 2017 22:27:53 -0700</pubDate>
  </item>
  <item>
   <description>&#10;&#10;&lt;p&gt;Lessn More 2.4.0 has been released.&lt;/p&gt;&#10;&#10;&lt;h3&gt;Upgrading&lt;/h3&gt;&#10;&#10;&lt;p&gt;As always, grab it from Github.&lt;/p&gt;&#10;&#10;&lt;p&gt;&lt;a href=&quot;https://github.com/alanhogan/lessnmore&quot;&gt;https://github.com/alanhogan/lessnmore&lt;/a&gt;&lt;/p&gt;&#10;&#10;&lt;p&gt;Just copy over all the files in &lt;code&gt;dist/&lt;/code&gt; to your web server’s root (or wherever you previously installed Lessn More). Skip or delete install.php.&lt;/p&gt;&#10;&#10;&lt;h3&gt;What’s New?&lt;/h3&gt;&#10;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;p&gt;Users logging in over HTTPS will be authenticated with a cookie that will not leak out over HTTPS&lt;/p&gt;&lt;/li&gt;&#10;&lt;li&gt;&lt;p&gt;Cookies are now set with HTTP_ONLY, which means rogue JavaScript cannot steal your authentication cookie&lt;/p&gt;&lt;/li&gt;&#10;&lt;li&gt;&lt;p&gt;There is now a LOG OUT button&lt;/p&gt;&lt;/li&gt;&#10;&lt;li&gt;&lt;p&gt;Lessn More now checks for an updated version of itself whenever you use the web interface. (You still have to manually upgrade!)&lt;/p&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;</description>
   <guid>https://lessnmore.net/blog/announce-240</guid>
   <link>https://lessnmore.net/blog/announce-240</link>
   <category>misc</category>
   <title>Announcing v2.4.0</title>
   <pubDate>Sun, 17 Sep 2017 04:17:48 -0700</pubDate>
  </item>
  <item>
   <description>&#10;&#10;&lt;p&gt;Lessn More 2.3.0 has been released.&lt;/p&gt;&#10;&#10;&lt;h3&gt;Upgrading&lt;/h3&gt;&#10;&#10;&lt;p&gt;As always, grab it from Github.&lt;/p&gt;&#10;&#10;&lt;p&gt;&lt;a href=&quot;https://github.com/alanhogan/lessnmore&quot;&gt;https://github.com/alanhogan/lessnmore&lt;/a&gt;&lt;/p&gt;&#10;&#10;&lt;p&gt;You only need the new &lt;code&gt;/-/index.php&lt;/code&gt; for this upgrade. Optionally, add the new&#10;&lt;code&gt;PROTOCOL_OVERRIDE&lt;/code&gt; constant from &lt;code&gt;config-example.php&lt;/code&gt; into your &lt;code&gt;config.php&lt;/code&gt;.&lt;/p&gt;&#10;&#10;&lt;h3&gt;What’s New?&lt;/h3&gt;&#10;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;p&gt;Lessn More will now return &lt;code&gt;http:&lt;/code&gt; or &lt;code&gt;https:&lt;/code&gt; short URLs to match&#10;the current protocol your server is responding to, by default.&#10;You can manually specify your preferred protocol in &lt;code&gt;config.php&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;&#10;&lt;li&gt;&lt;p&gt;Lessn More lets you shrink non-Web URIs now, too, such as &lt;code&gt;ftp:&lt;/code&gt; or &lt;code&gt;magnet:&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;</description>
   <guid>https://lessnmore.net/blog/announce-230</guid>
   <link>https://lessnmore.net/blog/announce-230</link>
   <category>misc</category>
   <title>Announcing v2.3.0</title>
   <pubDate>Wed, 13 Sep 2017 20:14:18 -0700</pubDate>
  </item>
  <item>
   <description>&#10;&#10;&lt;p&gt;Lessn More 2.2.0 has been released. Apologies for the delay.&lt;/p&gt;&#10;&#10;&lt;h3&gt;Upgrading&lt;/h3&gt;&#10;&#10;&lt;p&gt;As always, grab it from Github.&lt;/p&gt;&#10;&#10;&lt;p&gt;&lt;a href=&quot;https://github.com/alanhogan/lessnmore&quot;&gt;https://github.com/alanhogan/lessnmore&lt;/a&gt;&lt;/p&gt;&#10;&#10;&lt;p&gt;To upgrade from an earlier version of Lessn More, just upload the latest copy of Lessn More to your server. Skip or delete install.php.&lt;/p&gt;&#10;&#10;&lt;p&gt;Note that since v2.2, there is only a config-example.php file in the distribution, and no config.php file. You will &lt;em&gt;not&lt;/em&gt; need to take care to avoid overwriting your existing config.php file, but do take care not to replace the whole &lt;code&gt;/-/&lt;/code&gt; folder and your config.php file; please make a backup copy of it before upgrading.&lt;/p&gt;&#10;&#10;&lt;h3&gt;What’s New?&lt;/h3&gt;&#10;&#10;&lt;p&gt;Better stats page.&lt;/p&gt;&#10;&#10;&lt;p&gt;More compatible with sqlite (see &lt;a href=&quot;https://github.com/alanhogan/lessnmore/issues/7&quot;&gt;#7&lt;/a&gt;).&lt;/p&gt;&#10;&#10;&lt;p&gt;Other small fixes and improvements.&lt;/p&gt;&#10;&#10;&lt;p&gt;Supports a custom timezone in &lt;code&gt;config.php&lt;/code&gt;.&lt;/p&gt;&#10;&#10;&lt;p&gt;Special thanks to &lt;a href=&quot;https://github.com/mattwiebe&quot;&gt;Matt Wiebe&lt;/a&gt; for a lot of these changes.&lt;/p&gt;&#10;</description>
   <guid>https://lessnmore.net/blog/announce-220</guid>
   <link>https://lessnmore.net/blog/announce-220</link>
   <category>misc</category>
   <title>Announcing v2.2.0</title>
   <pubDate>Mon, 09 Apr 2012 04:35:00 -0700</pubDate>
  </item>
  <item>
   <description>&#10;&#10;&lt;p&gt;I will be releasing a modest update of Lessn More soon, and it would be enormously helpful if anyone with a Postgres or SQLite setup were willing to help me test it.&lt;/p&gt;&#10;&#10;&lt;p&gt;Please drop me a line via &lt;a href=&quot;https://alanhogan.com/contact?reason=lessn-more-test&quot;&gt;https://alanhogan.com/contact&lt;/a&gt; if you are interested.&lt;/p&gt;&#10;</description>
   <guid>https://lessnmore.net/blog/testers-wanted</guid>
   <link>https://lessnmore.net/blog/testers-wanted</link>
   <category>misc</category>
   <title>Testers Wanted</title>
   <pubDate>Sun, 13 Feb 2011 06:03:48 -0800</pubDate>
  </item>
  <item>
   <description>&#10;&#10;&lt;p&gt;Lessn More 2.1.0 has been released.&lt;/p&gt;&#10;&#10;&lt;p&gt;As always, grab it from Github.&lt;/p&gt;&#10;&#10;&lt;p&gt;&lt;a href=&quot;https://github.com/alanhogan/lessnmore&quot;&gt;https://github.com/alanhogan/lessnmore&lt;/a&gt;&lt;/p&gt;&#10;</description>
   <guid>https://lessnmore.net/blog/announce-210</guid>
   <link>https://lessnmore.net/blog/announce-210</link>
   <category>misc</category>
   <title>Announcing 2.1.0</title>
   <pubDate>Wed, 13 Oct 2010 00:00:00 -0700</pubDate>
  </item>
 </channel>
</rss>