From mint-bounce@lists.fishpool.fi  Wed Jan 27 15:29:03 2010
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=seznam.cz;
	h=Received:Cc:Message-Id:From:To:In-Reply-To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer:X-Smtpd:X-Seznam-User:X-QM-Mark;
	b=YD1yaxO8/vM/fZh0hNd2jfF40w332RNSGnEQsmnPm/23kqDJkvQqglogZ++21eZqy
	PBdy+dmVBOAUFF56oI7EI6ndD//wBVRGfk88G6PTSQnQihlOx+NbZMxDHIDDhnYCoSl
	z5iR4+4ZSfhoAVZo4ZaEBSNVqGJIVlsyMQqOER8=
Cc: mint <mint@fishpool.com>
Message-Id: <39D24FBE-D313-40DD-9AE0-A4D3CDF6D5CE@seznam.cz>
From: Standa Opichal <opichals@seznam.cz>
To: Paul Wratt <paul.wratt@gmail.com>
In-Reply-To: <11a6f2b11001270732m71608e2fw2eaa656383a91c00@mail.gmail.com>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
Content-Transfer-Encoding: 7bit
Mime-Version: 1.0 (Apple Message framework v936)
Subject: Re: [MiNT] tos.hyp vs. Wikipendium ?
Date: Wed, 27 Jan 2010 21:25:20 +0100
References: <11a6f2b11001110059o7a1a60d3wb7190811490bebe4@mail.gmail.com> <201001112153.p2457@b.maus.de> <11a6f2b11001112357n5968bc73i703fe89dcd038336@mail.gmail.com> <4B5EDD8C.9070606@gandon.org> <c6533ef61001260423n7d26b5f4xe81b8ea9ae0300bb@mail.gmail.com> <11a6f2b11001270732m71608e2fw2eaa656383a91c00@mail.gmail.com>
X-Mailer: Apple Mail (2.936)
X-Smtpd: 1.1.7@13984
X-Seznam-User: opichals@seznam.cz
X-QM-Mark: email-qm1<500694032>
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-to: mint-bounce@lists.fishpool.fi
X-original-sender: opichals@seznam.cz
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
List-owner: <mailto:tjhukkan@fishpool.fi>
List-post: <mailto:mint@lists.fishpool.fi>

Hi!

Here is the source http://code.google.com/p/libhyp/ . It should in  
fact pretty easy to generate
some wiki markup using the sources or with just slightly modified
http://code.google.com/p/libhyp/source/browse/trunk/tools/hypviewcgi/hypview.cgi 
  .

Had plans to do something about it and I still might, if there is  
someone who pushes
me into it. But I would rather not bet on me ;)

WRT the actual format, I would probably go for some form of xhtml with  
heavy use of css
so that it could be easily converted into anything else (xhtml is xml  
and therefore it is easy
to process further).

My 2 cents.
Standa


On Jan 27, 2010, at 4:32 PM, Paul Wratt wrote:

> On Tue, Jan 26, 2010 at 6:23 AM, Miro Kropacek <miro.kropacek@gmail.com 
> > wrote:
>>
>>>
>>> Because having a wiki is cool, being able to consult the dev docs  
>>> on good
>>> old TOS is damn cooler. So the idea was to inject TOS.HYP into  
>>> Wikipendium,
>>> then edit Wikipendium and still being able to generate UDO sources  
>>> (from the
>>> updated Wikipendium content) and with this, compile (updated)  
>>> STguide HYP
>>> files.
>>>
>>
>> Very cool idea, indeed. Ideal for both worlds (atari with its hyp,  
>> PC with
>> modern web browsers). I assume you know work of
>> Standa, http://phoenix.inf.upol.cz/~opichals/libhyp/, in this way  
>> you can
>> convert also existing (but important/actual) HYPs into html.
>> --
>
> Mark has something lined up for the dev-docs site using this (if I
> recall correctly).
>
> Definitly a HYP, HTML is easy (even with Cab/Links/HW), some other
> output options for print purposes.
>
> As Jo notes, the .HYP source format is very simple, and the sources in
> TOS-HYP CVS are relatively simple too (UDO format?)
>
> a specific example of linking and cross-referencing would be say
> parsing Doxygen over Highwire, providing relevant links to TOS-HYP and
> other ref material. An example using HYP format would be a HW dev
> manual with associated dev HYP's that mostly are not available yet
> (www, html, w3c, js engines, dom, etc)
>
> As a result of this, I was hoping to produce some sort of cross-docs
> search engine that can be used locally, even if all the docs are not
> currently available, something that could easily be update via online,
> but also contains "related searches"
>
> There is a lot of info available already, with TOS-HYP being the
> current center, but it needs going over again, and fleshing out in
> some places, and I would like to see some other languages to, besides
> English and German, even if the HTML version is just english.
>
> I am about to test Doxygens skills on HighWire, just to see what it
> can do (or fail miserably at). If it goes well, then I will use it as
> an example of linking and cross-reference for development purposes
>
> After that I will look at a higher level than source, which would be
> more practical in relation to non-source documentation, however some
> way to list code examples (or link to them) would be useful for
> reverse referencing out of TOS-HYP and other documentation or
> discussions.
>
> I seem to have chosen HighWire as my test case atm, but I would
> consider XaAES my next choice (after the current round changes have
> finished), specifically because if directly affects AES & VDI
> programming, and practical examples of ideas on its use.
>
> The overall achievement of this system would be to allow a non-atari
> dev to get up and running straight away, and never more than one click
> away from the "required docs", even if that means downloading them
>
> Obviously the examples I used here imply a HighWire-DevKit.. and that
> contains more than just docs & reference material or links.. The idea
> being that one person or one site can be set up with everything, or
> you can have a piece locally, and either browse online or dynamically
> download any new docs, never having to worry about there format or how
> to read them.
>
> So any way of accessing either udo source or hyp source to and from
> wiki would be a "must have" even if there is only seen limited use in
> the begining. This should not be a problem in general, but may require
> some "added value" to wiki in the future. We will see...
>
> Cheers
>
> Paul
> PS Brandon, I like that you have already started something, I will
> take some time to go through it..
>
>


