[Debtags-commits] [svn] r1360 - debtags/trunk/doc

Enrico Zini enrico at costa.debian.org
Sat Sep 24 10:53:23 UTC 2005


Author: enrico
Date: Sat Sep 24 10:53:22 2005
New Revision: 1360

Modified:
   debtags/trunk/doc/Makefile.am
   debtags/trunk/doc/paper-debtags.rst
Log:
Applied patch from Francesco Poli

Modified: debtags/trunk/doc/Makefile.am
==============================================================================
--- debtags/trunk/doc/Makefile.am	(original)
+++ debtags/trunk/doc/Makefile.am	Sat Sep 24 10:53:22 2005
@@ -14,6 +14,7 @@
 
 paper-debtags.dvi: paper-debtags.tex $(IMAGES:.png=.eps)
 	latex $<
+	latex $<
 
 paper-debtags.pdf: paper-debtags.dvi
 	dvipdf $< $@

Modified: debtags/trunk/doc/paper-debtags.rst
==============================================================================
--- debtags/trunk/doc/paper-debtags.rst	(original)
+++ debtags/trunk/doc/paper-debtags.rst	Sat Sep 24 10:53:22 2005
@@ -226,7 +226,7 @@
 5. Debian is a growing organism.
 
 These rules look simple, yet they are important and deep: rule number 1 tells
-us that software is there to be used, which means that people need to and know
+us that software is there to be used, which means that people need to know
 about it and find it.  This is the main reason for organizing packages: to
 allow people to use them.
 
@@ -594,7 +594,7 @@
   Prints some statistics about `Debtags`_.
 
 ``debtags show mutt``
-  Like ``apt-get show mutt``, but also shows the mutt's `Debtags`_ tags.
+  Like ``apt-cache show mutt``, but also shows the mutt's `Debtags`_ tags.
 
 ``debtags grep 'use::editing && media::rasterimage'``
   Shows all packages that allow to edit raster images.  You can use full
@@ -766,7 +766,7 @@
 ======
 
 In the words of its developer Thaddeus H. Black, Debram was ``a
-primitive attempt to treat the same Debian package problem Debram more
+primitive attempt to treat the same Debian package problem Debtags more
 properly solves.``  Today, Thaddeus has enthusiastically joined Debtags
 development and is now in the process of merging the large body of
 Debram data into Debtags.  Unable to attend Debconf5, Thaddeus has asked
@@ -838,8 +838,8 @@
    not* column.  Both columns list facets.
 
    If you click on a facet on the "Has" column, the "And not" column will list
-   all the other facets, together with a number.  The number represent how many
-   packages have the "Has" facet, but no not have that "And not" facet.  The
+   all the other facets, together with a number.  The number represents how many
+   packages have the "Has" facet, but do not have that "And not" facet.  The
    "And not" facets are sorted by increasing values of this number.
 
    Sometimes all the "And not" facets have similar numbers, but sometimes there
@@ -909,7 +909,7 @@
   you would expect: if not, you can check the tags of the missing or extra
   packages to see if there is anything wrong.
   
-You an also use `debtags`_ as a low-level backend if you want to experiment
+You can also use `debtags`_ as a low-level backend if you want to experiment
 with scripted or automated tagging ideas:
 
 ``debtags tagsearch`` and ``debtags tagshow``:
@@ -1007,7 +1007,7 @@
 data from the `debram`_ database into the `Debtags`_ world.
 
 Benjamin Mesing is also experimenting with setting up a smart Bayesian engine
-to infer new tags based on what tags are there now.  This is has very promising
+to infer new tags based on what tags are there now.  This has very promising
 and exciting possibilities: there is a prototype available in the `autodebtag`_
 subversion repository, and it needs more people to play with it.
 
@@ -1189,7 +1189,7 @@
       @{$dt->getTags('debtags')->getIterable()}), "\n";
 
   my $tags = Debtags::TagSet->new();
-  $tags->insert($voc->getTag('media::rasterimage'));
+  $tags->insert($voc->getTag('use::editing'));
   $tags->insert($voc->getTag('media::rasterimage'));
   my $editors = $dt->getPackages($tags);
   print "Raster image editors: ",



More information about the Debtags-commits mailing list