Hi all,

currently repolist just shows file names.


I have made a few changes to show descriptions:
        https://f.juef.tk/p/fossil_5684672ab7-repolist_with_desc.patch
and demo:
        https://f.juef.tk/

It uses primitive file-based cache and I didn't use db_()-based functions
(just because don't know them well), I used directly sqlite3_() ones.

But it would be nice, if the repolist could be configurable.


For example (just some random thoughts):
If there is no repolist DB file, then it uses current version.

repolist DB file must be created (and updated) manually:
        fossil <somecommand> --header header.file --footer footer.file
        and if there are no repositories, DB isn't created;
                if DB file exists, delete it.

        if project doesn't have a description, then it uses a project-name;
        if no project-name, then a file name without extension.

        header and footer files are evaluated by Th_Interp
        (as like skin's header, footer)

        everything goes into DB


-- 
https://www.juef.tk/

Attachment: signature.asc
Description: PGP signature

_______________________________________________
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