Subversion Repositories wimsdev

Rev

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(quitstring,outputfname,NULL);
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=strchr(aboutbuf,'('); if(p!=NULL) *p=0;
139
      p=aboutbuf;while(*p && *p!='=') p++;
-
 
140
      p++;
140
      strip_trailing_spaces2(aboutbuf);
141
      strip_trailing_spaces2(p);
141
      printf("<a target=\"wims_external\" href=\"%s\">%s</a>",homepage,aboutbuf);
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
{