129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
|
}else if( nParent>1 ){
zPrefix = "*MERGE* ";
}else if( nChild>1 ){
zPrefix = "*FORK* ";
}
@ <item>
@ <title>%s(zPrefix)%w(zCom)</title>
@ <link>%s(g.zBaseURL)/ci/%s(zId)</link>
@ <description>%s(zPrefix)%w(zCom)</description>
@ <pubDate>%s(zDate)</pubDate>
@ <author>%h(zAuthor)</author>
@ <guid>%s(g.zBaseURL)/ci/%s(zId)</guid>
@ </item>
free(zDate);
nLine++;
}
|
|
|
|
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
|
}else if( nParent>1 ){
zPrefix = "*MERGE* ";
}else if( nChild>1 ){
zPrefix = "*FORK* ";
}
@ <item>
@ <title>%s(zPrefix)%h(zCom)</title>
@ <link>%s(g.zBaseURL)/ci/%s(zId)</link>
@ <description>%s(zPrefix)%h(zCom)</description>
@ <pubDate>%s(zDate)</pubDate>
@ <author>%h(zAuthor)</author>
@ <guid>%s(g.zBaseURL)/ci/%s(zId)</guid>
@ </item>
free(zDate);
nLine++;
}
|