<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="4">Hi Vince, Ken, <br>
      </font></p>
    <p><font size="4">The Ken's Tonel package should be of some help.</font></p>
    <p><font size="4">If Tonel file cause too much trouble, you can also
        fileout from Pharo, then you will have to convert carriage
        return to newline character, which you can do for example with:<br>
      </font></p>
    <p><font size="4">  tr '\r' '\n' < pharo-file.st >
        cuis-file.st<br>
      </font></p>
    <p>This is what I did to be able to import the 20 DrGeo's class
      categories to Cuis:</p>
    <p>- fileout each class category</p>
    <p>- convert end line character<br>
    </p>
    <p><br>
    </p>
    <p>A SQLite package will be useful to the community. I am still
      thinking about using it for the Dynabook data. <br>
    </p>
    <p>If I am not wrong, Sqlite is known to be fast and reliable.<br>
    </p>
    <p>Hilaire<br>
    </p>
    <div class="moz-cite-prefix">Le 10/07/2023 à 15:31, ken.dickey---
      via Cuis-dev a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:a374a8f2a6160155b67818cf4a83f933@whidbey.com"><br>
      You can git clone
      <br>
        <a class="moz-txt-link-freetext"
        href="https://github.com/KenDickey/Cuis-Smalltalk-Tonel-Browser"
        moz-do-not-send="true">https://github.com/KenDickey/Cuis-Smalltalk-Tonel-Browser</a>
      <br>
      and
      <br>
        Feature require: 'ExchangeFormat-Tonel-Lite'.
      <br>
      <br>
      which allows you to browse Tonel formatted files with a little
      work.
      <br>
      <br>
      It adds to the File List browser the ability to write chunk files
      and then use the Cuis Package Browser to view and import code.
      <br>
      <br>
      Just use the File List to view a Tonel file, click on the Code
      button, and you will be asked if OK to write a similarly named
      Chunk file which is then viewed in a Package Browser.  Good tool
      to know when porting code as you can selectively import.
      <br>
      <br>
      In any case, this should give you an idea of how much work a port
      would be and if you want to undertake this.
      <br>
      <br>
      If you do, we would much welcome a donated SQL package.
      <br>
      <br>
      HTH,
      <br>
      -KenD
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
  </body>
</html>