-4

I want to include a code browser in my portafolio so pelople can navegate though my projects source code (C++ and Java mainly) without having to download anything.

Note that I want it to be inside my server hosting.

I have been trying to find something with Google but I only get results for HTML source browser and/or local browsers.

Thanks

jmb95
  • 97
  • 1
  • 2
  • 9
  • I don't think this is completely off-topic. It is programming related in the sense that he'd like people to be able to view his code. There have been other accepted questions of a similar nature here. – roelofs Aug 16 '14 at 09:27
  • I just want to find a php/html library or whatever that allows me to do that. That is not programming related ? Please someone explain me why this is offtopic – jmb95 Aug 16 '14 at 09:38

1 Answers1

0

You can look at hosting a GitLab server on your own domain. It is similar to GitHub. More here.

roelofs
  • 2,132
  • 20
  • 25
  • I saw this before but I only need a browser. I do not need pelople to contribute or develop the code further. Thanks anyway for trying to help. If I do not find anything else I will have either to code it myself or use GitLab (or similar). – jmb95 Aug 16 '14 at 09:40
  • YOu can setup GitLab to only have read permissions. If you're looking for a very simple approach, you can also look at browser interfaces for CVS - there are quite a few. – roelofs Aug 16 '14 at 09:43
  • I will have a look to GitLab in detail :) Thanks for the response. – jmb95 Aug 16 '14 at 09:49
  • GitList is also great and simpler – jmb95 Aug 16 '14 at 10:39
  • Finally I will use this [link](http://www.abeautifulsite.net/php-file-tree/) – jmb95 Aug 16 '14 at 10:46