<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1296</id>
	<title>Nabble - Gnome - Documentation</title>
	<updated>2009-12-04T16:31:00Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Gnome---Documentation-f1296.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gnome---Documentation-f1296.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26651672</id>
	<title>Use gnome-doc-tool on Mallard documents</title>
	<published>2009-12-04T16:31:00Z</published>
	<updated>2009-12-04T16:31:00Z</updated>
	<author>
		<name>Shaun McCance-2</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I've just committed changed to gnome-doc-utils to allow you
&lt;br&gt;to use gnome-doc-tool to generate HTML for Mallard documents.
&lt;br&gt;This will be in the next unstable release.
&lt;br&gt;&lt;br&gt;If you don't want to wait, I'm attaching a built copy of
&lt;br&gt;gnome-doc-tool. &amp;nbsp;As long as gnome-doc-utils is installed
&lt;br&gt;in /usr on your system, this should work fine.
&lt;br&gt;&lt;br&gt;Quack,
&lt;br&gt;Shaun
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651672&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;gnome-doc-tool&lt;/strong&gt; (17K) &lt;a href=&quot;http://old.nabble.com/attachment/26651672/0/gnome-doc-tool&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Use-gnome-doc-tool-on-Mallard-documents-tp26651672p26651672.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26637305</id>
	<title>Re: Question about entities in Mallard</title>
	<published>2009-12-03T19:14:17Z</published>
	<updated>2009-12-03T19:14:17Z</updated>
	<author>
		<name>Shaun McCance-2</name>
	</author>
	<content type="html">On Thu, 2009-12-03 at 18:47 -0600, Jim Campbell wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Based on what Shaun provided, I was able to get the following to work:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;!DOCTYPE page [
&lt;br&gt;&amp;gt; &amp;lt;!ENTITY % entities-xfce SYSTEM &amp;quot;../../doc-libs/entities-xfce.ent&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; %entities-xfce;
&lt;br&gt;&amp;gt; &amp;lt;!ENTITY % entities-xfce-app SYSTEM
&lt;br&gt;&amp;gt; &amp;quot;../../doc-libs/entities-xfce-app.ent&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; %entities-xfce-app;
&lt;br&gt;&amp;gt; ]&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;page xmlns=&amp;quot;&lt;a href=&quot;http://projectmallard.org/1.0/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://projectmallard.org/1.0/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; type=&amp;quot;topic&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; id=&amp;quot;introduction&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; . . . 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -----------
&lt;br&gt;&amp;gt; As for now, I have all of my actual documentation in a &amp;quot;docs&amp;quot; folder,
&lt;br&gt;&amp;gt; but have a separate doc-libs and images folder, too. &amp;nbsp;Yelp properly
&lt;br&gt;&amp;gt; displays both the external entities and the images that I placed in a
&lt;br&gt;&amp;gt; folder separate from the documents.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is the desired behavior for me, but I wanted to check in and make
&lt;br&gt;&amp;gt; sure that I'm not breaking any Mallard rules,
&lt;/div&gt;&lt;br&gt;Not at all. &amp;nbsp;This is all standard (if advanced) XML stuff.
&lt;br&gt;I don't discuss any of this in the Mallard spec in part
&lt;br&gt;because it's not Mallard-specific, and in part because I
&lt;br&gt;don't want to confuse people.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;or if any of what I've done actually only works because I have some
&lt;br&gt;&amp;gt; docbook files installed on my system.
&lt;br&gt;&lt;br&gt;You haven't directly done anything DocBook-specific, but
&lt;br&gt;I don't know what's in those entity files you reference.
&lt;br&gt;If those are including DocBook files, then you've got a
&lt;br&gt;DocBook dependency. &amp;nbsp;Otherwise, no.
&lt;br&gt;&lt;br&gt;What you might consider doing is installing these files
&lt;br&gt;on the system somewhere and registering them with the
&lt;br&gt;system-wide XML catalog. &amp;nbsp;Then you could reference them
&lt;br&gt;with a canonical URI and have them automatically looked]
&lt;br&gt;up by libxml2.
&lt;br&gt;&amp;gt; 
&lt;br&gt;The only caveat is that Yelp passes XML_PARSE_NONET to
&lt;br&gt;libxml2, which means it won't hit the network to resolve
&lt;br&gt;entity references. &amp;nbsp;So if you use a canonical http URI,
&lt;br&gt;and you don't have a system-installed file registered
&lt;br&gt;with the XML catalog, your entities won't be resolved.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Shaun
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26637305&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-about-entities-in-Mallard-tp26489830p26637305.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26636192</id>
	<title>Re: Question about entities in Mallard</title>
	<published>2009-12-03T16:47:57Z</published>
	<updated>2009-12-03T16:47:57Z</updated>
	<author>
		<name>Jim Campbell-4</name>
	</author>
	<content type="html">Hi All,&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/24 Shaun McCance &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636192&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shaunm@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;

Jim, this technique works fine for me.  I&amp;#39;ve attached a Mallard&lt;br&gt;
page that defines and uses an entity for the title.  This shows&lt;br&gt;
fine in Yelp, and it validates.&lt;br&gt;
&lt;br&gt;
The trickier question is how to include the standard character&lt;br&gt;
entities.  There are similar DOCTYPE tricks, but you&amp;#39;ll need&lt;br&gt;
to have them installed on your system.  It turns out that you&lt;br&gt;
do have them installed as part of the DocBook package, but do&lt;br&gt;
we want to rely on that?  Should we encourage people to use&lt;br&gt;
DocBook&amp;#39;s character entity definitions?  Should we ship our&lt;br&gt;
own character entity definitions?&lt;br&gt;
&lt;br&gt;
/me thinks the standard character entities should have just&lt;br&gt;
been part of the XML standard.&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;Shaun&lt;/font&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Based on what Shaun provided, I was able to get the following to work:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&amp;lt;!DOCTYPE page [&lt;/div&gt;&lt;div&gt;&amp;lt;!ENTITY % entities-xfce SYSTEM &amp;quot;../../doc-libs/entities-xfce.ent&amp;quot;&amp;gt;&lt;/div&gt;

&lt;div&gt;%entities-xfce;&lt;/div&gt;&lt;div&gt;&amp;lt;!ENTITY % entities-xfce-app SYSTEM &amp;quot;../../doc-libs/entities-xfce-app.ent&amp;quot;&amp;gt;&lt;/div&gt;&lt;div&gt;%entities-xfce-app;&lt;/div&gt;&lt;div&gt;]&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;lt;page xmlns=&amp;quot;&lt;a href=&quot;http://projectmallard.org/1.0/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://projectmallard.org/1.0/&lt;/a&gt;&amp;quot;&lt;/div&gt;

&lt;div&gt;      type=&amp;quot;topic&amp;quot;&lt;/div&gt;&lt;div&gt;      id=&amp;quot;introduction&amp;quot;&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;. . . &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;-----------&lt;/div&gt;&lt;div&gt;As for now, I have all of my actual documentation in a &amp;quot;docs&amp;quot; folder, but have a separate doc-libs and images folder, too.  Yelp properly displays both the external entities and the images that I placed in a folder separate from the documents.&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;This is the desired behavior for me, but I wanted to check in and make sure that I&amp;#39;m not breaking any Mallard rules, or if any of what I&amp;#39;ve done actually only works because I have some docbook files installed on my system.&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Any input?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks, all,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Jim&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636192&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-about-entities-in-Mallard-tp26489830p26636192.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26593153</id>
	<title>[dasher] Created branch gnome-2-28</title>
	<published>2009-12-01T06:55:10Z</published>
	<updated>2009-12-01T06:55:10Z</updated>
	<author>
		<name>Patrick Welche-2</name>
	</author>
	<content type="html">The branch 'gnome-2-28' was created pointing to:
&lt;br&gt;&lt;br&gt;&amp;nbsp;d1903b0... Updated German help translation
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26593153&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-dasher--Created-branch-gnome-2-28-tp26593153p26593153.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26586913</id>
	<title>Re: Rebranding stuff under the Yelp umbrella</title>
	<published>2009-11-30T21:34:32Z</published>
	<updated>2009-11-30T21:34:32Z</updated>
	<author>
		<name>Bugzilla from dhillonv10@gmail.com</name>
	</author>
	<content type="html">Hi Shawn,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;How are you? Please pardon me if I am starting this discussion in a
&lt;br&gt;wrong place, I wrote some page-templates for mallard that users can use
&lt;br&gt;to easily convert documentation. What do you say about that? I talked to
&lt;br&gt;Milo about this and he was very helpful, but he referred to ask you
&lt;br&gt;about this. Thanks for your time.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Regards,
&lt;br&gt;Vikram Dhillon
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, 2009-12-01 at 00:26 +0100, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586913&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dsegan@...&lt;/a&gt; wrote: 
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Shaun,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; yelp-tools would contain the build utilities and yelp-tool,
&lt;br&gt;&amp;gt; &amp;gt; which would comprise the functionality currently found in
&lt;br&gt;&amp;gt; &amp;gt; gnome-doc-tool and gnome-doc-prepare, plus some.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'd definitely like to move out xml2po out of gnome-doc-utils, and I think this would work well with the split you propose.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; yelp would be the help viewer we use in Gnome.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; My hope is that we can get more widespread adoption of our
&lt;br&gt;&amp;gt; &amp;gt; documentation tools.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Thoughts?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In general, I believe it sounds pretty good. &amp;nbsp;It'd be especially interesting to make XSL stylesheets more customizable and usable outside GNOME per-se.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; Danilo
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586913&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26586913/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Rebranding-stuff-under-the-Yelp-umbrella-tp26558092p26586913.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584005</id>
	<title>Re: Rebranding stuff under the Yelp umbrella</title>
	<published>2009-11-30T15:26:19Z</published>
	<updated>2009-11-30T15:26:19Z</updated>
	<author>
		<name>Danilo Segan</name>
	</author>
	<content type="html">Hi Shaun,
&lt;br&gt;&lt;br&gt;&amp;gt; yelp-tools would contain the build utilities and yelp-tool,
&lt;br&gt;&amp;gt; which would comprise the functionality currently found in
&lt;br&gt;&amp;gt; gnome-doc-tool and gnome-doc-prepare, plus some.
&lt;br&gt;&lt;br&gt;I'd definitely like to move out xml2po out of gnome-doc-utils, and I think this would work well with the split you propose.
&lt;br&gt;&lt;br&gt;&amp;gt; yelp would be the help viewer we use in Gnome.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; My hope is that we can get more widespread adoption of our
&lt;br&gt;&amp;gt; documentation tools.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thoughts?
&lt;br&gt;&lt;br&gt;In general, I believe it sounds pretty good. &amp;nbsp;It'd be especially interesting to make XSL stylesheets more customizable and usable outside GNOME per-se.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Danilo
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
&lt;br&gt;sicherer, schneller und einfacher! &lt;a href=&quot;http://portal.gmx.net/de/go/atbrowser&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://portal.gmx.net/de/go/atbrowser&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584005&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Rebranding-stuff-under-the-Yelp-umbrella-tp26558092p26584005.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26574428</id>
	<title>[libgnome] Created branch gnome-2-28</title>
	<published>2009-11-30T05:07:18Z</published>
	<updated>2009-11-30T05:07:18Z</updated>
	<author>
		<name>Christian Persch-3</name>
	</author>
	<content type="html">The branch 'gnome-2-28' was created pointing to:
&lt;br&gt;&lt;br&gt;&amp;nbsp;149e9e6... Added LowGerman translation
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26574428&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-libgnome--Created-branch-gnome-2-28-tp26574428p26574428.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26564520</id>
	<title>Re: Processing problem with code block in Mallard page</title>
	<published>2009-11-29T10:21:08Z</published>
	<updated>2009-11-29T10:21:08Z</updated>
	<author>
		<name>Shaun McCance-2</name>
	</author>
	<content type="html">On Sun, 2009-11-29 at 18:28 +0100, Mario Blättermann wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Am Sonntag, den 29.11.2009, 17:12 +0100 schrieb Matteo Settenvini:
&lt;br&gt;&amp;gt; &amp;gt; Il giorno dom, 29/11/2009 alle 16.42 +0100, Mario Blättermann ha
&lt;br&gt;&amp;gt; &amp;gt; scritto:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I'm currently working on an upcoming manual for Kupfer. I have tried to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; use a code block with the following content:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;lt;code&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Kupfer]
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; keybinding = &amp;lt;Control&amp;gt;space
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; magickeybinding = &amp;lt;Ctrl&amp;gt;&amp;lt;Alt&amp;gt;space
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;lt;/code&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; But Mallard doesn't accept this construction, I get the following error message:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; AFAIK it's not a Mallard problem, but a XML one. You've to escape the
&lt;br&gt;&amp;gt; &amp;gt; '&amp;lt;' and '&amp;gt;' entities when you use them literally, that is when you use
&lt;br&gt;&amp;gt; &amp;gt; them outside of the scope of opening and closing tags.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://www.htmlescape.net/escape_common.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.htmlescape.net/escape_common.html&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Else, the parser thinks you're opening a &amp;lt;Control&amp;gt; tag, and thus checks
&lt;br&gt;&amp;gt; &amp;gt; for a &amp;lt;/Control&amp;gt; closing tag before the &amp;lt;/code&amp;gt; tag. Since it's not
&lt;br&gt;&amp;gt; &amp;gt; there, it bails out because that XML is malformed.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; Thanks for pointing this out. Now it works fine, with the &amp;lt; and &amp;gt;
&lt;br&gt;&amp;gt; in place of the &amp;lt; and &amp;gt;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But I remember of DocBook, there we have a &amp;lt;![CDATA[&amp;lt;control&amp;gt;&amp;lt;shift&amp;gt;]]&amp;gt;
&lt;br&gt;&amp;gt; construct to prevent DocBook from detecting this as native XML tags.
&lt;br&gt;&amp;gt; Shouldn't Mallard handle this similarly? Mallard aimed to be more simple
&lt;br&gt;&amp;gt; than DocBook, and should't require any HTML based stuff. The &amp;lt; and &amp;gt;
&lt;br&gt;&amp;gt; inside a code block should be correctly processed by the XSLT
&lt;br&gt;&amp;gt; stylesheet.
&lt;/div&gt;&lt;br&gt;It doesn't require any HTML stuff. &amp;nbsp;All of this is standard
&lt;br&gt;XML stuff. &amp;nbsp;You can escape with &amp;lt; and &amp;gt;, or you can use
&lt;br&gt;&amp;lt;![CDATA[...]]&amp;gt;. &amp;nbsp;Both are mechanisms common to XML, and both
&lt;br&gt;are handled by the XML parser (libxml2) before any Mallard
&lt;br&gt;tools even see the page contents.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Shaun
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564520&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Processing-problem-with-code-block-in-Mallard-page-tp26563080p26564520.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26564003</id>
	<title>Re: Processing problem with code block in Mallard page</title>
	<published>2009-11-29T09:28:24Z</published>
	<updated>2009-11-29T09:28:24Z</updated>
	<author>
		<name>Mario Blättermann-3</name>
	</author>
	<content type="html">Am Sonntag, den 29.11.2009, 17:12 +0100 schrieb Matteo Settenvini:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Il giorno dom, 29/11/2009 alle 16.42 +0100, Mario Blättermann ha
&lt;br&gt;&amp;gt; scritto:
&lt;br&gt;&amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; I'm currently working on an upcoming manual for Kupfer. I have tried to
&lt;br&gt;&amp;gt; &amp;gt; use a code block with the following content:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;code&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [Kupfer]
&lt;br&gt;&amp;gt; &amp;gt; keybinding = &amp;lt;Control&amp;gt;space
&lt;br&gt;&amp;gt; &amp;gt; magickeybinding = &amp;lt;Ctrl&amp;gt;&amp;lt;Alt&amp;gt;space
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;/code&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; But Mallard doesn't accept this construction, I get the following error message:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; AFAIK it's not a Mallard problem, but a XML one. You've to escape the
&lt;br&gt;&amp;gt; '&amp;lt;' and '&amp;gt;' entities when you use them literally, that is when you use
&lt;br&gt;&amp;gt; them outside of the scope of opening and closing tags.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.htmlescape.net/escape_common.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.htmlescape.net/escape_common.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Else, the parser thinks you're opening a &amp;lt;Control&amp;gt; tag, and thus checks
&lt;br&gt;&amp;gt; for a &amp;lt;/Control&amp;gt; closing tag before the &amp;lt;/code&amp;gt; tag. Since it's not
&lt;br&gt;&amp;gt; there, it bails out because that XML is malformed.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;Thanks for pointing this out. Now it works fine, with the &amp;lt; and &amp;gt;
&lt;br&gt;in place of the &amp;lt; and &amp;gt;.
&lt;br&gt;&lt;br&gt;But I remember of DocBook, there we have a &amp;lt;![CDATA[&amp;lt;control&amp;gt;&amp;lt;shift&amp;gt;]]&amp;gt;
&lt;br&gt;construct to prevent DocBook from detecting this as native XML tags.
&lt;br&gt;Shouldn't Mallard handle this similarly? Mallard aimed to be more simple
&lt;br&gt;than DocBook, and should't require any HTML based stuff. The &amp;lt; and &amp;gt;
&lt;br&gt;inside a code block should be correctly processed by the XSLT
&lt;br&gt;stylesheet.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Mario
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564003&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Processing-problem-with-code-block-in-Mallard-page-tp26563080p26564003.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26563363</id>
	<title>Re: Processing problem with code block in Mallard page</title>
	<published>2009-11-29T08:14:05Z</published>
	<updated>2009-11-29T08:14:05Z</updated>
	<author>
		<name>Matteo Settenvini</name>
	</author>
	<content type="html">Il giorno dom, 29/11/2009 alle 16.42 +0100, Mario Blättermann ha
&lt;br&gt;scritto:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; I'm currently working on an upcoming manual for Kupfer. I have tried to
&lt;br&gt;&amp;gt; use a code block with the following content:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;code&amp;gt;
&lt;br&gt;&amp;gt; [Kupfer]
&lt;br&gt;&amp;gt; keybinding = &amp;lt;Control&amp;gt;space
&lt;br&gt;&amp;gt; magickeybinding = &amp;lt;Ctrl&amp;gt;&amp;lt;Alt&amp;gt;space
&lt;br&gt;&amp;gt; &amp;lt;/code&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But Mallard doesn't accept this construction, I get the following error message:
&lt;/div&gt;&lt;br&gt;AFAIK it's not a Mallard problem, but a XML one. You've to escape the
&lt;br&gt;'&amp;lt;' and '&amp;gt;' entities when you use them literally, that is when you use
&lt;br&gt;them outside of the scope of opening and closing tags.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.htmlescape.net/escape_common.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.htmlescape.net/escape_common.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Else, the parser thinks you're opening a &amp;lt;Control&amp;gt; tag, and thus checks
&lt;br&gt;for a &amp;lt;/Control&amp;gt; closing tag before the &amp;lt;/code&amp;gt; tag. Since it's not
&lt;br&gt;there, it bails out because that XML is malformed.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Matteo
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26563363&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Processing-problem-with-code-block-in-Mallard-page-tp26563080p26563363.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26563080</id>
	<title>Processing problem with code block in Mallard page</title>
	<published>2009-11-29T07:42:52Z</published>
	<updated>2009-11-29T07:42:52Z</updated>
	<author>
		<name>Mario Blättermann-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I'm currently working on an upcoming manual for Kupfer. I have tried to
&lt;br&gt;use a code block with the following content:
&lt;br&gt;&lt;br&gt;&amp;lt;code&amp;gt;
&lt;br&gt;[Kupfer]
&lt;br&gt;keybinding = &amp;lt;Control&amp;gt;space
&lt;br&gt;magickeybinding = &amp;lt;Ctrl&amp;gt;&amp;lt;Alt&amp;gt;space
&lt;br&gt;&amp;lt;/code&amp;gt;
&lt;br&gt;&lt;br&gt;But Mallard doesn't accept this construction, I get the following error message:
&lt;br&gt;&lt;br&gt;&lt;br&gt;plugins.page:51: parser error : Opening and ending tag mismatch: Alt line 50 and code
&lt;br&gt;&amp;nbsp; &amp;lt;/code&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^
&lt;br&gt;plugins.page:66: parser error : Opening and ending tag mismatch: Ctrl line 50 and section
&lt;br&gt;&amp;nbsp;&amp;lt;/section&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^
&lt;br&gt;plugins.page:179: parser error : Opening and ending tag mismatch: Control line 49 and page
&lt;br&gt;&amp;lt;/page&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^
&lt;br&gt;plugins.page:180: parser error : Premature end of data in tag code line 47
&lt;br&gt;&lt;br&gt;^
&lt;br&gt;plugins.page:180: parser error : Premature end of data in tag section line 40
&lt;br&gt;&lt;br&gt;^
&lt;br&gt;plugins.page:180: parser error : Premature end of data in tag page line 1
&lt;br&gt;&lt;br&gt;^
&lt;br&gt;unable to parse plugins.page
&lt;br&gt;&lt;br&gt;&lt;br&gt;Normally it should accept any characters within &amp;lt;code&amp;gt;&amp;lt;/code&amp;gt;. What's the
&lt;br&gt;problem here? I tried to mask the &amp;lt; and &amp;gt; with backslashes, no success.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Mario
&lt;br&gt;&lt;br&gt;&lt;br /&gt;&lt;page xmlns=&quot;http://projectmallard.org/1.0/&quot; type=&quot;topic&quot; id=&quot;plugins&quot;&gt;

  &lt;info&gt;
   &lt;link type=&quot;guide&quot; xref=&quot;index#usage&quot; /&gt;
   &lt;desc&gt;Using &lt;app&gt;Kupfer&lt;/app&gt; plugins.&lt;/desc&gt;
  &lt;/info&gt;

  &lt;title&gt;Plugins&lt;/title&gt;

  &lt;p&gt;
    You can install custom plugins into ~/.local/share/kupfer/plugins; 
    adding to Kupfer's object knowledge can be surprisingly easy, just 
    look at the default plugins if you want to create new.
  &lt;/p&gt;

 &lt;section&gt;
  &lt;title&gt;Search the Web Search Engines&lt;/title&gt;
  &lt;p&gt;
   The Search the Web plugin uses &lt;app&gt;Firefox'&lt;/app&gt; search engines, 
   so you can add Search Engines directly in &lt;app&gt;Firefox&lt;/app&gt; and Kupfer will find them later.
  &lt;/p&gt;
  &lt;p&gt;
   You can also install custom search plugins directly, only for Kupfer, in the folder: 
   &lt;code&gt;~/.local/share/kupfer/searchplugins/&lt;/code&gt;
  &lt;/p&gt;
 &lt;/section&gt;
  
 &lt;section&gt;
  &lt;title&gt;Open Terminal Here&lt;/title&gt;
  &lt;p&gt;
   Open terminal first calls &lt;cmd&gt;xdg-terminal&lt;/cmd&gt;, then &lt;cmd&gt;gnome-terminal&lt;/cmd&gt;. 
   xdg-terminal is a script to find the user's configured terminal program for 
   his/her Desktop Environment. Install xdg-terminal if you need this (or install a 
   symlink &lt;em&gt;called&lt;/em&gt; xdg-terminal). 
  &lt;/p&gt;
 &lt;/section&gt;
  
 &lt;section&gt;
  &lt;title&gt;Grab current selection&lt;/title&gt;
  &lt;p&gt;
   To use Kupfer like a pro, you can configure a &quot;Magic Keybinding&quot; 
   for Kupfer. GUI configuration is not yet supported, but edit the configuration 
   file &lt;file&gt;~/.config/kupfer/kupfer.cfg&lt;/file&gt; to include the following:
  &lt;/p&gt;
  &lt;code&gt;
[Kupfer]
keybinding = &lt;Control&gt;space
magickeybinding = &lt;Ctrl&gt;&lt;Alt&gt;space
  &lt;/code&gt;
  
  &lt;p&gt;
   Now, pressing &lt;keyseq&gt;&lt;key&gt;Ctrl&lt;/key&gt;&lt;key&gt;Alt&lt;/key&gt;&lt;key&gt;Space&lt;/key&gt;&lt;/keyseq&gt; will summon 
   kupfer with the current selection in focus. Make sure you have installed 
   kupfer's nautilus plugin, then both the currently selected file in Nautilus, 
   or the currently selected text in the front application will be selected.
  &lt;/p&gt;
  &lt;p&gt;
   Now you can select a word in, say, a web browser, use 
   &lt;keyseq&gt;&lt;key&gt;Ctrl&lt;/key&gt;&lt;key&gt;Alt&lt;/key&gt;&lt;key&gt;Space&lt;/key&gt;&lt;/keyseq&gt;, and select action &quot;Look Up&quot; 
   to look up the selected word. Or select an image file, use 
   &lt;keyseq&gt;&lt;key&gt;Ctrl&lt;/key&gt;&lt;key&gt;Alt&lt;/key&gt;&lt;key&gt;Space&lt;/key&gt;&lt;/keyseq&gt;, select action 
   &quot;Scale&quot; with object &quot;1000&quot; to scale the image to 1000 pixels wide!
  &lt;/p&gt;
 &lt;/section&gt;
  
 &lt;section&gt;
  &lt;title&gt;Adding your actions and scripts&lt;/title&gt;
  &lt;p&gt;
   If you want to add a custom application, or an application called with 
   special options, you can create a new launcher for it and place it in 
   one of the standard places for applications, for example 
   &lt;file&gt;~/.local/share/applications&lt;/file&gt;, where Kupfer will find it. 
  &lt;/p&gt;
  &lt;p&gt;
   If you have a collection of scripts that you want to call from kupfer, 
   you can add the scripts folder as a catalog directory to Kupfer in the 
   preferences. Scripts that you add to kupfer's catalog this way can be run 
   directly or in the terminal as long as they are executable.
  &lt;/p&gt;
  &lt;p&gt;
   An example useful script is &lt;link href=&quot;http://kaizer.se/wiki/code/rhrating.py/&quot;&gt;here&lt;/link&gt;
   which changes the rating of Rhythmbox's currently playing song; I have added 
   five scriptlets calling 'rhrating.py' with numbers from 0 to 5 to my catalog 
   to quickly rate tracks. (This is something that might be integrated into Kupfer later)
  &lt;/p&gt;
 &lt;/section&gt;
  
 &lt;section&gt;
  &lt;title&gt;Calculator Plugin&lt;/title&gt;
  &lt;p&gt;
    The calculator plugin lets you calculate expressions quickly. 
    It can evaluate expressions entered as text starting with &quot;=&quot;. 
    Entering = from command mode will start text mode directly 
    with = prefixed for quick access.
  &lt;/p&gt;
  &lt;p&gt;
    The Calculator uses python's math and complex math modules, 
    and parses expressions as Python expressions. You may use common 
    mathematical functions, such as sqrt, sin, exp and log; the command 
    &lt;cmd&gt;=help&lt;/cmd&gt; will show a list of all defined functions and constants. 
  &lt;/p&gt;
  &lt;list&gt;
   &lt;item&gt;
    &lt;p&gt;
     Notice that the power operator in Python is double stars, for example 
     =3**3 will evaluate to 27.
    &lt;/p&gt;
   &lt;/item&gt;
   &lt;item&gt;
    &lt;p&gt;
     To calculate trig functions for angles, convert to radians first: 
     sin(radians(30)) -&gt; 0.5
    &lt;/p&gt;
   &lt;/item&gt;
   &lt;item&gt;
    &lt;p&gt;
     The last result is stored as the name _ (an underscore, just like in 
     the Python console).
    &lt;/p&gt;
   &lt;/item&gt;
  &lt;/list&gt;

 &lt;/section&gt;
  
 &lt;section&gt;
  &lt;title&gt;Command line connection&lt;/title&gt;
  &lt;p&gt;
    Kupfer is its own remote control. When kupfer is already running, 
    kupfer on the command-line will focus its window, but there is more 
    you can do: If you invoke &lt;cmd&gt;kupfer &lt;var&gt;QUERY&lt;/var&gt;&lt;/cmd&gt; where &lt;var&gt;QUERY&lt;/var&gt;
    is a text string or a filename, kupfer will focus, and select this item. This way, you 
    can quickly invoke kupfer actions even on objects from a shell-based context.
  &lt;/p&gt;
  &lt;p&gt;
    For example, if you are using the shell in a directory where you have 
    a file called &quot;report.pdf&quot;, you can focus this file in kupfer by 
    running &lt;cmd&gt;kupfer report.pdf&lt;/cmd&gt;. 
  &lt;/p&gt;
  &lt;p&gt;
    You can also pipe the output of a command into kupfer to send text to 
    the already running instance of Kupfer. 
  &lt;/p&gt;
 &lt;/section&gt;
  
 &lt;section&gt;
  &lt;title&gt;Managing Context and Current Selection&lt;/title&gt;
  &lt;p&gt;
    If you find the object you want to use, then invoke an action, 
    Kupfer goes away to perform the action (for example start a program 
    or play a song). When you come back to Kupfer, it will still keep the 
    same object and action selected. Some actions make sense to be 
    repeated (like skipping to the next song) and it can be useful to 
    perform different actions on the same object.
  &lt;/p&gt;
  &lt;p&gt;
    However, you always have the top level catalog reachable when you 
    &quot;come back&quot; to Kupfer -- say you went into the subcatalog &quot;Albums&quot; 
    to browse your albums only; you select and album to play, and play it. 
    You come back with the album selected -- but your next search will still 
    go over the top level catalog, not just albums.
  &lt;/p&gt;
  &lt;p&gt;
    How to come back into the subcatalog you were in? You do that by simply 
    browsing, not searching the first thing you do when you focus Kupfer again. 
    A quick way is to press down-arrow or space to open the browse window; 
    think of it as saying &quot;I want to stay in this subfolder&quot;. With the browse 
    window open, your next query will search the current subcatalog. 
  &lt;/p&gt;
  &lt;p&gt;
    This way you can work both ways -- you can quickly drill down into folders 
    to find a file, and when you come back for the next action with Kupfer you 
    can either summon any normal toplevel object (just start typing), or stay 
    around where you were, deep in that folder (press space, then type a query).
  &lt;/p&gt;
 &lt;/section&gt;
  
&lt;/page&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26563080&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Processing-problem-with-code-block-in-Mallard-page-tp26563080p26563080.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26558092</id>
	<title>Rebranding stuff under the Yelp umbrella</title>
	<published>2009-11-28T15:42:49Z</published>
	<updated>2009-11-28T15:42:49Z</updated>
	<author>
		<name>Shaun McCance-2</name>
	</author>
	<content type="html">Hey folks,
&lt;br&gt;&lt;br&gt;With libyelp coming along, I've been giving some thought to
&lt;br&gt;rebranding the stuff in gnome-doc-utils. &amp;nbsp;The idea is that
&lt;br&gt;the &amp;quot;Yelp&amp;quot; name would be an umbrella for all packages that
&lt;br&gt;deal with our help system.
&lt;br&gt;&lt;br&gt;This would be the package breakdown:
&lt;br&gt;&lt;br&gt;yelp-xsl would contain all the XSLT from gnome-doc-utils.
&lt;br&gt;&lt;br&gt;libyelp would contain a C library for easily transforming
&lt;br&gt;and displaying documents.
&lt;br&gt;&lt;br&gt;yelp-tools would contain the build utilities and yelp-tool,
&lt;br&gt;which would comprise the functionality currently found in
&lt;br&gt;gnome-doc-tool and gnome-doc-prepare, plus some.
&lt;br&gt;&lt;br&gt;yelp would be the help viewer we use in Gnome.
&lt;br&gt;&lt;br&gt;My hope is that we can get more widespread adoption of our
&lt;br&gt;documentation tools.
&lt;br&gt;&lt;br&gt;Thoughts?
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Shaun
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26558092&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Rebranding-stuff-under-the-Yelp-umbrella-tp26558092p26558092.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26555388</id>
	<title>[gnome-python-desktop] Created branch gnome-2-28</title>
	<published>2009-11-28T09:55:48Z</published>
	<updated>2009-11-28T09:55:48Z</updated>
	<author>
		<name>Gustavo J. A. M. Carneiro-2</name>
	</author>
	<content type="html">The branch 'gnome-2-28' was created pointing to:
&lt;br&gt;&lt;br&gt;&amp;nbsp;fa2af1b... Fix crash when parsing &amp;quot;bug-buddy --version&amp;quot;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26555388&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-gnome-python-desktop--Created-branch-gnome-2-28-tp26555388p26555388.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538129</id>
	<title>Re: [gnome-games] (22 commits) Created branch gnome-2-28</title>
	<published>2009-11-26T21:45:23Z</published>
	<updated>2009-11-26T21:45:23Z</updated>
	<author>
		<name>Jason D. Clinton</name>
	</author>
	<content type="html">Somehow--we don&amp;#39;t know how--Adi deleted and create a new HEAD based on master in place of the old gnome-2-28 HEAD. This latest branch creation message is the GNOME Games maintainers helping him restore the stable branch back in to its original state which was &lt;a href=&quot;http://git.gnome.org/cgit/gnome-games/commit/?h=gnome-2-28&amp;amp;id=5a9fabb63a20fcdde4c166cda5160b2fadefc2ba&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;5a9fabb63a20fcdde4c166cda5160b2fadefc2ba&lt;/a&gt; ... I also had him restore the branch with the commit that he was trying to make which is &lt;a href=&quot;http://git.gnome.org/cgit/gnome-games/commit/?h=gnome-2-28&amp;amp;id=2bc6d46c7cbf7290fead48e54aabde31fb0387a7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;2bc6d46c7cbf7290fead48e54aabde31fb0387a7&lt;/a&gt;. At this point everything should be back to a sane state and all these messages can be ignored. Please let me know if you notice anything odd.&lt;br&gt;
&lt;br&gt;For other maintainers who find themselves in this situation, the commit hashes in the svn-commits-list are invaluable since we do not have access to the ref log stored on the server when a branch is deleted (and you may not be quite up-to-date enough to have the now unreachable latest commits in a branch). From this list, you can get the last sane commit hash, have the person who caused the problem delete the remote afflicted branch (git push origin :bad-branch), and then have them reset a working branch to the correct hash  (git reset --hard GOODHASH) and then push the corrected working branch to the remote using the branch name (git push origin fixedlocal:newremotebranch).&lt;br&gt;
&lt;br&gt;As for how Adi did this in the first place, I don&amp;#39;t know.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 26, 2009 at 11:32 PM, Adi Roiban &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538129&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;adiroiban@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;The branch &amp;#39;gnome-2-28&amp;#39; was created.&lt;br&gt;
&lt;br&gt;
Summary of new commits:&lt;br&gt;
&lt;br&gt;
  708e54c... Post-release version bump to 2.28.1&lt;br&gt;
  a0adeff... Updated Czech help translation by Marek Cernocky&lt;br&gt;
  c9eb6fc... Updated Spanish translation&lt;br&gt;
  489caee... Updated German doc translation&lt;br&gt;
  d37ef8f... aisleriot: partial fix for z-order of empty slots; handles&lt;br&gt;
  4464ced... aisleriot: resolve z-order for empty slots; handles selecti&lt;br&gt;
  2688e62... aisleriot: remove usless region invalidation with Clutter;&lt;br&gt;
  4a51d7b... Updated Russian translation by Andrew Grigorev &amp;lt;andrew@ei-g&lt;br&gt;
  3189708... Fixed misspelling, fixes bug #598311&lt;br&gt;
  fbb4dd3... Update NEWS for Gnome Games 2.28.1&lt;br&gt;
  2810bbc... Post-release bump to 2.28.2&lt;br&gt;
  d01fb5a... Updated Lithuanian translation.&lt;br&gt;
  4d708af... Updated Spanish translation, fixes bug #599409&lt;br&gt;
  39454a7... Updated Thai translation.&lt;br&gt;
  792be0d... Fix navigation icon (Leszek Koltunski, Bug #600930)&lt;br&gt;
  91d8ae9... Added da to list of languages&lt;br&gt;
  48e110a... Added Danish translation&lt;br&gt;
  10c5097... Updated Catalan translation&lt;br&gt;
  b7a5ff5... Relicensed Aisleriot manpage as GPL2+ to be consistent with&lt;br&gt;
  d539846... Translate GtkBuilder UIs (Bug #602934)&lt;br&gt;
  5a9fabb... Import defaults in sudoku file as this sets the translation&lt;br&gt;
  2bc6d46... Update Romanian translations&lt;br&gt;
_______________________________________________&lt;br&gt;
gnome-i18n mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538129&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-i18n@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-i18n&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-i18n&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538129&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-gnome-games--%2822-commits%29-Created-branch-gnome-2-28-tp26538075p26538129.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538075</id>
	<title>[gnome-games] (22 commits) Created branch gnome-2-28</title>
	<published>2009-11-26T21:32:42Z</published>
	<updated>2009-11-26T21:32:42Z</updated>
	<author>
		<name>Adi Roiban-4</name>
	</author>
	<content type="html">The branch 'gnome-2-28' was created.
&lt;br&gt;&lt;br&gt;Summary of new commits:
&lt;br&gt;&lt;br&gt;&amp;nbsp; 708e54c... Post-release version bump to 2.28.1
&lt;br&gt;&amp;nbsp; a0adeff... Updated Czech help translation by Marek Cernocky
&lt;br&gt;&amp;nbsp; c9eb6fc... Updated Spanish translation
&lt;br&gt;&amp;nbsp; 489caee... Updated German doc translation
&lt;br&gt;&amp;nbsp; d37ef8f... aisleriot: partial fix for z-order of empty slots; handles 
&lt;br&gt;&amp;nbsp; 4464ced... aisleriot: resolve z-order for empty slots; handles selecti
&lt;br&gt;&amp;nbsp; 2688e62... aisleriot: remove usless region invalidation with Clutter; 
&lt;br&gt;&amp;nbsp; 4a51d7b... Updated Russian translation by Andrew Grigorev &amp;lt;andrew@ei-g
&lt;br&gt;&amp;nbsp; 3189708... Fixed misspelling, fixes bug #598311
&lt;br&gt;&amp;nbsp; fbb4dd3... Update NEWS for Gnome Games 2.28.1
&lt;br&gt;&amp;nbsp; 2810bbc... Post-release bump to 2.28.2
&lt;br&gt;&amp;nbsp; d01fb5a... Updated Lithuanian translation.
&lt;br&gt;&amp;nbsp; 4d708af... Updated Spanish translation, fixes bug #599409
&lt;br&gt;&amp;nbsp; 39454a7... Updated Thai translation.
&lt;br&gt;&amp;nbsp; 792be0d... Fix navigation icon (Leszek Koltunski, Bug #600930)
&lt;br&gt;&amp;nbsp; 91d8ae9... Added da to list of languages
&lt;br&gt;&amp;nbsp; 48e110a... Added Danish translation
&lt;br&gt;&amp;nbsp; 10c5097... Updated Catalan translation
&lt;br&gt;&amp;nbsp; b7a5ff5... Relicensed Aisleriot manpage as GPL2+ to be consistent with
&lt;br&gt;&amp;nbsp; d539846... Translate GtkBuilder UIs (Bug #602934)
&lt;br&gt;&amp;nbsp; 5a9fabb... Import defaults in sudoku file as this sets the translation
&lt;br&gt;&amp;nbsp; 2bc6d46... Update Romanian translations
&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538075&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-gnome-games--%2822-commits%29-Created-branch-gnome-2-28-tp26538075p26538075.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26537501</id>
	<title>[gnome-games] Created branch gnome-2-28</title>
	<published>2009-11-26T19:19:54Z</published>
	<updated>2009-11-26T19:19:54Z</updated>
	<author>
		<name>Adi Roiban-4</name>
	</author>
	<content type="html">The branch 'gnome-2-28' was created pointing to:
&lt;br&gt;&lt;br&gt;&amp;nbsp;fb40dda... Update Romanian translations
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537501&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-gnome-games--Created-branch-gnome-2-28-tp26537501p26537501.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26500353</id>
	<title>Re: Question about entities in Mallard</title>
	<published>2009-11-24T09:41:42Z</published>
	<updated>2009-11-24T09:41:42Z</updated>
	<author>
		<name>Milo Casagrande-3</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;2009/11/24 Shaun McCance &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500353&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shaunm@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The trickier question is how to include the standard character
&lt;br&gt;&amp;gt; entities.  There are similar DOCTYPE tricks, but you'll need
&lt;br&gt;&amp;gt; to have them installed on your system.  It turns out that you
&lt;br&gt;&amp;gt; do have them installed as part of the DocBook package, but do
&lt;br&gt;&amp;gt; we want to rely on that?  Should we encourage people to use
&lt;br&gt;&amp;gt; DocBook's character entity definitions?  Should we ship our
&lt;br&gt;&amp;gt; own character entity definitions?
&lt;br&gt;&lt;br&gt;I'm all in favor for shipping a gnome-doc characters entity definition.
&lt;br&gt;Would it be a good idea to set as a goal for 3.0?
&lt;br&gt;&lt;br&gt;&amp;gt; /me thinks the standard character entities should have just
&lt;br&gt;&amp;gt; been part of the XML standard.
&lt;br&gt;&lt;br&gt;Agree.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Milo Casagrande &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500353&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;milo@...&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500353&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-about-entities-in-Mallard-tp26489830p26500353.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26498896</id>
	<title>Re: Question about entities in Mallard</title>
	<published>2009-11-24T08:19:31Z</published>
	<updated>2009-11-24T08:19:31Z</updated>
	<author>
		<name>Shaun McCance-2</name>
	</author>
	<content type="html">On Mon, 2009-11-23 at 21:03 -0600, Jim Campbell wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Docbook has switched to a RelaxNG schema with the release of Docbook
&lt;br&gt;&amp;gt; 5. &amp;nbsp;RelaxNG schemas cannot natively handle entities in the same way
&lt;br&gt;&amp;gt; that DTD's can, but the Docbook documentation provides an example of
&lt;br&gt;&amp;gt; how you can still declare a separate entities file in Docbook 5
&lt;br&gt;&amp;gt; documents [1].
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have tried (but failed!) to declare an entity via a similar method
&lt;br&gt;&amp;gt; in a Mallard document. &amp;nbsp;I didn't really expect it to work, but I
&lt;br&gt;&amp;gt; thought I would give it a try before sending a note to the mailing
&lt;br&gt;&amp;gt; list. &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there some special RelaxNG-foo that would need to be in place to
&lt;br&gt;&amp;gt; enable similar functionality in Mallard? &amp;nbsp;Will my referencing
&lt;br&gt;&amp;gt; docbook's implementation help Shaun with this? &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I hope so. &amp;nbsp;If anyone has any recommendations, please let me know.
&lt;br&gt;&amp;gt; &amp;nbsp;Thanks!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Jim
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [1] &lt;a href=&quot;http://www.sagehill.net/docbookxsl/Db5Entities.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sagehill.net/docbookxsl/Db5Entities.html&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;Jim, this technique works fine for me. &amp;nbsp;I've attached a Mallard
&lt;br&gt;page that defines and uses an entity for the title. &amp;nbsp;This shows
&lt;br&gt;fine in Yelp, and it validates.
&lt;br&gt;&lt;br&gt;The trickier question is how to include the standard character
&lt;br&gt;entities. &amp;nbsp;There are similar DOCTYPE tricks, but you'll need
&lt;br&gt;to have them installed on your system. &amp;nbsp;It turns out that you
&lt;br&gt;do have them installed as part of the DocBook package, but do
&lt;br&gt;we want to rely on that? &amp;nbsp;Should we encourage people to use
&lt;br&gt;DocBook's character entity definitions? &amp;nbsp;Should we ship our
&lt;br&gt;own character entity definitions?
&lt;br&gt;&lt;br&gt;/me thinks the standard character entities should have just
&lt;br&gt;been part of the XML standard.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Shaun
&lt;br&gt;&lt;br&gt;&lt;br /&gt;&lt;!DOCTYPE page [ &lt;!ENTITY title &quot;This is the title&quot;&gt;
]&gt;
&lt;page xmlns=&quot;http://projectmallard.org/1.0/&quot; type=&quot;guide&quot; id=&quot;index&quot;&gt;

  &lt;info&gt;
  &lt;/info&gt;

  &lt;title&gt;&amp;title;&lt;/title&gt;

  &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque
  ultrices pellentesque augue, vel aliquam ante dapibus ut. Vestibulum ligula
  nisi.&lt;/p&gt;

&lt;/page&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498896&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-about-entities-in-Mallard-tp26489830p26498896.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26489830</id>
	<title>Question about entities in Mallard</title>
	<published>2009-11-23T19:03:46Z</published>
	<updated>2009-11-23T19:03:46Z</updated>
	<author>
		<name>Jim Campbell-4</name>
	</author>
	<content type="html">Hi All,&lt;br&gt;&lt;br&gt;Docbook has switched to a RelaxNG schema with the release of Docbook 5.  RelaxNG schemas cannot natively handle entities in the same way that DTD&amp;#39;s can, but the Docbook documentation provides an example of how you can still declare a separate entities file in Docbook 5 documents [1].&lt;br&gt;


&lt;br&gt;I have tried (but failed!) to declare an entity via a similar method in a Mallard document.  I didn&amp;#39;t really expect it to work, but I thought I would give it a try before sending a note to the mailing list.  &lt;div&gt;

&lt;br&gt;&lt;/div&gt;&lt;div&gt;Is there some special RelaxNG-foo that would need to be in place to enable similar functionality in Mallard?  Will my referencing docbook&amp;#39;s implementation help Shaun with this?  &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;

I hope so.  If anyone has any recommendations, please let me know.  Thanks!&lt;br&gt;&lt;br&gt;Jim&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://www.sagehill.net/docbookxsl/Db5Entities.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.sagehill.net/docbookxsl/Db5Entities.html&lt;/a&gt;&lt;br&gt;


&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26489830&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-about-entities-in-Mallard-tp26489830p26489830.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26461815</id>
	<title>[libsoup] Created branch gnome-2-28</title>
	<published>2009-11-21T16:30:44Z</published>
	<updated>2009-11-21T16:30:44Z</updated>
	<author>
		<name>Dan Winship-5</name>
	</author>
	<content type="html">The branch 'gnome-2-28' was created pointing to:
&lt;br&gt;&lt;br&gt;&amp;nbsp;d45a4b1... Fix Request-Line in https over proxy
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26461815&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-libsoup--Created-branch-gnome-2-28-tp26461815p26461815.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26457197</id>
	<title>Self Introduction -</title>
	<published>2009-11-21T06:46:45Z</published>
	<updated>2009-11-21T06:46:45Z</updated>
	<author>
		<name>Shayon-2</name>
	</author>
	<content type="html">Hello ppl,
&lt;br&gt;The below is a short Self-Intro, you can go through it &amp;nbsp;and any '
&lt;br&gt;Comments would be Appreciated '
&lt;br&gt;&lt;br&gt;Who am i ?
&lt;br&gt;Well my name is Shayon and i have recently added my self to the list.But
&lt;br&gt;i have been using Gnome as my desktop since i am with openSUSE 11.1 and
&lt;br&gt;no doubt it really serves great.
&lt;br&gt;&lt;br&gt;So why i am here and my background(Wiki) ?
&lt;br&gt;I am here to contribute my my some part to the Gnome Documentation/Wiki
&lt;br&gt;. As i am very much interested in these stuffs.I am not much of a
&lt;br&gt;technical guy but i am having experience on how to work on a Wiki.As i
&lt;br&gt;am simultaneously working over the openSUSE Wiki as its Team Member .And
&lt;br&gt;now would love to contribute to the Gnome Wiki :)
&lt;br&gt;&lt;br&gt;What all things i can do ?
&lt;br&gt;Right now i am a bit busy with my classes (studies) :) . But i am able
&lt;br&gt;to perform almost all activities in the Wiki starting from a ' minor to
&lt;br&gt;major ' edit.And apart from this i am involved in sorting and indexing
&lt;br&gt;out the templates / Articles . And more over i try to enhance the look/
&lt;br&gt;feel of the Docs present :)
&lt;br&gt;&lt;br&gt;Well this all about me :)
&lt;br&gt;&lt;br&gt;Hope to have a good start towards Gnome Doc contribution !
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Regards,
&lt;br&gt;Shayon Mukherjee
&lt;br&gt;&lt;a href=&quot;http://en.opensuse.org/User:Wwarlock&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.opensuse.org/User:Wwarlock&lt;/a&gt;&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26457197&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hkwarlock@...&lt;/a&gt;
&lt;br&gt;Twitter: ShayonM
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26457197&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Self-Introduction---tp26457197p26457197.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26434058</id>
	<title>[gnome-devel-docs] Created branch gnome-2-28</title>
	<published>2009-11-19T13:02:51Z</published>
	<updated>2009-11-19T13:02:51Z</updated>
	<author>
		<name>Shaun McCance-5</name>
	</author>
	<content type="html">The branch 'gnome-2-28' was created pointing to:
&lt;br&gt;&lt;br&gt;&amp;nbsp;f095e9b... Version 2.28.1
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26434058&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-gnome-devel-docs--Created-branch-gnome-2-28-tp26434058p26434058.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26432223</id>
	<title>[gnome-user-docs] Created branch gnome-2-28</title>
	<published>2009-11-19T11:09:16Z</published>
	<updated>2009-11-19T11:09:16Z</updated>
	<author>
		<name>Shaun McCance-5</name>
	</author>
	<content type="html">The branch 'gnome-2-28' was created pointing to:
&lt;br&gt;&lt;br&gt;&amp;nbsp;8b6911b... Version 2.28.1
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26432223&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-gnome-user-docs--Created-branch-gnome-2-28-tp26432223p26432223.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26430974</id>
	<title>[yelp] Created branch gnome-2-28</title>
	<published>2009-11-19T09:57:36Z</published>
	<updated>2009-11-19T09:57:36Z</updated>
	<author>
		<name>Shaun McCance-5</name>
	</author>
	<content type="html">The branch 'gnome-2-28' was created pointing to:
&lt;br&gt;&lt;br&gt;&amp;nbsp;6d0dcf7... Version 2.28.1
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26430974&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-yelp--Created-branch-gnome-2-28-tp26430974p26430974.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26382238</id>
	<title>Re: [Fwd: Evolution Contacts Advanced Search parsing]</title>
	<published>2009-11-16T16:10:17Z</published>
	<updated>2009-11-16T16:10:17Z</updated>
	<author>
		<name>Andre Klapper</name>
	</author>
	<content type="html">Am Montag, den 16.11.2009, 14:10 -0600 schrieb Shaun McCance:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -------- Forwarded Message --------
&lt;br&gt;&amp;gt; &amp;gt; From: Paul D. Mirowsky &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382238&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;p_mirowsky@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Reply-to: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382238&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;p_mirowsky@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382238&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; Subject: Evolution Contacts Advanced Search parsing
&lt;br&gt;&amp;gt; &amp;gt; Date: Mon, 16 Nov 2009 11:10:22 -0500
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Hello
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Evolution Contacts Advanced Search has the ability to use an
&lt;br&gt;&amp;gt; &amp;gt; 'expression' but I cannot find a definition to use this function.
&lt;/div&gt;&lt;br&gt;In Evolution, &amp;quot;expression&amp;quot; either refers to Scheme or to regex.
&lt;br&gt;Not sure in this case. :-/
&lt;br&gt;&lt;br&gt;andre
&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382238&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ak-47@...&lt;/a&gt; | failed
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.iomc.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.iomc.de/&lt;/a&gt;&amp;nbsp; | &lt;a href=&quot;http://blogs.gnome.org/aklapper&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.gnome.org/aklapper&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382238&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Fwd%3A-Evolution-Contacts-Advanced-Search-parsing--tp26378665p26382238.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26379552</id>
	<title>Re: Question about organizing mallard docs</title>
	<published>2009-11-16T13:11:26Z</published>
	<updated>2009-11-16T13:11:26Z</updated>
	<author>
		<name>Shaun McCance-2</name>
	</author>
	<content type="html">On Mon, 2009-11-16 at 14:28 -0600, Jim Campbell wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This might be a naive question, but in looking at the documentation
&lt;br&gt;&amp;gt; for Empathy, all of the .page files are located in the same directory.
&lt;br&gt;&amp;gt; Does anything special need to be done when using documents from
&lt;br&gt;&amp;gt; multiple directories. &amp;nbsp;For example:
&lt;br&gt;&amp;gt; empathy/help/C/gettingstarted/[bunch of pages] and
&lt;br&gt;&amp;gt; empathy/help/C/advanced-topics/[bunchofpages].
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've found it a bit difficult to find particular topics within the
&lt;br&gt;&amp;gt; Empathy help xml files, and it seems like things would get awfully
&lt;br&gt;&amp;gt; cumbersome once you got past more than about 20 .page files. &amp;nbsp;
&lt;/div&gt;&lt;br&gt;Hey Jim,
&lt;br&gt;&lt;br&gt;This is something I decided not to support, for performance
&lt;br&gt;reasons. &amp;nbsp;Mallard takes enough of a seek penalty as it is.
&lt;br&gt;Digging into subdirectories didn't seem like a good idea.
&lt;br&gt;&lt;br&gt;I do have plans to support multiple pages in a single file.
&lt;br&gt;I'm tentatively calling them stack files. &amp;nbsp;Instead of putting
&lt;br&gt;related pages in a directory together, you could just have
&lt;br&gt;them all in one file. &amp;nbsp;I think this addresses the &amp;quot;look at
&lt;br&gt;all these files!&amp;quot; problem pretty nicely. &amp;nbsp;If you think it's
&lt;br&gt;crap, though, please let me know.
&lt;br&gt;&lt;br&gt;(Stack files also help address some localization problems.)
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Shaun
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26379552&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-about-organizing-mallard-docs-tp26378921p26379552.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26378921</id>
	<title>Question about organizing mallard docs</title>
	<published>2009-11-16T12:28:48Z</published>
	<updated>2009-11-16T12:28:48Z</updated>
	<author>
		<name>Jim Campbell-4</name>
	</author>
	<content type="html">Hi All,&lt;br&gt;&lt;br&gt;This might be a naive question, but in looking at the documentation for Empathy, all of the .page files are located in the same directory.  Does anything special need to be done when using documents from multiple directories.  For example:  empathy/help/C/gettingstarted/[bunch of pages] and empathy/help/C/advanced-topics/[bunchofpages].&lt;br&gt;

&lt;br&gt;I&amp;#39;ve found it a bit difficult to find particular topics within the Empathy help xml files, and it seems like things would get awfully cumbersome once you got past more than about 20 .page files.  &lt;br&gt;&lt;br&gt;Jim&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26378921&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-about-organizing-mallard-docs-tp26378921p26378921.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26378665</id>
	<title>[Fwd: Evolution Contacts Advanced Search parsing]</title>
	<published>2009-11-16T12:10:52Z</published>
	<updated>2009-11-16T12:10:52Z</updated>
	<author>
		<name>Shaun McCance-2</name>
	</author>
	<content type="html">Anybody want to take a crack at writing a help topic for this?
&lt;br&gt;&lt;br&gt;Feel free to just write a Mallard topic. &amp;nbsp;We can look at upstreaming
&lt;br&gt;this into the DocBook document. &amp;nbsp;But if we get a significant number
&lt;br&gt;of Mallard topics, it could be a chance to convert the Evolution
&lt;br&gt;help over.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Shaun
&lt;br&gt;&lt;br&gt;-------- Forwarded Message --------
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: Paul D. Mirowsky &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26378665&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;p_mirowsky@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Reply-to: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26378665&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;p_mirowsky@...&lt;/a&gt;
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26378665&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Evolution Contacts Advanced Search parsing
&lt;br&gt;&amp;gt; Date: Mon, 16 Nov 2009 11:10:22 -0500
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Evolution Contacts Advanced Search has the ability to use an
&lt;br&gt;&amp;gt; 'expression' but I cannot find a definition to use this function.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am hoping that this will give me a way to either count out or select a
&lt;br&gt;&amp;gt; certain number of &amp;quot;Contact&amp;quot; records.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Verizon, as an e-mail service restricts each e-mail to no more than 99
&lt;br&gt;&amp;gt; contacts per an e-mail and no more than 500 maximum during one hour.
&lt;br&gt;&amp;gt; The penalty for breaking these rules is 24 hour loss of e-mail
&lt;br&gt;&amp;gt; privileges.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am having a bit of difficulty finding a way to parse a contact list to
&lt;br&gt;&amp;gt; meet this criteria.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As some of us do actually have to do mailings to quite a few people,
&lt;br&gt;&amp;gt; this is a bit of a pain
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any and all suggestions welcome.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; Paul
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; gnome-list mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26378665&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-list&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26378665&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Fwd%3A-Evolution-Contacts-Advanced-Search-parsing--tp26378665p26378665.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26377186</id>
	<title>Re: Feedback about Yelp</title>
	<published>2009-11-16T10:39:30Z</published>
	<updated>2009-11-16T10:39:30Z</updated>
	<author>
		<name>Shaun McCance-2</name>
	</author>
	<content type="html">On Mon, 2009-11-16 at 11:12 -0500, Luis Felipe López Acevedo wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; El dom, 15-11-2009 a las 12:55 -0600, Shaun McCance escribió:
&lt;br&gt;&amp;gt; &amp;gt; The style has to depend on the current theme. &amp;nbsp;People who
&lt;br&gt;&amp;gt; &amp;gt; use dark themes for accessibility reasons may find it very
&lt;br&gt;&amp;gt; &amp;gt; difficult to read white-on-black. &amp;nbsp;The problem is that the
&lt;br&gt;&amp;gt; &amp;gt; colors got screwed up somewhere in the last few releases.
&lt;br&gt;&amp;gt; &amp;gt; I'll be working on generating colors that are suitable for
&lt;br&gt;&amp;gt; &amp;gt; all themes for 3.0.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sorry for my ignorance but why does it have to depend on the desktop
&lt;br&gt;&amp;gt; theme? why not use a style sheet that looks the same with every desktop
&lt;br&gt;&amp;gt; theme?
&lt;/div&gt;&lt;br&gt;People who use High Contrast Inverse or Low Contrast use them
&lt;br&gt;for a reason: they have a difficult time reading black-on-white
&lt;br&gt;text. &amp;nbsp;If the help is always displayed black-on-white, it fails
&lt;br&gt;to meet their accessibility needs.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 3. I'd like the content and the contents bar to the right to have
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; independent scrolling. The reason for this is that when you write a
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; DocBook document that uses images with widths different to the
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; recommended in GNOME-STYLE[1], and these images are at the same level of
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; the navigation bar to the right, this bar will overlap the image.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I'm thinking of moving the contents back into a separate
&lt;br&gt;&amp;gt; &amp;gt; sidebar for 3.0. &amp;nbsp;That's how it used to be, but we changed
&lt;br&gt;&amp;gt; &amp;gt; it to try to de-emphasize the linear structure and make it
&lt;br&gt;&amp;gt; &amp;gt; feel more topic-oriented.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Nice. But is it going to be located on the right side? Because I'd like
&lt;br&gt;&amp;gt; it that way; I find it more comfortable. But you could give the option
&lt;br&gt;&amp;gt; to move it to the left for people who like it that way.
&lt;/div&gt;&lt;br&gt;Maybe. &amp;nbsp;I've thought about it. &amp;nbsp;I certainly prefer right
&lt;br&gt;sidebars on the web. &amp;nbsp;For Yelp, a right sidebar would make
&lt;br&gt;it easier to pop it on and off and resize the window with
&lt;br&gt;less stuff getting shifted about.
&lt;br&gt;&lt;br&gt;I'm mildly concerned about user confusion. &amp;nbsp;I don't think
&lt;br&gt;it's a big deal, but I'd like to run it by some people
&lt;br&gt;first.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; We're now doing topic-oriented help in Mallard, leaving
&lt;br&gt;&amp;gt; &amp;gt; DocBook for documents which really are linear books and
&lt;br&gt;&amp;gt; &amp;gt; articles. &amp;nbsp;So I don't see much point in treating DocBook
&lt;br&gt;&amp;gt; &amp;gt; as something it's not anymore.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But Yelp will continue to support DocBook, right?
&lt;br&gt;&lt;br&gt;Yes, definitely.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I'd also like to ask if the start page that you see when you open Yelp
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; is writen in DocBook and where can I find it. I was trying to use the
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;quot;set&amp;quot; element in DocBook hoping to get something similar but didn't get
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; what I wanted.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; The start page is currently generated inside Yelp. &amp;nbsp;It
&lt;br&gt;&amp;gt; &amp;gt; scans your system for all installed documentation and
&lt;br&gt;&amp;gt; &amp;gt; generated a set of TOC pages.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; In 3.0, the start page will be the index page of the
&lt;br&gt;&amp;gt; &amp;gt; Desktop Help, which will replace the User Guide. &amp;nbsp;This
&lt;br&gt;&amp;gt; &amp;gt; will be a Mallard document, and downstream distributors
&lt;br&gt;&amp;gt; &amp;gt; will be able to plug into it in the same ways they can
&lt;br&gt;&amp;gt; &amp;gt; plug into other Mallard documents.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But is it possible to use the «set» element in DocBook documents to
&lt;br&gt;&amp;gt; generate a page that lists the books in the set with short descriptions
&lt;br&gt;&amp;gt; about them?
&lt;/div&gt;&lt;br&gt;It's not out of the question to add this feature. &amp;nbsp;I'd
&lt;br&gt;need to see some real use cases to make sure that I'm
&lt;br&gt;correctly solving a real problem.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Shaun
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377186&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Feedback-about-Yelp-tp26361860p26377186.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26374591</id>
	<title>Re: Feedback about Yelp</title>
	<published>2009-11-16T08:12:28Z</published>
	<updated>2009-11-16T08:12:28Z</updated>
	<author>
		<name>Luis Felipe Lopez Acevedo</name>
	</author>
	<content type="html">El dom, 15-11-2009 a las 12:55 -0600, Shaun McCance escribió:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Luis,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks for your feedback.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Sun, 2009-11-15 at 13:37 -0500, Luis Felipe López Acevedo wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hello all.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I'm using GNOME 2.22.1 on gNewSense 2.3 and I'd like to give some
&lt;br&gt;&amp;gt; &amp;gt; feedback about Yelp.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 1. I don't like that when you search for something you get results from
&lt;br&gt;&amp;gt; &amp;gt; all help documents in the help system. I'd prefer to get results from
&lt;br&gt;&amp;gt; &amp;gt; the document or manual I'm reading. For example, if I'm reading Ekiga's
&lt;br&gt;&amp;gt; &amp;gt; manual I'd like to get results related to Ekiga only and not Gedit. In
&lt;br&gt;&amp;gt; &amp;gt; my opinion, the current behavior would be good as an option, not as the
&lt;br&gt;&amp;gt; &amp;gt; only way to search.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Searching within the current document will be the default
&lt;br&gt;&amp;gt; behavior in Yelp 3.0.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Nice.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; 2. I don't like that the style of the documents depends on the colors of
&lt;br&gt;&amp;gt; &amp;gt; the desktop theme. With dark themes, the documentation looks really bad.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The style has to depend on the current theme. &amp;nbsp;People who
&lt;br&gt;&amp;gt; use dark themes for accessibility reasons may find it very
&lt;br&gt;&amp;gt; difficult to read white-on-black. &amp;nbsp;The problem is that the
&lt;br&gt;&amp;gt; colors got screwed up somewhere in the last few releases.
&lt;br&gt;&amp;gt; I'll be working on generating colors that are suitable for
&lt;br&gt;&amp;gt; all themes for 3.0.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Sorry for my ignorance but why does it have to depend on the desktop
&lt;br&gt;theme? why not use a style sheet that looks the same with every desktop
&lt;br&gt;theme?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; 3. I'd like the content and the contents bar to the right to have
&lt;br&gt;&amp;gt; &amp;gt; independent scrolling. The reason for this is that when you write a
&lt;br&gt;&amp;gt; &amp;gt; DocBook document that uses images with widths different to the
&lt;br&gt;&amp;gt; &amp;gt; recommended in GNOME-STYLE[1], and these images are at the same level of
&lt;br&gt;&amp;gt; &amp;gt; the navigation bar to the right, this bar will overlap the image.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm thinking of moving the contents back into a separate
&lt;br&gt;&amp;gt; sidebar for 3.0. &amp;nbsp;That's how it used to be, but we changed
&lt;br&gt;&amp;gt; it to try to de-emphasize the linear structure and make it
&lt;br&gt;&amp;gt; feel more topic-oriented.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Nice. But is it going to be located on the right side? Because I'd like
&lt;br&gt;it that way; I find it more comfortable. But you could give the option
&lt;br&gt;to move it to the left for people who like it that way.
&lt;br&gt;&lt;br&gt;&amp;gt; We're now doing topic-oriented help in Mallard, leaving
&lt;br&gt;&amp;gt; DocBook for documents which really are linear books and
&lt;br&gt;&amp;gt; articles. &amp;nbsp;So I don't see much point in treating DocBook
&lt;br&gt;&amp;gt; as something it's not anymore.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;But Yelp will continue to support DocBook, right?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; I'd also like to ask if the start page that you see when you open Yelp
&lt;br&gt;&amp;gt; &amp;gt; is writen in DocBook and where can I find it. I was trying to use the
&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;set&amp;quot; element in DocBook hoping to get something similar but didn't get
&lt;br&gt;&amp;gt; &amp;gt; what I wanted.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The start page is currently generated inside Yelp. &amp;nbsp;It
&lt;br&gt;&amp;gt; scans your system for all installed documentation and
&lt;br&gt;&amp;gt; generated a set of TOC pages.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In 3.0, the start page will be the index page of the
&lt;br&gt;&amp;gt; Desktop Help, which will replace the User Guide. &amp;nbsp;This
&lt;br&gt;&amp;gt; will be a Mallard document, and downstream distributors
&lt;br&gt;&amp;gt; will be able to plug into it in the same ways they can
&lt;br&gt;&amp;gt; plug into other Mallard documents.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;But is it possible to use the «set» element in DocBook documents to
&lt;br&gt;generate a page that lists the books in the set with short descriptions
&lt;br&gt;about them?
&lt;br&gt;&lt;br&gt;&amp;gt; If you're interested in what we're doing or would like
&lt;br&gt;&amp;gt; to help out, you could join us on IRC. &amp;nbsp;We're on the
&lt;br&gt;&amp;gt; #docs channel on irc.gnome.org. &amp;nbsp;There's instructions
&lt;br&gt;&amp;gt; here:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://live.gnome.org/DocumentationProject/Contact&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://live.gnome.org/DocumentationProject/Contact&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;I'm reading the Documentation Project info, thanks.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26374591&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Feedback-about-Yelp-tp26361860p26374591.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26362053</id>
	<title>Re: Feedback about Yelp</title>
	<published>2009-11-15T10:55:42Z</published>
	<updated>2009-11-15T10:55:42Z</updated>
	<author>
		<name>Shaun McCance-2</name>
	</author>
	<content type="html">Hi Luis,
&lt;br&gt;&lt;br&gt;Thanks for your feedback.
&lt;br&gt;&lt;br&gt;On Sun, 2009-11-15 at 13:37 -0500, Luis Felipe López Acevedo wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello all.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm using GNOME 2.22.1 on gNewSense 2.3 and I'd like to give some
&lt;br&gt;&amp;gt; feedback about Yelp.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1. I don't like that when you search for something you get results from
&lt;br&gt;&amp;gt; all help documents in the help system. I'd prefer to get results from
&lt;br&gt;&amp;gt; the document or manual I'm reading. For example, if I'm reading Ekiga's
&lt;br&gt;&amp;gt; manual I'd like to get results related to Ekiga only and not Gedit. In
&lt;br&gt;&amp;gt; my opinion, the current behavior would be good as an option, not as the
&lt;br&gt;&amp;gt; only way to search.
&lt;/div&gt;&lt;br&gt;Searching within the current document will be the default
&lt;br&gt;behavior in Yelp 3.0.
&lt;br&gt;&lt;br&gt;&amp;gt; 2. I don't like that the style of the documents depends on the colors of
&lt;br&gt;&amp;gt; the desktop theme. With dark themes, the documentation looks really bad.
&lt;br&gt;&lt;br&gt;The style has to depend on the current theme. &amp;nbsp;People who
&lt;br&gt;use dark themes for accessibility reasons may find it very
&lt;br&gt;difficult to read white-on-black. &amp;nbsp;The problem is that the
&lt;br&gt;colors got screwed up somewhere in the last few releases.
&lt;br&gt;I'll be working on generating colors that are suitable for
&lt;br&gt;all themes for 3.0.
&lt;br&gt;&lt;br&gt;&amp;gt; 3. I'd like the content and the contents bar to the right to have
&lt;br&gt;&amp;gt; independent scrolling. The reason for this is that when you write a
&lt;br&gt;&amp;gt; DocBook document that uses images with widths different to the
&lt;br&gt;&amp;gt; recommended in GNOME-STYLE[1], and these images are at the same level of
&lt;br&gt;&amp;gt; the navigation bar to the right, this bar will overlap the image.
&lt;br&gt;&lt;br&gt;I'm thinking of moving the contents back into a separate
&lt;br&gt;sidebar for 3.0. &amp;nbsp;That's how it used to be, but we changed
&lt;br&gt;it to try to de-emphasize the linear structure and make it
&lt;br&gt;feel more topic-oriented.
&lt;br&gt;&lt;br&gt;We're now doing topic-oriented help in Mallard, leaving
&lt;br&gt;DocBook for documents which really are linear books and
&lt;br&gt;articles. &amp;nbsp;So I don't see much point in treating DocBook
&lt;br&gt;as something it's not anymore.
&lt;br&gt;&lt;br&gt;&amp;gt; I'd also like to ask if the start page that you see when you open Yelp
&lt;br&gt;&amp;gt; is writen in DocBook and where can I find it. I was trying to use the
&lt;br&gt;&amp;gt; &amp;quot;set&amp;quot; element in DocBook hoping to get something similar but didn't get
&lt;br&gt;&amp;gt; what I wanted.
&lt;br&gt;&lt;br&gt;The start page is currently generated inside Yelp. &amp;nbsp;It
&lt;br&gt;scans your system for all installed documentation and
&lt;br&gt;generated a set of TOC pages.
&lt;br&gt;&lt;br&gt;In 3.0, the start page will be the index page of the
&lt;br&gt;Desktop Help, which will replace the User Guide. &amp;nbsp;This
&lt;br&gt;will be a Mallard document, and downstream distributors
&lt;br&gt;will be able to plug into it in the same ways they can
&lt;br&gt;plug into other Mallard documents.
&lt;br&gt;&lt;br&gt;If you're interested in what we're doing or would like
&lt;br&gt;to help out, you could join us on IRC. &amp;nbsp;We're on the
&lt;br&gt;#docs channel on irc.gnome.org. &amp;nbsp;There's instructions
&lt;br&gt;here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://live.gnome.org/DocumentationProject/Contact&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://live.gnome.org/DocumentationProject/Contact&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Shaun
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26362053&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Feedback-about-Yelp-tp26361860p26362053.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26361860</id>
	<title>Feedback about Yelp</title>
	<published>2009-11-15T10:37:50Z</published>
	<updated>2009-11-15T10:37:50Z</updated>
	<author>
		<name>Luis Felipe Lopez Acevedo</name>
	</author>
	<content type="html">Hello all.
&lt;br&gt;&lt;br&gt;I'm using GNOME 2.22.1 on gNewSense 2.3 and I'd like to give some
&lt;br&gt;feedback about Yelp.
&lt;br&gt;&lt;br&gt;1. I don't like that when you search for something you get results from
&lt;br&gt;all help documents in the help system. I'd prefer to get results from
&lt;br&gt;the document or manual I'm reading. For example, if I'm reading Ekiga's
&lt;br&gt;manual I'd like to get results related to Ekiga only and not Gedit. In
&lt;br&gt;my opinion, the current behavior would be good as an option, not as the
&lt;br&gt;only way to search.
&lt;br&gt;&lt;br&gt;2. I don't like that the style of the documents depends on the colors of
&lt;br&gt;the desktop theme. With dark themes, the documentation looks really bad.
&lt;br&gt;&lt;br&gt;3. I'd like the content and the contents bar to the right to have
&lt;br&gt;independent scrolling. The reason for this is that when you write a
&lt;br&gt;DocBook document that uses images with widths different to the
&lt;br&gt;recommended in GNOME-STYLE[1], and these images are at the same level of
&lt;br&gt;the navigation bar to the right, this bar will overlap the image.
&lt;br&gt;&lt;br&gt;I'd also like to ask if the start page that you see when you open Yelp
&lt;br&gt;is writen in DocBook and where can I find it. I was trying to use the
&lt;br&gt;&amp;quot;set&amp;quot; element in DocBook hoping to get something similar but didn't get
&lt;br&gt;what I wanted.
&lt;br&gt;&lt;br&gt;Finally, thank you all for your work.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Respectfully,
&lt;br&gt;&lt;br&gt;Luis Felipe López Acevedo
&lt;br&gt;&lt;br&gt;1.&lt;a href=&quot;http://library.gnome.org/devel/gdp-style-guide/stable/screenshot-4.html.en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://library.gnome.org/devel/gdp-style-guide/stable/screenshot-4.html.en&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26361860&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Feedback-about-Yelp-tp26361860p26361860.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26361812</id>
	<title>Feedback about Yelp</title>
	<published>2009-11-15T08:18:02Z</published>
	<updated>2009-11-15T08:18:02Z</updated>
	<author>
		<name>Luis Felipe Lopez Acevedo</name>
	</author>
	<content type="html">Hello all.
&lt;br&gt;&lt;br&gt;I'm using GNOME 2.22.1 on gNewSense 2.3 and I'd like to give some
&lt;br&gt;feedback about Yelp.
&lt;br&gt;&lt;br&gt;1. I don't like that when you search for something you get results from
&lt;br&gt;all help documents in the help system. I'd prefer to get results from
&lt;br&gt;the document or manual I'm reading. For example, if I'm reading Ekiga's
&lt;br&gt;manual I'd like to get results related to Ekiga only and not Gedit. In
&lt;br&gt;my opinion, the current behavior would be good as an option, not as the
&lt;br&gt;only way to search.
&lt;br&gt;&lt;br&gt;2. I don't like that the style of the documents depends on the colors of
&lt;br&gt;the desktop theme. With dark themes, the documentation looks really bad.
&lt;br&gt;&lt;br&gt;3. I'd like the content and the contents bar to the right to have
&lt;br&gt;independent scrolling. The reason for this is that when you write a
&lt;br&gt;DocBook document that uses images with widths different to the
&lt;br&gt;recommended in GNOME-STYLE[1], and these images are at the same level of
&lt;br&gt;the navigation bar to the right, this bar will overlap the image.
&lt;br&gt;&lt;br&gt;I'd also like to ask if the start page that you see when you open Yelp
&lt;br&gt;is writen in DocBook and where can I find it. I was trying to use the
&lt;br&gt;&amp;quot;set&amp;quot; element in DocBook hoping to get something similar but didn't get
&lt;br&gt;what I wanted.
&lt;br&gt;&lt;br&gt;Finally, thank you all for your work.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Respectfully,
&lt;br&gt;&lt;br&gt;Luis Felipe López Acevedo
&lt;br&gt;&lt;br&gt;1.&lt;a href=&quot;http://library.gnome.org/devel/gdp-style-guide/stable/screenshot-4.html.en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://library.gnome.org/devel/gdp-style-guide/stable/screenshot-4.html.en&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26361812&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Feedback-about-Yelp-tp26361812p26361812.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26360420</id>
	<title>Re: In the chapter II.V. I, &quot;wrong&quot; way</title>
	<published>2009-11-15T08:03:02Z</published>
	<updated>2009-11-15T08:03:02Z</updated>
	<author>
		<name>Andre Klapper</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Am Samstag, den 14.11.2009, 17:56 +0100 schrieb Geneviève:
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; In the chapter II.V. I, the way to go to &amp;quot;menus &amp;nbsp;et barre d'outils&amp;quot; is 
&lt;br&gt;&amp;gt; not : Panneau de préférences / menus et barre d'outils, but Panneau de 
&lt;br&gt;&amp;gt; préférences / Apparence / Interface / menus et barre d'outils. As I am 
&lt;br&gt;&amp;gt; very very new, I put a long time to find it. Thank you for the &amp;quot;nest new 
&lt;br&gt;&amp;gt; people&amp;quot;.
&lt;br&gt;&amp;gt; Excuse my poor english. Have a good day !
&lt;br&gt;&lt;br&gt;I don't have any idea what document you refer to. :-)
&lt;br&gt;&lt;br&gt;Please file a bug in bugzilla.gnome.org in the product &amp;quot;L10N&amp;quot;, component
&lt;br&gt;&amp;quot;French&amp;quot; and provide the exact steps to reproduce.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;andre
&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26360420&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ak-47@...&lt;/a&gt; | failed
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.iomc.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.iomc.de/&lt;/a&gt;&amp;nbsp; | &lt;a href=&quot;http://blogs.gnome.org/aklapper&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.gnome.org/aklapper&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26360420&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/In-the-chapter-II.V.-I%2C-%22wrong%22-way-tp26360067p26360420.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26352779</id>
	<title>[anjuta-extras] Created branch gnome-2-28</title>
	<published>2009-11-14T10:54:14Z</published>
	<updated>2009-11-14T10:54:14Z</updated>
	<author>
		<name>Sebastien Granjoux</name>
	</author>
	<content type="html">The branch 'gnome-2-28' was created pointing to:
&lt;br&gt;&lt;br&gt;&amp;nbsp;3d36954... bgo #600923 - &amp;nbsp;anjuta-extras: ANJUTA_PLUGIN_LDFLAGS not def
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnome-doc-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26352779&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-doc-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-doc-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-anjuta-extras--Created-branch-gnome-2-28-tp26352779p26352779.html" />
</entry>

</feed>
