I agree that expecting to load all that into a single browser page might be
a stretch, but it's worth a try.

Just hand-edit a few entries into a tiddlywiki, save it, and inspect the
html file.  There'll be a div in there that holds all the tiddlers.  Then
write your generator to start its output file with some prefix content
(that will start with a doctype and end with an opening <div>), append your
crapton of tiddlers in whatever format it is that tiddlywiki uses, then
append a suffix (which will start with </div> and include a bunch of
javascript).

Cheers
;Daniel


On 4 March 2014 12:22, Timothy Groves <the.tail.kin...@gmail.com> wrote:

>
> On 14-03-03 05:56 PM, PMario wrote:
>
>> How does your data look like?
>>
> The data consists of a tree-like structure.  The program generates a
> continent for a fantasy role-playing game, creating nations within the
> continent, counties within the nations, communities within the counties,
> and so on down to the individual people.
>
> The output is still up in the air, but generally, will be text-like data.
>
>  Is your data kind of sorted?
>>
> Not really.  Tree-like structure.
>
>  Why don't you use a database to store your data?
>>
> As far as I know - and this information comes from our team member with
> web development background - using a database requires a server-side
> solution.  Our goal is to make this program dump everything to [a|many]
> local file[s], to be browsed locally only. The end user should not need to
> install a full LAMP stack just to view the output.
>
> We started with just a massive stack of web pages, but this proved to be
> unmanageable for a number of reasons, one of which was that it could take
> up to a half an hour to delete the output from a test run, and we still had
> two more levels of detail to add.  So we're looking for some kind of
> single-file solution, that is compatible with our programming language of
> choice (Object Pascal).
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Daniel Baird
retro objoke: Chuck Norris had a problem so he decided to use regular
expressions. Now, every problem in the world is solved.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to