<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>web editor Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/web-editor/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 24 Jan 2019 12:03:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>Monaco a web-based editor on Ubuntu 18.04 / Linux Mint 19</title>
		<link>https://www.osradar.com/monaco-a-web-based-editor-on-ubuntu-18-04-linux-mint-19/</link>
					<comments>https://www.osradar.com/monaco-a-web-based-editor-on-ubuntu-18-04-linux-mint-19/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 24 Jan 2019 12:03:49 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[monaco]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[web based]]></category>
		<category><![CDATA[web editor]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=9709</guid>

					<description><![CDATA[<p>On the Internet, there are applications for many things. Some of them are very valuable for our organization and we constantly talk about them here. Others, while not indispensable, can become a reference for certain cases. And is that really, in a company, we can get to have many applications for many things. So, in [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/monaco-a-web-based-editor-on-ubuntu-18-04-linux-mint-19/">Monaco a web-based editor on Ubuntu 18.04 / Linux Mint 19</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>On the Internet, there are applications for many things. Some of them are very valuable for our organization and we constantly talk about them here. Others, while not indispensable, can become a reference for certain cases. And is that really, in a company, we can get to have many applications for many things. So, in this post, I will show you how to install Monaco editor on your server <a href="http://osradar.com/tag/ubuntu/" target="_blank" rel="noreferrer noopener" aria-label="Ubuntu (opens in a new tab)">Ubuntu</a> 18.04 or Linux Mint 19.</p>



<p><a href="https://github.com/Microsoft/monaco-editor" target="_blank" rel="noreferrer noopener" aria-label="Monaco (opens in a new tab)">Monaco</a> is a web-based repowered text editor. That is, it is installed on a server and can be accessed across the entire network using a web browser. All this has its advantages and disadvantages, but it is really useful to centralize processes and thus avoid <g class="gr_ gr_6 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-del replaceWithoutSep" id="6" data-gr-id="6">a misuse</g> of computers.</p>



<p> On the other hand, The Monaco Editor is the <a rel="noreferrer noopener" aria-label="code editor (opens in a new tab)" href="https://code.visualstudio.com/docs/editor/editingevolved" target="_blank">code editor</a> which powers VS Code. In other words, not only can you use it to simply write simple text, but you can even write code in it. It&#8217;s open source and it&#8217;s available using web technologies like node.js.</p>



<h2>Install Monaco</h2>



<p>Monaco is a web-based application that requires Node.js to work. So the first step to install Monaco is to previously install Node.js. Don&#8217;t worry, it&#8217;s really simple.</p>



<p>You can read <a href="https://www.osradar.com/how-to-install-nodejs-on-ubuntu-18-04-lts-linux-mint-19/" target="_blank" rel="noreferrer noopener" aria-label="How to install NodeJS on Ubuntu 18.04 or Linux Mint 19 (opens in a new tab)">How to install NodeJS on Ubuntu 18.04 or Linux Mint 19</a>.</p>



<p>Or if you are going to use it on CentOS 7, <a rel="noreferrer noopener" aria-label="How to install NodeJS on CentOS 7 (opens in a new tab)" href="https://www.osradar.com/how-to-install-nodejs-on-centos-7/" target="_blank">How to install NodeJS on CentOS 7</a>.</p>



<p>After that, you can start to install Monaco.</p>



<p>First, you need to install git for cloning the github Monaco repository.</p>



<pre class="wp-block-preformatted">:~$ sudo apt install git</pre>



<figure class="wp-block-image"><img loading="lazy" width="917" height="302" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/01/1.jpeg" alt="Installing git" class="wp-image-9723" srcset="https://www.osradar.com/wp-content/uploads/2019/01/1.jpeg 917w, https://www.osradar.com/wp-content/uploads/2019/01/1-300x99.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/01/1-768x253.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/01/1-696x229.jpeg 696w" sizes="(max-width: 917px) 100vw, 917px" /><figcaption>Installing git</figcaption></figure>



<p>Next, clone the repository.</p>



<pre class="wp-block-preformatted">:~$ git clone https://github.com/Microsoft/monaco-editor.git<br></pre>



<figure class="wp-block-image"><img loading="lazy" width="583" height="195" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/01/2.jpeg" alt="Cloning the repository" class="wp-image-9724" srcset="https://www.osradar.com/wp-content/uploads/2019/01/2.jpeg 583w, https://www.osradar.com/wp-content/uploads/2019/01/2-300x100.jpeg 300w" sizes="(max-width: 583px) 100vw, 583px" /><figcaption>Cloning the repository</figcaption></figure>



<p>Now install it.</p>



<pre class="wp-block-preformatted">:~$ cd monaco-editor
:~$ npm install .</pre>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" width="1024" height="612" src="https://www.osradar.com/wp-content/uploads/2019/01/3-1024x612.jpeg" alt="Install Monaco" class="wp-image-9725" srcset="https://www.osradar.com/wp-content/uploads/2019/01/3-1024x612.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/01/3-300x179.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/01/3-768x459.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/01/3-696x416.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/01/3-1068x638.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/01/3-703x420.jpeg 703w, https://www.osradar.com/wp-content/uploads/2019/01/3.jpeg 1238w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Install Monaco</figcaption></figure></div>



<p>Then start the Monaco service. Type on terminal:</p>



<pre class="wp-block-preformatted">:~$ npm run simpleserver</pre>



<figure class="wp-block-image"><img loading="lazy" width="544" height="252" src="https://www.osradar.com/wp-content/uploads/2019/01/4-1.jpeg" alt="" class="wp-image-9728" srcset="https://www.osradar.com/wp-content/uploads/2019/01/4-1.jpeg 544w, https://www.osradar.com/wp-content/uploads/2019/01/4-1-300x139.jpeg 300w" sizes="(max-width: 544px) 100vw, 544px" /><figcaption>Running Monaco</figcaption></figure>



<p>As you can see in the image, you can access the application from the web browser, using the server IP and ports 8080 and 8088. </p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="507" src="https://www.osradar.com/wp-content/uploads/2019/01/5-19-1024x507.png" alt="" class="wp-image-9729" srcset="https://www.osradar.com/wp-content/uploads/2019/01/5-19-1024x507.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/5-19-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/5-19-768x380.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/5-19-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/5-19-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/01/5-19-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/5-19-849x420.png 849w, https://www.osradar.com/wp-content/uploads/2019/01/5-19.png 1350w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<p>So, that&#8217;s it.</p>



<h2>Conclusion</h2>



<p>Monaco is an editor for the web, but it can be flexible thanks to its plugins. Installing it is simple now you must sacrifice all the profit.</p>



<p>Please share this article with your friends.<br></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/monaco-a-web-based-editor-on-ubuntu-18-04-linux-mint-19/">Monaco a web-based editor on Ubuntu 18.04 / Linux Mint 19</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/monaco-a-web-based-editor-on-ubuntu-18-04-linux-mint-19/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Best Tools for Web Devs on Linux</title>
		<link>https://www.osradar.com/best-tools-for-web-devs-on-linux/</link>
					<comments>https://www.osradar.com/best-tools-for-web-devs-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Fri, 14 Sep 2018 15:53:38 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[code editor linux]]></category>
		<category><![CDATA[linux web development]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web editor]]></category>
		<category><![CDATA[web ide for linux]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=5789</guid>

					<description><![CDATA[<p>The experience of being a software or web developer is completely different and on a whole new level. It can be a very fun experience. However, there are a lot of things to learn in the entire process. Even experts find out something new every now and then to learn and advance their own thoughts [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/best-tools-for-web-devs-on-linux/">Best Tools for Web Devs on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The experience of being a software or web developer is completely different and on a whole new level. It can be a very fun experience. However, there are a lot of things to learn in the entire process. Even experts find out something new every now and then to learn and advance their own thoughts and skills.</p>
<p>As a web developer, you obviously need a handful of powerful tools to perform a number of tasks like coding, graphic designing etc. Fortunately, on Linux, there are already a number of available tools to perform the job smoothly. Here, let’s have a look at some of the best tools to have for any web developer.</p>
<h1>Web development tools</h1>
<ul>
<li>
<h3>PhpStorm</h3>
</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-5794 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/phpstorm.png" alt="" width="1280" height="800" srcset="https://www.osradar.com/wp-content/uploads/2018/09/phpstorm.png 1280w, https://www.osradar.com/wp-content/uploads/2018/09/phpstorm-300x188.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/phpstorm-768x480.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/phpstorm-1024x640.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/phpstorm-696x435.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/phpstorm-1068x668.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/phpstorm-672x420.png 672w" sizes="(max-width: 1280px) 100vw, 1280px" /></p>
<p>In today’s web universe, PHP is basically EVERYTHING! It’s the most popular programming language all over the world. Even CMS like WordPress and other giants solely depend on PHP as their core. So, PHP is a must in this era, right?</p>
<p>Well, PhpStorm is right here to help you out! PhpStorm is based on the IntelliJ IDEA platform from JetBrain. For a web developer, it’s one of the most modern and cutting-edge solutions you can find out there. Besides the basic features like auto code completion, error highlighting, support for frameworks like WordPress, Symfony and Joomla!, PhpStorm also features advanced features like database/SQL, remote deployment, smart code navigation, debugging and testing tools etc.</p>
<p><img loading="lazy" class="size-full wp-image-5799 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/phpstorm-1.png" alt="" width="2000" height="1230" srcset="https://www.osradar.com/wp-content/uploads/2018/09/phpstorm-1.png 2000w, https://www.osradar.com/wp-content/uploads/2018/09/phpstorm-1-300x185.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/phpstorm-1-768x472.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/phpstorm-1-1024x630.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/phpstorm-1-356x220.png 356w, https://www.osradar.com/wp-content/uploads/2018/09/phpstorm-1-696x428.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/phpstorm-1-1068x657.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/phpstorm-1-683x420.png 683w, https://www.osradar.com/wp-content/uploads/2018/09/phpstorm-1-1920x1181.png 1920w" sizes="(max-width: 2000px) 100vw, 2000px" /></p>
<p><a href="https://snapcraft.io/phpstorm">Get PhpStorm</a>. Note that this tool is a paid one. You’ll get 30-days trial for first installation.</p>
<ul>
<li>
<h3>Visual Studio Code</h3>
</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-5793 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/visual-studio-code.png" alt="" width="1223" height="630" srcset="https://www.osradar.com/wp-content/uploads/2018/09/visual-studio-code.png 1223w, https://www.osradar.com/wp-content/uploads/2018/09/visual-studio-code-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/visual-studio-code-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/visual-studio-code-1024x527.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/visual-studio-code-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/visual-studio-code-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/visual-studio-code-815x420.png 815w" sizes="(max-width: 1223px) 100vw, 1223px" /></p>
<p>It’s interesting to see a Microsoft product here, right? But believe me, this code editing tool is a BEAST that quite resembles the interface to Atom Text Editor and Sublime Text – 2 of the most popular text editors.</p>
<p>Visual Studio Code is very useful for those who are new in the field of web development. It’s an excellent tool to learn from that will indicate you about everything – from the simple HTML tag syntax to error handling in programming.</p>
<p>Are you a programmer of different language? Don’t worry! Visual Studio Code is also extremely compatible with other programming languages like C/C++, HTML, CSS, PHP, Perl, Ruby, CoffeeScript, JSON, Swift and a lot more.</p>
<p><img loading="lazy" class="size-full wp-image-5798 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/visual-studio-code-1.jpg" alt="" width="940" height="645" srcset="https://www.osradar.com/wp-content/uploads/2018/09/visual-studio-code-1.jpg 940w, https://www.osradar.com/wp-content/uploads/2018/09/visual-studio-code-1-300x206.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/09/visual-studio-code-1-768x527.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/09/visual-studio-code-1-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2018/09/visual-studio-code-1-218x150.jpg 218w, https://www.osradar.com/wp-content/uploads/2018/09/visual-studio-code-1-696x478.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/09/visual-studio-code-1-612x420.jpg 612w" sizes="(max-width: 940px) 100vw, 940px" /></p>
<p>The tool is also highly customizable to give you the feel of coding. For adding support of more programming languages, all you need to do is just add additional extensions.</p>
<ul>
<li>
<h3>Brackets</h3>
</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-5792 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/brackets.png" alt="" width="770" height="377" srcset="https://www.osradar.com/wp-content/uploads/2018/09/brackets.png 770w, https://www.osradar.com/wp-content/uploads/2018/09/brackets-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/brackets-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/brackets-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2018/09/brackets-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2018/09/brackets-696x341.png 696w" sizes="(max-width: 770px) 100vw, 770px" /></p>
<p>The list would be incomplete without any candidate from Adobe, right? Brackets is another cool and powerful text editor for web developers. It’s a cross-platform and open-source tool, meaning that you can work with it on any of your favorite machine – Windows, macOS and so on.</p>
<p><img loading="lazy" class="size-full wp-image-5797 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/brackets-1.png" alt="" width="2300" height="742" srcset="https://www.osradar.com/wp-content/uploads/2018/09/brackets-1.png 2300w, https://www.osradar.com/wp-content/uploads/2018/09/brackets-1-300x97.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/brackets-1-768x248.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/brackets-1-1024x330.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/brackets-1-696x225.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/brackets-1-1068x345.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/brackets-1-1302x420.png 1302w, https://www.osradar.com/wp-content/uploads/2018/09/brackets-1-1920x619.png 1920w" sizes="(max-width: 2300px) 100vw, 2300px" /></p>
<p>The best feature of Brackets is its “Live Preview”. In short, it will show you a live preview of your code changes on a Google Chrome window. Yes, it works with Google Chrome only for this feature, so make sure that <a href="https://www.osradar.com/how-to-install-google-chrome-on-linux/">you get Google Chrome on you Linux system</a>.</p>
<ul>
<li>
<h3>Komodo</h3>
</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-5791 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/komodo-ide.jpg" alt="" width="767" height="264" srcset="https://www.osradar.com/wp-content/uploads/2018/09/komodo-ide.jpg 767w, https://www.osradar.com/wp-content/uploads/2018/09/komodo-ide-300x103.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/09/komodo-ide-696x240.jpg 696w" sizes="(max-width: 767px) 100vw, 767px" /></p>
<p>This is another cool IDE for developers. It’s a closed-source tool but features cross-platform availability. If you’re an open-source enthusiast, you can always get their open-source counterpart – Komodo Edit, basically a powerful editor tool for everyone.</p>
<p><img loading="lazy" class="size-full wp-image-5796 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/komodo-ide-1.png" alt="" width="1170" height="658" srcset="https://www.osradar.com/wp-content/uploads/2018/09/komodo-ide-1.png 1170w, https://www.osradar.com/wp-content/uploads/2018/09/komodo-ide-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/komodo-ide-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/komodo-ide-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/komodo-ide-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/komodo-ide-1-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/komodo-ide-1-747x420.png 747w" sizes="(max-width: 1170px) 100vw, 1170px" /></p>
<p>Komodo IDE supports all the major web development languages like PHP, Perl, Python, Go, Ruby, JavaScript and a lot more. The features include code auto completion, debugging, code refactoring and unit testing etc.</p>
<ul>
<li>
<h3>Bluefish</h3>
</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-5790 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/bluefish.jpg" alt="" width="1200" height="659" srcset="https://www.osradar.com/wp-content/uploads/2018/09/bluefish.jpg 1200w, https://www.osradar.com/wp-content/uploads/2018/09/bluefish-300x165.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/09/bluefish-768x422.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/09/bluefish-1024x562.jpg 1024w, https://www.osradar.com/wp-content/uploads/2018/09/bluefish-696x382.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/09/bluefish-1068x587.jpg 1068w, https://www.osradar.com/wp-content/uploads/2018/09/bluefish-765x420.jpg 765w" sizes="(max-width: 1200px) 100vw, 1200px" /></p>
<p>This is another cross-platform IDE. Developed and maintained by Bluefish Dev Team, it’s available for all the major operating systems like Windows, macOS, Solaris and Linux. This is basically a powerful, yet lightweight code editor that features a simplistic user interface. This is very beneficial for new users.</p>
<p><img loading="lazy" class="size-full wp-image-5795 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/bluefish-1.gif" alt="" width="800" height="486" /></p>
<p>Bluefish is a feature-rich IDE, including syntax highlighting, auto recovery, code folding, code auto completion etc.</p>
<h1>The bottom line</h1>
<p>There are a number of tools available for using on web development. Feel free to check out all of them and share your experience. Did we miss anything your favorite? Don’t forget to leave a comment below!</p>
<p>Happy developing!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/best-tools-for-web-devs-on-linux/">Best Tools for Web Devs on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/best-tools-for-web-devs-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
