[savannah-help-public] [sr #110059] delete empty project

2019-10-14 Thread Sam Liddicott
URL: Summary: delete empty project Project: Savannah Administration Submitted by: samjam Submitted on: Mon 14 Oct 2019 06:49:51 PM UTC Category: None Priority:

[Savannah-help-public] [sr #107716] please do git for homepages - it's is easier than cvs for homepages

2011-06-10 Thread Sam Liddicott
Follow-up Comment #3, sr #107716 (project administration): Well - although I don't think it is needed, here is some apache re-write rules: # get the project name RewriteCond %{REQUEST_FILENAME} ^/p/([^/]+)/ RewriteRule ^/p/([^/]+)/(.*) http://git.savannah.gnu.org/cgit/%1.git/plain/www/$2 [T=text/

[Savannah-help-public] [sr #107716] please do git for homepages - it's is easier than cvs for homepages

2011-06-09 Thread Sam Liddicott
Follow-up Comment #2, sr #107716 (project administration): I was actually quite fine using those URLs. (The repo.or.cz url can have a tag name instead of the hash that I showed). Savannah already lets you specify the home-page URL so that bit is already done. People knowing to use "/mime/" inst

[Savannah-help-public] [sr #107321] Add index.shtml to apache's DirectoryIndex

2011-06-09 Thread Sam Liddicott
Follow-up Comment #9, sr #107321 (project administration): I can report that index.html is not SSI-parsed. Compare: http://www.nongnu.org/newfangle/index.html and http://www.nongnu.org/newfangle/index.shtml And see that the index.html still contains the unparsed directive on line 1: and note t

[Savannah-help-public] [sr #107321] Add index.shtml to apache's DirectoryIndex

2011-06-09 Thread Sam Liddicott
Follow-up Comment #8, sr #107321 (project administration): > Well, index.html is SSI-parsed, so what's the problem? Hah - I never knew that! Thanks! ___ Reply to this item at:

[Savannah-help-public] [sr #107321] Add index.shtml to apache's DirectoryIndex

2011-06-08 Thread Sam Liddicott
Follow-up Comment #5, sr #107321 (project administration): Well... - a basic index.html landing page is bad practise as google will say. The shtml is what puts in my navigation and so forth. ...and including index.shtml in the directory index is common practise where SSI is used. I could put in

[Savannah-help-public] [sr #107321] Add index.shtml to apache's DirectoryIndex

2011-06-08 Thread Sam Liddicott
Follow-up Comment #6, sr #107321 (project administration): I suppose that when you intentionally reduced the list based on what people were actually using, SSI was disabled, so nobody was actually using it... Nobody will actually use it now, until it actually works :-) _

[Savannah-help-public] [sr #107716] please do git for homepages - it's is easier than cvs for homepages

2011-06-08 Thread Sam Liddicott
URL: Summary: please do git for homepages - it's is easier than cvs for homepages Project: Savannah Administration Submitted by: samjam Submitted on: Wed 08 Jun 2011 18:59:26 GMT C

[Savannah-help-public] [sr #107717] please rename project

2011-06-08 Thread Sam Liddicott
URL: Summary: please rename project Project: Savannah Administration Submitted by: samjam Submitted on: Wed 08 Jun 2011 19:54:54 GMT Category: None Priority: 5 - No

[Savannah-help-public] [sr #107321] Add index.shtml to apache's DirectoryIndex

2011-06-08 Thread Sam Liddicott
Follow-up Comment #3, sr #107321 (project administration): SSI support comes and goes depending on the phases of the moon. Will you please add it anyway. SSI seems to be working right now (and a good job, it saves me moving to google-code)

[Savannah-help-public] [sr #107353] GNU patch: push rejected (non-fast-forward)

2010-07-21 Thread Sam Liddicott
Follow-up Comment #1, sr #107353 (project administration): just do a delete-push to delete the remote branch and then push the new branch. The server-side check is of some value but can rightfully be worked around when needed (as you do).

[Savannah-help-public] [sr #107321] Add index.shtml to apache's DirectoryIndex

2010-03-26 Thread Sam Liddicott
URL: Summary: Add index.shtml to apache's DirectoryIndex Project: Savannah Administration Submitted by: samjam Submitted on: Fri 26 Mar 2010 09:17:22 AM GMT Category: Project home

[Savannah-help-public] [sr #106929] Embedding project News on project homepage?

2010-03-13 Thread Sam Liddicott
Follow-up Comment #2, sr #106929 (project administration): It could be possible with a little work at savannah. mod_ssi support is available, but your html files would have to end in .shtml to enable this feature. You could use a directive like: except that the url must be on the same server