From: Brian S. <xue...@us...> - 2006-05-30 14:12:29
|
Update of /cvsroot/popfile/windows/add-ons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8298 Modified Files: updateimap.nsi Log Message: Updated to work with SourceForge.net's new CVS system Index: updateimap.nsi =================================================================== RCS file: /cvsroot/popfile/windows/add-ons/updateimap.nsi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** updateimap.nsi 10 Feb 2006 23:51:56 -0000 1.4 --- updateimap.nsi 30 May 2006 14:12:04 -0000 1.5 *************** *** 121,125 **** Name "POPFile IMAP Updater" ! !define C_PFI_VERSION "0.0.8" ; Mention the wizard's version number in the window title --- 121,125 ---- Name "POPFile IMAP Updater" ! !define C_PFI_VERSION "0.0.9" ; Mention the wizard's version number in the window title *************** *** 139,147 **** ; SourceForge URL for the CVS Revision History for the POPFile IMAP module ! !define C_CVS_HISTORY_URL "http://cvs.sourceforge.net/viewcvs.py/popfile/engine/Services/IMAP.pm" ; SourceForge URL used when downloading a particular CVS revision of the IMAP module ! !define C_CVS_IMAP_DL_URL "http://cvs.sourceforge.net/viewcvs.py/*checkout*/popfile/engine/Services/IMAP.pm?rev=$G_REVISION" ;-------------------------------------------------------------------------- --- 139,147 ---- ; SourceForge URL for the CVS Revision History for the POPFile IMAP module ! !define C_CVS_HISTORY_URL "http://popfile.cvs.sourceforge.net/popfile/engine/Services/IMAP.pm?view=log" ; SourceForge URL used when downloading a particular CVS revision of the IMAP module ! !define C_CVS_IMAP_DL_URL "http://popfile.cvs.sourceforge.net/*checkout*/popfile/engine/Services/IMAP.pm?revision=$G_REVISION" ;-------------------------------------------------------------------------- *************** *** 907,913 **** StrCmp ${L_LINE} "" done ! StrCpy ${L_PARAM} ${L_LINE} 12 ! StrCmp ${L_PARAM} "Revision <b>" 0 loop ! StrCpy ${L_TEMP} 12 revision_loop: --- 907,913 ---- StrCmp ${L_LINE} "" done ! StrCpy ${L_PARAM} ${L_LINE} 17 ! StrCmp ${L_PARAM} "Revision <strong>" 0 loop ! StrCpy ${L_TEMP} 17 revision_loop: *************** *** 921,927 **** FileRead ${L_HANDLE} ${L_LINE} StrCmp ${L_LINE} "" done ! StrCpy ${L_PARAM} ${L_LINE} 3 ! StrCmp ${L_PARAM} "<i>" 0 date_loop ! StrCpy ${L_RESULT_DATE} ${L_LINE} 28 3 done: --- 921,927 ---- FileRead ${L_HANDLE} ${L_LINE} StrCmp ${L_LINE} "" done ! StrCpy ${L_PARAM} ${L_LINE} 4 ! StrCmp ${L_PARAM} "<em>" 0 date_loop ! StrCpy ${L_RESULT_DATE} ${L_LINE} 28 4 done: |