Re: [Unicon-group] Unidoc info
Hi Jay, Thanks for your response. I believe unidoc is in the process of being deprecated in favor of Steve's Wampler Unidoc but that one has't been rolled out in sources yet and I couldn't any references to it. You are right about the readme file, not so much of a documentation. There is no -h or --help either. I quick look at the code didn't help as well. I expected it to work like javadoc where you just feed in the source file according to the Internet but that didn't do the trick. Cheers, Jafar On Thu, Jun 8, 2017 at 6:36 AM, Jay Hammond wrote: > sorry, I meant to send: > > > Hi Jafar, > I looked for local unidoc files. I found > ...\Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett > \README",06/03/2017,04:41,133 > > but 133 bytes is not enough for documentation; it says (dated 2017) > that Unidoc is preserved in case it's useful. > It implies that it is deprecated. Is unidoc the tool you really need? > > \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\main.icn > > main.icn shows options for selecting html or roff outputs. You have to > source the browser or formatter. > > (there was once a roff to TeX translator; CTAN will have it if it is > still usable) > > I'm not sure what inputs unidoc looks for. It has a procedure to start > with a hint and expand it to a set of files. > I've not opened that piece of source. > > I hope these clues tell you something you did not know. > best wishes, Jay > > > > Path, Date, > Time,Size,Bytes > \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\ > README",06/03/2017,04:41,133 > \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\ > docs\docs_macros",27/02/2004,17:28,427 > \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\ > docs\library.doc",27/02/2004,17:28,434 > \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\ > docs\macros",27/02/2004,17:28,4182 > \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\ > docs\macros_ms",27/02/2004,17:28,1947 > \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\ > docs\makefile",06/03/2017,06:05,434 > \UniconDox\UniconUtils\Samples\UniDoc\buildDocs.sh",24/02/2003,14:46,372 > \UniconDox\UniconUtils\Samples\UniDoc\buildIPLdoc.sh",24/02/2003,14:46,532 > > > > On 08/06/2017 06:47, Jafar Al-Gharaibeh wrote: > > > > Of course I tried the obvious : > > > > unidoc foo.icn > > > > which gets me: > > > > Couldn't find package info for package foo.icn > > > > Which I couldn't decipher. > > > > --Jafar > > > > On Thu, Jun 8, 2017 at 12:27 AM, Jafar Al-Gharaibeh > wrote: > > > > Hi, > > > >Is there any documentation about Unidoc or how to use it? I > would like to give it a try but from a quick search I don't seem to find > any reference about it. > > > > Thanks on Advance, > > Jafar > > > Unicon-group mailing list > > Unicon-group@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/unicon-group > > > -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Unicon-group mailing list Unicon-group@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unicon-group
Re: [Unicon-group] Unidoc info
Thanks for pointing at the README Jay. We are currently in the midst of integrating Steve and Kevin Wampler's unicon contributions into the main Unicon distribution. Their unidoc has always been more robust than our previous offering so it is slated to become the official unidoc shortly. However, there are some tricky parts to the integration and I have been slow. I'll try to get it done Soon. Cheers, Clint Sent from my LG G6, an AT&T 4G LTE smartphone -- Original message-- From: Jay Hammond via Unicon-group Date: Thu, Jun 8, 2017 7:37 AM To: Jafar Al-Gharaibeh;Unicon; Cc: Subject:Re: [Unicon-group] Unidoc info sorry, I meant to send: Hi Jafar, I looked for local unidoc files. I found ...\Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\README",06/03/2017,04:41,133 but 133 bytes is not enough for documentation; it says (dated 2017) that Unidoc is preserved in case it's useful. It implies that it is deprecated. Is unidoc the tool you really need? \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\main.icn main.icn shows options for selecting html or roff outputs. You have to source the browser or formatter. (there was once a roff to TeX translator; CTAN will have it if it is still usable) I'm not sure what inputs unidoc looks for. It has a procedure to start with a hint and expand it to a set of files. I've not opened that piece of source. I hope these clues tell you something you did not know. best wishes, Jay Path, Date, Time,Size,Bytes \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\README",06/03/2017,04:41,133 \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\docs\docs_macros",27/02/2004,17:28,427 \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\docs\library.doc",27/02/2004,17:28,434 \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\docs\macros",27/02/2004,17:28,4182 \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\docs\macros_ms",27/02/2004,17:28,1947 \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\docs\makefile",06/03/2017,06:05,434 \UniconDox\UniconUtils\Samples\UniDoc\buildDocs.sh",24/02/2003,14:46,372 \UniconDox\UniconUtils\Samples\UniDoc\buildIPLdoc.sh",24/02/2003,14:46,532 On 08/06/2017 06:47, Jafar Al-Gharaibeh wrote: > > Of course I tried the obvious : > > unidoc foo.icn > > which gets me: > > Couldn't find package info for package foo.icn > > Which I couldn't decipher. > > --Jafar > > On Thu, Jun 8, 2017 at 12:27 AM, Jafar Al-Gharaibeh wrote: > > Hi, > >Is there any documentation about Unidoc or how to use it? I would like to give it a try but from a quick search I don't seem to find any reference about it. > > Thanks on Advance, > Jafar > Unicon-group mailing list > Unicon-group@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/unicon-group -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Unicon-group mailing list Unicon-group@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unicon-group -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Unicon-group mailing list Unicon-group@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unicon-group
Re: [Unicon-group] Unidoc info
sorry, I meant to send: Hi Jafar, I looked for local unidoc files. I found ...\Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\README",06/03/2017,04:41,133 but 133 bytes is not enough for documentation; it says (dated 2017) that Unidoc is preserved in case it's useful. It implies that it is deprecated. Is unidoc the tool you really need? \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\main.icn main.icn shows options for selecting html or roff outputs. You have to source the browser or formatter. (there was once a roff to TeX translator; CTAN will have it if it is still usable) I'm not sure what inputs unidoc looks for. It has a procedure to start with a hint and expand it to a set of files. I've not opened that piece of source. I hope these clues tell you something you did not know. best wishes, Jay Path, Date, Time,Size,Bytes \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\README",06/03/2017,04:41,133 \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\docs\docs_macros",27/02/2004,17:28,427 \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\docs\library.doc",27/02/2004,17:28,434 \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\docs\macros",27/02/2004,17:28,4182 \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\docs\macros_ms",27/02/2004,17:28,1947 \Unicon\unicon-code-5088-trunk\unicon\uni\unidoc\parlett\docs\makefile",06/03/2017,06:05,434 \UniconDox\UniconUtils\Samples\UniDoc\buildDocs.sh",24/02/2003,14:46,372 \UniconDox\UniconUtils\Samples\UniDoc\buildIPLdoc.sh",24/02/2003,14:46,532 On 08/06/2017 06:47, Jafar Al-Gharaibeh wrote: > > Of course I tried the obvious : > > unidoc foo.icn > > which gets me: > > Couldn't find package info for package foo.icn > > Which I couldn't decipher. > > --Jafar > > On Thu, Jun 8, 2017 at 12:27 AM, Jafar Al-Gharaibeh wrote: > > Hi, > >Is there any documentation about Unidoc or how to use it? I would like to give it a try but from a quick search I don't seem to find any reference about it. > > Thanks on Advance, > Jafar > Unicon-group mailing list > Unicon-group@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/unicon-group -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Unicon-group mailing list Unicon-group@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unicon-group
Re: [Unicon-group] Unidoc
On 08/06/2017 06:47, Jafar Al-Gharaibeh wrote: Of course I tried the obvious : unidoc foo.icn which gets me: Couldn't find package info for package foo.icn Which I couldn't decipher. --Jafar On Thu, Jun 8, 2017 at 12:27 AM, Jafar Al-Gharaibeh mailto:to.ja...@gmail.com>> wrote: Hi, Is there any documentation about Unidoc or how to use it? I would like to give it a try but from a quick search I don't seem to find any reference about it. Thanks on Advance, Jafar -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Unicon-group mailing list Unicon-group@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unicon-group -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Unicon-group mailing list Unicon-group@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unicon-group
Re: [Unicon-group] Unidoc
Of course I tried the obvious : unidoc foo.icn which gets me: Couldn't find package info for package foo.icn Which I couldn't decipher. --Jafar On Thu, Jun 8, 2017 at 12:27 AM, Jafar Al-Gharaibeh wrote: > Hi, > >Is there any documentation about Unidoc or how to use it? I would like > to give it a try but from a quick search I don't seem to find any reference > about it. > > Thanks on Advance, > Jafar > -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Unicon-group mailing list Unicon-group@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unicon-group
[Unicon-group] Unidoc
Hi, Is there any documentation about Unidoc or how to use it? I would like to give it a try but from a quick search I don't seem to find any reference about it. Thanks on Advance, Jafar -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Unicon-group mailing list Unicon-group@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unicon-group