1
Hello,
I have some source code organized in different directories. I would like a module allowing the user to view this code in some way. A subversion plugin would be the best, but probably my domain provider does not provide a subversion service. I don't know if a xoops plugin is enough to work-aorund this. In the worst case I would like to let the user just browse the directories under a specified root and see the files inside.
What module can I use? A running example in internet is the following:
http://sourceforge.net/projects/vlc/files/2.0.1/ , which lists all the files of the VLC project.
(My version of xoops is 2.0.x)