<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.editors.lyx.devel">
    <title>gmane.editors.lyx.devel</title>
    <link>http://blog.gmane.org/gmane.editors.lyx.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109425"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109424"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109423"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109422"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109421"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109420"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109419"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109418"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109417"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109416"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109415"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109414"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109413"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109412"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109411"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109410"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109409"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109408"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109407"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.devel/109406"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109425">
    <title>Re: Instructions for: Credits, Blanket-permission and I18n (translations)</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109425</link>
    <description>

Thanks, I did wonder about those. I deleted the remainder of those two 
files from the directory
 /home/lyx/www/www-user/farm/cookbook/LyX/

/Christian

</description>
    <dc:creator>Christian Ridderström</dc:creator>
    <dc:date>2008-07-24T18:15:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109424">
    <title>Re: Instructions for: Credits, Blanket-permission and I18n (translations)</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109424</link>
    <description>
That was me.


Thanks. I've now also deleted the *joost.inc files. These were backups I made 
once. They are obsolete now. 

Jürgen

</description>
    <dc:creator>Jürgen Spitzmüller</dc:creator>
    <dc:date>2008-07-24T17:38:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109423">
    <title>Re: I'm interested in the LyX 1.7.x XML format</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109423</link>
    <description>You can browse the current source---or for that matter, anything in 
svn---here: http://www.lyx.org/trac/browser/lyx-devel/trunk/. Where to 
start is a matter of what you're interested in. The file format is 
scattered around the code, mostly in the write() routines of the various 
insets (src/insets). A LyX document is a tree-like object, with a top 
inset---and InsetText---that contains text and other insets. So a 
footnote is an InsetFootnote, which is a subclass of InsetText, so it 
may itself contain additional insets, such as InsetFlex (what used to be 
called a charstyle). The process of writing a file starts with 
Buffer::write(), goes to Text::write() (in src/Text.cpp), and then to 
Paragraph::write(), which calls the various InsetFoo::write() routines 
as required. As I said, it's in those routines that the file format is 
actually contained.

rh


</description>
    <dc:creator>rgheck</dc:creator>
    <dc:date>2008-07-24T17:01:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109422">
    <title>Re: Instructions for: Credits, Blanket-permission and I18n (translations)</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109422</link>
    <description>

Oh, I see.


Done.

I've also added a link to Wikipedia, as it describes the history of LyX.

/Christian

</description>
    <dc:creator>Christian Ridderström</dc:creator>
    <dc:date>2008-07-24T15:59:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109421">
    <title>Re: Instructions for: Credits, Blanket-permission and I18n (translations)</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109421</link>
    <description>

Thanks to whomever that updated the text on SiteDocumentation accordingly.


You are absolutely correct. Thanks for reminding me, I've now placed the 
files directly in

 farm/cookbook/LyX

I've also updated the documentation accordingly. And added similar
documentation for the page News.

/Christian

</description>
    <dc:creator>Christian Ridderström</dc:creator>
    <dc:date>2008-07-24T15:51:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109420">
    <title>Re: I'm interested in the LyX 1.7.x XML format</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109420</link>
    <description>

I'm pretty sure I have LyX-1.5.3 source hanging around. What would be a good 
plan for learning it? What source files should I start with, and what should 
I be looking out for?

My goal here would be to get a high level design overview, not to understand 
every little nuance. For instance, in the Samba source code, I found the 
place to start was the C struct that eventually became smb.conf.

Thanks

SteveT

Steve Litt
Recession Relief Package
http://www.recession-relief.US


</description>
    <dc:creator>Steve Litt</dc:creator>
    <dc:date>2008-07-24T15:50:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109419">
    <title>Re: Progress on the MS Word to LyX conversion (xml)</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109419</link>
    <description>
I agree that we should not do it if there isn't enough people interested 
in doing the work. This cannot be a one or two man work.

But this discussion is for lyx-devel so I redirected it :-)

Abdel.


</description>
    <dc:creator>Abdelrazak Younes</dc:creator>
    <dc:date>2008-07-24T14:22:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109418">
    <title>Re: Progress on the MS Word to LyX conversion (xml)</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109418</link>
    <description>
I do :-)


In my previous job we generated XML reports in C++. Those XML reportq 
were transformed to html and SVG before being published in our web 
server. They were also transformed to XSL-FO and published as pdf thanks 
to FOP. We also did multiple XML reports combination for data fusion and 
statistics. All of this using XSL.

But note that the use of XSL is not mandatory. One could just use the 
XML python library and do whatever needed transformation by hand.


We'll see. But odf is not our gold goal, at least it is not mine. For 
some of my (future) projects, I would personally like to be able to 
generate .lyx file programatically. OK, I know I could do this with 
current format but a clearly defined XML format together with a python 
library (lyx2lyx) would ease the path to that goal. That is just one use 
case were XML would be profitable.

Abdel.


</description>
    <dc:creator>Abdelrazak Younes</dc:creator>
    <dc:date>2008-07-24T13:51:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109417">
    <title>Re: I'm interested in the LyX 1.7.x XML format</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109417</link>
    <description>
the format is not going to be newly inventented. the plan i have seen up to now
were just to replace dual tags
\blablala opts
content
\end_blabla

by some
&lt;blabla opts&gt;
content 
&lt;/blabla&gt;

so i'm afraid that documenting the format means reading source code; there won't be
any specification debate.

pavel

</description>
    <dc:creator>Pavel Sanda</dc:creator>
    <dc:date>2008-07-24T12:49:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109416">
    <title>Re: Progress on the MS Word to LyX conversion (xml)</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109416</link>
    <description>
Abdel, you have some practical experience with that? I have been in project,
where more easier xml format was used the we would have and it was pain
to debug those conversion through xslt. From those times all those easy-to-do
transformations between different xml formats become an urban legend to me,
although i understand that one can't make definitive generalization from
one experience...

also that is the reason why i consider those plans that xml-isation will at the
end turn into having some complete lyx&lt;-&gt;odf converter, as only theoretical, or say
marketing speech :)

pavel

</description>
    <dc:creator>Pavel Sanda</dc:creator>
    <dc:date>2008-07-24T12:32:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109415">
    <title>Re: [Cvslog] r25854 - in /lyx-devel/branches/BRANCH_1_5_X: development...</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109415</link>
    <description>On Thu, Jul 24, 2008 at 12:16 AM, Jürgen Spitzmüller
&lt;juergen-x7R+pommg/c3VjyX6UmucA&lt; at &gt;public.gmane.org&gt; wrote:

It was intentional but I forgot why I did that now. :-)

Bo

</description>
    <dc:creator>Bo Peng</dc:creator>
    <dc:date>2008-07-24T12:26:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109414">
    <title>Re: Progress on the MS Word to LyX conversion (xml)</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109414</link>
    <description>

I'm not saing that LaTeX should be the format but something that can be
easily mapped to LaTeX. Today's LyX format is a simplified LaTeX.

Cheers,
Charles
</description>
    <dc:creator>Charles de Miramon</dc:creator>
    <dc:date>2008-07-24T12:15:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109413">
    <title>Re: Progress on the MS Word to LyX conversion (xml)</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109413</link>
    <description>
This idea was discussed before and it was abandoned more than 10 years ago. 
Every once in a while someone comes with that suggestion, and again we 
conclude that it does not work, the best that could be done would be that 
subject plus meta comments with annotations.

That task is even more daunting than the conversion to xml. 

</description>
    <dc:creator>José Matos</dc:creator>
    <dc:date>2008-07-24T10:40:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109412">
    <title>Re: Progress on the MS Word to LyX conversion (xml)</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109412</link>
    <description>
Those are different more complicated beast that have to care for finger 
painting, page positionning, reference linking etc. We don't have this 
kind of information in the format and that's why our XML format will be 
simple, very simple. As a first step it would look a lot like the 
present format (just replace \begin...\end with &lt;&gt;...&lt;/&gt;). In the 
future, it could use a minimal subset of odf. But there is no way in 
hell that our format is going to be as complicated as odf, simply 
because the WYSYWIM concept freed us from that problematic.


We'll see. If using on the shelf library is too slow, we'll just keep on 
parsing the file ourself and it will be fast.

I understand that but see above. The reason why it will be simple in our 
case is precisely because our XML format will stay simple.


Or just that nobody found an interest in learning it, or that no 
developer was interested in LateX. XSLT is quite easy in my experience.

Oh, I agree. I tried to understand once the odf format but I got a head 
ache :-)

Abdel.


</description>
    <dc:creator>Abdelrazak Younes</dc:creator>
    <dc:date>2008-07-24T10:40:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109411">
    <title>Re: Progress on the MS Word to LyX conversion (xml)</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109411</link>
    <description>


The slowness of XML parsing has been a complaint for KWord, OpenOffice,
MsWord2007. If you cannot use a parser from the shelf (QtXml, LibXml2) but
have to tweak something, what is the point.
   

If it was true, there would be today rocksolid ODF &lt;-&gt; Docbook, ODF &lt;-&gt; TEI,
ODF &lt;-&gt;XML-FO converters. The idea that is very easy to transform one xml
jargon to another xml jargon, is a myth.


At some point in Koffice development, Robert Jacolin wrote a XSLT converter
between KWord first XML format and LaTeX. He left the project but nobody
continued its work because everybody hates XSLT.

XML is nice for archival, interchange, standardized formats but is not an
universal swissknife.

Cheers,
Charles
</description>
    <dc:creator>Charles de Miramon</dc:creator>
    <dc:date>2008-07-24T10:15:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109410">
    <title>Re: Progress on the MS Word to LyX conversion (xml)</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109410</link>
    <description>
If we can add some TEI compliant tags, I don't see why we cannot do so. 
But we don't have to support that natively, an XSL stylesheet will do 
just fine.

That's a generalisation that is not really true, it really depends on 
your XML syntax. We are free to do what we want, so I am pretty sure the 
parsing will be as fast as nowadays. Really, do you see an increased 
difficulty when parsing &lt;document&gt;...&lt;/document&gt; instead of 
\begin_document...\end_document ?


That's also a generalisation, we are going to make it easy to parse. In 
any case, certainly easier to parse than current format.


Because XML is easy to transform. That is really the *main* reason. For 
example the transformation to TEI will be very, very simple, believe me. 
Not only that, but also transformations to HTML, ODF, etc. Heck, even a 
transformation to LateX would be possible if one day we decide that it 
is not worth maintaining the LateX code in C++.

Abdel.


</description>
    <dc:creator>Abdelrazak Younes</dc:creator>
    <dc:date>2008-07-24T09:50:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109409">
    <title>Re: Progress on the MS Word to LyX conversion (xml)</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109409</link>
    <description>
Interesting blog measuring the performance impact when MsWord switched to an
xml format.

http://www.oooninja.com/2008/07/benchmarking-microsoft-word-95-2007.html

</description>
    <dc:creator>Charles de Miramon</dc:creator>
    <dc:date>2008-07-24T09:46:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109408">
    <title>Re: Progress on the MS Word to LyX conversion (xml)</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109408</link>
    <description>

TEI is an archival format. I doubt it is suitable for LyX.

Like Pavel, I'm very dubitative of a move to an xml format. If you look the
wordprocessing xml initiatives, they have all been failures (docbook,
xml-fo / xsl-fo, xmltex). Odf succeeded more because of Microsoft's hate
then anything else.

Xml is slow to parse, the text is buried in very noisy formatting
information and is difficult to hack. In my opinion, history has proved it
is not adapted for wordprocessors.

Lyx final product is LaTeX / XeTeX code. Why not keep a format that is
parsable subset of LaTeX and can easily evolve when more and more LaTeX
features are added to LyX.

Cheers,
Charles
</description>
    <dc:creator>Charles de Miramon</dc:creator>
    <dc:date>2008-07-24T09:35:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109407">
    <title>Re: Approaching LyX 1.5.6</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109407</link>
    <description>
No, I tag every release:
http://www.lyx.org/trac/browser/lyx-devel/tags

Jürgen

</description>
    <dc:creator>Jürgen Spitzmüller</dc:creator>
    <dc:date>2008-07-24T05:17:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109406">
    <title>Re: [Cvslog] r25854 - in /lyx-devel/branches/BRANCH_1_5_X: development...</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109406</link>
    <description>Am Mittwoch, 23. Juli 2008 schrieb uwestoehr-0hXrFu2P2+c&lt; at &gt;public.gmane.org:

Thanks. I wasn't aware that SCons does not use the LINUGAS file.

Jürgen

</description>
    <dc:creator>Jürgen Spitzmüller</dc:creator>
    <dc:date>2008-07-24T05:16:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.devel/109405">
    <title>Re: drop support for xymatrix?</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.devel/109405</link>
    <description>
Some Journals class definitions clash with babel as well. There was a
suggestion to have a "none  (no-babel)" language", but I don't think
it was never implemented.  See:
http://bugzilla.lyx.org/show_bug.cgi?id=2909

Is it too late for 1.6.0?

</description>
    <dc:creator>John McCabe-Dansted</dc:creator>
    <dc:date>2008-07-24T04:31:53</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.editors.lyx.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.editors.lyx.devel</link>
  </textinput>
</rdf:RDF>
