On Tue, May 25, 2010 at 12:48 PM, Bill Hart <[email protected]> wrote: > Hi Antony, > > that sounds good if you want to have a go. Just need a server now. I > unfortunately can't offer any of my own machines for this as the only > ones which could handle the load are now used by a large research > group. I'd also need all sorts of permissions. > > But if someone volunteers the server resources and is prepared to give > you access, then sure, go ahead. You don't need my permission.
I volunteer server resources. William > > Bill. > > On 25 May 2010 20:01, Antony Vennard <[email protected]> wrote: >> Bill, >> >> I could do this if you want - it's actually easier than gitweb on >> Ubuntu, according to: >> http://jiangyan.wordpress.com/2008/10/19/viewvc-ubuntu/. The steps would be: >> >> apt-get install viewvc >> echo "ScriptAlias /viewvc /usr/lib/cgi-bin/viewvc.cgi" > >> /etc/apache2/conf.d/viewvc.conf >> vim /etc/viewvc/viewvc.conf - make changes in link, specifically, enable >> syntax highlighting, point viewvc at svn, uncomment cvs. >> service apache2 reload >> >> done. >> >> Apache on Ubuntu loads everything in /etc/apache2/conf.d as apache's >> config - what you do is create exactly what is ways - a url which is an >> alias to a script which returns the http response on stdout, rather than >> apache just dumping a file. Said script is configured appropriately and >> done. >> >> You don't need anything like mod_python or mod_wsgi for this - I'm >> guessing the first line in viewvc.cgi is #!/usr/bin/python. >> >> Antony >> >> On 05/25/2010 06:01 PM, Bill Hart wrote: >>> We'd be happy if someone wanted to set up such access. But it's always >>> the case that the person who does this needs root access to the server >>> on which they set it up. >>> >>> It also usually takes an apache guru to figure out what to do. >>> >>> I agree it would be nice to have something like this. >>> >>> Bill. >>> >>> On 25 May 2010 17:48, chrmhoffmann <[email protected]> wrote: >>>> Hi, >>>> >>>> I haven't found any web-frontend for mpir repo that makes it possible >>>> to browse the svn tree. That would be quite handy (e.g. something like >>>> http://www.viewvc.org/). >>>> >>>> Regards, >>>> >>>> Chris >>>> >>>> -- >>>> You received this message because you are subscribed to the Google Groups >>>> "mpir-devel" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> For more options, visit this group at >>>> http://groups.google.com/group/mpir-devel?hl=en. >>>> >>>> >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "mpir-devel" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/mpir-devel?hl=en. >> >> > > -- > You received this message because you are subscribed to the Google Groups > "mpir-devel" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/mpir-devel?hl=en. > > -- William Stein Professor of Mathematics University of Washington http://wstein.org -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en.
