Switch to unified view

a/website/download.html b/website/download.html
...
...
38
    <table width=100%><tbody><tr>
38
    <table width=100%><tbody><tr>
39
     <td><a href="#source">Source</a></td>
39
     <td><a href="#source">Source</a></td>
40
         <td><a href="#rpms">Rpm/deb packages</a></td>
40
         <td><a href="#rpms">Rpm/deb packages</a></td>
41
         <td><a href="BUGS.html">Known bugs</a></td>
41
         <td><a href="BUGS.html">Known bugs</a></td>
42
     <td><a href="#otherbinary">Other binary packages</a></td>
42
     <td><a href="#otherbinary">Other binary packages</a></td>
43
     <td><a href="#ports">Bsd port</a></td>
43
     <td><a href="#ports">Bsd and Mac ports</a></td>
44
     <td><a href="#filters">Filters</a> </td>
44
     <td><a href="#filters">Filters</a> </td>
45
     <td><a href="#translations">Translations</a></td>
45
     <td><a href="#translations">Translations</a></td>
46
      </tr>
46
      </tr>
47
    </tbody>
47
    </tbody>
48
      </table>
48
      </table>
...
...
329
          in <a href="download-1.14.html">the previous page</a> may
329
          in <a href="download-1.14.html">the previous page</a> may
330
          still be valid.</p>
330
          still be valid.</p>
331
      </blockquote>
331
      </blockquote>
332
332
333
333
334
      <h2><a name="ports">FreeBSD ports</a></h2> 
334
      <h2><a name="ports">Ports</a></h2> 
335
335
336
      <h3>FreeBSD ports</h3>
336
      <p>There are ports for both xapian-core
337
      <p>There are ports for both xapian-core
337
    and recoll in the standard tree, you may just need to update
338
    and recoll in the standard tree, you may just need to update
338
    your ports (cvsup, portsnap), or you can get the ports from
339
    your ports (cvsup, portsnap), or you can get the ports from
339
    the FreeBSD site. 
340
    the FreeBSD site. 
340
    <a href="http://cvsweb.freebsd.org/ports/databases/xapian-core">
341
    <a href="http://cvsweb.freebsd.org/ports/databases/xapian-core">
341
      xapian port</a> 
342
      xapian port</a> 
342
    <a href="http://cvsweb.freebsd.org/ports/deskutils/recoll">
343
    <a href="http://cvsweb.freebsd.org/ports/deskutils/recoll">
343
      recoll port</a>.</p>
344
      recoll port</a>.</p>
345
346
      <h3>Mac port</h3>
347
348
      <p>It seems that Recoll will sometimes find data that Spotlight
349
        misses (especially inside pdfs apparently, which is probably
350
        more to the credit of poppler than recoll itself).</p>
351
      <p>There is a MacPorts Portfile available for Recoll 1.15.9. It
352
        is not in the official MacPorts tree though, but you can use it
353
        outside the tree anyway.</p>
354
      <p>The following is based on
355
      the <a href="http://guide.macports.org/#development.local-repositories">
356
          the MacPort documentation</a>. Procedure:</p>
357
      <ul>
358
        <li>Install <a href="http://www.macports.org/">MacPorts</a>
359
          if it's not there yet.</li>
360
        <li>Download
361
          the <a href="files/macport-recoll-1.15.9.tar.gz">recoll
362
            Portfile tree (tar file)</a>.</li> 
363
        <li>Decide where you want the local port tree to leave (it's
364
          tiny), ie: /Users/myself/macports.</li>
365
        <li>Edit /opt/local/etc/macports/sources.conf, and insert a URL
366
          pointing to your local repository before the rsync one:
367
<pre>
368
    file:///Users/myself/macports
369
    rsync://rsync.macports.org/release/ports [default]
370
</pre>
371
        </li>
372
        <li>Extract the port tar file inside your local tree:
373
<pre>
374
    cd /Users/myself/macports
375
    tar xvzf /path/to/the/downloaded/macport-recoll-1.15.9.tar.gz
376
</pre>
377
        </li>
378
        <li>Use the MacPorts portindex
379
          command in the local repository's directory to create or
380
          update the index of the ports in your local repository:
381
<pre>
382
    cd ~/Users/myself/macports
383
    portindex
384
</pre>
385
          Once the local port is added to the PortIndex, it becomes
386
          available for searching or installation as with any other
387
          Portfile in the MacPorts
388
         tree.
389
        </li>
390
        <li>Install :) :
391
<pre>
392
    sudo port install recoll
393
</pre>
394
      </ul>
395
      <p>Recoll is then available from the command line. There is
396
        probably a way to run it in a clicky way, but some more
397
        advanced mac user will have to point me to it...</p>
344
398
345
      <h2><a name="translations">Translations</a></h2>
399
      <h2><a name="translations">Translations</a></h2>
346
400
347
      <p>Most of the translations for 1.15 are incomplete
401
      <p>Most of the translations for 1.15 are incomplete
348
    The source translation files are included in the source
402
    The source translation files are included in the source