On Tue, Mar 15, 2011 at 7:24 AM, Carlo A. Bertelli (Charta s.r.l.) <carlo.berte...@gmail.com> wrote: > Anyway, I would like to show: > * a group of local resources (mainly wiki pages -- almost static) or > better yet the most important wiki pages (via tagging?);
Aside from a manually edited list of pages on your home page, the closest Fossil provides is a meta-page that lists all Fossil-wiki pages in the repository. Any wiki pages in the source tree are invisable to the mechanism that creates this list. Using HTML frames, you could embed this meta-page into your home page, however, the meta-page would still have its own header and footer as there is currently no means to ask Fossil to exclude the header and footer. > * latest events -- but only the most important ones -- like a web feed > but with some filtering (yes, this is another issue). At best you could use HTML frames to embed the time line, but as I said above, the time line page would still have its own header and footer. > Is it possible? Via ht1 or...? Currently, no. Possibly not even if TH1 were enhanced to include a way to perform an SQL query. TH1 is a very limited subset of TCL, so generating what you are asking maybe painfully difficult. _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

