<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>pnotepad.org forums &#187; Tag: python - Recent Topics</title>
		<link>http://pnotepad.org/forums/tags/python</link>
		<description>Programmer&#039;s Notepad Forums</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 12:07:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://pnotepad.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://pnotepad.org/forums/rss/tags/python/topics" rel="self" type="application/rss+xml" />

		<item>
                        <title>PyPN for Python 2.7 (tanveer)</title>
			<link>http://pnotepad.org/forums/topic/7452#post-10631</link>
			<pubDate>Wed, 01 Feb 2012 02:08:13 +0000</pubDate>
			<dc:creator>tanveer</dc:creator>
			<guid isPermaLink="false">10631@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I find the installer for PyPN for Python 2.6 but there is no installer for Python 2.7. Is this intentional or unsupported on 2.7?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>auto-indent Python code (bhengh)</title>
			<link>http://pnotepad.org/forums/topic/5441#post-8288</link>
			<pubDate>Thu, 01 Sep 2011 18:44:01 +0000</pubDate>
			<dc:creator>bhengh</dc:creator>
			<guid isPermaLink="false">8288@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I would like to use Programmer's Notepad to write Python apps.  Is there anyway to get Programmer's Notepad to auto-indent after a block statement?
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Enable code folding on new file [Untitled*] (pn4drp)</title>
			<link>http://pnotepad.org/forums/topic/5451#post-8324</link>
			<pubDate>Tue, 13 Sep 2011 15:54:26 +0000</pubDate>
			<dc:creator>pn4drp</dc:creator>
			<guid isPermaLink="false">8324@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi All,&#60;br /&#62;
I like PN so much but only one complain: I want to have code folding enabled by default, based on TABS, like python style. Currently I have to change the scheme via View-&#38;gt;Change Scheme-&#38;gt;Python, and indeed it's just a text file, but having ability to code fold saves me from lot of scrolling and helps in organizing things in order. &#60;/p&#62;
&#60;p&#62;Probably there is a better way but this to me is a low memory footprint fast editing tool for keeping my notes in order.&#60;/p&#62;
&#60;p&#62;Any help greatly appreciated.&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Python 2.6 Installer (Patabugen)</title>
			<link>http://pnotepad.org/forums/topic/5356#post-8145</link>
			<pubDate>Tue, 26 Jul 2011 11:13:06 +0000</pubDate>
			<dc:creator>Patabugen</dc:creator>
			<guid isPermaLink="false">8145@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I had a hard time finding a Python 2.6 installer, required for PyPN. Since Python 2.7 is what they want you to use, they seem to have made it hard to get hold of an installer for the old.&#60;/p&#62;
&#60;p&#62;However with this link you can get it:&#60;br /&#62;
&#60;a href=&#34;http://www.python.org/download/releases/2.6.6/&#34; rel=&#34;nofollow&#34;&#62;http://www.python.org/download/releases/2.6.6/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Simon, can I suggest/request you either update the python PyPN requires, or host a copy of the Python 2.6 installer yourself to make it easier for us to find.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Sami&#60;br /&#62;
p.s I've just been in Netbeans for a few months, and it feels very good to be back in PN :)
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>PyPN - Defects and Enhancement requests (CoDEmanX)</title>
			<link>http://pnotepad.org/forums/topic/5267#post-7955</link>
			<pubDate>Fri, 27 May 2011 14:05:32 +0000</pubDate>
			<dc:creator>CoDEmanX</dc:creator>
			<guid isPermaLink="false">7955@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;(This is meant as a collective thread)&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;GetCharAt returns an int instead of a character&#60;/strong&#62;&#60;br /&#62;
&#60;code&#62;GetCharAt(self, pos) : int 	Get the character at the given position.&#60;/code&#62;&#60;br /&#62;
The PyPN API doc is right, it returns a number, which is basically what you pass to it (pos). Doesn't make much sense, it should return the character - shouldn't it?&#60;/p&#62;
&#60;p&#62;Workaround: GetTextRange(pos, pos+1)&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Stock PyPN textclip contain bad indentation&#60;/strong&#62;&#60;br /&#62;
PyPN Script File and PyPN Script Method got 4 leading spaces here:&#60;br /&#62;
&#60;code&#62;${0:pass}&#60;/code&#62;&#60;br /&#62;
The above comment line uses tab indent, leading to indentation error.&#60;/p&#62;
&#60;p&#62;Moreover, the $0 placeholder of PyPN Undo Block is at the beginning of the line, followed by a tab. Either the tab is too much or $0 should be behind it.
&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;PyPN in textclip - problems with line endings and indentation&#60;/strong&#62;&#60;br /&#62;
PyPN code only works in textclips, if you set line endings of your document to Unix (LF) &#60;a href=&#34;http://code.google.com/p/pnotepad/issues/detail?id=1339&#38;amp;sort=-id&#34;&#62;issue #1339&#60;/a&#62;&#60;br /&#62;
Multi-line PyPN script in textclip doesn't work if you insert it in a line with leading whitespace via shortcut &#60;a href=&#34;http://code.google.com/p/pnotepad/issues/detail?id=1346&#38;amp;sort=-id&#34;&#62;issue #1346&#60;/a&#62;
&#60;/li&#62;
&#60;li&#62;Unfortunately, it's not possibly to combine &#60;strong&#62;PyPN in textclip and the placeholder&#60;/strong&#62; system. It would be quite useful tho. &#60;a href=&#34;http://code.google.com/p/pnotepad/issues/detail?id=1345&#38;amp;sort=-id&#34;&#62;issue #1345&#60;/a&#62;
&#60;/li&#62;
&#60;/ul&#62;</description>
		</item>
		<item>
                        <title>PyPN can&#039;t find python26.dll (kuukkeli)</title>
			<link>http://pnotepad.org/forums/topic/603#post-2174</link>
			<pubDate>Sat, 20 Jun 2009 17:33:56 +0000</pubDate>
			<dc:creator>kuukkeli</dc:creator>
			<guid isPermaLink="false">2174@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I'm trying to use the latest portable version and while PN itself works fine I can't get PyPN working. After manually adding pypn.dll to config file I get the following error:&#60;/p&#62;
&#60;p&#62;&#38;quot;The program can't start because python26.dll is missing from your computer. Try installing the program to fix this problem&#38;quot;&#60;/p&#62;
&#60;p&#62;Yet I do have Python 2.6.2 installed and the said .dll file is in system32 folder. After I close the error dialog PN starts but PyPN isn't not listed in extensions. If I copy the .dll file to PN folder there's no error but PyPN still doesn't show in extensions. Any ideas how to fix this?&#60;/p&#62;
&#60;p&#62;I'm running 64-bit Windows 7 RC build 7100.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>A little bit of code completion, please (Latex) (Huge)</title>
			<link>http://pnotepad.org/forums/topic/5237#post-7863</link>
			<pubDate>Tue, 26 Apr 2011 16:02:11 +0000</pubDate>
			<dc:creator>Huge</dc:creator>
			<guid isPermaLink="false">7863@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi, Im using PN on everyday basis for it's incedible speed and very smart feature set.&#60;br /&#62;
Currently I'd like to shift my relationship with PN a bit, using it for editing simple (one file) Python and Latex scripts. The only hassle is practically no code completion support (although the feature itself seem to be implemented ).&#60;br /&#62;
After some research I thought that completion can be obtained with having the (constant) keywords listed in the appropriate scheme file, so I went to insert plain list of latex commands as I saw it in the Python scheme. There this worked correctly including the pop-up box for (although having only the language keywords doesn't help much).&#60;br /&#62;
Sadly I didn't succeed and even when I go to menu Tools-&#38;gt;Options-&#38;gt;Fonts and Colours-&#38;gt;Advanced-&#38;gt;Keywords, I see only one keyword class named &#34;Keywords&#34;, with no words included.&#60;br /&#62;
I edited the file latex.scheme so that the beginning looked like:&#60;/p&#62;
&#60;p&#62;&#38;lt;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#38;gt;&#60;br /&#62;
&#38;lt;Scheme&#38;gt;&#60;br /&#62;
	&#38;lt;keyword-classes&#38;gt;&#60;br /&#62;
		&#38;lt;keyword-class name=&#34;latexCommands&#34;&#38;gt;&#60;br /&#62;
			\begin&#60;br /&#62;
		&#38;lt;/keyword-class&#38;gt;&#60;br /&#62;
	&#38;lt;/keyword-classes&#38;gt;&#60;br /&#62;
	(...)&#60;/p&#62;
&#60;p&#62;Where I'm I wrong? Im I on the right way, at least?&#60;br /&#62;
Thank for your advise, if this worked, it would be awsome, because this way I could add the as keywords the commands of all packages I mostly use and same for the standard libraries of Python, which would be in half of the way to perfect.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>How to run script or bind key to script (cncsnw)</title>
			<link>http://pnotepad.org/forums/topic/5175#post-7675</link>
			<pubDate>Tue, 15 Feb 2011 23:36:21 +0000</pubDate>
			<dc:creator>cncsnw</dc:creator>
			<guid isPermaLink="false">7675@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I have PN 2.2.0.2240 and PyPN 0.10 installed.&#60;/p&#62;
&#60;p&#62;The &#34;Record Script&#34; and &#34;Stop Recording&#34; options are enabled and produce the script in an &#34;untitled&#34; window.  I can save the contents of that window as &#34;somescript.py&#34;.&#60;/p&#62;
&#60;p&#62;How do I play back a recorded script?&#60;/p&#62;
&#60;p&#62;How do I bind a key to a recorded/saved script?&#60;/p&#62;
&#60;p&#62;There must be something simple and obvious I am overlooking....
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>How to use ISearchOptions in PyPN-Script? (CoDEmanX)</title>
			<link>http://pnotepad.org/forums/topic/5077#post-7401</link>
			<pubDate>Mon, 04 Oct 2010 22:43:11 +0000</pubDate>
			<dc:creator>CoDEmanX</dc:creator>
			<guid isPermaLink="false">7401@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi simon,&#60;br /&#62;
i wrote a little python script to format some c-like code, which has all whitespace removed. Before i run it, i have to replace all appearences of:&#60;/p&#62;
&#60;p&#62;\{ &#60;strong&#62; --&#38;gt; &#60;/strong&#62; \r\n{\r\n &#60;em&#62;(add line break before and after left brace)&#60;/em&#62;&#60;br /&#62;
\} &#60;strong&#62; --&#38;gt; &#60;/strong&#62; \r\n}\r\n &#60;em&#62;(same for right brace)&#60;/em&#62;&#60;br /&#62;
; &#60;strong&#62; --&#38;gt; &#60;/strong&#62; ;\r\n &#60;em&#62;(line break after semicolon)&#60;/em&#62;&#60;br /&#62;
(for[ ]*\([ ]*[^;]+;)\r\n([^;]+;)\r\n([^)]+\)) &#60;strong&#62; --&#38;gt; &#60;/strong&#62; \1 \2 \3\r\n &#60;em&#62;(repair for-loops, they contain semicolons)&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;these regular expressions add the missing line breaks&#60;/p&#62;
&#60;p&#62;then i use my python script to add indentation:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;import pn
import string
import scintilla
from pypn.decorators import script

@script(&#38;quot;Indent (C++)&#38;quot;, &#38;quot;Script&#38;quot;)
def IndentCpp():
    editor = scintilla.Scintilla(pn.CurrentDoc())

    indentLevel = 0
    tab_width = 4
    left_brace_cur_line = False
    end = editor.Length

    editor.BeginUndoAction()

    for l in range(editor.LineCount):
        line = editor.GetLine(l)
        a = 0
        while True:
            if (a &#38;gt;= len(line)):
                if (left_brace_cur_line):
                    if (indentLevel &#38;gt; 0):
                        editor.SetLineIndentation(l,(indentLevel-1)*tab_width)
                else:
                    editor.SetLineIndentation(l,indentLevel*tab_width)
                left_brace_cur_line = False
                break
            if (line[a] == &#38;quot;{&#38;quot;):
                indentLevel = indentLevel + 1
                left_brace_cur_line = True
            elif (line[a] == &#38;quot;}&#38;quot; and indentLevel &#38;gt; 0):
                indentLevel = indentLevel - 1
            a = a + 1

    editor.EndUndoAction()&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'd like to automate the regex stuff, but there's no replace/replaceall function python. I found IDocument.ReplaceAll and ISearchOptions.* in the PyPN API documentation but i don't know how to use the search options.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;p = pn.CurrentDoc()&#60;br /&#62;
p.ISearchOptions ???&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;can you tell me how use it properly or tell me another way to this task?
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Assign additional ctags file extensions? (mksql)</title>
			<link>http://pnotepad.org/forums/topic/658#post-2384</link>
			<pubDate>Thu, 03 Sep 2009 20:59:22 +0000</pubDate>
			<dc:creator>mksql</dc:creator>
			<guid isPermaLink="false">2384@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I use PN to edit both CPython and IronPython scripts. The Python lexer is close enough for IronPython code, but I cannot figure out how to get the tags navigator to recognize file extensions other than .py.&#60;/p&#62;
&#60;p&#62;In this case I would like files with extensions .py or .ipy to be tagged via the Python syntax.&#60;/p&#62;
&#60;p&#62;Suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Hello, love the new script recorder! (Jan)</title>
			<link>http://pnotepad.org/forums/topic/583#post-2062</link>
			<pubDate>Sun, 17 May 2009 00:26:39 +0000</pubDate>
			<dc:creator>Jan</dc:creator>
			<guid isPermaLink="false">2062@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Title pretty much says it all. The script recorder makes it much, much easier for beginners to learn scripting. An excellent addition!
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Can Portable PN work with a Portable Python? (johnwinterflood)</title>
			<link>http://pnotepad.org/forums/topic/536#post-1855</link>
			<pubDate>Sat, 21 Feb 2009 11:16:41 +0000</pubDate>
			<dc:creator>johnwinterflood</dc:creator>
			<guid isPermaLink="false">1855@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Has anyone had any success getting a portable version of PN to connect with a portable python?
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Scripts no longer working (oh)</title>
			<link>http://pnotepad.org/forums/topic/531#post-1842</link>
			<pubDate>Wed, 18 Feb 2009 12:31:13 +0000</pubDate>
			<dc:creator>oh</dc:creator>
			<guid isPermaLink="false">1842@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;After updating tolatest developer build, I get this error message when running the included 'sort lines' script:&#60;/p&#62;
&#60;p&#62;Python error: &#38;lt;class 'Boost.Python.ArgumentError'&#38;gt;: Python argument types in&#60;br /&#62;
    Scintilla.GetText(Scintilla, int, int)&#60;br /&#62;
did not match C++ signature:&#60;br /&#62;
    GetText(class PNScintilla {lvalue}, int)&#60;/p&#62;
&#60;p&#62;Thanks for your great work -&#60;br /&#62;
Olaf
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Python 3 files limited to 4095 characters? (eregener)</title>
			<link>http://pnotepad.org/forums/topic/518#post-1798</link>
			<pubDate>Sun, 01 Feb 2009 19:48:14 +0000</pubDate>
			<dc:creator>eregener</dc:creator>
			<guid isPermaLink="false">1798@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I'm running Python 3 under WinXP v5.1.2600. I'm running PN v2.0.9.853-devel. PN was recommended to me because my other editor isn't Python-3-ready.&#60;/p&#62;
&#60;p&#62;When my program is longer than precisely 4095 (2^12-1) characters and I try to compile &#38;amp; run using F7, the output window shows the compiler has been called but nothing else (i.e. no compiler errors, console output or whatever as the case may be). Programs in other edit windows run normally. Closing the affected edit window is successful but takes half a minute or so.&#60;/p&#62;
&#60;p&#62;I can't tell whether it's PN or Python that's messing up because I have no other way to run Python just now. Any idea what's wrong?
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Run current buffer in Python (Ecir Hana)</title>
			<link>http://pnotepad.org/forums/topic/451#post-1601</link>
			<pubDate>Sun, 03 Aug 2008 11:51:21 +0000</pubDate>
			<dc:creator>Ecir Hana</dc:creator>
			<guid isPermaLink="false">1601@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I just found PN, sorry for a newbie quiestion:&#60;br /&#62;
Is it possible to run current buffer (preferably without saving) in Python and display Python's output in PN?&#60;/p&#62;
&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Script Development (macdonag)</title>
			<link>http://pnotepad.org/forums/topic/353#post-1245</link>
			<pubDate>Wed, 12 Mar 2008 14:01:51 +0000</pubDate>
			<dc:creator>macdonag</dc:creator>
			<guid isPermaLink="false">1245@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I just noticed the script functionality - looks very powerful, I'm beginning to play with it now.  A couple of things would be good though:&#60;br /&#62;
 - Any chance of including the scripting in the default installer?  It would be used a lot more in that case, I believe.&#60;br /&#62;
 - Any chance of the script system looking for changes to the script directory and it's files?  Currently, if I add a new file or a new function, I have to restart pn to add it to the Scripts window.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
graham
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Run the current buffer as a python script (mirkosoft)</title>
			<link>http://pnotepad.org/forums/topic/253#post-909</link>
			<pubDate>Tue, 17 Jul 2007 14:28:59 +0000</pubDate>
			<dc:creator>mirkosoft</dc:creator>
			<guid isPermaLink="false">909@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;First, thank you very much for building my text editor of choice!&#60;/p&#62;
&#60;p&#62;I'd really like to be able to run the current buffer as a python script, possibly by simply hitting F8 or some other nice key. This should run the current buffer as a pn script, without adding it to the script view. I have tried to accomplish this by adding python.exe as a new tool - which throws ImportError: No module named pn. &#60;/p&#62;
&#60;p&#62;Would be nice, if you could build this into one of the next releases...
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Run Python scripts (gambit995)</title>
			<link>http://pnotepad.org/forums/topic/215#post-778</link>
			<pubDate>Sun, 29 Apr 2007 08:53:23 +0000</pubDate>
			<dc:creator>gambit995</dc:creator>
			<guid isPermaLink="false">778@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi everyone,&#60;/p&#62;
&#60;p&#62;I use python for my everyday scripting jobs. I used to use scheme, but now I use that for more arcane things. I also don't like having to use IDLE. I would much rather use command console to run the scripts. Sure I can use PN2 to edit the file, then save, then go to the console and run the script but that wastes a lot of time if you are constantly modifying your code. What I would like to be able to do is run the scripts from PN2. Is there any way I can do that.&#60;/p&#62;
&#60;p&#62;Thanks in advance to anyone who replies.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Problem with PN -&#62; Python object passing (sven)</title>
			<link>http://pnotepad.org/forums/topic/191#post-681</link>
			<pubDate>Sat, 31 Mar 2007 01:25:49 +0000</pubDate>
			<dc:creator>sven</dc:creator>
			<guid isPermaLink="false">681@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I tried to get the python scripting extension running using:&#60;br /&#62;
- Python 2.5&#60;br /&#62;
- boost 1.33.1&#60;br /&#62;
- vc8&#60;br /&#62;
- PN2 2.0.654-devel&#60;/p&#62;
&#60;p&#62;What happens:&#60;br /&#62;
(1) I press a key (well, one that corresponds to a letter) within a document in PN&#60;br /&#62;
(2) eventually DocSink::OnCharAdded(char c) is called&#60;br /&#62;
(3) OnCharAdded calls onCharAdded in glue.py and passes the character + a reference to the current document&#60;/p&#62;
&#60;p&#62;But for some reason it throws an error message when the python script (glue.py) accesses a method of IDocumentPtr in function &#34;onCharAdded&#34;.&#60;/p&#62;
&#60;p&#62;&#38;gt; Python error: &#38;lt;type 'exceptions.AttributeError'&#38;gt;: 'IDocument' object has no attribute 'GetCurrentScheme'&#60;/p&#62;
&#60;p&#62;I checked the document object: From within DocSink::OnCharAdded the method is accessible. This exception is also fired in case of any other method call of IDocument in python.&#60;/p&#62;
&#60;p&#62;Printing the other parameter passed, char c, on the debug output window works fine. Does anyone know how boost does the &#34;object conversion&#34; and where I can dig further to find out what's wrong? &#60;/p&#62;
&#60;p&#62;Why is boost necessary at all? Isn't there an another way to call python functions from within C++ without linking that massive (and IMMO not very elegantly written) library (even though we are only using the python relevant dll)?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Sven
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

