Sorry, somehow I missed this, and forgot to respond. But I think what you
are looking for is what I call page libraries.

I have several sites that all use a shared dir with about 1200 pages (1 for
each chapter of the Bible).  All I do is add this line in my index file:

$BOLTpageLibraries['bible'] = '../shared/bible';

The page names are bible.book.chapter and are plain old regular BoltWire
pages. The only difference is these library pages are not editable by the
wiki. Actually they may be (you could try--can't remember). I probably just
don't have mine set to be editable.

Let me know if this is not what you are looking for.

Cheers,
Dan




On Mon, Mar 31, 2014 at 11:25 AM, mz <[email protected]> wrote:

> Tough question.
>
> Maybe you do one field with everything in it and use
> - a htaccess to manage different urls based on page names (otherwise
> cleanURLs would be tricky I think)
> - the user groups system to manage user access to wiki and member pages
>
> like this:
> > boltwire folder
> > field/pages
> >> pages for wiki data (just the data bits, raw text with anchors, kind of
> single knowledge data base, managed by different admins)
> >> pages for member data
> >> wikis 1-500 (display data from data pages with search/templating)
>
> This requires a good structure of your page names but nothing more. Does
> this help?
>
> Greetings, Martin
>
> --
> You received this message because you are subscribed to the Google Groups
> "BoltWire" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/boltwire.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/d/optout.

Reply via email to