<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>wixi Google Group</title>
  <link>http://groups.google.nl/group/wixi</link>
  <description>Wixi is a multi-platform wiki application for the desktop.</description>
  <language>en</language>
  <item>
  <title>required features</title>
  <link>http://groups.google.nl/group/wixi/browse_thread/thread/543dc6a4b3bbee97/8e9df5255fd27714?show_docid=8e9df5255fd27714</link>
  <description>
  Hello, &lt;br&gt; I&#39;m trying out wixi ant attempting to use it as a wiki incubator and &lt;br&gt; there are some features i think are missing: &lt;br&gt; * color in text, changing fonts. It would be nice to be able to &lt;br&gt; define styles, like the CSS &lt;br&gt; * linking inside a page with anchors. txt2tags seems to have this &lt;br&gt; feature with: &lt;br&gt; [internalLink] to define an anchor, and
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/wixi/browse_thread/thread/543dc6a4b3bbee97/8e9df5255fd27714?show_docid=8e9df5255fd27714</guid>
  <author>
  zoltronoo...@gmail.com
  (zoltronoogle)
  </author>
  <pubDate>Fri, 05 feb 2010 08:59:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wixi] Richtext editor for Wixi?</title>
  <link>http://groups.google.nl/group/wixi/browse_thread/thread/6aa5eed68e37768a/26d3c99ec7a50ed7?show_docid=26d3c99ec7a50ed7</link>
  <description>
  Rich text would be a nice *addition*, but one of the primary reasons I &lt;br&gt; use Wixi in the first place is because of it&#39;s ability to export to so &lt;br&gt; many useful formats.
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/wixi/browse_thread/thread/6aa5eed68e37768a/26d3c99ec7a50ed7?show_docid=26d3c99ec7a50ed7</guid>
  <author>
  ben.al...@gmail.com
  (Ben)
  </author>
  <pubDate>Mon, 11 jan 2010 15:41:35 UT
</pubDate>
  </item>
  <item>
  <title>Richtext editor for Wixi?</title>
  <link>http://groups.google.nl/group/wixi/browse_thread/thread/6aa5eed68e37768a/b4827363d7be677c?show_docid=b4827363d7be677c</link>
  <description>
  Hi All, &lt;br&gt; I think most of you know that Wixi is using the txt2tags format. I &lt;br&gt; really like the txt2tags document generator, it&#39;s powerfull and &lt;br&gt; elegant. But when building it into a desktop wiki application, you &lt;br&gt; always end up with: &lt;br&gt; 1. a text editor (for editing your page). &lt;br&gt; 2. a html viewer (generated from you page in html format).
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/wixi/browse_thread/thread/6aa5eed68e37768a/b4827363d7be677c?show_docid=b4827363d7be677c</guid>
  <author>
  k.remmelzw...@gmail.com
  (Kees Remmelzwaal)
  </author>
  <pubDate>Mon, 14 dec 2009 10:52:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: bug</title>
  <link>http://groups.google.nl/group/wixi/browse_thread/thread/d1ec4e95a10b1da3/9373e340b7594d56?show_docid=9373e340b7594d56</link>
  <description>
  The security issue is only a consequence. &lt;br&gt; &lt;p&gt;The bottom line is &amp;quot;let the database API do its job (the escaping), &lt;br&gt; because it&#39;ll do it better than you&amp;quot;. &lt;br&gt; &lt;p&gt;An example of a problem with wixi due to string substitution in SQL &lt;br&gt; queries: try to create a wiki page that contains double quotes in the &lt;br&gt; name. It&#39;s not possible. If you&#39;ll run wixi from console, you&#39;ll see
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/wixi/browse_thread/thread/d1ec4e95a10b1da3/9373e340b7594d56?show_docid=9373e340b7594d56</guid>
  <author>
  zpc...@gmail.com
  (zpcspm)
  </author>
  <pubDate>Sat, 12 dec 2009 07:12:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wixi] bug</title>
  <link>http://groups.google.nl/group/wixi/browse_thread/thread/d1ec4e95a10b1da3/bbdbee34ca22755e?show_docid=bbdbee34ca22755e</link>
  <description>
  Hi Charles, &lt;br&gt; Thank you for your bug report. Excellent research! &lt;br&gt; &lt;p&gt;After saving a page _new_ page, it needs to have a valid id number in order &lt;br&gt; to store it in the categorylist. That&#39;s where it goes wrong. &lt;br&gt; &lt;p&gt;We need to have this right after line 214 in SQLiteCon.py &lt;br&gt; &lt;p&gt;data.update({&#39;id&#39;:self.GetPage Id(data.get(&#39;page&#39;))})
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/wixi/browse_thread/thread/d1ec4e95a10b1da3/bbdbee34ca22755e?show_docid=bbdbee34ca22755e</guid>
  <author>
  k.remmelzw...@gmail.com
  (Kees Remmelzwaal)
  </author>
  <pubDate>Fri, 11 dec 2009 23:22:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: bug</title>
  <link>http://groups.google.nl/group/wixi/browse_thread/thread/d1ec4e95a10b1da3/b02083b46bc32fcc?show_docid=b02083b46bc32fcc</link>
  <description>
  Doing string substitution in SQL queries is generally a very bad &lt;br&gt; practice. &lt;br&gt; Even the documentation for sqlite3 module emphasizes it. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://docs.python.org/library/sqlite3.html#module-sqlite3&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;(search for &amp;quot;Never do this&amp;quot;).
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/wixi/browse_thread/thread/d1ec4e95a10b1da3/b02083b46bc32fcc?show_docid=b02083b46bc32fcc</guid>
  <author>
  zpc...@gmail.com
  (zpcspm)
  </author>
  <pubDate>Fri, 11 dec 2009 20:58:29 UT
</pubDate>
  </item>
  <item>
  <title>bug</title>
  <link>http://groups.google.nl/group/wixi/browse_thread/thread/d1ec4e95a10b1da3/b98077c2c2b23690?show_docid=b98077c2c2b23690</link>
  <description>
  I.ve found that sometimes when a page is saved, the categorylist in the &lt;br&gt; database gets corrupted. &lt;br&gt; Try clicking Calendar button then select a category in the tree and &lt;br&gt; &#39;append to text&#39; to set the calendar page&#39;s category, then exit wixi. &lt;br&gt; restart and try to delete the page and you get: &lt;br&gt; &lt;p&gt;TypeError: unsubscriptable object
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/wixi/browse_thread/thread/d1ec4e95a10b1da3/b98077c2c2b23690?show_docid=b98077c2c2b23690</guid>
  <author>
  charlesrcar...@gmail.com
  (Charles Carver)
  </author>
  <pubDate>Fri, 11 dec 2009 01:06:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wixi] Re: Bug: &lt;tab&gt; operator seems not to work as it should.</title>
  <link>http://groups.google.nl/group/wixi/browse_thread/thread/3d7576794b3ab1ad/5bad598d7a2631e0?show_docid=5bad598d7a2631e0</link>
  <description>
  Did you enabled text-wrapping in the configuration menu? &lt;br&gt; That&#39;s important if you want the whole paragraph to be offset. &lt;br&gt; The paragraph should consist of one rule. &lt;br&gt; &lt;p&gt;Kees
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/wixi/browse_thread/thread/3d7576794b3ab1ad/5bad598d7a2631e0?show_docid=5bad598d7a2631e0</guid>
  <author>
  k.remmelzw...@planet.nl
  (kees remmelzwaal)
  </author>
  <pubDate>Tue, 13 okt 2009 17:18:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wixi] Bug: &lt;tab&gt; operator seems not to work as it should.</title>
  <link>http://groups.google.nl/group/wixi/browse_thread/thread/3d7576794b3ab1ad/0bf3fb1f9f190f87?show_docid=0bf3fb1f9f190f87</link>
  <description>
  Kees, can you provide an example, how to use it? &lt;br&gt; I just wanted to have a paragraph, offset a bit... &lt;br&gt; &lt;p&gt;Shin
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/wixi/browse_thread/thread/3d7576794b3ab1ad/0bf3fb1f9f190f87?show_docid=0bf3fb1f9f190f87</guid>
  <author>
  l...@mail.ru
  (Shinobiteno)
  </author>
  <pubDate>Tue, 13 okt 2009 17:09:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wixi] Bug: &lt;tab&gt; operator seems not to work as it should.</title>
  <link>http://groups.google.nl/group/wixi/browse_thread/thread/3d7576794b3ab1ad/0bb0f473f8cf2f01?show_docid=0bb0f473f8cf2f01</link>
  <description>
  Hi Shino, &lt;br&gt; You are getting in the txt2tags zone now....In a paragraph, a tab &lt;br&gt; doesn&#39;t do very much. It is more used for quoting. &lt;br&gt; &lt;p&gt;From the txt2tags site: &lt;br&gt; A quoted paragraph is prefixed by a TAB. &lt;br&gt; More TABs, more deep. &lt;br&gt; No TAB or blank line, closes quote. &lt;br&gt; &lt;p&gt;Wixi is shipping a full unmodified txt2tags version. For example, in
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/wixi/browse_thread/thread/3d7576794b3ab1ad/0bb0f473f8cf2f01?show_docid=0bb0f473f8cf2f01</guid>
  <author>
  k.remmelzw...@gmail.com
  (Kees Remmelzwaal)
  </author>
  <pubDate>Tue, 13 okt 2009 17:00:57 UT
</pubDate>
  </item>
  <item>
  <title>[Wixi] Bug: &lt;tab&gt; operator seems not to work as it should.</title>
  <link>http://groups.google.nl/group/wixi/browse_thread/thread/3d7576794b3ab1ad/71f57a60ce426594?show_docid=71f57a60ce426594</link>
  <description>
  Hello Kees! &lt;br&gt; &lt;p&gt;Seems that &amp;lt;tab&amp;gt; does not offsets as it should.. &lt;br&gt; &lt;p&gt;Raw examples: &lt;br&gt; asdasdasd &lt;br&gt; asdasdasdasd&amp;lt;tab&amp;gt;adasdasd &lt;br&gt; asdasd &lt;br&gt; &lt;p&gt;asdasdasd &lt;br&gt; asdasdasdasd &lt;br&gt; &amp;lt;tab&amp;gt;adasdasd &lt;br&gt; asdasd &lt;br&gt; &lt;p&gt;Translate to this: &lt;br&gt; (picture) &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://i045.radikal.ru/0910/6f/bd615869a468.png&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/wixi/browse_thread/thread/3d7576794b3ab1ad/71f57a60ce426594?show_docid=71f57a60ce426594</guid>
  <author>
  l...@mail.ru
  (Shinobiteno)
  </author>
  <pubDate>Tue, 13 okt 2009 15:17:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wixi] Feature Request: Expandable borders</title>
  <link>http://groups.google.nl/group/wixi/browse_thread/thread/d83dbe60f790fe81/a45be7c62fe78bbe?show_docid=a45be7c62fe78bbe</link>
  <description>
  Hi Shin, &lt;br&gt; Thank you for hunting down that nasty bug. I will try to fix it when i &lt;br&gt; have some time. I also created a roadmap on the website so that you &lt;br&gt; can see what you might expect in future versions. Renaming categories &lt;br&gt; and all the pages within it is something i definitely want to do &lt;br&gt; first. After that i think the Internationalization is next.
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/wixi/browse_thread/thread/d83dbe60f790fe81/a45be7c62fe78bbe?show_docid=a45be7c62fe78bbe</guid>
  <author>
  k.remmelzw...@gmail.com
  (Kees Remmelzwaal)
  </author>
  <pubDate>Sun, 11 okt 2009 19:46:30 UT
</pubDate>
  </item>
  <item>
  <title>[Wixi] Feature Request: Expandable borders</title>
  <link>http://groups.google.nl/group/wixi/browse_thread/thread/d83dbe60f790fe81/ed754df629e3c243?show_docid=ed754df629e3c243</link>
  <description>
  Another feat. req. that got cut from discussion, so it does not get &lt;br&gt; overseen or lost. &lt;br&gt; &lt;p&gt;What I mean is... &lt;br&gt; This is what we have in 1.10 (look at mouse cursor): &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://s51.radikal.ru/i132/0910/c2/e29fb7a2f8d6.png&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;And this is what it should be(its another python app - stuffkeeper): &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://s60.radikal.ru/i170/0910/39/b67cafd6f200.png&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/wixi/browse_thread/thread/d83dbe60f790fe81/ed754df629e3c243?show_docid=ed754df629e3c243</guid>
  <author>
  l...@mail.ru
  (Shinobiteno)
  </author>
  <pubDate>Sat, 10 okt 2009 20:02:47 UT
</pubDate>
  </item>
  <item>
  <title>[Wixi]Feature Request: Reduce auto-colapses of category tree.</title>
  <link>http://groups.google.nl/group/wixi/browse_thread/thread/55e7c1a897e1cddc/642dd55169f6aa91?show_docid=642dd55169f6aa91</link>
  <description>
  This one is new... &lt;br&gt; &lt;p&gt;Wixi currently colapses category tree with every click on save button. &lt;br&gt; I think this is very annoying when you do rearrage or work with &lt;br&gt; several pages. &lt;br&gt; &lt;p&gt;A method of reducing auto-collapse would be: &lt;br&gt; - remember what categories are rolled and unrolled. &lt;br&gt; --- Do modifications, incl page and category renaming and all else ---
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/wixi/browse_thread/thread/55e7c1a897e1cddc/642dd55169f6aa91?show_docid=642dd55169f6aa91</guid>
  <author>
  l...@mail.ru
  (Shinobiteno)
  </author>
  <pubDate>Sat, 10 okt 2009 20:13:19 UT
</pubDate>
  </item>
  <item>
  <title>[Wixi] Feature request: Smart page renaming.</title>
  <link>http://groups.google.nl/group/wixi/browse_thread/thread/f9f00e3d2c3bef3c/334c5e1657fc223c?show_docid=334c5e1657fc223c</link>
  <description>
  I have separated this request from my post so it wont get overseen or &lt;br&gt; lost.. &lt;br&gt; &lt;p&gt;A small thing would be nice: &lt;br&gt; Check if link name and description name of link match. &lt;br&gt; If they match, rename description name of link as well. &lt;br&gt; &lt;p&gt;There are two cases: &lt;br&gt; - links to other pages with same description as page name. Example:
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/wixi/browse_thread/thread/f9f00e3d2c3bef3c/334c5e1657fc223c?show_docid=334c5e1657fc223c</guid>
  <author>
  l...@mail.ru
  (Shinobiteno)
  </author>
  <pubDate>Sat, 10 okt 2009 19:56:57 UT
</pubDate>
  </item>
  </channel>
</rss>
