Add atom-support

This enables a page which generates atom feeds for the current branch and
path, heavily inspired by the atom-support in gitweb.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2008-05-21 08:17:54 +02:00
rodzic 0f0ab148c6
commit b2a3d31e88
7 zmienionych plików z 168 dodań i 0 usunięć

6
ui-atom.h Normal file
Wyświetl plik

@ -0,0 +1,6 @@
#ifndef UI_ATOM_H
#define UI_ATOM_H
extern void cgit_print_atom(char *tip, char *path, int max_count);
#endif