Rev 10072 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10072 | Rev 10075 | ||
---|---|---|---|
Line 131... | Line 131... | ||
131 | 131 | ||
132 | void about(void) |
132 | void about(void) |
133 | { |
133 | { |
134 | char *p; |
134 | char *p; |
135 | 135 | ||
136 | prepabout( |
136 | prepabout("version\nquit\n",outputfname,NULL); |
137 | if(readabout()>0) { |
137 | if(readabout()>0) { |
138 | p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0; |
138 | p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0; |
139 | p= |
139 | p=aboutbuf;while(*p && *p!='=') p++; |
- | 140 | p++; |
|
140 | strip_trailing_spaces2( |
141 | strip_trailing_spaces2(p); |
141 | printf("<a target=\"wims_external\" href=\"%s\"> |
142 | printf("<a target=\"wims_external\" href=\"%s\">Octave%s</a>",homepage,p); |
142 | } |
143 | } |
143 | } |
144 | } |
144 | 145 | ||
145 | char *dynsetup(char *ptr, char *end) |
146 | char *dynsetup(char *ptr, char *end) |
146 | { |
147 | { |