<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3576&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Why Fie?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3576</link>
		<description><![CDATA[The most recent posts in Why Fie?.]]></description>
		<lastBuildDate>Sat, 11 Jul 2020 03:13:06 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Why Fie?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23368#p23368</link>
			<description><![CDATA[<div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>I&#039;d like to give you my reason why I would prefer the graphical installer if available: I can copy/paste passwords and encryption keys to make sure they are the same.</p></div></blockquote></div><p>Well, the netinstall image doesn&#039;t include any mouse support, which I guess is a shame (but hey, it&#039;s tiny)... So some extra keystrokes and/or gratuitous use of cat might be needed.</p><p>Both the graphical and minimal live images can install the system with refractainstaller though, and they both have mouse-driven copy-paste, so there&#039;s a viable option if you run full disk encryption or something (what else?) that needs input of long strings to the installer.</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Sat, 11 Jul 2020 03:13:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23368#p23368</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Fie?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23367#p23367</link>
			<description><![CDATA[<p>When partitioning (which I find rather time consuming when the partitions are already set... ) I get an opportunity to set the mount points.</p><p>Most of my personal stuff is on other harddrives, so I don&#039;t have to risk overwriting my &quot;stuff&quot; by mistakenly formatting the wrong partitions.</p><p>So, I have most /home/glenn/&quot;folders&quot; linked from drives mounted in /home/glenn/local/... including .steam.</p><p>This actually keeps all of the files I use across 3 installs handy for immediate use after install. I am not paranoid, but I see how this may look.</p><p>I may use something like this to speed things up, if I can&#039;t do it at install time</p><p>This is the place where I use copy and paste during install, but it&#039;s just &quot;/home/glenn/local/&quot;... </p><p>But I miss it when I can&#039;t use it, especially when re-installing over and over in the same few hours because I haven&#039;t configured my hd for grub... </p><p>cat /home/glenn/bin/partition-mount-points &gt;&gt; /etc/fstab (which came first, the chicken or the egg?)</p><div class="codebox"><pre><code># added partition mount points to /etc/fstab
# /home/glenn/local/archive was on /dev/sde2 during installation
UUID=6e63d11b-5c17-464b-a24f-37eccf62b8a0 /home/glenn/local/archive ext3    defaults        0       2
# /home/glenn/local/data was on /dev/sdb3 during installation
UUID=b48cda1b-036c-40d9-95ff-11d293575eca /home/glenn/local/data ext3    defaults        0       2
# /home/glenn/local/free was on /dev/sdb6 during installation
UUID=50e5ae79-34ee-4b8d-882c-ec8d035c29d4 /home/glenn/local/free ext4    defaults        0       2
# /home/glenn/local/stuff was on /dev/sde5, changed hdd stuff2media,, 20200404
UUID=3526dd53-54a4-41c4-aa53-d045a31756fb /home/glenn/local/stuff ext3    defaults        0       2
# /home/glenn/local/other was on /dev/sdb2 during installation
UUID=53eacede-f187-4c51-b88f-19acf032c759 /home/glenn/local/other ext4    defaults        0       2
# /home/glenn/local/spare was on /dev/sdb4 during installation
UUID=a36886b2-abab-4e14-a6e0-e28f958a2cee /home/glenn/local/spare ext3    defaults        0       2
# /home/glenn/local/media was on /dev/sdd1 ,changed stuff to media, vis-a-vis, medfia2stuff april 2020
UUID=2ea11d82-8db0-44b0-ae48-4c05a77d6f21 /home/glenn/local/media ext4    defaults        0       2
# /home/glenn/local/videos was on /dev/sde4 during installation
UUID=8336ebbb-f6fa-4f1a-9217-1584c866fe77 /home/glenn/local/videos ext4    defaults        0       2
# /usr/src was on /dev/sdb5 during installation
UUID=9d43068e-4c32-4075-be49-fefeb5f189f7 /usr/src        ext4    defaults        0       2
# swap was on /dev/sdb1 during installation
UUID=b9482d32-3479-41c7-886a-214d22742741 none            swap    sw              0       0</code></pre></div><p>then I can link my personal files...</p><p>link documents and files.sh</p><div class="codebox"><pre><code>#!/bin/bash
# link documents and files

ln -s /home/glenn/local/data/bin /home/glenn/
ln -s /home/glenn/local/data/build /home/glenn/
ln -s /home/glenn/local/data/Documents /home/glenn/
ln -s /home/glenn/local/data/Movies /home/glenn/
ln -s /home/glenn/local/data/Music /home/glenn/
ln -s /home/glenn/local/data/My_system /home/glenn/
ln -s /home/glenn/local/data/Pictures /home/glenn/
ln -s /home/glenn/local/data/songs /home/glenn/
ln -s /home/glenn/local/data/Templates /home/glenn/
ln -s /home/glenn/local/data/Videos /home/glenn/</code></pre></div><p> edit, I had 2 steam links in there that were just plain wrong... </p><p>I&#039;m a creature of my environment, and once I become accustomed to something, like a tool or a &quot;shortcut&quot;, <br />I find it difficult (or strange) to not use it. I&#039;m lazy too. :-)</p><p>Anyhow, I&#039;ve gone on enough.</p><p>I am really loving Beowulf, it&#039;s the best OS I have ever used. </p><p>I like a full install with KDE, but I have install with only openbox, but using kde apps... :-)</p><p>I have xfce4 and cinnamon versions on separate hd&#039;s for my adventures and to see what is being created by our Devs. </p><p>Thank you, and &quot;I&#039;ll keep coming back&quot;.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Fri, 10 Jul 2020 23:51:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23367#p23367</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Fie?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23366#p23366</link>
			<description><![CDATA[<div class="quotebox"><cite>steve_v wrote:</cite><blockquote><div><div class="quotebox"><cite>Tatwi wrote:</cite><blockquote><div><div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>Note that this option is no longer available in Beowulf and probably beyond.</p></div></blockquote></div><p>Heh, I didn&#039;t even notice! <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></div></blockquote></div><p>Neither did I. If I need an installer I&#039;ll pick the TUI one every time, and frankly I don&#039;t understand what a GUI provides in that context besides a bigger install image and more to go wrong. Starting an X server and all the baggage that entails just to have a pretty installer nuts.</p></div></blockquote></div><p>I&#039;d like to give you my reason why I would prefer the graphical installer if available: I can copy/paste passwords and encryption keys to make sure they are the same. </p><p>And I do not suffer from CLI-o-phobia. I started my PC career exactly with CP/M when I was on university. My theses was written on a CP/M 8085 and printed of with&#160; a I think 9 needle printer. </p><div class="quotebox"><cite>steve_v wrote:</cite><blockquote><div><div class="quotebox"><cite>GlennW wrote:</cite><blockquote><div><p>Ascii did have a nice gui installer, cut and paste options with the mouse.</p></div></blockquote></div><p>Why would you need copy-paste in the installer anyway? <br />I mean you can use GPM at the console, but why?</p></div></blockquote></div><p>Well, installation is possible with the CLI installer, and just for avoiding a few keystrokes I never would use the GUI. But see above, that are very valid reasons, especially when you are dealing with 40 or more character long encryptions keys. This makes the difference. </p><p>Also love Beowulf, though I had to fight my way through key typos.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 10 Jul 2020 20:09:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23366#p23366</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Fie?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23365#p23365</link>
			<description><![CDATA[<div class="quotebox"><cite>Tatwi wrote:</cite><blockquote><div><div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>Note that this option is no longer available in Beowulf and probably beyond.</p></div></blockquote></div><p>Heh, I didn&#039;t even notice! <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></div></blockquote></div><p>Neither did I. If I need an installer I&#039;ll pick the TUI one every time, and frankly I don&#039;t understand what a GUI provides in that context besides a bigger install image and more to go wrong. Starting an X server and all the baggage that entails just to have a pretty installer nuts. </p><p>On the OP at hand:<br />As the patient does not belong to the tap-and-drool selfie-stick demographic, I suspect this is simply a case of classic CLI-o-phobia. For the unfamiliar, a disorder brought on when suppressed memories of CP/M, DOS, the Windows command prompt and other shells designed to torment their users are brought to light, often upon encountering a similar text-interface aesthetic years later.</p><p>For this I usually prescribe the LFS treatment, followed by a light regime of Slackware or Gentoo use. Symptoms generally resolve in short order given sufficient exposure to bash/zsh, the GNU utilities and a proper POSIX environment.</p><div class="quotebox"><cite>Tatwi wrote:</cite><blockquote><div><p>The Debian Ncurses installer is better laid out than the Slackware Ncurses installer, making it just a little easier to navigate, but both are fast, functional, and fine even in 2020.</p></div></blockquote></div><p>Indeed. Hell, the <em>Gentoo</em> &quot;installer&quot; is perfectly fine in 2020.</p><div class="quotebox"><cite>GlennW wrote:</cite><blockquote><div><p>Ascii did have a nice gui installer, cut and paste options with the mouse.</p></div></blockquote></div><p>Why would you need copy-paste in the installer anyway? <br />I mean you can use GPM at the console, but why?</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Fri, 10 Jul 2020 19:15:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23365#p23365</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Fie?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23328#p23328</link>
			<description><![CDATA[<p>I&#039;m 57yo. </p><p>Ascii did have a nice gui installer, cut and paste options with the mouse. I didn&#039;t find that with Beowulf.</p><p>I&#039;ve had to wait for after install to setup wifi (05:00.0 Network controller: Intel Corporation Wireless-AC 9260 (rev 29)), <br />but had a full desktop.iso to install plasma from. Thank you.</p><p>I hear you, but I find it&#039;s well worth the persistence.</p><p>still a few things I&#039;m working towards, mostly with sound/usb/apulse. But if I didn&#039;t have that I&#039;d have nothing to do. :-)</p><p>I&#039;m loving Beowulf.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Wed, 08 Jul 2020 03:10:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23328#p23328</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Fie?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23318#p23318</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><div class="quotebox"><cite>Tatwi wrote:</cite><blockquote><div><p>When starting the Debian/Devuan normal installer (full or net-install), there is an option for &quot;Graphical Installer&quot;, which is functionally identical to the NCurses &quot;DOS knockoff&quot;, but it looks prettier. Functionally, this installer is perfectly fine and visually the graphical version is also fine. Every step is clear and well documented and it&#039;s not possible to reach the end of the installer without having a working system.</p></div></blockquote></div><p>Note that this option is no longer available in Beowulf and probably beyond.</p></div></blockquote></div><p>Heh, I didn&#039;t even notice! <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>I appreciate this choice. The Debian Ncurses installer is better laid out than the Slackware Ncurses installer, making it just a little easier to navigate, but both are fast, functional, and fine even in 2020.</p>]]></description>
			<author><![CDATA[dummy@example.com (Tatwi)]]></author>
			<pubDate>Tue, 07 Jul 2020 14:57:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23318#p23318</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Fie?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23305#p23305</link>
			<description><![CDATA[<div class="quotebox"><cite>Tatwi wrote:</cite><blockquote><div><p>When starting the Debian/Devuan normal installer (full or net-install), there is an option for &quot;Graphical Installer&quot;, which is functionally identical to the NCurses &quot;DOS knockoff&quot;, but it looks prettier. Functionally, this installer is perfectly fine and visually the graphical version is also fine. Every step is clear and well documented and it&#039;s not possible to reach the end of the installer without having a working system.</p></div></blockquote></div><p>Note that this option is no longer available in Beowulf and probably beyond.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Mon, 06 Jul 2020 16:45:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23305#p23305</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Fie?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23295#p23295</link>
			<description><![CDATA[<div class="quotebox"><cite>richmond62 wrote:</cite><blockquote><div><p>1. Ancient installer that looked like a bad DOS knock-off.<br />Back to Xubuntu.<br />I expect a modern OS to have a graphic installer and to be able to detect my WiFi card.</p></div></blockquote></div><p>Somehow it’s nonsense. Complete nonsense. Most importantly, the installer does his job and does it perfectly. If you want beauties, you can go back to the land of Windows, but do you need it?&#160; I will repeat my self. This installer works great.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ogis1975)]]></author>
			<pubDate>Mon, 06 Jul 2020 11:41:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23295#p23295</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Fie?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23292#p23292</link>
			<description><![CDATA[<p>Technically the refractra based installer that is included on the Live DVD/USB Image is a GUI based installer, though it is terrible/confusing compared to the Ubuntu/Mint GUI installer. </p><p>When starting the Debian/Devuan normal installer (full or net-install), there is an option for &quot;Graphical Installer&quot;, which is functionally identical to the NCurses &quot;DOS knockoff&quot;, but it looks prettier. Functionally, this installer is perfectly fine and visually the graphical version is also fine. Every step is clear and well documented and it&#039;s not possible to reach the end of the installer without having a working system.</p><p>Wifi doesn&#039;t work? Yeah, welcome to the difference between using Debian rather than Ubuntu: Debian has always been and still is a chore to configure, which is the whole reason distros like Ubuntu exist. Devuan is Debian without Systemd, not Ubuntu without Systemd. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Ps. I&#039;ve been using Linux since 1998. In all that time, I would say that Mint 17.3 XFCE was the pinnacle of Linux for me, because it was a normal GNU/Linux system that &quot;just worked&quot;. Sadly Mint 17 is no longer supported and it doesn&#039;t work on my new laptop, so I have reluctantly moved on. Devuan being Debian and Debian being what it is, it has taken me <strong>a few weeks</strong> to configure Devuan 3 to function essentially the same as my old favorite Mint 17. For me, a person who used to use plain old Debian before he used Mint 17, it was an effort I didn&#039;t mind undertaking. I certainly appreciate (and prefer!) the &quot;it just works&quot; mindset, but new versions of Mint use Systemd and I&#039;d rather not, so I really don&#039;t have a problem stepping back into a base Debian system and configuring it myself. <em>For me</em> it&#039;s worth the effort, but I can completely understand how it may not be worth the effort to someone else.</p>]]></description>
			<author><![CDATA[dummy@example.com (Tatwi)]]></author>
			<pubDate>Mon, 06 Jul 2020 10:41:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23292#p23292</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Fie?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23290#p23290</link>
			<description><![CDATA[<div class="quotebox"><cite>richmond62 wrote:</cite><blockquote><div><p>Well, here are 2 spots of constructive criticism:</p><p>1. How about offering a graphical installer as an option?</p><p>2. How about setting the system up so as soon as it is installed it can detect WiFi?</p></div></blockquote></div><p>I don&#039;t know what you have installed. Devuan has both of features you mentioned in the comment.</p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Mon, 06 Jul 2020 09:48:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23290#p23290</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Fie?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22489#p22489</link>
			<description><![CDATA[<div class="quotebox"><cite>Camtaf wrote:</cite><blockquote><div><p>The old OpenBSD installer was the worst that I had come across - it was curses based &amp; used to make you use cylinders, &amp; you had too keep count of where you were too. <img src="https://dev1galaxy.org/img/smilies/lol.png" width="15" height="15" alt="lol" /></p><p>So, OP, you&#039;ve been using Linux almost as long as I have......each distro does things their own way, so you shouldn&#039;t really complain about one that chooses to use curses installers, it&#039;s up to the devs what they want to use, we get the privilege of using their hard work for free. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></div></blockquote></div><p>If you are used to linux, openbsd is a whole different ball game when it comes to disk management. Being only relatively new to BSD i could imagine earlier implementations would have tested ones patience.</p>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Mon, 08 Jun 2020 14:58:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22489#p22489</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Fie?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22474#p22474</link>
			<description><![CDATA[<p>The old OpenBSD installer was the worst that I had come across - it was curses based &amp; used to make you use cylinders, &amp; you had too keep count of where you were too. <img src="https://dev1galaxy.org/img/smilies/lol.png" width="15" height="15" alt="lol" /></p><p>So, OP, you&#039;ve been using Linux almost as long as I have......each distro does things their own way, so you shouldn&#039;t really complain about one that chooses to use curses installers, it&#039;s up to the devs what they want to use, we get the privilege of using their hard work for free. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Camtaf)]]></author>
			<pubDate>Mon, 08 Jun 2020 10:16:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22474#p22474</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Fie?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22467#p22467</link>
			<description><![CDATA[<p>Welcome to Devuan.</p><p>You&#039;ve been around linux long enough to see that every release gets bigger and more hungry for resources. Part of the reason we left the graphical installer out of the installer isos was to leave more room for applications that might be needed when installing without a network connection.</p><p>If you&#039;ve used graphical installers on other distros, you might be disappointed with the debian-installer&#039;s rendition. The ncurses variety that you saw is actually easier to use - it requires less motion.</p><p>You can see for yourself. There&#039;s a graphical installer in the mini.iso on this page. <br /><a href="https://pkgmaster.devuan.org/devuan/dists/beowulf/main/installer-i386/current/images/netboot/gtk/" rel="nofollow">https://pkgmaster.devuan.org/devuan/dis … tboot/gtk/</a></p><p>The mini.isos get made when the installer gets rebuilt. They&#039;re mainly for testing, and they require a wired network connection to get even the most minimal working system. </p><p>The live isos use a different installer that just copies the system from the media to the hard drive. It takes about 10 minutes, but you don&#039;t get to choose the software. </p><p>.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 07 Jun 2020 19:22:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22467#p22467</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Fie?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22465#p22465</link>
			<description><![CDATA[<p>Just for the record.&#160; I have no mobile devices&#160; and all my devices are wired.&#160; I have not yet found a need for wifi which simplifies my life greatly (after it&#039;s hooked up).</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 07 Jun 2020 18:31:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22465#p22465</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why Fie?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22463#p22463</link>
			<description><![CDATA[<p>The &quot;OP&quot; (that&#039;s me) wants:</p><p>1. To help.</p><p>2. To be helped.</p><p>Consider the following . . .</p><p>All the kids who attend my language school, and their parents, are well aware that I use almost exclusively Linux <br />in my work (this, at one of my homes, is a Macintosh computer), and I have advised quite a few parents on <br />&quot;re-tooling&quot; their factories&#039; computers after they finally work out how expensive and time-consuming running <br />Windows is. I have also set up any number of laptops with Linux for richer kids, charging them so I can buy <br />2 year old desktops to install Linux on and give out for free for the poorer kids.</p><p>This works in terms of propagating Linux.</p><p>Now I have gone down the Greek path (MX-Linux) and regretted it.</p><p>I am beginning to see that Ubuntu and its derivatives lead to a sort of mental laziness with kids because <br />they, wrongly, assume it &quot;just works&quot; without any effort on their part. From a pedagogical point of view <br />that is not a message I want to send out.</p><p>So . . . .</p>]]></description>
			<author><![CDATA[dummy@example.com (richmond62)]]></author>
			<pubDate>Sun, 07 Jun 2020 17:57:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22463#p22463</guid>
		</item>
	</channel>
</rss>
