It's nowhere near finished, but here's a github-simulating layout:

  http://fossil.include-once.org/hybrid7/

Barely holds together, and it's not yet working in Firefox. But includes
fx_search support, my th1x functions for the language bar and file box,
and comes with built-in code highlighting.
Requires fossil-search-table.php run beforehand for fx_search/_stats.

I plan on using this to not be nagged about switching to actual git+github.
Can be downloaded here as usual:

  http://fossil.include-once.org/fossil-skins/

Some editing is required though.

Btw, maybe someone can lend some insight with following:

   SELECT
      name, comment, uuid, mtime
   FROM filename
      JOIN mlink ON filename.fnid=mlink.fnid
      JOIN event ON mlink.mid=event.objid
      JOIN blob ON blob.rid=event.objid

(The fossil DB is still mostly a blackbox to me). Here `event.objid` gives
me the checkin artifact hash. What I'm actually trying to retrieve is the
file version uuid however.
I believe that's hidden in the binary blob then. But maybe there's another
relation to retrieve it just with SQLite ?
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to