[Debtags-commits] [svn] r1873 - python
Enrico Zini
enrico at costa.debian.org
Mon Aug 28 22:57:12 UTC 2006
Author: enrico
Date: Mon Aug 28 22:57:11 2006
New Revision: 1873
Modified:
python/ (props changed)
python/wxssearch
Log:
r3223 at viaza: enrico | 2006-08-28 23:50:28 +0100
More contents for the About box
Modified: python/wxssearch
==============================================================================
--- python/wxssearch (original)
+++ python/wxssearch Mon Aug 28 22:57:11 2006
@@ -318,7 +318,11 @@
self.Destroy()
elif id == SearchWindow.ACTION_ABOUT:
msg = """
- Prototype for a new concept of package search.
+ Prototype for a new concept of package search
+ =============================================
+
+ Introduction
+ ------------
Debtags Smart Search is an attempt to use the Debtags
category data to create a powerful and intuitive search
@@ -332,6 +336,13 @@
The actual package filtering is done with the tags only. The
way the user interact with tags is through simple "I want
this"/"I don't want this" decisions.
+
+ Tips
+ ----
+ * you can be vague while giving keywords, since you can
+ always refine later using the tags
+ * you can change the search keywords in the middle of a
+ search, to get a different selection of candidate tags.
"""
dia = wx.lib.dialogs.ScrolledMessageDialog(self, msg, "About Debtags Smart Search")
dia.ShowModal()
More information about the Debtags-commits
mailing list