Clément Lassieur writes: > Christopher Baines writes: > >> Instead of having the service manage the list, it's useful to be able to point >> this at an existing file, for example, when using cgit together with gitolite. >> >> * gnu/services/cgit.scm (project-list?): New procedure. >> (serialize-project-list): Handle string values. >> (): Change the predicate for project-list to allow lists >> and strings. > > Hi Christopher, > > Good idea! But could you replace 'string?' with 'file-object?', so that > the file can be in the store? > > And could you update the documentation? There is a helper > (generate-cgit-documentation) that might help you do it. Both should be done now :)