rst2pseudoxml.py keeps popping up

9 views
Skip to first unread message

tom.va...@gmail.com

unread,
May 28, 2016, 7:44:55 PM5/28/16
to nikola-discuss
#!C:\Users\TomV\Codes\nikola\Scripts\python.exe

# $Id: rst2pseudoxml.py 4564 2006-05-21 20:44:42Z wiemann $
# Author: David Goodger <goo...@python.org>
# Copyright: This module has been placed in the public domain.

Every time I open or save a post, this file rst2pseudoxml.py is open in another editor. How can I stop this, please? Below is the content of the file.

=====
"""
A minimal front end to the Docutils Publisher, producing pseudo-XML.
"""

try:
    import locale
    locale.setlocale(locale.LC_ALL, '')
except:
    pass

from docutils.core import publish_cmdline, default_description


description = ('Generates pseudo-XML from standalone reStructuredText '
               'sources (for testing purposes).  ' + default_description)

publish_cmdline(description=description)

Roberto Alsina

unread,
May 28, 2016, 8:03:16 PM5/28/16
to nikola-discuss
I have to say I am quite confused by this email.

What do you mean by "open or save a post"?

--
You received this message because you are subscribed to the Google Groups "nikola-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nikola-discus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

tom.va...@gmail.com

unread,
May 28, 2016, 8:07:06 PM5/28/16
to nikola-discuss, ral...@kde.org
I mean every time I open posts/<post_name>.rst to edit (with vim) and every time I save the edit.

Roberto Alsina

unread,
May 28, 2016, 8:15:27 PM5/28/16
to nikola-...@googlegroups.com
On Sat, May 28, 2016 at 9:07 PM <tom.va...@gmail.com> wrote:
I mean every time I open posts/<post_name>.rst to edit (with vim) and every time I save the edit.


But when you do that Nikola is not even running. I don't think this is really related to Nikola at all.
 
Reply all
Reply to author
Forward
0 new messages