You can subscribe to this list here.
2003 |
Jan
|
Feb
(160) |
Mar
(119) |
Apr
(111) |
May
(118) |
Jun
(101) |
Jul
(304) |
Aug
(113) |
Sep
(140) |
Oct
(137) |
Nov
(87) |
Dec
(122) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(78) |
Feb
(125) |
Mar
(131) |
Apr
(59) |
May
(121) |
Jun
(166) |
Jul
(150) |
Aug
(137) |
Sep
(73) |
Oct
(58) |
Nov
(27) |
Dec
(60) |
2005 |
Jan
(131) |
Feb
(84) |
Mar
(36) |
Apr
(8) |
May
(28) |
Jun
(20) |
Jul
(10) |
Aug
(72) |
Sep
(76) |
Oct
(34) |
Nov
(3) |
Dec
(29) |
2006 |
Jan
(13) |
Feb
(92) |
Mar
(7) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(4) |
Aug
(17) |
Sep
(5) |
Oct
(2) |
Nov
(8) |
Dec
(12) |
2007 |
Jan
(28) |
Feb
(15) |
Mar
|
Apr
|
May
(8) |
Jun
(4) |
Jul
(5) |
Aug
(8) |
Sep
(20) |
Oct
(38) |
Nov
(65) |
Dec
(92) |
2008 |
Jan
(21) |
Feb
(56) |
Mar
(27) |
Apr
(174) |
May
(25) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Brian S. <xue...@us...> - 2008-02-14 17:42:39
|
Update of /cvsroot/popfile/windows/add-ons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15647/add-ons Modified Files: Tag: b0_22_2 addssl.nsi Log Message: Update the "POPFile SSL Setup" wizard to work with the project's new server structure and the current SSL Support files from the University of Winnipeg repository. Index: addssl.nsi =================================================================== RCS file: /cvsroot/popfile/windows/add-ons/addssl.nsi,v retrieving revision 1.3.4.11 retrieving revision 1.3.4.12 diff -C2 -d -r1.3.4.11 -r1.3.4.12 *** addssl.nsi 21 Sep 2007 01:05:25 -0000 1.3.4.11 --- addssl.nsi 14 Feb 2008 17:42:42 -0000 1.3.4.12 *************** *** 17,24 **** # # IO::Socket:SSL v0.97 (released 17 July 2005) is the most recent version which ! # is compatible with the current version of POPFile (0.22.4). IO::Socket::SSL ! # versions 0.99, 0.999 and 1.01 (the most recent, released 13 September 2006) ! # are all incompatible with POPFile 0.22.4 so a patch is applied to downgrade ! # SSL.pm to v0.97 to make it POPFile-compatible (see ..\getssl.nsh for details). # # As a temporary workaround to cope with future "SSL compatibility" issues --- 17,24 ---- # # IO::Socket:SSL v0.97 (released 17 July 2005) is the most recent version which ! # is compatible with POPFile 0.22.4. IO::Socket::SSL versions 0.99, 0.999, 1.01 ! # and 1.08 (the most recent, released 31 August 2007) are all incompatible with ! # POPFile 0.22.4 so a patch is applied to downgrade SSL.pm to v0.97 to make it ! # POPFile-compatible (see ..\getssl.nsh for details). # # As a temporary workaround to cope with future "SSL compatibility" issues *************** *** 34,38 **** # installer download and install the same SSL support files. # ! # Copyright (c) 2004-2007 John Graham-Cumming # # This file is part of POPFile --- 34,38 ---- # installer download and install the same SSL support files. # ! # Copyright (c) 2004-2008 John Graham-Cumming # # This file is part of POPFile *************** *** 171,177 **** ; of the SSL files. ; ! ; At present (14 September 2006) the University of Winnipeg repository supplies a version of ! ; 'IO::Socket::SSL' which is not compatible with POPFile so a patch is applied to downgrade ! ; the file to make it POPFile-compatible. See the ..\getssl.nsh INCLUDE file for details. ;------------------------------------------------ --- 171,178 ---- ; of the SSL files. ; ! ; At present (14 February 2008) the University of Winnipeg repository supplies a version of ! ; 'IO::Socket::SSL' which is not compatible with POPFile 0.22.4 or earlier so a patch is ! ; applied to downgrade the file to make it POPFile-compatible. See the ..\getssl.nsh INCLUDE ! ; file for details. ;------------------------------------------------ *************** *** 265,269 **** Name "POPFile SSL Setup" ! !define C_PFI_VERSION "0.2.11" ; Mention the wizard's version number in the window title --- 266,270 ---- Name "POPFile SSL Setup" ! !define C_PFI_VERSION "0.3.0" ; Mention the wizard's version number in the window title |
From: Brian S. <xue...@us...> - 2008-02-14 17:42:39
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15647 Modified Files: Tag: b0_22_2 getssl.nsh pfi-library.nsh Log Message: Update the "POPFile SSL Setup" wizard to work with the project's new server structure and the current SSL Support files from the University of Winnipeg repository. Index: pfi-library.nsh =================================================================== RCS file: /cvsroot/popfile/windows/pfi-library.nsh,v retrieving revision 1.53.4.15 retrieving revision 1.53.4.16 diff -C2 -d -r1.53.4.15 -r1.53.4.16 *** pfi-library.nsh 4 Dec 2007 20:54:45 -0000 1.53.4.15 --- pfi-library.nsh 14 Feb 2008 17:42:42 -0000 1.53.4.16 *************** *** 5,9 **** # to create (and test) the POPFile Windows installer. # ! # Copyright (c) 2003-2007 John Graham-Cumming # # This file is part of POPFile --- 5,9 ---- # to create (and test) the POPFile Windows installer. # ! # Copyright (c) 2003-2008 John Graham-Cumming # # This file is part of POPFile *************** *** 60,64 **** #-------------------------------------------------------------------------- ! !define C_PFI_LIBRARY_VERSION "0.3.12" #-------------------------------------------------------------------------- --- 60,64 ---- #-------------------------------------------------------------------------- ! !define C_PFI_LIBRARY_VERSION "0.3.13" #-------------------------------------------------------------------------- *************** *** 1703,1707 **** !macroend ! !ifdef ADDUSER | BACKUP | DBSTATUS | INSTALLER | MONITORCC | ONDEMAND | RESTORE #-------------------------------------------------------------------------- # Installer Function: PFI_GetCompleteFPN --- 1703,1707 ---- !macroend ! !ifdef ADDSSL | ADDUSER | BACKUP | DBSTATUS | INSTALLER | MONITORCC | ONDEMAND | RESTORE #-------------------------------------------------------------------------- # Installer Function: PFI_GetCompleteFPN Index: getssl.nsh =================================================================== RCS file: /cvsroot/popfile/windows/getssl.nsh,v retrieving revision 1.6.2.21 retrieving revision 1.6.2.22 diff -C2 -d -r1.6.2.21 -r1.6.2.22 *** getssl.nsh 9 Feb 2008 15:32:41 -0000 1.6.2.21 --- getssl.nsh 14 Feb 2008 17:42:42 -0000 1.6.2.22 *************** *** 119,129 **** ;------------------------------------------------ ! ; The patch used to downgrade SSL.pm v0.99, SSL.pm v0.999 or SSL.pm v1.01 to v0.97 was ! ; created using the VPATCH package which is supplied with NSIS. The following commands ! ; were used to create the patch file: ; ; GenPat.exe SSL_0.99.pm SSL_0.97.pm SSL_pm.pat ; GenPat.exe SSL_0.999.pm SSL_0.97.pm SSL_pm.pat ; GenPat.exe SSL_1.01.pm SSL_0.97.pm SSL_pm.pat ; ; where SSL_0.97.pm was the SSL.pm file from v0.97 of the IO::Socket:SSL module --- 119,130 ---- ;------------------------------------------------ ! ; The patch used to downgrade SSL.pm v0.99, SSL.pm v0.999, SSL.pm v1.01 or SSL.pm v1.08 ! ; to SSL.pm v0.97 was created using the VPATCH package which is supplied with NSIS. The ! ; following commands were used to create the patch file: ; ; GenPat.exe SSL_0.99.pm SSL_0.97.pm SSL_pm.pat ; GenPat.exe SSL_0.999.pm SSL_0.97.pm SSL_pm.pat ; GenPat.exe SSL_1.01.pm SSL_0.97.pm SSL_pm.pat + ; GenPat.exe SSL_1.08.pm SSL_0.97.pm SSL_pm.pat ; ; where SSL_0.97.pm was the SSL.pm file from v0.97 of the IO::Socket:SSL module *************** *** 131,136 **** ; and SSL_0.999.pm was the SSL.pm file from v0.999 of the IO::Socket:SSL module ; and SSL_1.01.pm was the SSL.pm file from v1.01 of the IO::Socket:SSL module ; ! ; The resulting SSL_pm.pat file can be used to downgrade v0.99 or v0.999 or v1.01 of SSL.pm. #-------------------------------------------------------------------------- --- 132,142 ---- ; and SSL_0.999.pm was the SSL.pm file from v0.999 of the IO::Socket:SSL module ; and SSL_1.01.pm was the SSL.pm file from v1.01 of the IO::Socket:SSL module + ; and SSL_1.08.pm was the SSL.pm file from v1.08 of the IO::Socket:SSL module ; ! ; The resulting SSL_pm.pat file can be used to downgrade v0.99, v0.999, v1.01 or v1.08 of SSL.pm. ! ; ! ; NOTE: When preparing the patch make sure that these Perl files use LF and not CRLF ! ; for the end-of-line sequence otherwise the resulting SSL_pm.pat file will not work ! ; (a "no suitable patches found" error will be displayed) #-------------------------------------------------------------------------- |
From: Brian S. <xue...@us...> - 2008-02-14 16:45:06
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27790 Modified Files: Tag: b0_22_2 SSL_pm.pat Log Message: Previous version of the patch turned out to be useless! It had been created using a copy of SSL.pm which had CRLF instead of LF as the end-of-line character so at run-time the "Add SSL Support" wizard reported that no suitable patches were found. Index: SSL_pm.pat =================================================================== RCS file: /cvsroot/popfile/windows/Attic/SSL_pm.pat,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 Binary files /tmp/cvs8FOZbi and /tmp/cvslCq7yD differ |
From: Brian S. <xue...@us...> - 2008-02-14 15:25:35
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31238 Modified Files: Tag: b0_22_2 0.22.x.pcf SSL_pm.pat Log Message: Updated to cope with the current SSL support files (new patch needed for SSL.pm v1.08) Index: 0.22.x.pcf =================================================================== RCS file: /cvsroot/popfile/windows/Attic/0.22.x.pcf,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** 0.22.x.pcf 28 Jan 2007 21:26:19 -0000 1.1.2.1 --- 0.22.x.pcf 14 Feb 2008 15:25:38 -0000 1.1.2.2 *************** *** 6,12 **** [Settings] POPFileVersion=0.22.x ! PatchIssue=1 NumberOfPatches=1 ! Comment=Created 28 January 2007 @ 20:32 GMT [Patch-1] --- 6,12 ---- [Settings] POPFileVersion=0.22.x ! PatchIssue=2 NumberOfPatches=1 ! Comment=Updated to cope with current SSL files (14 February 2008 @ 15:20 GMT) [Patch-1] Index: SSL_pm.pat =================================================================== RCS file: /cvsroot/popfile/windows/Attic/SSL_pm.pat,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 Binary files /tmp/cvsoeAm6h and /tmp/cvsOqe6b6 differ |
From: Brian S. <xue...@us...> - 2008-02-13 22:50:43
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27108 Modified Files: Tag: b0_22_2 dbicapture.nsi Log Message: Use smarter code to highlight the default radiobutton. Index: dbicapture.nsi =================================================================== RCS file: /cvsroot/popfile/windows/Attic/dbicapture.nsi,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** dbicapture.nsi 13 Feb 2008 22:10:37 -0000 1.1.2.4 --- dbicapture.nsi 13 Feb 2008 22:50:46 -0000 1.1.2.5 *************** *** 86,90 **** ;-------------------------------------------------------------------------- ! !define C_VERSION "0.0.4" !define C_OUTFILE "dbicapture.exe" --- 86,90 ---- ;-------------------------------------------------------------------------- ! !define C_VERSION "0.0.5" !define C_OUTFILE "dbicapture.exe" *************** *** 405,412 **** !insertmacro MUI_INSTALLOPTIONS_INITDIALOG "ioDTL.ini" ! Pop ${L_BUTTON} ! FindWindow ${L_BUTTON} "#32770" "" $HWNDPARENT ! GetDlgItem ${L_BUTTON} ${L_BUTTON} 1202 ; [Field 3] is the default setting (Trace level 1) ! SendMessage $HWNDPARENT ${WM_NEXTDLGCTL} ${L_BUTTON} 1 ; Set focus to the default radiobutton !insertmacro MUI_INSTALLOPTIONS_SHOW --- 405,411 ---- !insertmacro MUI_INSTALLOPTIONS_INITDIALOG "ioDTL.ini" ! Pop ${L_BUTTON} ; Ignore HWND of the dialog ! !insertmacro MUI_INSTALLOPTIONS_READ ${L_BUTTON} "ioDTL.ini" "Field 3" "HWND" ; Field 3 selects 'Trace Level 1' ! SendMessage $HWNDPARENT ${WM_NEXTDLGCTL} ${L_BUTTON} 1 ; Set focus to default radiobutton !insertmacro MUI_INSTALLOPTIONS_SHOW |
From: Brian S. <xue...@us...> - 2008-02-13 22:10:33
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8067 Modified Files: Tag: b0_22_2 dbicapture.nsi Log Message: When displaying the "Trace Level" selection page highlight the default radiobutton (Trace Level 1) instead of the first one in the list (Trace Level 0). Index: dbicapture.nsi =================================================================== RCS file: /cvsroot/popfile/windows/Attic/dbicapture.nsi,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** dbicapture.nsi 13 Feb 2008 21:08:21 -0000 1.1.2.3 --- dbicapture.nsi 13 Feb 2008 22:10:37 -0000 1.1.2.4 *************** *** 86,90 **** ;-------------------------------------------------------------------------- ! !define C_VERSION "0.0.3" !define C_OUTFILE "dbicapture.exe" --- 86,90 ---- ;-------------------------------------------------------------------------- ! !define C_VERSION "0.0.4" !define C_OUTFILE "dbicapture.exe" *************** *** 404,408 **** !insertmacro MUI_HEADER_TEXT "$(PFI_LANG_DBICAP_SELECT_HDR)" "$(PFI_LANG_DBICAP_SELECT_SUBHDR)" ! !insertmacro MUI_INSTALLOPTIONS_DISPLAY "ioDTL.ini" !insertmacro MUI_INSTALLOPTIONS_READ ${L_BUTTON} "ioDTL.ini" "Field 2" "State" --- 404,413 ---- !insertmacro MUI_HEADER_TEXT "$(PFI_LANG_DBICAP_SELECT_HDR)" "$(PFI_LANG_DBICAP_SELECT_SUBHDR)" ! !insertmacro MUI_INSTALLOPTIONS_INITDIALOG "ioDTL.ini" ! Pop ${L_BUTTON} ! FindWindow ${L_BUTTON} "#32770" "" $HWNDPARENT ! GetDlgItem ${L_BUTTON} ${L_BUTTON} 1202 ; [Field 3] is the default setting (Trace level 1) ! SendMessage $HWNDPARENT ${WM_NEXTDLGCTL} ${L_BUTTON} 1 ; Set focus to the default radiobutton ! !insertmacro MUI_INSTALLOPTIONS_SHOW !insertmacro MUI_INSTALLOPTIONS_READ ${L_BUTTON} "ioDTL.ini" "Field 2" "State" |
From: Brian S. <xue...@us...> - 2008-02-13 21:08:24
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18166 Modified Files: Tag: b0_22_2 dbicapture.nsi ioDTL.ini Log Message: Replaced the hard-coded strings in the InstallOptions INI file with language strings (only "English" is supported at present) Index: ioDTL.ini =================================================================== RCS file: /cvsroot/popfile/windows/Attic/ioDTL.ini,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** ioDTL.ini 13 Feb 2008 21:04:33 -0000 1.1.2.1 --- ioDTL.ini 13 Feb 2008 21:08:21 -0000 1.1.2.2 *************** *** 1,4 **** #------------------------------------------------------------------- ! # ioDTL.ini #------------------------------------------------------------------- --- 1,26 ---- #------------------------------------------------------------------- ! # ! # ioDTL.ini --- This file is used by "dbicapture.nsi", the NSIS script ! # used to create the POPFile DBI Trace Capture utility. ! # This file defines the layout of the page used to select ! # the level of detail required (the "trace level"). ! # ! # Copyright (c) 2008 John Graham-Cumming ! # ! # This file is part of a utility for use with POPFile ! # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. ! # ! # POPFile is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License ! # along with POPFile; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #------------------------------------------------------------------- *************** *** 8,12 **** [Field 1] Type=GroupBox ! Text=DBI Trace Level Selection Left=0 Right=300 --- 30,34 ---- [Field 1] Type=GroupBox ! Text= Left=0 Right=300 *************** *** 16,20 **** [Field 2] Type=RadioButton ! Text=Trace Level 0 (trace disabled) Left=5 Right=298 --- 38,42 ---- [Field 2] Type=RadioButton ! Text= Left=5 Right=298 *************** *** 26,30 **** [Field 3] Type=RadioButton ! Text=Trace Level 1 (default, Trace DBI method calls returning with results or errors) Left=5 Right=298 --- 48,52 ---- [Field 3] Type=RadioButton ! Text= Left=5 Right=298 *************** *** 35,39 **** [Field 4] Type=RadioButton ! Text=Trace Level 2 (Trace method entry with parameters and returning with results) Left=5 Right=298 --- 57,61 ---- [Field 4] Type=RadioButton ! Text= Left=5 Right=298 *************** *** 44,48 **** [Field 5] Type=RadioButton ! Text=Trace Level 3 (As level 2, adding some high-level information from the driver and some internal information from the DBI) Left=5 Right=298 --- 66,70 ---- [Field 5] Type=RadioButton ! Text= Left=5 Right=298 *************** *** 53,57 **** [Field 6] Type=RadioButton ! Text=Trace Level 4 (As level 3, adding more detailed information from the driver) Left=5 Right=298 --- 75,79 ---- [Field 6] Type=RadioButton ! Text= Left=5 Right=298 *************** *** 62,66 **** [Field 7] Type=Label ! Text=Trace level 1 is best for a simple overview of what's happening. Trace level 2 is a good choice for general purpose tracing. Levels 3 and above are best reserved for investigating a specific problem, when you need to see "inside" the driver and DBI. Left=5 Right=298 --- 84,88 ---- [Field 7] Type=Label ! Text= Left=5 Right=298 *************** *** 69,73 **** Flags=Group - #-------------------- # End of ioDTL.ini --- 91,94 ---- Index: dbicapture.nsi =================================================================== RCS file: /cvsroot/popfile/windows/Attic/dbicapture.nsi,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** dbicapture.nsi 13 Feb 2008 21:06:19 -0000 1.1.2.2 --- dbicapture.nsi 13 Feb 2008 21:08:21 -0000 1.1.2.3 *************** *** 67,70 **** --- 67,72 ---- #-------------------------------------------------------------------------- + SetCompressor /solid lzma + ;-------------------------------------------------------------------------- ; Symbols used to avoid confusion over where the line breaks occur. *************** *** 84,88 **** ;-------------------------------------------------------------------------- ! !define C_VERSION "0.0.2" !define C_OUTFILE "dbicapture.exe" --- 86,90 ---- ;-------------------------------------------------------------------------- ! !define C_VERSION "0.0.3" !define C_OUTFILE "dbicapture.exe" *************** *** 194,197 **** --- 196,207 ---- !define MUI_FINISHPAGE_NOAUTOCLOSE + ;---------------------------------------------------------------- + ; Customize MUI - General Custom Function + ;---------------------------------------------------------------- + + ; Use a custom '.onGUIInit' function to add language-specific texts to custom page INI file + + !define MUI_CUSTOMFUNCTION_GUIINIT "PFIGUIInit" + #-------------------------------------------------------------------------- # Define the Page order for the utility *************** *** 237,243 **** !macro PFI_DBICAP_TEXT NAME VALUE ! LangString ${NAME} ${LANG_ENGLISH} "${VALUE}" !macroend !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_SELECT_HDR" "Select the DBI_TRACE level" !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_SELECT_SUBHDR" "Enable or disable tracing of POPFile's database activity" --- 247,267 ---- !macro PFI_DBICAP_TEXT NAME VALUE ! LangString ${NAME} ${LANG_ENGLISH} `${VALUE}` !macroend + ; Strings used in the custom page used to select the trace level (this page may be suppressed) + + !insertmacro PFI_DBICAP_TEXT "PFI_LANG_SELECT_IO_BOX_HDR" "DBI Trace Level Selection" + + !insertmacro PFI_DBICAP_TEXT "PFI_LANG_SELECT_IO_LEVEL_0" "Trace Level 0 (trace disabled)" + !insertmacro PFI_DBICAP_TEXT "PFI_LANG_SELECT_IO_LEVEL_1" "Trace Level 1 (default, Trace DBI method calls returning with results or errors)" + !insertmacro PFI_DBICAP_TEXT "PFI_LANG_SELECT_IO_LEVEL_2" "Trace Level 2 (Trace method entry with parameters and returning with results)" + !insertmacro PFI_DBICAP_TEXT "PFI_LANG_SELECT_IO_LEVEL_3" "Trace Level 3 (As level 2, adding some high-level information from the driver and some internal information from the DBI)" + !insertmacro PFI_DBICAP_TEXT "PFI_LANG_SELECT_IO_LEVEL_4" "Trace Level 4 (As level 3, adding more detailed information from the driver)" + + !insertmacro PFI_DBICAP_TEXT "PFI_LANG_SELECT_IO_EXPLAIN" "Trace level 1 is best for a simple overview of what's happening. Trace level 2 is a good choice for general purpose tracing. Levels 3 and above are best reserved for investigating a specific problem, when you need to see $\"inside$\" the driver and DBI." + + ; Strings used for the main window, shown whilst the utility is running and when the report is complete + !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_SELECT_HDR" "Select the DBI_TRACE level" !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_SELECT_SUBHDR" "Enable or disable tracing of POPFile's database activity" *************** *** 338,341 **** --- 362,394 ---- #-------------------------------------------------------------------------- + # Installer Function: PFIGUIInit + # (custom .onGUIInit function) + # + # Used to complete the initialization of the utility. + # + # Language strings are used to populate the fields in the INI file, therefore + # this code cannot be included in '.onInit' (because the selected language + # is not available for use inside the '.onInit' function) + #-------------------------------------------------------------------------- + + Function PFIGUIInit + + ; This function adds language texts to the INI file used to define the + ; custom page used to select the value to be assigned to the DBI_TRACE + ; environment variable + + !insertmacro PFI_IO_TEXT "ioDTL.ini" "1" "$(PFI_LANG_SELECT_IO_BOX_HDR)" + + !insertmacro PFI_IO_TEXT "ioDTL.ini" "2" "$(PFI_LANG_SELECT_IO_LEVEL_0)" + !insertmacro PFI_IO_TEXT "ioDTL.ini" "3" "$(PFI_LANG_SELECT_IO_LEVEL_1)" + !insertmacro PFI_IO_TEXT "ioDTL.ini" "4" "$(PFI_LANG_SELECT_IO_LEVEL_2)" + !insertmacro PFI_IO_TEXT "ioDTL.ini" "5" "$(PFI_LANG_SELECT_IO_LEVEL_3)" + !insertmacro PFI_IO_TEXT "ioDTL.ini" "6" "$(PFI_LANG_SELECT_IO_LEVEL_4)" + + !insertmacro PFI_IO_TEXT "ioDTL.ini" "7" "$(PFI_LANG_SELECT_IO_EXPLAIN)" + + FunctionEnd + + #-------------------------------------------------------------------------- # Installer Function: SelectTraceLevelPage (generates a custom page) #-------------------------------------------------------------------------- |
From: Brian S. <xue...@us...> - 2008-02-13 21:06:15
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17100 Modified Files: Tag: b0_22_2 dbicapture.nsi Log Message: Fixed the problem that prevented dbicapture.exe from being used as a drop-in replacement for msgcapture.exe. All that had to be done was to treat /TIMEOUT=0 as if the command-line was empty! Index: dbicapture.nsi =================================================================== RCS file: /cvsroot/popfile/windows/Attic/dbicapture.nsi,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** dbicapture.nsi 13 Feb 2008 21:04:33 -0000 1.1.2.1 --- dbicapture.nsi 13 Feb 2008 21:06:19 -0000 1.1.2.2 *************** *** 84,88 **** ;-------------------------------------------------------------------------- ! !define C_VERSION "0.0.1" !define C_OUTFILE "dbicapture.exe" --- 84,88 ---- ;-------------------------------------------------------------------------- ! !define C_VERSION "0.0.2" !define C_OUTFILE "dbicapture.exe" *************** *** 300,303 **** --- 300,304 ---- Pop $G_TRACELEVEL StrCmp $G_TRACELEVEL "" default + StrCmp $G_TRACELEVEL "/TIMEOUT=0" default StrCpy ${L_TEMP} $G_TRACELEVEL 13 StrCmp ${L_TEMP} "/TRACE_LEVEL=" 0 usage_error |
From: Brian S. <xue...@us...> - 2008-02-13 21:04:30
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16684 Added Files: Tag: b0_22_2 dbicapture.nsi ioDTL.ini Log Message: Simple utility, based upon the Message Capture utility, which makes it easy to record a DBI trace of POPFile's database activity as a debugging aid. --- NEW FILE: ioDTL.ini --- #------------------------------------------------------------------- # ioDTL.ini #------------------------------------------------------------------- [Settings] NumFields=7 [Field 1] Type=GroupBox Text=DBI Trace Level Selection Left=0 Right=300 Top=0 Bottom=110 [Field 2] Type=RadioButton Text=Trace Level 0 (trace disabled) Left=5 Right=298 Top=10 Bottom=26 Flags=Group State=0 [Field 3] Type=RadioButton Text=Trace Level 1 (default, Trace DBI method calls returning with results or errors) Left=5 Right=298 Top=30 Bottom=46 State=1 [Field 4] Type=RadioButton Text=Trace Level 2 (Trace method entry with parameters and returning with results) Left=5 Right=298 Top=50 Bottom=66 State=0 [Field 5] Type=RadioButton Text=Trace Level 3 (As level 2, adding some high-level information from the driver and some internal information from the DBI) Left=5 Right=298 Top=70 Bottom=86 State=0 [Field 6] Type=RadioButton Text=Trace Level 4 (As level 3, adding more detailed information from the driver) Left=5 Right=298 Top=90 Bottom=106 State=0 [Field 7] Type=Label Text=Trace level 1 is best for a simple overview of what's happening. Trace level 2 is a good choice for general purpose tracing. Levels 3 and above are best reserved for investigating a specific problem, when you need to see "inside" the driver and DBI. Left=5 Right=298 Top=112 Bottom=139 Flags=Group #-------------------- # End of ioDTL.ini #-------------------- --- NEW FILE: dbicapture.nsi --- #-------------------------------------------------------------------------- # # dbicapture.nsi --- This NSIS script is used to create a modified version of the # Message Capture utility. This modified version enables the # DBI trace feature which generates extra console messages that # may assist in debugging database problems. # # Copyright (c) 2008 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with POPFile; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # #-------------------------------------------------------------------------- ; This version of the script has been tested with the "NSIS v2.22" compiler, ; released 27 November 2006. This particular compiler can be downloaded from ; http://prdownloads.sourceforge.net/nsis/nsis-2.22-setup.exe?download !define ${NSIS_VERSION}_found !ifndef v2.22_found !warning \ "$\r$\n\ $\r$\n*** NSIS COMPILER WARNING:\ $\r$\n***\ $\r$\n*** This script has only been tested using the NSIS v2.22 compiler\ $\r$\n*** and may not work properly with this NSIS ${NSIS_VERSION} compiler\ $\r$\n***\ $\r$\n*** The resulting 'installer' program should be tested carefully!\ $\r$\n$\r$\n" !endif !undef ${NSIS_VERSION}_found ; Although this utility was originally created for use with the 1.0.0 release it is ; compatible with many earlier installations created by the installer, though in some cases a ; small batch file may be required in order to define POPFILE_ROOT and POPFILE_USER before ; running it (this utility assumes these two environment variables have been defined). #-------------------------------------------------------------------------- # Optional run-time command-line switch (used by 'dbicapture.exe') #-------------------------------------------------------------------------- # # /TRACE_LEVEL=x # # By default the utility uses DBI_TRACE level 1 and displays a page allowing the user to # select another level in the range 0 (disabled) to 4. If a higher level is required or # if the utility is to be run from a batch file then the required trace level (in the range # 0 to 15) can be specified on the command-line instead of via the trace level selection page. # # If a trace level outside the range 0 to 15 is supplied an error message will be displayed. # # Uppercase or lowercase can be used for the command-line switch. # #-------------------------------------------------------------------------- ;-------------------------------------------------------------------------- ; Symbols used to avoid confusion over where the line breaks occur. ; ; ${IO_NL} is used for InstallOptions-style 'new line' sequences. ; ${MB_NL} is used for MessageBox-style 'new line' sequences. ; ; (these two constants do not follow the 'C_' naming convention described below) ;-------------------------------------------------------------------------- !define IO_NL "\r\n" !define MB_NL "$\r$\n" ;-------------------------------------------------------------------------- ; POPFile constants have been given names beginning with 'C_' (eg C_README) ; (two commonly used exceptions to this rule are 'IO_NL' and 'MB_NL') ;-------------------------------------------------------------------------- !define C_VERSION "0.0.1" !define C_OUTFILE "dbicapture.exe" ;-------------------------------------------------------------------------- ; The default NSIS caption is "$(^Name) Setup" so we override it here ;-------------------------------------------------------------------------- Name "POPFile DBI Trace Capture Utility" Caption "$(^Name) v${C_VERSION}" ;-------------------------------------------------------------------------- ; Windows Vista expects to find a manifest specifying the execution level ;-------------------------------------------------------------------------- RequestExecutionLevel user #-------------------------------------------------------------------------- # Use the "Modern User Interface" #-------------------------------------------------------------------------- !include "MUI.nsh" #-------------------------------------------------------------------------- # Include private library functions and macro definitions #-------------------------------------------------------------------------- ; Avoid compiler warnings by disabling the functions and definitions we do not use !define MSGCAPTURE !include "pfi-library.nsh" #-------------------------------------------------------------------------- # Version Information settings (for the utility's EXE file) #-------------------------------------------------------------------------- ; 'VIProductVersion' format is X.X.X.X where X is a number in range 0 to 65535 ; representing the following values: Major.Minor.Release.Build VIProductVersion "${C_VERSION}.0" !define /date C_BUILD_YEAR "%Y" VIAddVersionKey "ProductName" "PFI DBI Trace Capture Utility" VIAddVersionKey "Comments" "POPFile Homepage: http://getpopfile.org/" VIAddVersionKey "CompanyName" "The POPFile Project" VIAddVersionKey "LegalTrademarks" "POPFile is a registered trademark of John Graham-Cumming" VIAddVersionKey "LegalCopyright" "Copyright (c) ${C_BUILD_YEAR} John Graham-Cumming" VIAddVersionKey "FileDescription" "PFI DBI Trace Capture Utility (levels 0 to 15)" VIAddVersionKey "FileVersion" "${C_VERSION}" VIAddVersionKey "OriginalFilename" "${C_OUTFILE}" VIAddVersionKey "Build Compiler" "NSIS ${NSIS_VERSION}" VIAddVersionKey "Build Date/Time" "${__DATE__} @ ${__TIME__}" !ifdef C_PFI_LIBRARY_VERSION VIAddVersionKey "Build Library Version" "${C_PFI_LIBRARY_VERSION}" !endif VIAddVersionKey "Build Script" "${__FILE__}${MB_NL}(${__TIMESTAMP__})" #-------------------------------------------------------------------------- # User Registers (Global) #-------------------------------------------------------------------------- ; This script uses 'User Variables' (with names starting with 'G_') to hold GLOBAL data. Var G_MODE_FLAG ; Controls whether or not the trace level selection page appears Var G_TRACELEVEL ; The trace level: 0 (disabled) to 15 (very detailed and obscure) #-------------------------------------------------------------------------- # Configure the MUI pages #-------------------------------------------------------------------------- ;---------------------------------------------------------------- ; Interface Settings - General Interface Settings ;---------------------------------------------------------------- ; The icon file for the utility !define MUI_ICON "POPFileIcon\popfile.ico" !define MUI_HEADERIMAGE !define MUI_HEADERIMAGE_BITMAP "hdr-common.bmp" !define MUI_HEADERIMAGE_RIGHT ;---------------------------------------------------------------- ; Interface Settings - Interface Resource Settings ;---------------------------------------------------------------- ; The banner provided by the default 'modern.exe' UI does not provide much room for the ; two lines of text, e.g. the German version is truncated, so we use a custom UI which ; provides slightly wider text areas. Each area is still limited to a single line of text. !define MUI_UI "UI\pfi_modern.exe" ; The 'hdr-common.bmp' logo is only 90 x 57 pixels, much smaller than the 150 x 57 pixel ; space provided by the default 'modern_headerbmpr.exe' UI, so we use a custom UI which ; leaves more room for the TITLE and SUBTITLE text. !define MUI_UI_HEADERIMAGE_RIGHT "UI\pfi_headerbmpr.exe" ;---------------------------------------------------------------- ; Interface Settings - Installer Finish Page Interface Settings ;---------------------------------------------------------------- ; Show the installation log and leave the window open when utility has completed its work ShowInstDetails show !define MUI_FINISHPAGE_NOAUTOCLOSE #-------------------------------------------------------------------------- # Define the Page order for the utility #-------------------------------------------------------------------------- ;--------------------------------------------------- ; Installer Page - Choose the DBI_TRACE setting ;--------------------------------------------------- Page custom SelectTraceLevelPage ;--------------------------------------------------- ; Installer Page - Install files ;--------------------------------------------------- ; Override the standard "Installation complete..." page header !define MUI_INSTFILESPAGE_FINISHHEADER_TEXT $(PFI_LANG_DBICAP_END_HDR) !define MUI_INSTFILESPAGE_FINISHHEADER_SUBTEXT $(PFI_LANG_DBICAP_END_SUBHDR) ; Override the standard "Installation Aborted..." page header !define MUI_INSTFILESPAGE_ABORTHEADER_TEXT $(PFI_LANG_DBICAP_ABORT_HDR) !define MUI_INSTFILESPAGE_ABORTHEADER_SUBTEXT $(PFI_LANG_DBICAP_ABORT_SUBHDR) ; Use a custom "show" function to ensure the page header reflects the current ; trace level setting while the utility is capturing the POPFile console messages !define MUI_PAGE_CUSTOMFUNCTION_SHOW UpdateHeader !insertmacro MUI_PAGE_INSTFILES #-------------------------------------------------------------------------- # Language Support for the utility #-------------------------------------------------------------------------- !insertmacro MUI_LANGUAGE "English" ;-------------------------------------------------------------------------- ; Current build only supports English and uses local strings ; instead of language strings from languages\*-pfi.nsh files ;-------------------------------------------------------------------------- !macro PFI_DBICAP_TEXT NAME VALUE LangString ${NAME} ${LANG_ENGLISH} "${VALUE}" !macroend !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_SELECT_HDR" "Select the DBI_TRACE level" !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_SELECT_SUBHDR" "Enable or disable tracing of POPFile's database activity" !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_STD_HDR" "Capturing 'level $G_TRACELEVEL' DBI trace messages from POPFile..." !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_STD_SUBHDR" "Message capture will stop when POPFile shuts down" !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_NOTRACE_HDR" "Capturing standard console messages from POPFile..." !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_NOTRACE_SUBHDR" "Message capture will stop when POPFile shuts down" !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_END_HDR" "POPFile DBI Trace Capture Completed" !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_END_SUBHDR" "To save the messages, use right-click in the message window,${MB_NL}copy to the clipboard then paste the messages into a text file" !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_ABORT_HDR" "POPFile DBI Trace Capture Failed" !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_ABORT_SUBHDR" "Problem detected - see error report in window below" !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_RIGHTCLICK" "Right-click in the window below to copy the report to the clipboard" !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_MBOPTIONERROR" "'$G_TRACELEVEL' is not a valid option for this utility${MB_NL}${MB_NL}Usage: $R1 /TRACE_LEVEL=x${MB_NL}where x is in the range 0 to 15${MB_NL}${MB_NL}(use 0 to disable database tracing)" !insertmacro PFI_DBICAP_TEXT "PFI_LANG_DBICAP_STARTBUTTON" "Start" #-------------------------------------------------------------------------- # General settings #-------------------------------------------------------------------------- ; Specify EXE filename and icon for the utility OutFile "${C_OUTFILE}" ; Ensure details are shown ShowInstDetails show ; This utility doesn't install anything so rename the "Install" button InstallButtonText "$(PFI_LANG_DBICAP_STARTBUTTON)" #-------------------------------------------------------------------------- # Installer Function: .onInit # # Checks if the user has specified a trace level value to override the default setting # using the /TRACE_LEVEL=x command-line option (valid values are in range 0 to 15 inclusive) # # If an invalid option is supplied, an error message is displayed. #-------------------------------------------------------------------------- Function .onInit !define L_TEMP $R9 Push ${L_TEMP} !insertmacro MUI_INSTALLOPTIONS_EXTRACT "ioDTL.ini" StrCpy $G_MODE_FLAG "command-line" Call PFI_GetParameters Pop $G_TRACELEVEL StrCmp $G_TRACELEVEL "" default StrCpy ${L_TEMP} $G_TRACELEVEL 13 StrCmp ${L_TEMP} "/TRACE_LEVEL=" 0 usage_error StrCpy ${L_TEMP} $G_TRACELEVEL "" 13 Push ${L_TEMP} Call PFI_StrCheckDecimal Pop ${L_TEMP} StrCmp ${L_TEMP} "" usage_error StrCmp ${L_TEMP} "0" exit IntCmp ${L_TEMP} 15 exit exit usage_error usage_error: ; This utility's executable file might have been renamed so we need ; to ensure we use the correct name in the 'usage' message. The first ; system call gets the full pathname (returned in $R0) and the second call ; extracts the filename (and possibly the extension) part (returned in $R1) ; No need to worry about corrupting $R0 and $R1 (we abort after displaying the message) System::Call 'kernel32::GetModuleFileNameA(i 0, t .R0, i 1024)' System::Call 'comdlg32::GetFileTitleA(t R0, t .R1, i 1024)' MessageBox MB_OK|MB_ICONSTOP "$(PFI_LANG_DBICAP_MBOPTIONERROR)" Abort default: StrCpy $G_MODE_FLAG "radiobuttons" StrCpy ${L_TEMP} "0" exit: StrCpy $G_TRACELEVEL ${L_TEMP} Pop ${L_TEMP} !undef L_TEMP FunctionEnd #-------------------------------------------------------------------------- # Installer Function: SelectTraceLevelPage (generates a custom page) #-------------------------------------------------------------------------- Function SelectTraceLevelPage StrCmp $G_MODE_FLAG "command-line" skip_page !define L_BUTTON $R9 Push ${L_BUTTON} !insertmacro MUI_HEADER_TEXT "$(PFI_LANG_DBICAP_SELECT_HDR)" "$(PFI_LANG_DBICAP_SELECT_SUBHDR)" !insertmacro MUI_INSTALLOPTIONS_DISPLAY "ioDTL.ini" !insertmacro MUI_INSTALLOPTIONS_READ ${L_BUTTON} "ioDTL.ini" "Field 2" "State" StrCmp ${L_BUTTON} "0" check_level_4 StrCpy $G_TRACELEVEL "0" Goto exit check_level_4: !insertmacro MUI_INSTALLOPTIONS_READ ${L_BUTTON} "ioDTL.ini" "Field 6" "State" StrCmp ${L_BUTTON} "0" check_level_3 StrCpy $G_TRACELEVEL "4" Goto exit check_level_3: !insertmacro MUI_INSTALLOPTIONS_READ ${L_BUTTON} "ioDTL.ini" "Field 5" "State" StrCmp ${L_BUTTON} "0" check_level_2 StrCpy $G_TRACELEVEL "3" Goto exit check_level_2: !insertmacro MUI_INSTALLOPTIONS_READ ${L_BUTTON} "ioDTL.ini" "Field 4" "State" StrCmp ${L_BUTTON} "0" assume_level_1 StrCpy $G_TRACELEVEL "2" Goto exit assume_level_1: StrCpy $G_TRACELEVEL "1" exit: Pop ${L_BUTTON} skip_page: !undef L_BUTTON FunctionEnd #-------------------------------------------------------------------------- # Installer Function: UpdateHeader # (the "show" function for the INSTFILES page) #-------------------------------------------------------------------------- Function UpdateHeader ; Override the standard "Installing..." header with text appropriate to the /TRACE_LEVEL value StrCmp $G_TRACELEVEL "0" no_timeout !insertmacro MUI_HEADER_TEXT $(PFI_LANG_DBICAP_STD_HDR) $(PFI_LANG_DBICAP_STD_SUBHDR) Goto exit no_timeout: !insertmacro MUI_HEADER_TEXT $(PFI_LANG_DBICAP_NOTRACE_HDR) $(PFI_LANG_DBICAP_NOTRACE_SUBHDR) exit: FunctionEnd ;-------------------------------------------------------------------------- ; Section: default ;-------------------------------------------------------------------------- Section default !define L_DBITRACE $R9 ; value of the DBI_TRACE environment variable !define L_PFI_ROOT $R8 ; path to the POPFile program (popfile.pl, and other files) !define L_PFI_USER $R7 ; path to user's 'popfile.cfg' file !define L_RESULT $R6 !define L_TEMP $R5 !define L_TRAYICON $R4 ; system tray icon enabled ("i" ) or disabled ("") flag !define L_OPTIONS $R3 ; POPFile 0.23.0 no longer displays startup messages by default ; so we use the --verbose option to turn them back on !define L_RESERVED $0 ; used in system.dll calls SetDetailsPrint textonly DetailPrint "$(PFI_LANG_DBICAP_RIGHTCLICK)" SetDetailsPrint listonly DetailPrint "------------------------------------------------------------" DetailPrint "$(^Name) v${C_VERSION}" DetailPrint "------------------------------------------------------------" System::Call 'Kernel32::SetEnvironmentVariableA(t, t) i("DBI_TRACE", "$G_TRACELEVEL").r0' StrCmp ${L_RESERVED} 0 0 read_environment_vars MessageBox MB_OK|MB_ICONSTOP "Fatal error: Unable to set the DBI_TRACE environment variable" Goto fatal_error read_environment_vars: ReadEnvStr ${L_PFI_ROOT} "POPFILE_ROOT" ReadEnvStr ${L_PFI_USER} "POPFILE_USER" ReadEnvStr ${L_DBITRACE} "DBI_TRACE" StrCmp ${L_PFI_ROOT} "" no_root StrCmp ${L_PFI_USER} "" no_user IfFileExists "${L_PFI_USER}\popfile.cfg" found_cfg DetailPrint "" DetailPrint "Fatal error: cannot find POPFile configuration data" DetailPrint "" DetailPrint "(${L_PFI_USER}\popfile.cfg does not exist)" Goto fatal_error no_root: DetailPrint "" DetailPrint "Fatal error: Environment variable POPFILE_ROOT is not defined" Goto fatal_error no_user: DetailPrint "" DetailPrint "Fatal error: Environment variable POPFILE_USER is not defined" Goto fatal_error start_failed: DetailPrint "" DetailPrint "Fatal error: unable to start '${L_PFI_ROOT}\popfile${L_TRAYICON}f.exe' program" fatal_error: Abort found_cfg: Push ${L_PFI_USER} ; 'User Data' folder location Push "1" ; assume system tray icon is enabled (the current default setting) Call GetTrayIconSetting Pop ${L_TRAYICON} ; "i" if system tray icon enabled, "" if it is disabled DetailPrint "EnvVar: POPFILE_ROOT = ${L_PFI_ROOT}" DetailPrint "EnvVar: POPFILE_USER = ${L_PFI_USER}" ; Starting with the 0.23.0 release, POPFile no longer displays startup messages ; so we use the 'verbose' option to turn them on. Earlier POPFile releases do not ; recognize this option and will not run if it is used, so we use the Database.pm ; file as a simple POPFile version test (this file was first used in 0.23.0) StrCpy ${L_OPTIONS} "" IfFileExists "${L_PFI_ROOT}\POPFile\Database.pm" 0 look_for_exe StrCpy ${L_OPTIONS} "--verbose" look_for_exe: IfFileExists "${L_PFI_ROOT}\popfile${L_TRAYICON}f.exe" found_exe DetailPrint "" DetailPrint "Fatal error: cannot find POPFile program" DetailPrint "" DetailPrint "(${L_PFI_ROOT}\popfile${L_TRAYICON}f.exe does not exist)" Goto fatal_error found_exe: DetailPrint "EnvVar: DBI_TRACE = $G_TRACELEVEL" DetailPrint "Using 'popfile${L_TRAYICON}f.exe' to run POPFile" DetailPrint "------------------------------------------------------------" Call PFI_GetDateTimeStamp Pop ${L_TEMP} DetailPrint "(report started ${L_TEMP})" DetailPrint "------------------------------------------------------------" nsExec::ExecToLog '"${L_PFI_ROOT}\popfile${L_TRAYICON}f.exe" ${L_OPTIONS}' Pop ${L_RESULT} StrCmp ${L_RESULT} "error" start_failed DetailPrint "" DetailPrint "------------------------------------------------------------" DetailPrint "Status code: ${L_RESULT}" Call PFI_GetDateTimeStamp Pop ${L_TEMP} DetailPrint "------------------------------------------------------------" DetailPrint "(report finished ${L_TEMP})" DetailPrint "------------------------------------------------------------" SetDetailsPrint none !undef L_DBITRACE !undef L_PFI_ROOT !undef L_PFI_USER !undef L_RESULT !undef L_TEMP !undef L_TRAYICON !undef L_RESERVED SectionEnd #-------------------------------------------------------------------------- # Installer Function: GetTrayIconSetting # # Returns "i" if the system tray icon is enabled in popfile.cfg or "" if it is disabled. # If the setting is not found in popfile.cfg, use the input parameter to determine the result. # # This function avoids the progress bar flicker seen when similar code was in the "Section" body #-------------------------------------------------------------------------- Function GetTrayIconSetting !define L_CFG $R9 ; file handle used to access 'popfile.cfg' !define L_ICONSETTING $R8 ; 1 (or "i") = system tray icon enabled, 0 (or "") = disabled !define L_LINE $R7 ; line (or part of line) read from 'popfile.cfg' !define L_TEMP $R6 !define L_TEXTEND $R5 ; helps ensure correct handling of lines over 1023 chars long !define L_USERDATA $R4 ; location of 'User Data' Exch ${L_ICONSETTING} ; get the setting to be used if value not found in 'popfile.cfg' Exch Exch ${L_USERDATA} ; get location where 'popfile.cfg' should be found Push ${L_CFG} Push ${L_LINE} Push ${L_TEMP} Push ${L_TEXTEND} FileOpen ${L_CFG} "${L_USERDATA}\popfile.cfg" r found_eol: StrCpy ${L_TEXTEND} "<eol>" loop: FileRead ${L_CFG} ${L_LINE} StrCmp ${L_LINE} "" options_done StrCmp ${L_TEXTEND} "<eol>" 0 check_eol StrCmp ${L_LINE} "$\n" loop StrCpy ${L_TEMP} ${L_LINE} 17 StrCmp ${L_TEMP} "windows_trayicon " got_icon_option Goto check_eol got_icon_option: StrCpy ${L_ICONSETTING} ${L_LINE} 1 17 check_eol: StrCpy ${L_TEXTEND} ${L_LINE} 1 -1 StrCmp ${L_TEXTEND} "$\n" found_eol StrCmp ${L_TEXTEND} "$\r" found_eol loop options_done: FileClose ${L_CFG} StrCmp ${L_ICONSETTING} "1" enabled StrCpy ${L_ICONSETTING} "" Goto exit enabled: StrCpy ${L_ICONSETTING} "i" exit: Pop ${L_TEXTEND} Pop ${L_TEMP} Pop ${L_LINE} Pop ${L_CFG} Pop ${L_USERDATA} Exch ${L_ICONSETTING} !undef L_CFG !undef L_ICONSETTING !undef L_LINE !undef L_TEMP !undef L_TEXTEND !undef L_USERDATA FunctionEnd #-------------------------------------------------------------------------- # End of 'dbicapture.nsi' #-------------------------------------------------------------------------- |
From: Brian S. <xue...@us...> - 2008-02-13 21:02:35
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15933 Removed Files: Tag: b0_22_2 runpopfile.exe.manifest Log Message: This file is surplus to requirements (it was never used to build an installer) --- runpopfile.exe.manifest DELETED --- |
Update of /cvsroot/popfile/engine/manual/no In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1149/no Modified Files: email.html firewalls.html firsttime.html installing.html manual.html multiple.html proxies.html spa.html training.html Log Message: changed the links in the manual to point to getpopfile.org Index: multiple.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/no/multiple.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** multiple.html 9 Jul 2003 18:47:03 -0000 1.3 --- multiple.html 11 Feb 2008 13:35:59 -0000 1.4 *************** *** 50,59 **** <td width=15% align=center style="font-family: sans-serif"><font size=+1><b>Weblinker:</b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td align=center bgcolor=#cccc99 width=15% style="font-family: sans-serif"><font size=+1><b> <a href="http://popfile.sourceforge.net">H</a></b></font><a href="http://popfile.sourceforge.net"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2 style="font-family: sans-serif"></td> ! <td bgcolor=#ededca width=15% align=center style="font-family: sans-serif"><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Diskusjonsforum</a></b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td style="font-family: sans-serif"><font size=+1><b><a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Feildatabase</a></b></font></td> ! <td style="font-family: sans-serif"><a href="http://sourceforge.net/project/showfiles.php?group_id=63137"> <font size="+1"><b>Nedlasting</b></font></a></td> <td style="font-family: sans-serif"> --- 50,59 ---- <td width=15% align=center style="font-family: sans-serif"><font size=+1><b>Weblinker:</b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td align=center bgcolor=#cccc99 width=15% style="font-family: sans-serif"><font size=+1><b> <a href="http://getpopfile.org/">H</a></b></font><a href="http://getpopfile.org/"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2 style="font-family: sans-serif"></td> ! <td bgcolor=#ededca width=15% align=center style="font-family: sans-serif"><font size=+1><b> <a href="http://getpopfile.org/discussion">Diskusjonsforum</a></b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td style="font-family: sans-serif"><font size=+1><b><a href="http://getpopfile.org/query">Feildatabase</a></b></font></td> ! <td style="font-family: sans-serif"><a href="http://getpopfile.org/docs/download"> <font size="+1"><b>Nedlasting</b></font></a></td> <td style="font-family: sans-serif"> *************** *** 67,71 **** <tr height=1><td colspan=9 style="font-family: sans-serif"></td></tr> </table> ! <p><b>Velg språk: <a href="http://popfile.sourceforge.net/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> --- 67,71 ---- <tr height=1><td colspan=9 style="font-family: sans-serif"></td></tr> </table> ! <p><b>Velg språk: <a href="http://getpopfile.org/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> Index: training.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/no/training.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** training.html 9 Jul 2003 18:47:03 -0000 1.3 --- training.html 11 Feb 2008 13:35:59 -0000 1.4 *************** *** 76,85 **** <td width=15% align=center style="font-family: sans-serif"><font size=+1><b>Weblinker:</b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td align=center bgcolor=#cccc99 width=15% style="font-family: sans-serif"><font size=+1><b> <a href="http://popfile.sourceforge.net">H</a></b></font><a href="http://popfile.sourceforge.net"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2 style="font-family: sans-serif"></td> ! <td bgcolor=#ededca width=15% align=center style="font-family: sans-serif"><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Diskusjonsforum</a></b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td style="font-family: sans-serif"><font size=+1><b><a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Feildatabase</a></b></font></td> ! <td style="font-family: sans-serif"><a href="http://sourceforge.net/project/showfiles.php?group_id=63137"> <font size="+1"><b>Nedlasting</b></font></a></td> <td style="font-family: sans-serif"> --- 76,85 ---- <td width=15% align=center style="font-family: sans-serif"><font size=+1><b>Weblinker:</b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td align=center bgcolor=#cccc99 width=15% style="font-family: sans-serif"><font size=+1><b> <a href="http://getpopfile.org/">H</a></b></font><a href="http://getpopfile.org/"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2 style="font-family: sans-serif"></td> ! <td bgcolor=#ededca width=15% align=center style="font-family: sans-serif"><font size=+1><b> <a href="http://getpopfile.org/discussion">Diskusjonsforum</a></b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td style="font-family: sans-serif"><font size=+1><b><a href="http://getpopfile.org/query">Feildatabase</a></b></font></td> ! <td style="font-family: sans-serif"><a href="http://getpopfile.org/docs/download"> <font size="+1"><b>Nedlasting</b></font></a></td> <td style="font-family: sans-serif"> *************** *** 93,97 **** <tr height=1><td colspan=9 style="font-family: sans-serif"></td></tr> </table> ! <p><b>Velg språk: <a href="http://popfile.sourceforge.net/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> --- 93,97 ---- <tr height=1><td colspan=9 style="font-family: sans-serif"></td></tr> </table> ! <p><b>Velg språk: <a href="http://getpopfile.org/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> Index: manual.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/no/manual.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** manual.html 9 Jul 2003 18:47:03 -0000 1.3 --- manual.html 11 Feb 2008 13:35:59 -0000 1.4 *************** *** 71,80 **** <td width=15% align=center><font size=+1><b>Weblinker:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">H</a></b></font><a href="http://popfile.sourceforge.net"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Diskusjonsforum</a></b></font></td> <td width=2></td> ! <td><font size=+1><b><a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Feildatabase</a></b></font></td> ! <td><a href="http://sourceforge.net/project/showfiles.php?group_id=63137"> <font size="+1"><b>Nedlasting</b></font></a></td> <td> --- 71,80 ---- <td width=15% align=center><font size=+1><b>Weblinker:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">H</a></b></font><a href="http://getpopfile.org/"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Diskusjonsforum</a></b></font></td> <td width=2></td> ! <td><font size=+1><b><a href="http://getpopfile.org/query">Feildatabase</a></b></font></td> ! <td><a href="http://getpopfile.org/docs/download"> <font size="+1"><b>Nedlasting</b></font></a></td> <td> *************** *** 88,92 **** <tr height=1><td colspan=9></td></tr> </table> ! <p><b>Velg språk: <a href="http://popfile.sourceforge.net/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> --- 88,92 ---- <tr height=1><td colspan=9></td></tr> </table> ! <p><b>Velg språk: <a href="http://getpopfile.org/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> Index: email.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/no/email.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** email.html 9 Jul 2003 18:47:03 -0000 1.4 --- email.html 11 Feb 2008 13:35:59 -0000 1.5 *************** *** 94,104 **** <ul> <li>I Outlook, klikk menyvalget Verktøy -> E-postkontoer... <br> ! E-postkontoer-dialogen vil dukke opp <a href=http://popfile.sourceforge.net/manual/o_popfile1.gif>[bilde]</a> <li>Klikk 'Vise eller endre eksisterende e-postkontoer' og klikk 'Neste'. <li>Velg din konto, klikk så 'Endre...' Legg merke til (og noter) ! Inkommende e-post servernavnet (POP3) og Brukernavnet. <a href=http://popfile.sourceforge.net/manual/o_popfile2.gif>[bilde]</a> <li>Forandre servernavnet for Innkommende e-post (POP3) til <b>127.0.0.1</b> og forandre Brukernavnet til en kombinasjon av det opprinnelige servernavnet for ! Inkommende e-post (POP3) og det opprinnelige Brukernavnet, atskilt med et kolon <a href=http://popfile.sourceforge.net/manual/o_popfile3.gif>[bilde]</a> <li>Så, hvis det opprinnelige servernavnet for Inkommende e-post (POP3) var <b>min.epost.no</b> og brukernavnet ditt var <b>onordman</b>, vil ditt nye brukernavn bli <b> --- 94,104 ---- <ul> <li>I Outlook, klikk menyvalget Verktøy -> E-postkontoer... <br> ! E-postkontoer-dialogen vil dukke opp <a href="http://getpopfile.org/"manual/o_popfile1.gif>[bilde]</a> <li>Klikk 'Vise eller endre eksisterende e-postkontoer' og klikk 'Neste'. <li>Velg din konto, klikk så 'Endre...' Legg merke til (og noter) ! Inkommende e-post servernavnet (POP3) og Brukernavnet. <a href="http://getpopfile.org/"manual/o_popfile2.gif>[bilde]</a> <li>Forandre servernavnet for Innkommende e-post (POP3) til <b>127.0.0.1</b> og forandre Brukernavnet til en kombinasjon av det opprinnelige servernavnet for ! Inkommende e-post (POP3) og det opprinnelige Brukernavnet, atskilt med et kolon <a href="http://getpopfile.org/"manual/o_popfile3.gif>[bilde]</a> <li>Så, hvis det opprinnelige servernavnet for Inkommende e-post (POP3) var <b>min.epost.no</b> og brukernavnet ditt var <b>onordman</b>, vil ditt nye brukernavn bli <b> *************** *** 121,132 **** <ul> <li>Gå til menyen <br> ! Verktøy -> Kontoer... <a href=http://popfile.sourceforge.net/manual/oe_popfile1.gif>[bilde]</a> ! <li>Velg kontoen din og klikk 'Egenskaper'. <a href=http://popfile.sourceforge.net/manual/oe_popfile2.gif>[bilde]</a> <li>Velg arkfanen 'Servere' Legg merke til (og noter) Inkommende e-post ! servernavnet (POP3) og Kontonavnet for innkommende epostserver. <a href=http://popfile.sourceforge.net/manual/oe_popfile3.gif>[bilde]</a> <li>Forandre servernavnet for Innkommende e-post (POP3) til <b>127.0.0.1</b> og forandre Kontonavnet for innkommende epostserver til en kombinasjon av det opprinnelige servernavnet for Inkommende e-post (POP3) og det opprinnelige ! Kontonavnet for innkommende epostserver, atskilt med et kolon <a href=http://popfile.sourceforge.net/manual/oe_popfile4.gif>[bilde]</a> <li>Så, hvis det opprinnelige servernavnet for Inkommende e-post (POP3) var <b>min.epost.no</b> og det opprinnelige kontonavnet <b>onordman</b>, vil ditt nye kontonavn bli <b> --- 121,132 ---- <ul> <li>Gå til menyen <br> ! Verktøy -> Kontoer... <a href="http://getpopfile.org/"manual/oe_popfile1.gif>[bilde]</a> ! <li>Velg kontoen din og klikk 'Egenskaper'. <a href="http://getpopfile.org/"manual/oe_popfile2.gif>[bilde]</a> <li>Velg arkfanen 'Servere' Legg merke til (og noter) Inkommende e-post ! servernavnet (POP3) og Kontonavnet for innkommende epostserver. <a href="http://getpopfile.org/"manual/oe_popfile3.gif>[bilde]</a> <li>Forandre servernavnet for Innkommende e-post (POP3) til <b>127.0.0.1</b> og forandre Kontonavnet for innkommende epostserver til en kombinasjon av det opprinnelige servernavnet for Inkommende e-post (POP3) og det opprinnelige ! Kontonavnet for innkommende epostserver, atskilt med et kolon <a href="http://getpopfile.org/"manual/oe_popfile4.gif>[bilde]</a> <li>Så, hvis det opprinnelige servernavnet for Inkommende e-post (POP3) var <b>min.epost.no</b> og det opprinnelige kontonavnet <b>onordman</b>, vil ditt nye kontonavn bli <b> *************** *** 149,156 **** <ul> ! <li>In Eudora select the Tools->Options... menu option. The Options dialog will appear. <a href=http://popfile.sourceforge.net/manual/e_popfile1.gif>[screenshot]</a> ! <li>Make a note of the Mail Server (incoming) server name and the Login Name. <a href=http://popfile.sourceforge.net/manual/e_popfile2.gif>[screenshot]</a> <li>Change the Mail Server (incoming) server name to <b>127.0.0.1</b> and change the Login Name to the combination of the original ! Mail Server (incoming) server name and the original Login Name separated by a colon. <a href=http://popfile.sourceforge.net/manual/e_popfile3.gif>[screenshot]</a> <li>So, if the original Mail Server (incoming) server name was <b>my.mail.com</b> and your username was <b>jdoe</b>, your new username would be <b>my.mail.com:jdoe</b> <li>You don't need to change the password. --- 149,156 ---- <ul> ! <li>In Eudora select the Tools->Options... menu option. The Options dialog will appear. <a href="http://getpopfile.org/"manual/e_popfile1.gif>[screenshot]</a> ! <li>Make a note of the Mail Server (incoming) server name and the Login Name. <a href="http://getpopfile.org/"manual/e_popfile2.gif>[screenshot]</a> <li>Change the Mail Server (incoming) server name to <b>127.0.0.1</b> and change the Login Name to the combination of the original ! Mail Server (incoming) server name and the original Login Name separated by a colon. <a href="http://getpopfile.org/"manual/e_popfile3.gif>[screenshot]</a> <li>So, if the original Mail Server (incoming) server name was <b>my.mail.com</b> and your username was <b>jdoe</b>, your new username would be <b>my.mail.com:jdoe</b> <li>You don't need to change the password. *************** *** 207,212 **** <ul> ! <li>I Outlook velg Verktøy -> Regelveiviser... <a href=http://popfile.sourceforge.net/manual/o_filter1.gif>[bilde]</a> ! <li>Regelveiviseren dukker opp. Klikk Ny... og velg Begynn med en ny regel. <a href=http://popfile.sourceforge.net/manual/o_filter2.gif>[bilde]</a> <li>Outlook kan bruke <b>X-Text-Classification</b> meldingshode, som gjør at sorteringen av e-post kan skje fullstendig i bakgrunnen. Klikk Neste og velg <i> --- 207,212 ---- <ul> ! <li>I Outlook velg Verktøy -> Regelveiviser... <a href="http://getpopfile.org/"manual/o_filter1.gif>[bilde]</a> ! <li>Regelveiviseren dukker opp. Klikk Ny... og velg Begynn med en ny regel. <a href="http://getpopfile.org/"manual/o_filter2.gif>[bilde]</a> <li>Outlook kan bruke <b>X-Text-Classification</b> meldingshode, som gjør at sorteringen av e-post kan skje fullstendig i bakgrunnen. Klikk Neste og velg <i> *************** *** 232,247 **** <ul> ! <li>I Outlook Express velg Verktøy->Meldingsregler -> E-post... <a href=http://popfile.sourceforge.net/manual/oe_filter1.gif>[bilde]</a> ! <li>Vinduet for meldingsregler dukker opp. <a href=http://popfile.sourceforge.net/manual/oe_filter2.gif>[bilde]</a> <li>Outlook Express kan <i>ikke</i> bruke <b>X-Text-Classification</b> meldingshode, som muliggjør at sorteringen av e-post kan skje fullstendig i bakgrunnen. Så, istedenfor klikker du <i>Hvor emnelinjen inneholder bestemte ord</i> ! og klikk også <i>Flytt den til mappen angitt</i> <a href=http://popfile.sourceforge.net/manual/oe_filter3.gif>[bilde]</a> <li>Klikk den blå uthevede linken <i>inneholder bestemte ord</i> og dialogboksen ! 'Skriv inn bestemte ord' dukker opp <a href=http://popfile.sourceforge.net/manual/oe_filter4.gif>[bilde]</a> <li>Skriv inn navnet på en av bøttene dine, omgitt av [hakeparentes], og klikk 'OK'. Klikk så den blå uthevede linken <i>bestemte ord</i> og dialogboksen 'Flytt' dukker opp. elg den mappen du vil at e-posten fra denne bøtten skal ! sendes til og klikk 'OK'. <a href=http://popfile.sourceforge.net/manual/oe_filter5.gif>[bilde]</a> <li>Klikk OK. <li>Gjenta prosessen for hver av bøttene dine - og klikk til slutt 'OK'. --- 232,247 ---- <ul> ! <li>I Outlook Express velg Verktøy->Meldingsregler -> E-post... <a href="http://getpopfile.org/"manual/oe_filter1.gif>[bilde]</a> ! <li>Vinduet for meldingsregler dukker opp. <a href="http://getpopfile.org/"manual/oe_filter2.gif>[bilde]</a> <li>Outlook Express kan <i>ikke</i> bruke <b>X-Text-Classification</b> meldingshode, som muliggjør at sorteringen av e-post kan skje fullstendig i bakgrunnen. Så, istedenfor klikker du <i>Hvor emnelinjen inneholder bestemte ord</i> ! og klikk også <i>Flytt den til mappen angitt</i> <a href="http://getpopfile.org/"manual/oe_filter3.gif>[bilde]</a> <li>Klikk den blå uthevede linken <i>inneholder bestemte ord</i> og dialogboksen ! 'Skriv inn bestemte ord' dukker opp <a href="http://getpopfile.org/"manual/oe_filter4.gif>[bilde]</a> <li>Skriv inn navnet på en av bøttene dine, omgitt av [hakeparentes], og klikk 'OK'. Klikk så den blå uthevede linken <i>bestemte ord</i> og dialogboksen 'Flytt' dukker opp. elg den mappen du vil at e-posten fra denne bøtten skal ! sendes til og klikk 'OK'. <a href="http://getpopfile.org/"manual/oe_filter5.gif>[bilde]</a> <li>Klikk OK. <li>Gjenta prosessen for hver av bøttene dine - og klikk til slutt 'OK'. *************** *** 262,269 **** <ul> ! <li>Select the Tools->Filters menu. <a href=http://popfile.sourceforge.net/manual/e_filter1.gif>[screenshot]</a> ! <li>The Filters window appears. Click New to create a new filter. <a href=http://popfile.sourceforge.net/manual/e_filter2.gif>[screenshot]</a> ! <li>In the Header box type <b>X-Text-Classification</b> and in the box next to contains type the name of one of your buckets. <b>Don't</b> add square brackets around it. <a href=http://popfile.sourceforge.net/manual/e_filter3.gif>[screenshot]</a> ! <li>The select <b>Transfer To</b> in the first Action box and select the mailbox you want to file message from this bucket into. <a href=http://popfile.sourceforge.net/manual/e_filter4.gif>[screenshot]</a> <li>Repeat this for each of your buckets. <li>Close the Filters windows and say Yes when asked to save changes. --- 262,269 ---- <ul> ! <li>Select the Tools->Filters menu. <a href="http://getpopfile.org/"manual/e_filter1.gif>[screenshot]</a> ! <li>The Filters window appears. Click New to create a new filter. <a href="http://getpopfile.org/"manual/e_filter2.gif>[screenshot]</a> ! <li>In the Header box type <b>X-Text-Classification</b> and in the box next to contains type the name of one of your buckets. <b>Don't</b> add square brackets around it. <a href="http://getpopfile.org/"manual/e_filter3.gif>[screenshot]</a> ! <li>The select <b>Transfer To</b> in the first Action box and select the mailbox you want to file message from this bucket into. <a href="http://getpopfile.org/"manual/e_filter4.gif>[screenshot]</a> <li>Repeat this for each of your buckets. <li>Close the Filters windows and say Yes when asked to save changes. *************** *** 316,325 **** <td width=15% align=center style="font-family: sans-serif"><font size=+1><b>Weblinker:</b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td align=center bgcolor=#cccc99 width=15% style="font-family: sans-serif"><font size=+1><b> <a href="http://popfile.sourceforge.net">H</a></b></font><a href="http://popfile.sourceforge.net"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2 style="font-family: sans-serif"></td> ! <td bgcolor=#ededca width=15% align=center style="font-family: sans-serif"><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Diskusjonsforum</a></b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td style="font-family: sans-serif"><font size=+1><b><a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Feildatabase</a></b></font></td> ! <td style="font-family: sans-serif"><a href="http://sourceforge.net/project/showfiles.php?group_id=63137"> <font size="+1"><b>Nedlasting</b></font></a></td> <td style="font-family: sans-serif"> --- 316,325 ---- <td width=15% align=center style="font-family: sans-serif"><font size=+1><b>Weblinker:</b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td align=center bgcolor=#cccc99 width=15% style="font-family: sans-serif"><font size=+1><b> <a href="http://getpopfile.org/">H</a></b></font><a href="http://getpopfile.org/"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2 style="font-family: sans-serif"></td> ! <td bgcolor=#ededca width=15% align=center style="font-family: sans-serif"><font size=+1><b> <a href="http://getpopfile.org/discussion">Diskusjonsforum</a></b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td style="font-family: sans-serif"><font size=+1><b><a href="http://getpopfile.org/query">Feildatabase</a></b></font></td> ! <td style="font-family: sans-serif"><a href="http://getpopfile.org/docs/download"> <font size="+1"><b>Nedlasting</b></font></a></td> <td style="font-family: sans-serif"> *************** *** 333,337 **** <tr height=1><td colspan=9 style="font-family: sans-serif"></td></tr> </table> ! <p><b>Velg språk: <a href="http://popfile.sourceforge.net/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> --- 333,337 ---- <tr height=1><td colspan=9 style="font-family: sans-serif"></td></tr> </table> ! <p><b>Velg språk: <a href="http://getpopfile.org/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> Index: installing.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/no/installing.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** installing.html 9 Jul 2003 18:47:03 -0000 1.3 --- installing.html 11 Feb 2008 13:35:59 -0000 1.4 *************** *** 48,52 **** <p>Last ned installasjonsfilen beregnet for Windows fra ! <a href="http://sourceforge.net/project/showfiles.php?group_id=63137"> Nedlastingssiden til POPFile</a>, og kjør <tt><font size="4">setup.exe</font></tt> og følg instruksjonene på skjermen. Deretter kan du kjøre POPFile fra Startmenyen (Start > Programmer > POPFile > Run POPFile in Background), --- 48,52 ---- <p>Last ned installasjonsfilen beregnet for Windows fra ! <a href="http://getpopfile.org/docs/download"> Nedlastingssiden til POPFile</a>, og kjør <tt><font size="4">setup.exe</font></tt> og følg instruksjonene på skjermen. Deretter kan du kjøre POPFile fra Startmenyen (Start > Programmer > POPFile > Run POPFile in Background), *************** *** 67,71 **** </ol> ! <p>Du kan få tak i siste utgave av POPFile som en zip-fil på toppen av listen på <a href="http://sourceforge.net/project/showfiles.php?group_id=63137">POPFile sin nedlastingsside</a>. Windowsbrukere vil ønske filen under avsnittet merket "Windows Only".</p> <p>POPFile i seg selv tar opp bare litt over en megabyte. Ordlisten (kalt 'corpus') --- 67,71 ---- </ol> ! <p>Du kan få tak i siste utgave av POPFile som en zip-fil på toppen av listen på <a href="http://getpopfile.org/docs/download">POPFile sin nedlastingsside</a>. Windowsbrukere vil ønske filen under avsnittet merket "Windows Only".</p> <p>POPFile i seg selv tar opp bare litt over en megabyte. Ordlisten (kalt 'corpus') *************** *** 76,80 **** <p>Sørg for å få <a href="http://www.perl.com">Perl</a> opp å gå på maskinen, ! last så ned POPFile Perl zip-fil fra <a href=http://popfile.sourceforge.net/> Hjemmesiden til POPFile</a>, og pakk den ut til en mappe etter eget valg. På Windowsplattformer, kjør POPFile med kommandoen <tt>perl popfile.pl</tt>. --- 76,80 ---- <p>Sørg for å få <a href="http://www.perl.com">Perl</a> opp å gå på maskinen, ! last så ned POPFile Perl zip-fil fra <a href="http://getpopfile.org/"> Hjemmesiden til POPFile</a>, og pakk den ut til en mappe etter eget valg. På Windowsplattformer, kjør POPFile med kommandoen <tt>perl popfile.pl</tt>. *************** *** 108,117 **** <td width=15% align=center style="font-family: sans-serif"><font size=+1><b>Weblinker:</b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td align=center bgcolor=#cccc99 width=15% style="font-family: sans-serif"><font size=+1><b> <a href="http://popfile.sourceforge.net">H</a></b></font><a href="http://popfile.sourceforge.net"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2 style="font-family: sans-serif"></td> ! <td bgcolor=#ededca width=15% align=center style="font-family: sans-serif"><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Diskusjonsforum</a></b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td style="font-family: sans-serif"><font size=+1><b><a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Feildatabase</a></b></font></td> ! <td style="font-family: sans-serif"><a href="http://sourceforge.net/project/showfiles.php?group_id=63137"> <font size="+1"><b>Nedlasting</b></font></a></td> <td style="font-family: sans-serif"> --- 108,117 ---- <td width=15% align=center style="font-family: sans-serif"><font size=+1><b>Weblinker:</b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td align=center bgcolor=#cccc99 width=15% style="font-family: sans-serif"><font size=+1><b> <a href="http://getpopfile.org/">H</a></b></font><a href="http://getpopfile.org/"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2 style="font-family: sans-serif"></td> ! <td bgcolor=#ededca width=15% align=center style="font-family: sans-serif"><font size=+1><b> <a href="http://getpopfile.org/discussion">Diskusjonsforum</a></b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td style="font-family: sans-serif"><font size=+1><b><a href="http://getpopfile.org/query">Feildatabase</a></b></font></td> ! <td style="font-family: sans-serif"><a href="http://getpopfile.org/docs/download"> <font size="+1"><b>Nedlasting</b></font></a></td> <td style="font-family: sans-serif"> *************** *** 125,129 **** <tr height=1><td colspan=9 style="font-family: sans-serif"></td></tr> </table> ! <p><b>Velg språk: <a href="http://popfile.sourceforge.net/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> --- 125,129 ---- <tr height=1><td colspan=9 style="font-family: sans-serif"></td></tr> </table> ! <p><b>Velg språk: <a href="http://getpopfile.org/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> Index: firsttime.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/no/firsttime.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** firsttime.html 9 Jul 2003 18:47:03 -0000 1.3 --- firsttime.html 11 Feb 2008 13:35:59 -0000 1.4 *************** *** 75,84 **** <td width=15% align=center style="font-family: sans-serif"><font size=+1><b>Weblinker:</b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td align=center bgcolor=#cccc99 width=15% style="font-family: sans-serif"><font size=+1><b> <a href="http://popfile.sourceforge.net">H</a></b></font><a href="http://popfile.sourceforge.net"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2 style="font-family: sans-serif"></td> ! <td bgcolor=#ededca width=15% align=center style="font-family: sans-serif"><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Diskusjonsforum</a></b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td style="font-family: sans-serif"><font size=+1><b><a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Feildatabase</a></b></font></td> ! <td style="font-family: sans-serif"><a href="http://sourceforge.net/project/showfiles.php?group_id=63137"> <font size="+1"><b>Nedlasting</b></font></a></td> <td style="font-family: sans-serif"> --- 75,84 ---- <td width=15% align=center style="font-family: sans-serif"><font size=+1><b>Weblinker:</b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td align=center bgcolor=#cccc99 width=15% style="font-family: sans-serif"><font size=+1><b> <a href="http://getpopfile.org/">H</a></b></font><a href="http://getpopfile.org/"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2 style="font-family: sans-serif"></td> ! <td bgcolor=#ededca width=15% align=center style="font-family: sans-serif"><font size=+1><b> <a href="http://getpopfile.org/discussion">Diskusjonsforum</a></b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td style="font-family: sans-serif"><font size=+1><b><a href="http://getpopfile.org/query">Feildatabase</a></b></font></td> ! <td style="font-family: sans-serif"><a href="http://getpopfile.org/docs/download"> <font size="+1"><b>Nedlasting</b></font></a></td> <td style="font-family: sans-serif"> *************** *** 92,96 **** <tr height=1><td colspan=9 style="font-family: sans-serif"></td></tr> </table> ! <p><b>Velg språk: <a href="http://popfile.sourceforge.net/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> --- 92,96 ---- <tr height=1><td colspan=9 style="font-family: sans-serif"></td></tr> </table> ! <p><b>Velg språk: <a href="http://getpopfile.org/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> Index: proxies.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/no/proxies.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** proxies.html 9 Jul 2003 18:47:03 -0000 1.3 --- proxies.html 11 Feb 2008 13:35:59 -0000 1.4 *************** *** 86,90 **** <ul> <li>Gå til menyvalget<br> ! Verktøy -> E-postkontoer. <a href=http://popfile.sourceforge.net/manual/o_popfile1.gif>[bilde]</a> <li>Klikk 'Vise eller endre eksisterende e-postkontoer' og klikk 'Neste'. <li>Velg din konto, klikk så 'Endre...' --- 86,90 ---- <ul> <li>Gå til menyvalget<br> ! Verktøy -> E-postkontoer. <a href="http://getpopfile.org/"manual/o_popfile1.gif>[bilde]</a> <li>Klikk 'Vise eller endre eksisterende e-postkontoer' og klikk 'Neste'. <li>Velg din konto, klikk så 'Endre...' *************** *** 143,152 **** <td width=15% align=center style="font-family: sans-serif"><font size=+1><b>Weblinker:</b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td align=center bgcolor=#cccc99 width=15% style="font-family: sans-serif"><font size=+1><b> <a href="http://popfile.sourceforge.net">H</a></b></font><a href="http://popfile.sourceforge.net"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2 style="font-family: sans-serif"></td> ! <td bgcolor=#ededca width=15% align=center style="font-family: sans-serif"><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Diskusjonsforum</a></b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td style="font-family: sans-serif"><font size=+1><b><a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Feildatabase</a></b></font></td> ! <td style="font-family: sans-serif"><a href="http://sourceforge.net/project/showfiles.php?group_id=63137"> <font size="+1"><b>Nedlasting</b></font></a></td> <td style="font-family: sans-serif"> --- 143,152 ---- <td width=15% align=center style="font-family: sans-serif"><font size=+1><b>Weblinker:</b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td align=center bgcolor=#cccc99 width=15% style="font-family: sans-serif"><font size=+1><b> <a href="http://getpopfile.org/">H</a></b></font><a href="http://getpopfile.org/"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2 style="font-family: sans-serif"></td> ! <td bgcolor=#ededca width=15% align=center style="font-family: sans-serif"><font size=+1><b> <a href="http://getpopfile.org/discussion">Diskusjonsforum</a></b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td style="font-family: sans-serif"><font size=+1><b><a href="http://getpopfile.org/query">Feildatabase</a></b></font></td> ! <td style="font-family: sans-serif"><a href="http://getpopfile.org/docs/download"> <font size="+1"><b>Nedlasting</b></font></a></td> <td style="font-family: sans-serif"> *************** *** 160,164 **** <tr height=1><td colspan=9 style="font-family: sans-serif"></td></tr> </table> ! <p><b>Velg språk: <a href="http://popfile.sourceforge.net/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> --- 160,164 ---- <tr height=1><td colspan=9 style="font-family: sans-serif"></td></tr> </table> ! <p><b>Velg språk: <a href="http://getpopfile.org/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> Index: firewalls.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/no/firewalls.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** firewalls.html 9 Jul 2003 18:47:03 -0000 1.4 --- firewalls.html 11 Feb 2008 13:35:59 -0000 1.5 *************** *** 66,75 **** <td width=15% align=center style="font-family: sans-serif"><font size=+1><b>Weblinker:</b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td align=center bgcolor=#cccc99 width=15% style="font-family: sans-serif"><font size=+1><b> <a href="http://popfile.sourceforge.net">H</a></b></font><a href="http://popfile.sourceforge.net"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2 style="font-family: sans-serif"></td> ! <td bgcolor=#ededca width=15% align=center style="font-family: sans-serif"><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Diskusjonsforum</a></b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td style="font-family: sans-serif"><font size=+1><b><a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Feildatabase</a></b></font></td> ! <td style="font-family: sans-serif"><a href="http://sourceforge.net/project/showfiles.php?group_id=63137"> <font size="+1"><b>Nedlasting</b></font></a></td> <td style="font-family: sans-serif"> --- 66,75 ---- <td width=15% align=center style="font-family: sans-serif"><font size=+1><b>Weblinker:</b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td align=center bgcolor=#cccc99 width=15% style="font-family: sans-serif"><font size=+1><b> <a href="http://getpopfile.org/">H</a></b></font><a href="http://getpopfile.org/"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2 style="font-family: sans-serif"></td> ! <td bgcolor=#ededca width=15% align=center style="font-family: sans-serif"><font size=+1><b> <a href="http://getpopfile.org/discussion">Diskusjonsforum</a></b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td style="font-family: sans-serif"><font size=+1><b><a href="http://getpopfile.org/query">Feildatabase</a></b></font></td> ! <td style="font-family: sans-serif"><a href="http://getpopfile.org/docs/download"> <font size="+1"><b>Nedlasting</b></font></a></td> <td style="font-family: sans-serif"> *************** *** 83,87 **** <tr height=1><td colspan=9 style="font-family: sans-serif"></td></tr> </table> ! <p><b>Velg språk: <a href="http://popfile.sourceforge.net/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> --- 83,87 ---- <tr height=1><td colspan=9 style="font-family: sans-serif"></td></tr> </table> ! <p><b>Velg språk: <a href="http://getpopfile.org/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> Index: spa.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/no/spa.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** spa.html 9 Jul 2003 18:47:03 -0000 1.3 --- spa.html 11 Feb 2008 13:35:59 -0000 1.4 *************** *** 70,79 **** <td width=15% align=center style="font-family: sans-serif"><font size=+1><b>Weblinker:</b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td align=center bgcolor=#cccc99 width=15% style="font-family: sans-serif"><font size=+1><b> <a href="http://popfile.sourceforge.net">H</a></b></font><a href="http://popfile.sourceforge.net"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2 style="font-family: sans-serif"></td> ! <td bgcolor=#ededca width=15% align=center style="font-family: sans-serif"><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Diskusjonsforum</a></b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td style="font-family: sans-serif"><font size=+1><b><a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Feildatabase</a></b></font></td> ! <td style="font-family: sans-serif"><a href="http://sourceforge.net/project/showfiles.php?group_id=63137"> <font size="+1"><b>Nedlasting</b></font></a></td> <td style="font-family: sans-serif"> --- 70,79 ---- <td width=15% align=center style="font-family: sans-serif"><font size=+1><b>Weblinker:</b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td align=center bgcolor=#cccc99 width=15% style="font-family: sans-serif"><font size=+1><b> <a href="http://getpopfile.org/">H</a></b></font><a href="http://getpopfile.org/"><font size="+1"><b>jemmeside</b></font></a></td> <td width=2 style="font-family: sans-serif"></td> ! <td bgcolor=#ededca width=15% align=center style="font-family: sans-serif"><font size=+1><b> <a href="http://getpopfile.org/discussion">Diskusjonsforum</a></b></font></td> <td width=2 style="font-family: sans-serif"></td> ! <td style="font-family: sans-serif"><font size=+1><b><a href="http://getpopfile.org/query">Feildatabase</a></b></font></td> ! <td style="font-family: sans-serif"><a href="http://getpopfile.org/docs/download"> <font size="+1"><b>Nedlasting</b></font></a></td> <td style="font-family: sans-serif"> *************** *** 87,91 **** <tr height=1><td colspan=9 style="font-family: sans-serif"></td></tr> </table> ! <p><b>Velg språk: <a href="http://popfile.sourceforge.net/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> --- 87,91 ---- <tr height=1><td colspan=9 style="font-family: sans-serif"></td></tr> </table> ! <p><b>Velg språk: <a href="http://getpopfile.org/">English</a> <a href="http://popfile.sourceforge.net/manual/no/manual.html">Norsk</a> <a href="http://popfile.sourceforge.net/manual/de/manual.html">Deutsch</a> |
Update of /cvsroot/popfile/engine/manual/es In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1149/es Modified Files: email.html firewalls.html firsttime.html installing.html manual.html multiple.html proxies.html spa.html training.html Log Message: changed the links in the manual to point to getpopfile.org Index: multiple.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/es/multiple.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** multiple.html 20 Aug 2003 01:41:32 -0000 1.1 --- multiple.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 44,52 **** <td width=15% align=center><font size=+1><b>Enlaces Web:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 44,52 ---- <td width=15% align=center><font size=+1><b>Enlaces Web:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: training.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/es/training.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** training.html 20 Aug 2003 01:41:32 -0000 1.1 --- training.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 56,64 **** <td width=15% align=center><font size=+1><b>Enlaces Web:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 56,64 ---- <td width=15% align=center><font size=+1><b>Enlaces Web:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: manual.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/es/manual.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** manual.html 3 Mar 2004 06:30:47 -0000 1.2 --- manual.html 11 Feb 2008 13:35:59 -0000 1.3 *************** *** 59,67 **** <td width=15% align=center><font size=+1><b>Enlaces Web:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 59,67 ---- <td width=15% align=center><font size=+1><b>Enlaces Web:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: email.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/es/email.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** email.html 20 Aug 2003 01:41:32 -0000 1.1 --- email.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 469,481 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 469,481 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> Index: installing.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/es/installing.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** installing.html 20 Aug 2003 01:41:32 -0000 1.1 --- installing.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 40,44 **** <h3>Versión para Windows 'facil de instalar'</h3> ! <p>Descargue el instalador para Windows desde la <a href=http://sourceforge.net/project/showfiles.php?group_id=63137>Página de descarga de POPFile</a>, ejecute <tt>setup.exe</tt> y siga las instrucciones que se le presenten. Puede iniciar POPFile desde el Menu de Inicio (Inicio > Programas > POPFile > Run POPFile in Background), o reiniciar y arrancará automaticamente. <b>Nota Importante:</b> no se presentará nada en su pantalla! Para comprobar que está funcionando correctamente, lea mas abajo la sección "Accediendo a POPFile".</p> <h4>Necesidades del sistema</h4> --- 40,44 ---- <h3>Versión para Windows 'facil de instalar'</h3> ! <p>Descargue el instalador para Windows desde la <a href="http://getpopfile.org/docs/download">Página de descarga de POPFile</a>, ejecute <tt>setup.exe</tt> y siga las instrucciones que se le presenten. Puede iniciar POPFile desde el Menu de Inicio (Inicio > Programas > POPFile > Run POPFile in Background), o reiniciar y arrancará automaticamente. <b>Nota Importante:</b> no se presentará nada en su pantalla! Para comprobar que está funcionando correctamente, lea mas abajo la sección "Accediendo a POPFile".</p> <h4>Necesidades del sistema</h4> *************** *** 51,60 **** </ol> ! <p>Puede obtener un archivo zip con la última versión de POPFile al principio de la lista de paquetes de la <a href="http://sourceforge.net/project/showfiles.php?group_id=63137">Página de descarga de POPFile</a>. Los usuarios de Windows necesitan solo el archivo de la sección Windows.</p> <p>POPFile ocupa sobre un mega. La lista de palabras (llamada el corpus) que se utiliza para clasificar su correo necesitará espacio adicional dependiendo de cuanto correo use usted para entrenar POPFile y cuantas categorías cree. </p> <h3>Versión Multi-Plataforma</h3> ! <p>Consiga que <a href="http://www.perl.com">Perl</a> funcione en su ordenador, descargue despues el archivo zip de POPFile Perl desde la <a href=http://popfile.sourceforge.net/>Página de POPFile</a>, y extráigalo a una carpeta. En las plataformas Windows, arránquelo mediante el comando <tt>perl popfile.pl</tt>. <hr> --- 51,60 ---- </ol> ! <p>Puede obtener un archivo zip con la última versión de POPFile al principio de la lista de paquetes de la <a href="http://getpopfile.org/docs/download">Página de descarga de POPFile</a>. Los usuarios de Windows necesitan solo el archivo de la sección Windows.</p> <p>POPFile ocupa sobre un mega. La lista de palabras (llamada el corpus) que se utiliza para clasificar su correo necesitará espacio adicional dependiendo de cuanto correo use usted para entrenar POPFile y cuantas categorías cree. </p> <h3>Versión Multi-Plataforma</h3> ! <p>Consiga que <a href="http://www.perl.com">Perl</a> funcione en su ordenador, descargue despues el archivo zip de POPFile Perl desde la <a href="http://getpopfile.org/">Página de POPFile</a>, y extráigalo a una carpeta. En las plataformas Windows, arránquelo mediante el comando <tt>perl popfile.pl</tt>. <hr> *************** *** 74,82 **** <td width=15% align=center><font size=+1><b>Enlaces Web:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 74,82 ---- <td width=15% align=center><font size=+1><b>Enlaces Web:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: firsttime.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/es/firsttime.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firsttime.html 20 Aug 2003 01:41:32 -0000 1.1 --- firsttime.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 54,62 **** <td width=15% align=center><font size=+1><b>Enlaces Web:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 54,62 ---- <td width=15% align=center><font size=+1><b>Enlaces Web:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: proxies.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/es/proxies.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** proxies.html 20 Aug 2003 01:41:32 -0000 1.1 --- proxies.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 117,125 **** <td width=15% align=center><font size=+1><b>Enlaces Web:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 117,125 ---- <td width=15% align=center><font size=+1><b>Enlaces Web:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: firewalls.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/es/firewalls.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firewalls.html 20 Aug 2003 01:41:32 -0000 1.1 --- firewalls.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 101,113 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 101,113 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> Index: spa.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/es/spa.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** spa.html 20 Aug 2003 01:41:32 -0000 1.1 --- spa.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 65,73 **** <td width=15% align=center><font size=+1><b>Enlaces Web:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 65,73 ---- <td width=15% align=center><font size=+1><b>Enlaces Web:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foros</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> |
Update of /cvsroot/popfile/engine/manual/kr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1149/kr Modified Files: email.html firewalls.html firsttime.html installing.html manual.html multiple.html proxies.html spa.html training.html Log Message: changed the links in the manual to point to getpopfile.org Index: multiple.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/kr/multiple.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** multiple.html 11 Jul 2003 18:23:13 -0000 1.1 --- multiple.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 42,50 **** <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Ȩ ÆäÀÌÁö</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">°Ô½ÃÆÇ(¿µ¹®)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">¹ö±× ¸ñ·Ï</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 42,50 ---- <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Ȩ ÆäÀÌÁö</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">°Ô½ÃÆÇ(¿µ¹®)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">¹ö±× ¸ñ·Ï</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: training.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/kr/training.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** training.html 11 Jul 2003 18:23:13 -0000 1.1 --- training.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 60,68 **** <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 60,68 ---- <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: manual.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/kr/manual.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** manual.html 11 Jul 2003 18:23:13 -0000 1.1 --- manual.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 59,67 **** <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Ȩ ÆäÀÌÁö</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">°Ô½ÃÆÇ(¿µ¹®)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">¹ö±× ¸ñ·Ï</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 59,67 ---- <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Ȩ ÆäÀÌÁö</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">°Ô½ÃÆÇ(¿µ¹®)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">¹ö±× ¸ñ·Ï</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: email.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/kr/email.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** email.html 11 Jul 2003 18:23:13 -0000 1.1 --- email.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 273,281 **** <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Ȩ ÆäÀÌÁö</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">°Ô½ÃÆÇ(¿µ¹®)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">¹ö±× ¸ñ·Ï</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 273,281 ---- <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Ȩ ÆäÀÌÁö</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">°Ô½ÃÆÇ(¿µ¹®)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">¹ö±× ¸ñ·Ï</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: installing.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/kr/installing.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** installing.html 11 Jul 2003 18:23:13 -0000 1.1 --- installing.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 40,44 **** <h3>¼³Ä¡°¡ ½¬¿î À©µµ¿ìÁî ¹öÀü</h3> ! <p> <a href=http://sourceforge.net/project/showfiles.php?group_id=63137>ÆË ÆÄÀÏ ´Ù¿î·Îµå ÆäÀÌÁö</a>¿¡¼ À©µµ¿ìÁî ÀνºÅç·¯¸¦ ´Ù¿î·Îµå ÇϽʽÿÀ. ±×¸®°í <tt>setup.exe</tt>À» ½ÇÇà½Ã۰í ȸ鿡 ³ª¿À´Â ¼³¸í´ë·Î µû¶óÇϽʽÿÀ. ½ÃÀÛ ¸Þ´º·ÎºÎÅÍ ÆËÆÄÀÏÀ» ½ÇÇà ½Ãų ¼ö ÀÖÀ¸¸ç (½ÃÀÛ > ÇÁ·Î±×·¥ > POPFile > Run POPFile in Background), ¶Ç´Â ¸®ºÎÆÃÇϸé ÀÚµ¿À¸·Î ½ÇÇàµË´Ï´Ù. <br> --- 40,44 ---- <h3>¼³Ä¡°¡ ½¬¿î À©µµ¿ìÁî ¹öÀü</h3> ! <p> <a href="http://getpopfile.org/docs/download">ÆË ÆÄÀÏ ´Ù¿î·Îµå ÆäÀÌÁö</a>¿¡¼ À©µµ¿ìÁî ÀνºÅç·¯¸¦ ´Ù¿î·Îµå ÇϽʽÿÀ. ±×¸®°í <tt>setup.exe</tt>À» ½ÇÇà½Ã۰í ȸ鿡 ³ª¿À´Â ¼³¸í´ë·Î µû¶óÇϽʽÿÀ. ½ÃÀÛ ¸Þ´º·ÎºÎÅÍ ÆËÆÄÀÏÀ» ½ÇÇà ½Ãų ¼ö ÀÖÀ¸¸ç (½ÃÀÛ > ÇÁ·Î±×·¥ > POPFile > Run POPFile in Background), ¶Ç´Â ¸®ºÎÆÃÇϸé ÀÚµ¿À¸·Î ½ÇÇàµË´Ï´Ù. <br> *************** *** 56,60 **** </ol> ! <p>ÃֽŠÆËÆÄÀÏ ¹èÆ÷º»Àº <a href="http://sourceforge.net/project/showfiles.php?group_id=63137">ÆËÆÄÀÏ ´Ù¿î·Îµå ÆäÀÌÁö</a>ÀÇ ¸ñ·Ï ¸Ç À§¿¡¼ zip ÆÄÀÏ ÇüÅ·Π´Ù¿î·Îµå ÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. À©µµ¿ìÁî »ç¿ëÀÚ´Â Windows Only ¶ó´Â ºÎºÐ¿¡¼ ¹ÞÀ¸½Ã¸é µË´Ï´Ù.</p> --- 56,60 ---- </ol> ! <p>ÃֽŠÆËÆÄÀÏ ¹èÆ÷º»Àº <a href="http://getpopfile.org/docs/download">ÆËÆÄÀÏ ´Ù¿î·Îµå ÆäÀÌÁö</a>ÀÇ ¸ñ·Ï ¸Ç À§¿¡¼ zip ÆÄÀÏ ÇüÅ·Π´Ù¿î·Îµå ÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. À©µµ¿ìÁî »ç¿ëÀÚ´Â Windows Only ¶ó´Â ºÎºÐ¿¡¼ ¹ÞÀ¸½Ã¸é µË´Ï´Ù.</p> *************** *** 64,68 **** <h3>Å©·Î½º Ç÷§Æû ¹öÀü</h3> <p>Âü°í: ÇÁ·Î±×·¡¸Ó³ª Àü»ê¿¡ °ü½ÉÀÌ ¸¹À¸½Å ºÐµé¸¸ ÇÊ¿äÇÑ ¹öÀüÀÔ´Ï´Ù. ÀÏ¹Ý »ç¿ëÀÚ´Â ÀüÇô ÇÊ¿ä ¾ø½À´Ï´Ù. ! <p><a href="http://www.perl.com">Perl</a>À» ¼³Ä¡ÈÄ ½ÇÇà½ÃŰ½Ã°í, Popfile Perl zip ÆÄÀÏÀ» <a href=http://popfile.sourceforge.net/>ÆËÆÄÀÏ È¨ÆäÀÌÁö</a>¿¡¼ ¹Þ¾Æ ¿øÇϽô µð·ºÅ丮¿¡ ¾ÐÃàÇØÁ¦ ÇϽʽÿÀ. À©µµ¿ìÁî¿¡¼´Â <tt>perl popfile.pl</tt>À̶ó´Â ¸í·É¾î·Î ½ÇÇà ½ÃŰ½Ê½Ã¿À. --- 64,68 ---- <h3>Å©·Î½º Ç÷§Æû ¹öÀü</h3> <p>Âü°í: ÇÁ·Î±×·¡¸Ó³ª Àü»ê¿¡ °ü½ÉÀÌ ¸¹À¸½Å ºÐµé¸¸ ÇÊ¿äÇÑ ¹öÀüÀÔ´Ï´Ù. ÀÏ¹Ý »ç¿ëÀÚ´Â ÀüÇô ÇÊ¿ä ¾ø½À´Ï´Ù. ! <p><a href="http://www.perl.com">Perl</a>À» ¼³Ä¡ÈÄ ½ÇÇà½ÃŰ½Ã°í, Popfile Perl zip ÆÄÀÏÀ» <a href="http://getpopfile.org/">ÆËÆÄÀÏ È¨ÆäÀÌÁö</a>¿¡¼ ¹Þ¾Æ ¿øÇϽô µð·ºÅ丮¿¡ ¾ÐÃàÇØÁ¦ ÇϽʽÿÀ. À©µµ¿ìÁî¿¡¼´Â <tt>perl popfile.pl</tt>À̶ó´Â ¸í·É¾î·Î ½ÇÇà ½ÃŰ½Ê½Ã¿À. *************** *** 90,98 **** <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Ȩ ÆäÀÌÁö</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">°Ô½ÃÆÇ(¿µ¹®)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">¹ö±× ¸ñ·Ï</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 90,98 ---- <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Ȩ ÆäÀÌÁö</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">°Ô½ÃÆÇ(¿µ¹®)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">¹ö±× ¸ñ·Ï</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: firsttime.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/kr/firsttime.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firsttime.html 11 Jul 2003 18:23:13 -0000 1.1 --- firsttime.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 56,64 **** <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Ȩ ÆäÀÌÁö</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">°Ô½ÃÆÇ(¿µ¹®)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">¹ö±× ¸ñ·Ï</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 56,64 ---- <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Ȩ ÆäÀÌÁö</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">°Ô½ÃÆÇ(¿µ¹®)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">¹ö±× ¸ñ·Ï</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: proxies.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/kr/proxies.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** proxies.html 11 Jul 2003 18:23:13 -0000 1.1 --- proxies.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 119,127 **** <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Ȩ ÆäÀÌÁö</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">°Ô½ÃÆÇ(¿µ¹®)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">¹ö±× ¸ñ·Ï</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 119,127 ---- <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Ȩ ÆäÀÌÁö</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">°Ô½ÃÆÇ(¿µ¹®)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">¹ö±× ¸ñ·Ï</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: firewalls.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/kr/firewalls.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firewalls.html 11 Jul 2003 18:23:13 -0000 1.1 --- firewalls.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 52,60 **** <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Ȩ ÆäÀÌÁö</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">°Ô½ÃÆÇ(¿µ¹®)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">¹ö±× ¸ñ·Ï</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 52,60 ---- <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Ȩ ÆäÀÌÁö</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">°Ô½ÃÆÇ(¿µ¹®)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">¹ö±× ¸ñ·Ï</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: spa.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/kr/spa.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** spa.html 11 Jul 2003 18:23:13 -0000 1.1 --- spa.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 69,77 **** <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Ȩ ÆäÀÌÁö</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">°Ô½ÃÆÇ(¿µ¹®)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">¹ö±× ¸ñ·Ï</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 69,77 ---- <td width=15% align=center><font size=+1><b>À¥ ¸µÅ©:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Ȩ ÆäÀÌÁö</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">°Ô½ÃÆÇ(¿µ¹®)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">¹ö±× ¸ñ·Ï</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> |
Update of /cvsroot/popfile/engine/manual/jp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1149/jp Modified Files: email.html firewalls.html firsttime.html installing.html manual.html multiple.html proxies.html spa.html training.html Log Message: changed the links in the manual to point to getpopfile.org Index: multiple.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/jp/multiple.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** multiple.html 14 Oct 2003 16:18:42 -0000 1.3 --- multiple.html 11 Feb 2008 13:35:59 -0000 1.4 *************** *** 49,53 **** <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.jp/projects/popfile/forums/">tH[(ú{ê)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">oOf[^x[X</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://popfile.sourceforge.jp/">uPOPFile Ìú{ê»vy[W</a></b></font></td> --- 49,53 ---- <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.jp/projects/popfile/forums/">tH[(ú{ê)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">oOf[^x[X</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://popfile.sourceforge.jp/">uPOPFile Ìú{ê»vy[W</a></b></font></td> Index: training.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/jp/training.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** training.html 14 Oct 2003 16:18:42 -0000 1.3 --- training.html 11 Feb 2008 13:35:59 -0000 1.4 *************** *** 61,65 **** <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.jp/projects/popfile/forums/">tH[(ú{ê)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">oOf[^x[X</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://popfile.sourceforge.jp/">uPOPFile Ìú{ê»vy[W</a></b></font></td> --- 61,65 ---- <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.jp/projects/popfile/forums/">tH[(ú{ê)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">oOf[^x[X</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://popfile.sourceforge.jp/">uPOPFile Ìú{ê»vy[W</a></b></font></td> Index: manual.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/jp/manual.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** manual.html 14 Oct 2003 16:18:42 -0000 1.3 --- manual.html 11 Feb 2008 13:35:59 -0000 1.4 *************** *** 64,68 **** <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.jp/projects/popfile/forums/">tH[(ú{ê)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">oOf[^x[X</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://popfile.sourceforge.jp/">uPOPFile Ìú{ê»vy[W</a></b></font></td> --- 64,68 ---- <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.jp/projects/popfile/forums/">tH[(ú{ê)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">oOf[^x[X</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://popfile.sourceforge.jp/">uPOPFile Ìú{ê»vy[W</a></b></font></td> Index: email.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/jp/email.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** email.html 14 Oct 2003 16:18:42 -0000 1.4 --- email.html 11 Feb 2008 13:35:59 -0000 1.5 *************** *** 481,485 **** <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">oOf[^x[X</a></b></font></td> <td width=2></td> --- 481,485 ---- <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">oOf[^x[X</a></b></font></td> <td width=2></td> Index: installing.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/jp/installing.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** installing.html 14 Oct 2003 16:18:42 -0000 1.3 --- installing.html 11 Feb 2008 13:35:59 -0000 1.4 *************** *** 41,45 **** <h3>ÈPCXg[Ì Windows o[W</h3> ! <p><a href=http://sourceforge.net/project/showfiles.php?group_id=63137>POPFile Download Page</a> æè Windows CXg[[ð_E[hµÄA<tt>setup.exe</tt> ðÀsµAw¦É]ÁÄCXg[µÜ·B POPFile ðN®·éÉÍX^[gj [(X^[g > vO > POPFile > Run POPFile in Background) ©çN®·é©ARs [^[ðÄN®·êΩ®IÉN®µÜ·B<b>dv:</b> N®µÄàæÊÉͽà»êܹñI¿áñÆ®¢Ä¢é©Ç¤©ð`FbN·éû@ðm软êÎAȺÌuPOPFile ª¿áñÆ®¢Ä¢é©Ç¤©`FbN·évðÇñž³¢B</p> <p><font color="red">(óÒ: POPFile Í 0.20.0 æèA¾êð Nihongo ÉÝè·êÎú{êÌ[𳵪Þū鿤ÉÈèܵ½B0.19.1 ÜÅKv¾Á½ú{ê»pb`ð ÄéKvÍ èܹñBܾú{껳êĢȢ@\Ì¡ãÌÎ\èEiWóµÈÇàÜßAú{ê»SÊÉÖíéîñÉ¢ÄÍø«±«<a href="http://popfile.sourceforge.jp/">POPFile Ìú{ê»</a>y[WÅöJµÄ¢«Ü·B)</font> --- 41,45 ---- <h3>ÈPCXg[Ì Windows o[W</h3> ! <p><a href="http://getpopfile.org/docs/download">POPFile Download Page</a> æè Windows CXg[[ð_E[hµÄA<tt>setup.exe</tt> ðÀsµAw¦É]ÁÄCXg[µÜ·B POPFile ðN®·éÉÍX^[gj [(X^[g > vO > POPFile > Run POPFile in Background) ©çN®·é©ARs [^[ðÄN®·êΩ®IÉN®µÜ·B<b>dv:</b> N®µÄàæÊÉͽà»êܹñI¿áñÆ®¢Ä¢é©Ç¤©ð`FbN·éû@ðm软êÎAȺÌuPOPFile ª¿áñÆ®¢Ä¢é©Ç¤©`FbN·évðÇñž³¢B</p> <p><font color="red">(óÒ: POPFile Í 0.20.0 æèA¾êð Nihongo ÉÝè·êÎú{êÌ[𳵪Þū鿤ÉÈèܵ½B0.19.1 ÜÅKv¾Á½ú{ê»pb`ð ÄéKvÍ èܹñBܾú{껳êĢȢ@\Ì¡ãÌÎ\èEiWóµÈÇàÜßAú{ê»SÊÉÖíéîñÉ¢ÄÍø«±«<a href="http://popfile.sourceforge.jp/">POPFile Ìú{ê»</a>y[WÅöJµÄ¢«Ü·B)</font> *************** *** 55,59 **** </ol> ! <p>ÅVo[WÌ POPFile Í <a href="http://sourceforge.net/project/showfiles.php?group_id=63137">POPFile download page</a> ÌepbP[WXgÌêÔãAzip `®Ìt@CƵÄèÉüê鱯ªÅ«Ü·BWindows [U[Í POPFile for Windows Æx³ê½ZNV©çt@Cð_E[h·é̪æ¢Åµå¤B</p> <p>POPFile ©ÌÍñ12KoCgÌfBXNXy[XðèßÜ·B[ðªÞ·é½ßÉgíêé corpus ÆÄÎêéPêXgͳçÉ¢ç©ÌfBXNXy[XðKvƵA»ÌTCYÍ POPFile ðPû·é½ßÉg¤[ÌÆU誯̽ßÉìéoPcÌÉæÁÄÏíèÜ·B</p> --- 55,59 ---- </ol> ! <p>ÅVo[WÌ POPFile Í <a href="http://getpopfile.org/docs/download">POPFile download page</a> ÌepbP[WXgÌêÔãAzip `®Ìt@CƵÄèÉüê鱯ªÅ«Ü·BWindows [U[Í POPFile for Windows Æx³ê½ZNV©çt@Cð_E[h·é̪æ¢Åµå¤B</p> <p>POPFile ©ÌÍñ12KoCgÌfBXNXy[XðèßÜ·B[ðªÞ·é½ßÉgíêé corpus ÆÄÎêéPêXgͳçÉ¢ç©ÌfBXNXy[XðKvƵA»ÌTCYÍ POPFile ðPû·é½ßÉg¤[ÌÆU誯̽ßÉìéoPcÌÉæÁÄÏíèÜ·B</p> *************** *** 61,65 **** <h3>NXvbgtH[o[W</h3> ! <p><a href="http://www.perl.com">Perl</a> ªÀsÅ«é«ð®¦A<a href=http://popfile.sourceforge.net/>POPFile z[y[W</a>æè POPFile Perl zip ð_E[hµÄKÈfBNgÉWJµÜ·BWindows vbgtH[ãÈçAR}h <tt>perl popfile.pl</tt> ÅN®µÜ·B <hr> --- 61,65 ---- <h3>NXvbgtH[o[W</h3> ! <p><a href="http://www.perl.com">Perl</a> ªÀsÅ«é«ð®¦A<a href="http://getpopfile.org/">POPFile z[y[W</a>æè POPFile Perl zip ð_E[hµÄKÈfBNgÉWJµÜ·BWindows vbgtH[ãÈçAR}h <tt>perl popfile.pl</tt> ÅN®µÜ·B <hr> *************** *** 83,87 **** <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.jp/projects/popfile/forums/">tH[(ú{ê)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">oOf[^x[X</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://popfile.sourceforge.jp/">uPOPFile Ìú{ê»vy[W</a></b></font></td> --- 83,87 ---- <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.jp/projects/popfile/forums/">tH[(ú{ê)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">oOf[^x[X</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://popfile.sourceforge.jp/">uPOPFile Ìú{ê»vy[W</a></b></font></td> Index: firsttime.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/jp/firsttime.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** firsttime.html 14 Oct 2003 16:18:42 -0000 1.3 --- firsttime.html 11 Feb 2008 13:35:59 -0000 1.4 *************** *** 59,63 **** <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.jp/projects/popfile/forums/">tH[(ú{ê)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">oOf[^x[X</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://popfile.sourceforge.jp/">uPOPFile Ìú{ê»vy[W</a></b></font></td> --- 59,63 ---- <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.jp/projects/popfile/forums/">tH[(ú{ê)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">oOf[^x[X</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://popfile.sourceforge.jp/">uPOPFile Ìú{ê»vy[W</a></b></font></td> Index: proxies.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/jp/proxies.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** proxies.html 14 Oct 2003 16:18:42 -0000 1.3 --- proxies.html 11 Feb 2008 13:35:59 -0000 1.4 *************** *** 123,127 **** <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.jp/projects/popfile/forums/">tH[(ú{ê)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">oOf[^x[X</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://popfile.sourceforge.jp/">uPOPFile Ìú{ê»vy[W</a></b></font></td> --- 123,127 ---- <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.jp/projects/popfile/forums/">tH[(ú{ê)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">oOf[^x[X</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://popfile.sourceforge.jp/">uPOPFile Ìú{ê»vy[W</a></b></font></td> Index: firewalls.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/jp/firewalls.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** firewalls.html 14 Oct 2003 16:18:42 -0000 1.3 --- firewalls.html 11 Feb 2008 13:35:59 -0000 1.4 *************** *** 109,113 **** <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">oOf[^x[X</a></b></font></td> <td width=2></td> --- 109,113 ---- <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">oOf[^x[X</a></b></font></td> <td width=2></td> Index: spa.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/jp/spa.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** spa.html 14 Oct 2003 16:18:42 -0000 1.3 --- spa.html 11 Feb 2008 13:35:59 -0000 1.4 *************** *** 69,73 **** <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.jp/projects/popfile/forums/">tH[(ú{ê)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">oOf[^x[X</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://popfile.sourceforge.jp/">uPOPFile Ìú{ê»vy[W</a></b></font></td> --- 69,73 ---- <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.jp/projects/popfile/forums/">tH[(ú{ê)</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">oOf[^x[X</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://popfile.sourceforge.jp/">uPOPFile Ìú{ê»vy[W</a></b></font></td> |
Update of /cvsroot/popfile/engine/manual/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1149/en Modified Files: email.html firewalls.html firsttime.html installing.html manual.html multiple.html proxies.html spa.html training.html Log Message: changed the links in the manual to point to getpopfile.org Index: multiple.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/en/multiple.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** multiple.html 24 Jan 2003 03:42:43 -0000 1.1 --- multiple.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 44,52 **** <td width=15% align=center><font size=+1><b>Web Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 44,52 ---- <td width=15% align=center><font size=+1><b>Web Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: training.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/en/training.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** training.html 24 Jan 2003 03:42:43 -0000 1.1 --- training.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 56,64 **** <td width=15% align=center><font size=+1><b>Web Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 56,64 ---- <td width=15% align=center><font size=+1><b>Web Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: manual.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/en/manual.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** manual.html 24 Jan 2003 03:42:43 -0000 1.1 --- manual.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 59,67 **** <td width=15% align=center><font size=+1><b>Web Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 59,67 ---- <td width=15% align=center><font size=+1><b>Web Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: email.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/en/email.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** email.html 24 Jan 2005 20:09:26 -0000 1.5 --- email.html 11 Feb 2008 13:35:58 -0000 1.6 *************** *** 471,483 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 471,483 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> Index: installing.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/en/installing.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** installing.html 24 Jan 2003 03:42:43 -0000 1.1 --- installing.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 40,44 **** <h3>Easy-to-Install Windows Version</h3> ! <p>Download the Windows installer from the <a href=http://sourceforge.net/project/showfiles.php?group_id=63137>POPFile Download Page</a>, and run <tt>setup.exe</tt> and follow the instructions in there. You can launch POPFile from the Start Menu (Start > Programs > POPFile > Run POPFile in Background), or reboot and it will start automatically. <b>Important note:</b> nothing will appear on your screen! To check if it's running correctly, read the "Accessing POPFile" section below.</p> <h4>System Requirements</h4> --- 40,44 ---- <h3>Easy-to-Install Windows Version</h3> ! <p>Download the Windows installer from the <a href="http://getpopfile.org/docs/download">POPFile Download Page</a>, and run <tt>setup.exe</tt> and follow the instructions in there. You can launch POPFile from the Start Menu (Start > Programs > POPFile > Run POPFile in Background), or reboot and it will start automatically. <b>Important note:</b> nothing will appear on your screen! To check if it's running correctly, read the "Accessing POPFile" section below.</p> <h4>System Requirements</h4> *************** *** 52,56 **** <p>You can obtain the latest POPFile release as a zip file at the top of the ! package list at the <a href="http://sourceforge.net/project/showfiles.php?group_id=63137">POPFile download page</a>. Windows users will want the file under the section labeled Windows Only.</p> <p>POPFile itself occupies just over a megabyte. The word lists (called the corpus) used to classify --- 52,56 ---- <p>You can obtain the latest POPFile release as a zip file at the top of the ! package list at the <a href="http://getpopfile.org/docs/download">POPFile download page</a>. Windows users will want the file under the section labeled Windows Only.</p> <p>POPFile itself occupies just over a megabyte. The word lists (called the corpus) used to classify *************** *** 59,63 **** <h3>Cross-Platform Version</h3> ! <p>Get <a href="http://www.perl.com">Perl</a> running on your machine, then download the POPFile Perl zip from the <a href=http://popfile.sourceforge.net/>POPFile Home Page</a>, and extract it to a directory of your choice. On Windows platforms, launch with the command <tt>perl popfile.pl</tt>. <hr> --- 59,63 ---- <h3>Cross-Platform Version</h3> ! <p>Get <a href="http://www.perl.com">Perl</a> running on your machine, then download the POPFile Perl zip from the <a href="http://getpopfile.org/">POPFile Home Page</a>, and extract it to a directory of your choice. On Windows platforms, launch with the command <tt>perl popfile.pl</tt>. <hr> *************** *** 77,85 **** <td width=15% align=center><font size=+1><b>Web Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 77,85 ---- <td width=15% align=center><font size=+1><b>Web Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: firsttime.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/en/firsttime.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firsttime.html 24 Jan 2003 03:42:43 -0000 1.1 --- firsttime.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 54,62 **** <td width=15% align=center><font size=+1><b>Web Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 54,62 ---- <td width=15% align=center><font size=+1><b>Web Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: proxies.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/en/proxies.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** proxies.html 24 Jan 2003 03:42:43 -0000 1.1 --- proxies.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 118,126 **** <td width=15% align=center><font size=+1><b>Web Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 118,126 ---- <td width=15% align=center><font size=+1><b>Web Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: firewalls.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/en/firewalls.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** firewalls.html 5 Feb 2003 15:48:47 -0000 1.2 --- firewalls.html 11 Feb 2008 13:35:58 -0000 1.3 *************** *** 101,113 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 101,113 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> Index: spa.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/en/spa.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** spa.html 24 Jan 2003 03:42:43 -0000 1.1 --- spa.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 68,76 **** <td width=15% align=center><font size=+1><b>Web Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 68,76 ---- <td width=15% align=center><font size=+1><b>Web Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> |
Update of /cvsroot/popfile/engine/manual/zh-tw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1149/zh-tw Modified Files: email.html firewalls.html firsttime.html installing.html manual.html multiple.html proxies.html spa.html training.html Log Message: changed the links in the manual to point to getpopfile.org Index: multiple.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-tw/multiple.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** multiple.html 5 Oct 2004 12:57:07 -0000 1.1 --- multiple.html 11 Feb 2008 13:36:00 -0000 1.2 *************** *** 44,52 **** <td width=15% align=center><font size=+1><b>ç¶²é éçµ:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 44,52 ---- <td width=15% align=center><font size=+1><b>ç¶²é éçµ:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: training.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-tw/training.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** training.html 5 Oct 2004 12:57:07 -0000 1.1 --- training.html 11 Feb 2008 13:36:00 -0000 1.2 *************** *** 56,64 **** <td width=15% align=center><font size=+1><b>ç¶²é éçµ:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 56,64 ---- <td width=15% align=center><font size=+1><b>ç¶²é éçµ:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: manual.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-tw/manual.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** manual.html 5 Oct 2004 12:57:07 -0000 1.1 --- manual.html 11 Feb 2008 13:36:00 -0000 1.2 *************** *** 59,67 **** <td width=15% align=center><font size=+1><b>ç¶²é éçµ:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 59,67 ---- <td width=15% align=center><font size=+1><b>ç¶²é éçµ:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: email.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-tw/email.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** email.html 5 Oct 2004 12:57:07 -0000 1.1 --- email.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 463,475 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> --- 463,475 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> Index: installing.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-tw/installing.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** installing.html 5 Oct 2004 12:57:07 -0000 1.1 --- installing.html 11 Feb 2008 13:36:00 -0000 1.2 *************** *** 40,44 **** <h3>容æå®è£ç Windows ç</h3> ! <p>å¾ <a href=http://sourceforge.net/project/showfiles.php?group_id=63137>POPFile ä¸è¼é é¢</a>åå¾ Windows å®è£æª, ç¶å¾å·è¡ <tt>setup.exe</tt> 並æç §é£è£¡çæç¤ºç¹¼çºä¸å». 妳å¯ä»¥å¾éå§é¸å® (éå§ > ç¨å¼ > POPFile > Run POPFile in Background) ä¾åå POPFile, æè éæ°éæ©å¾å¥¹å°±æèªåè·èµ·ä¾. <b>éè¦:</b> å¥ä¹ä¸æåºç¾å¨å¦³çè¢å¹ä¸! 妿妳æ³è¦æª¢æ¥çç她æ¯å¦æ£ç¢ºå°è¢«å·è¡äº, è«é±è®åºä¸ç "åå POPFile" 段è½.</p> <h4>ç³»çµ±éæ±</h4> --- 40,44 ---- <h3>容æå®è£ç Windows ç</h3> ! <p>å¾ <a href="http://getpopfile.org/docs/download">POPFile ä¸è¼é é¢</a>åå¾ Windows å®è£æª, ç¶å¾å·è¡ <tt>setup.exe</tt> 並æç §é£è£¡çæç¤ºç¹¼çºä¸å». 妳å¯ä»¥å¾éå§é¸å® (éå§ > ç¨å¼ > POPFile > Run POPFile in Background) ä¾åå POPFile, æè éæ°éæ©å¾å¥¹å°±æèªåè·èµ·ä¾. <b>éè¦:</b> å¥ä¹ä¸æåºç¾å¨å¦³çè¢å¹ä¸! 妿妳æ³è¦æª¢æ¥çç她æ¯å¦æ£ç¢ºå°è¢«å·è¡äº, è«é±è®åºä¸ç "åå POPFile" 段è½.</p> <h4>ç³»çµ±éæ±</h4> *************** *** 51,55 **** </ol> ! <p>妳å¯ä»¥å¨ <a href="http://sourceforge.net/project/showfiles.php?group_id=63137">POPFile ä¸è¼é é¢</a>å¥ä»¶æ¸ å®çæä¸é¢å徿æ°éåºç POPFile ç zip æ ¼å¼å£ç¸®æª. Windows 使ç¨è ç¥ææ³è¦æè¢«æ¾å¨ Windows æªåè£çæªæ¡.</p> <p>POPFile æ¬èº«ç¥æä½æå¤§ç´ 1 MB åå¤ä¸é»ç©ºéèå·². ç¨ä¾åé¡é»åéµä»¶çå表 (å被稱åå±é«) éæä½æé¡å¤çä¸äºç©ºé, ä¸ééæä¾å¦³å¦ä½èª¿æ POPFile, 以å妳æå»ºç«çéµçæ¸éèææä¸å. </p> --- 51,55 ---- </ol> ! <p>妳å¯ä»¥å¨ <a href="http://getpopfile.org/docs/download">POPFile ä¸è¼é é¢</a>å¥ä»¶æ¸ å®çæä¸é¢å徿æ°éåºç POPFile ç zip æ ¼å¼å£ç¸®æª. Windows 使ç¨è ç¥ææ³è¦æè¢«æ¾å¨ Windows æªåè£çæªæ¡.</p> <p>POPFile æ¬èº«ç¥æä½æå¤§ç´ 1 MB åå¤ä¸é»ç©ºéèå·². ç¨ä¾åé¡é»åéµä»¶çå表 (å被稱åå±é«) éæä½æé¡å¤çä¸äºç©ºé, ä¸ééæä¾å¦³å¦ä½èª¿æ POPFile, 以å妳æå»ºç«çéµçæ¸éèææä¸å. </p> *************** *** 57,61 **** <h3>跨平å°ç</h3> ! <p>é¦å è¦å¨å¦³çæ©å¨ä¸æ <a href="http://www.perl.com">Perl</a> 給è·èµ·ä¾, ç¶å¾å¾ <a href=http://popfile.sourceforge.net/>POPFile é¦é </a>ä¸è¼ POPFile Perl è ³æ¬ç zip å£ç¸®æª, 並解éå°å¦³ææå®çç®éè£. å¨ Windows å¹³å°ä¸ç話, å°±ç¨ <tt>perl popfile.pl</tt> éåæä»¤ä¾å 以åå. <hr> --- 57,61 ---- <h3>跨平å°ç</h3> ! <p>é¦å è¦å¨å¦³çæ©å¨ä¸æ <a href="http://www.perl.com">Perl</a> 給è·èµ·ä¾, ç¶å¾å¾ <a href="http://getpopfile.org/">POPFile é¦é </a>ä¸è¼ POPFile Perl è ³æ¬ç zip å£ç¸®æª, 並解éå°å¦³ææå®çç®éè£. å¨ Windows å¹³å°ä¸ç話, å°±ç¨ <tt>perl popfile.pl</tt> éåæä»¤ä¾å 以åå. <hr> *************** *** 75,83 **** <td width=15% align=center><font size=+1><b>ç¶²é éçµ:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 75,83 ---- <td width=15% align=center><font size=+1><b>ç¶²é éçµ:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: firsttime.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-tw/firsttime.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firsttime.html 5 Oct 2004 12:57:07 -0000 1.1 --- firsttime.html 11 Feb 2008 13:36:00 -0000 1.2 *************** *** 54,62 **** <td width=15% align=center><font size=+1><b>ç¶²é éçµ:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 54,62 ---- <td width=15% align=center><font size=+1><b>ç¶²é éçµ:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: proxies.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-tw/proxies.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** proxies.html 5 Oct 2004 12:57:07 -0000 1.1 --- proxies.html 11 Feb 2008 13:36:00 -0000 1.2 *************** *** 118,126 **** <td width=15% align=center><font size=+1><b>ç¶²é éçµ:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 118,126 ---- <td width=15% align=center><font size=+1><b>ç¶²é éçµ:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: firewalls.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-tw/firewalls.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firewalls.html 5 Oct 2004 12:57:07 -0000 1.1 --- firewalls.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 101,113 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> --- 101,113 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> Index: spa.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-tw/spa.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** spa.html 5 Oct 2004 12:57:07 -0000 1.1 --- spa.html 11 Feb 2008 13:36:00 -0000 1.2 *************** *** 61,69 **** <td width=15% align=center><font size=+1><b>ç¶²é éçµ:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 61,69 ---- <td width=15% align=center><font size=+1><b>ç¶²é éçµ:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é </a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">è¨è«å</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµè³æåº«</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> |
Update of /cvsroot/popfile/engine/manual/zh-cn In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1149/zh-cn Modified Files: email.html firewalls.html firsttime.html installing.html manual.html multiple.html proxies.html spa.html training.html Log Message: changed the links in the manual to point to getpopfile.org Index: multiple.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-cn/multiple.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** multiple.html 5 Oct 2004 12:57:07 -0000 1.1 --- multiple.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 44,52 **** <td width=15% align=center><font size=+1><b>ç½é¡µé¾æ¥:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 44,52 ---- <td width=15% align=center><font size=+1><b>ç½é¡µé¾æ¥:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: training.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-cn/training.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** training.html 5 Oct 2004 12:57:07 -0000 1.1 --- training.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 56,64 **** <td width=15% align=center><font size=+1><b>ç½é¡µé¾æ¥:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 56,64 ---- <td width=15% align=center><font size=+1><b>ç½é¡µé¾æ¥:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: manual.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-cn/manual.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** manual.html 5 Oct 2004 12:57:07 -0000 1.1 --- manual.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 59,67 **** <td width=15% align=center><font size=+1><b>ç½é¡µé¾æ¥:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 59,67 ---- <td width=15% align=center><font size=+1><b>ç½é¡µé¾æ¥:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: email.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-cn/email.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** email.html 5 Oct 2004 12:57:07 -0000 1.1 --- email.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 463,475 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> --- 463,475 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> Index: installing.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-cn/installing.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** installing.html 5 Oct 2004 12:57:07 -0000 1.1 --- installing.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 40,44 **** <h3>容æå®è£ ç Windows ç</h3> ! <p>ä» <a href=http://sourceforge.net/project/showfiles.php?group_id=63137>POPFile ä¸è½½é¡µé¢</a>åå¾ Windows å®è£ æ¡£, ç¶åæ§è¡ <tt>setup.exe</tt> å¹¶æç §é£éçæç¤ºç»§ç»ä¸å». ä½ å¯ä»¥ä»å¼å§éå (å¼å§ > ç¨åº > POPFile > Run POPFile in Background) æ¥æ¿æ´» POPFile, æè 鿰弿ºå她就ä¼èªå¨è·èµ·æ¥. <b>éè¦:</b> å¥ä¹ä¸ä¼åºç°å¨ä½ çå±å¹ä¸! å¦æä½ æ³è¦æ£æ¥çç她æ¯å¦æ£ç¡®å°è¢«æ§è¡äº, 请é 读åºä¸ç "åå POPFile" 段è½.</p> <h4>ç³»ç»éæ±</h4> --- 40,44 ---- <h3>容æå®è£ ç Windows ç</h3> ! <p>ä» <a href="http://getpopfile.org/docs/download">POPFile ä¸è½½é¡µé¢</a>åå¾ Windows å®è£ æ¡£, ç¶åæ§è¡ <tt>setup.exe</tt> å¹¶æç §é£éçæç¤ºç»§ç»ä¸å». ä½ å¯ä»¥ä»å¼å§éå (å¼å§ > ç¨åº > POPFile > Run POPFile in Background) æ¥æ¿æ´» POPFile, æè 鿰弿ºå她就ä¼èªå¨è·èµ·æ¥. <b>éè¦:</b> å¥ä¹ä¸ä¼åºç°å¨ä½ çå±å¹ä¸! å¦æä½ æ³è¦æ£æ¥çç她æ¯å¦æ£ç¡®å°è¢«æ§è¡äº, 请é 读åºä¸ç "åå POPFile" 段è½.</p> <h4>ç³»ç»éæ±</h4> *************** *** 51,55 **** </ol> ! <p>ä½ å¯ä»¥å¨ <a href="http://sourceforge.net/project/showfiles.php?group_id=63137">POPFile ä¸è½½é¡µé¢</a>å¥ä»¶æ¸ åçæä¸é¢å徿æ°éåºç POPFile ç zip æ ¼å¼å缩档. Windows 使ç¨è ç¥ä¼æ³è¦æè¢«æ¾å¨ Windows æ¡£åºéçæ¡£æ¡.</p> <p>POPFile æ¬èº«ç¥ä¼å æ®å¤§çº¦ 1 MB åå¤ä¸ç¹ç©ºé´èå·². ç¨æ¥åç±»çµåé®ä»¶çå表 (å被称åå°¸ä½) è¿ä¼å æé¢å¤çä¸äºç©ºé´, ä¸è¿è¿ä¼ä¾ä½ å¦ä½è°æ POPFile, 以åä½ æå»ºç«çé®çæ°éèææä¸å. </p> --- 51,55 ---- </ol> ! <p>ä½ å¯ä»¥å¨ <a href="http://getpopfile.org/docs/download">POPFile ä¸è½½é¡µé¢</a>å¥ä»¶æ¸ åçæä¸é¢å徿æ°éåºç POPFile ç zip æ ¼å¼å缩档. Windows 使ç¨è ç¥ä¼æ³è¦æè¢«æ¾å¨ Windows æ¡£åºéçæ¡£æ¡.</p> <p>POPFile æ¬èº«ç¥ä¼å æ®å¤§çº¦ 1 MB åå¤ä¸ç¹ç©ºé´èå·². ç¨æ¥åç±»çµåé®ä»¶çå表 (å被称åå°¸ä½) è¿ä¼å æé¢å¤çä¸äºç©ºé´, ä¸è¿è¿ä¼ä¾ä½ å¦ä½è°æ POPFile, 以åä½ æå»ºç«çé®çæ°éèææä¸å. </p> *************** *** 57,61 **** <h3>跨平å°ç</h3> ! <p>é¦å è¦å¨ä½ çæºå¨ä¸æ <a href="http://www.perl.com">Perl</a> ç»è·èµ·æ¥, ç¶åä» <a href=http://popfile.sourceforge.net/>POPFile é¦é¡µ</a>ä¸è½½ POPFile Perl èæ¬ç zip å缩档, å¹¶è§£å¼å°ä½ ææå®çç®å½é. å¨ Windows å¹³å°ä¸çè¯, å°±ç¨ <tt>perl popfile.pl</tt> è¿ä¸ªæä»¤æ¥å ä»¥æ¿æ´». <hr> --- 57,61 ---- <h3>跨平å°ç</h3> ! <p>é¦å è¦å¨ä½ çæºå¨ä¸æ <a href="http://www.perl.com">Perl</a> ç»è·èµ·æ¥, ç¶åä» <a href="http://getpopfile.org/">POPFile é¦é¡µ</a>ä¸è½½ POPFile Perl èæ¬ç zip å缩档, å¹¶è§£å¼å°ä½ ææå®çç®å½é. å¨ Windows å¹³å°ä¸çè¯, å°±ç¨ <tt>perl popfile.pl</tt> è¿ä¸ªæä»¤æ¥å ä»¥æ¿æ´». <hr> *************** *** 75,83 **** <td width=15% align=center><font size=+1><b>ç½é¡µé¾æ¥:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 75,83 ---- <td width=15% align=center><font size=+1><b>ç½é¡µé¾æ¥:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: firsttime.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-cn/firsttime.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firsttime.html 5 Oct 2004 12:57:07 -0000 1.1 --- firsttime.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 54,62 **** <td width=15% align=center><font size=+1><b>ç½é¡µé¾æ¥:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 54,62 ---- <td width=15% align=center><font size=+1><b>ç½é¡µé¾æ¥:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: proxies.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-cn/proxies.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** proxies.html 5 Oct 2004 12:57:07 -0000 1.1 --- proxies.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 118,126 **** <td width=15% align=center><font size=+1><b>ç½é¡µé¾æ¥:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 118,126 ---- <td width=15% align=center><font size=+1><b>ç½é¡µé¾æ¥:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: firewalls.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-cn/firewalls.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firewalls.html 5 Oct 2004 12:57:07 -0000 1.1 --- firewalls.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 101,113 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> --- 101,113 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> Index: spa.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/zh-cn/spa.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** spa.html 5 Oct 2004 12:57:07 -0000 1.1 --- spa.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 61,69 **** <td width=15% align=center><font size=+1><b>ç½é¡µé¾æ¥:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 61,69 ---- <td width=15% align=center><font size=+1><b>ç½é¡µé¾æ¥:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">é¦é¡µ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">讨论åº</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">ççµæ°æ®åº</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> |
Update of /cvsroot/popfile/engine/manual/fr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1149/fr Modified Files: email.html firewalls.html firsttime.html installing.html manual.html multiple.html proxies.html spa.html training.html Log Message: changed the links in the manual to point to getpopfile.org Index: multiple.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/fr/multiple.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** multiple.html 5 Feb 2003 15:45:41 -0000 1.1 --- multiple.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 1 **** ! <html><head><title>Documentation de POPFile</title><style type=text/css>H1,H2,H3,P,TD {font-family: sans-serif;}</style> </head> <body bgcolor=#fcfcfc><table width=100% cellspacing=0 cellpadding=0><tr><td bgcolor=#ededca> <font size=+3>Documentation de POPFile</font><td bgcolor=#ededca align=right> <tr height=3 bgcolor=#cccc99><td colspan=2 height=3 bgcolor=#cccc99></td></tr></table><p> <table width=100% cellspacing=0><tr> <td width=15% align=center><font size=+1><b>Première mise en route :</b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%>1ère étape<br><font size=+1><b> <a href="installing.html">Installation</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center>2ème étape<br><font size=+1><b> <a href="firsttime.html">Configuration des Catégories</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center>3ème étape<br><font size=+1><b> <a href="email.html">Client de Messagerie</a></b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%>4ème étape<br><font size=+1><b> <a href="training.html">Entraînement</a></b></font></td> <td width=25%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> <tr height=1><td colspan=10></td></tr> </table> <table width=100% cellspacing=0><tr> <td width=40% align=right><font size=+1><b>Utilisation de POPFile avec :</b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%><font size=+1><b> <a href="firewalls.html">Les Pare-Feu</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="spa.html">Authentification par Mot de passe Sécurisé</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="proxies.html">Autres Mandataires</a></b></font><br></td> <td width=2></td> <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="multiple.html">Comptes Courriels Multiples</a></b></font></td> </tr> </table> <table width=100% cellpadding=12 cellspacing=0 bordercolor=#cccc99 border=2><tr><td width=100% valign=top bgcolor=#ededca> <h2>Utilisation de POPFile avec des comptes multiples</h2> <p>POPFile fonctionne automatiquement avec plusieurs comptes courriels. Il n'y a rien à faire de plus.</p> <p>POPFile utilise les mêmes Catégories et le même Historique pour tous les comptes courriels.</p> </td></tr></table> <br> <table width=100% cellspacing=0><tr> <td align=center><font size=+1><b>Liens web :</b></font></td> <td width=2></td> <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Page d'accueil</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Rapports de Bogues</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://sourceforge.net/project/showfiles.php?group_id=63137">Téléchargement</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://popfile.sourceforge.net/stats.html">Statistiques</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://popfile.sourceforge.net/old.html">Ancienne page d'accueil</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://www.extravalent.com/software/donate.html">Faire un Don</a></b></font></td> <td width=10%> </td></tr> <tr height=1><td colspan=15 bgcolor=#CCCCCC></td></tr> <tr height=1><td colspan=15></td></tr> </table> <p> <b>Choisir une autre langue : <a href=http://popfile.sourceforge.net/>English</a> <a href=http://popfile.sourceforge.net/manual/no/manual.html>Norsk</a> <a href=http://popfile.sourceforge.net/manual/de/manual.html>Deutsch</a> <a href=http://popfile.sourceforge.net/manual/fr/manual.html>Français</a></b> </body></html> \ No newline at end of file --- 1 ---- ! <html><head><title>Documentation de POPFile</title><style type=text/css>H1,H2,H3,P,TD {font-family: sans-serif;}</style> </head> <body bgcolor=#fcfcfc><table width=100% cellspacing=0 cellpadding=0><tr><td bgcolor=#ededca> <font size=+3>Documentation de POPFile</font><td bgcolor=#ededca align=right> <tr height=3 bgcolor=#cccc99><td colspan=2 height=3 bgcolor=#cccc99></td></tr></table><p> <table width=100% cellspacing=0><tr> <td width=15% align=center><font size=+1><b>Première mise en route :</b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%>1ère étape<br><font size=+1><b> <a href="installing.html">Installation</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center>2ème étape<br><font size=+1><b> <a href="firsttime.html">Configuration des Catégories</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center>3ème étape<br><font size=+1><b> <a href="email.html">Client de Messagerie</a></b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%>4ème étape<br><font size=+1><b> <a href="training.html">Entraînement</a></b></font></td> <td width=25%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> <tr height=1><td colspan=10></td></tr> </table> <table width=100% cellspacing=0><tr> <td width=40% align=right><font size=+1><b>Utilisation de POPFile avec :</b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%><font size=+1><b> <a href="firewalls.html">Les Pare-Feu</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="spa.html">Authentification par Mot de passe Sécurisé</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="proxies.html">Autres Mandataires</a></b></font><br></td> <td width=2></td> <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="multiple.html">Comptes Courriels Multiples</a></b></font></td> </tr> </table> <table width=100% cellpadding=12 cellspacing=0 bordercolor=#cccc99 border=2><tr><td width=100% valign=top bgcolor=#ededca> <h2>Utilisation de POPFile avec des comptes multiples</h2> <p>POPFile fonctionne automatiquement avec plusieurs comptes courriels. Il n'y a rien à faire de plus.</p> <p>POPFile utilise les mêmes Catégories et le même Historique pour tous les comptes courriels.</p> </td></tr></table> <br> <table width=100% cellspacing=0><tr> <td align=center><font size=+1><b>Liens web :</b></font></td> <td width=2></td> <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Page d'accueil</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://getpopfile.org/query">Rapports de Bogues</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://getpopfile.org/docs/download">Téléchargement</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://popfile.sourceforge.net/stats.html">Statistiques</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://popfile.sourceforge.net/old.html">Ancienne page d'accueil</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://www.extravalent.com/software/donate.html">Faire un Don</a></b></font></td> <td width=10%> </td></tr> <tr height=1><td colspan=15 bgcolor=#CCCCCC></td></tr> <tr height=1><td colspan=15></td></tr> </table> <p> <b>Choisir une autre langue : <a href="http://getpopfile.org/">English</a> <a href="http://getpopfile.org/"manual/no/manual.html>Norsk</a> <a href="http://getpopfile.org/"manual/de/manual.html>Deutsch</a> <a href="http://getpopfile.org/"manual/fr/manual.html>Français</a></b> </body></html> \ No newline at end of file Index: training.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/fr/training.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** training.html 5 Feb 2003 15:45:41 -0000 1.1 --- training.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 1 **** ! <html><head><title>Documentation de POPFile</title><style type=text/css>H1,H2,H3,P,TD {font-family: sans-serif;}</style> </head> <body bgcolor=#fcfcfc><table width=100% cellspacing=0 cellpadding=0><tr><td bgcolor=#ededca> <font size=+3>Documentation de POPFile</font><td bgcolor=#ededca align=right> <tr height=3 bgcolor=#cccc99><td colspan=2 height=3 bgcolor=#cccc99></td></tr></table><p> <table width=100% cellspacing=0><tr> <td width=15% align=center><font size=+1><b>Première mise en route :</b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%>1ère étape<br><font size=+1><b> <a href="installing.html">Installation</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center>2ème étape<br><font size=+1><b> <a href="firsttime.html">Configuration des Catégories</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center>3ème étape<br><font size=+1><b> <a href="email.html">Client de Messagerie</a></b></font></td> <td width=2></td> <td align=center bgcolor=#cccc99 width=15%>4ème étape<br><font size=+1><b> <a href="training.html">Entraînement</a></b></font></td> <td width=25%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> <tr height=1><td colspan=10></td></tr> </table> <table width=100% cellspacing=0><tr> <td width=40% align=right><font size=+1><b>Utilisation de POPFile avec :</b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%><font size=+1><b> <a href="firewalls.html">Les Pare-Feu</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="spa.html">Authentification par Mot de passe Sécurisé</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="proxies.html">Autres Mandataires</a></b></font><br></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%><font size=+1><b> <a href="multiple.html">Comptes Courriels Multiples</a></b></font></td> </tr> </table> <table width=100% cellpadding=12 cellspacing=0 bordercolor=#cccc99 border=2><tr><td width=100% valign=top bgcolor=#ededca> <h2>Entraînement de POPFile</h2> <p>Lors de sa première utilisation, POPFile est bête. Il ne sait pas ce qu'est le pollupostage, ce qu'est le courriel ou ce que chacune des catégories signifie. Il va falloir le former.</p> <h3>Quand POPFile fait une erreur (... et il y en aura !)</h3> <p>Le système de classification de POPFile a besoin d'être entraîné pendant quelque temps avant d'être efficace - plus il est entraîné et plus il devient efficace. En vérité, il n'arrivera pas à classer votre courriel la première fois que vous l'utiliserez - il le laissera comme étant "non-classé".</p> <p>A chaque fois que POPFile ne classe pas un courriel ou qu'il se trompe de classement, ouvrez l'interface web et jetez un coup d'oeil à l'onglet "Historique" (il est activé par défaut). Vous verrez les vingt derniers courriels que vous avez reçus ainsi que la manière dont POPFile les a classés (si vous voulez savoir pourquoi POPFile a classé un courriel de la sorte, cliquez sur la ligne du sujet). Pour chaque courriel mal classé, corrigez POPFile en sélectionnant le classement correct dans la colonne de droite.</p> <p>(Ces courriels sont déjà stockés - vous pouvez les supprimer dans votre client de messagerie ou en faire ce que vous voulez sans aucun effet sur les analyses de POPFile ! POPFile n'apprend que quand vous reclassez un courriel - il part du principe "s'il n'est pas cassé, ne le réparez pas".)</p> <p><b>Laisser du temps à POPFile.</b> Plus vous l'entraînez, mieux il fonctionne.</p> <h3>Vous avez fini !</h3> <p>Et c'est la fin de la première mise en route de POPFile !</p> </td></tr></table> <br> <table width=100% cellspacing=0><tr> <td align=center><font size=+1><b>Liens web :</b></font></td> <td width=2></td> <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Page d'accueil</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Rapports de Bogues</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://sourceforge.net/project/showfiles.php?group_id=63137">Téléchargement</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://popfile.sourceforge.net/stats.html">Statistiques</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://popfile.sourceforge.net/old.html">Ancienne page d'accueil</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://www.extravalent.com/software/donate.html">Faire un Don</a></b></font></td> <td width=10%> </td></tr> <tr height=1><td colspan=15 bgcolor=#CCCCCC></td></tr> <tr height=1><td colspan=15></td></tr> </table> <p> <b>Choisir une autre langue : <a href=http://popfile.sourceforge.net/>English</a> <a href=http://popfile.sourceforge.net/manual/no/manual.html>Norsk</a> <a href=http://popfile.sourceforge.net/manual/de/manual.html>Deutsch</a> <a href=http://popfile.sourceforge.net/manual/fr/manual.html>Français</a></b> </body></html> \ No newline at end of file --- 1 ---- ! <html><head><title>Documentation de POPFile</title><style type=text/css>H1,H2,H3,P,TD {font-family: sans-serif;}</style> </head> <body bgcolor=#fcfcfc><table width=100% cellspacing=0 cellpadding=0><tr><td bgcolor=#ededca> <font size=+3>Documentation de POPFile</font><td bgcolor=#ededca align=right> <tr height=3 bgcolor=#cccc99><td colspan=2 height=3 bgcolor=#cccc99></td></tr></table><p> <table width=100% cellspacing=0><tr> <td width=15% align=center><font size=+1><b>Première mise en route :</b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%>1ère étape<br><font size=+1><b> <a href="installing.html">Installation</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center>2ème étape<br><font size=+1><b> <a href="firsttime.html">Configuration des Catégories</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center>3ème étape<br><font size=+1><b> <a href="email.html">Client de Messagerie</a></b></font></td> <td width=2></td> <td align=center bgcolor=#cccc99 width=15%>4ème étape<br><font size=+1><b> <a href="training.html">Entraînement</a></b></font></td> <td width=25%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> <tr height=1><td colspan=10></td></tr> </table> <table width=100% cellspacing=0><tr> <td width=40% align=right><font size=+1><b>Utilisation de POPFile avec :</b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%><font size=+1><b> <a href="firewalls.html">Les Pare-Feu</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="spa.html">Authentification par Mot de passe Sécurisé</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="proxies.html">Autres Mandataires</a></b></font><br></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%><font size=+1><b> <a href="multiple.html">Comptes Courriels Multiples</a></b></font></td> </tr> </table> <table width=100% cellpadding=12 cellspacing=0 bordercolor=#cccc99 border=2><tr><td width=100% valign=top bgcolor=#ededca> <h2>Entraînement de POPFile</h2> <p>Lors de sa première utilisation, POPFile est bête. Il ne sait pas ce qu'est le pollupostage, ce qu'est le courriel ou ce que chacune des catégories signifie. Il va falloir le former.</p> <h3>Quand POPFile fait une erreur (... et il y en aura !)</h3> <p>Le système de classification de POPFile a besoin d'être entraîné pendant quelque temps avant d'être efficace - plus il est entraîné et plus il devient efficace. En vérité, il n'arrivera pas à classer votre courriel la première fois que vous l'utiliserez - il le laissera comme étant "non-classé".</p> <p>A chaque fois que POPFile ne classe pas un courriel ou qu'il se trompe de classement, ouvrez l'interface web et jetez un coup d'oeil à l'onglet "Historique" (il est activé par défaut). Vous verrez les vingt derniers courriels que vous avez reçus ainsi que la manière dont POPFile les a classés (si vous voulez savoir pourquoi POPFile a classé un courriel de la sorte, cliquez sur la ligne du sujet). Pour chaque courriel mal classé, corrigez POPFile en sélectionnant le classement correct dans la colonne de droite.</p> <p>(Ces courriels sont déjà stockés - vous pouvez les supprimer dans votre client de messagerie ou en faire ce que vous voulez sans aucun effet sur les analyses de POPFile ! POPFile n'apprend que quand vous reclassez un courriel - il part du principe "s'il n'est pas cassé, ne le réparez pas".)</p> <p><b>Laisser du temps à POPFile.</b> Plus vous l'entraînez, mieux il fonctionne.</p> <h3>Vous avez fini !</h3> <p>Et c'est la fin de la première mise en route de POPFile !</p> </td></tr></table> <br> <table width=100% cellspacing=0><tr> <td align=center><font size=+1><b>Liens web :</b></font></td> <td width=2></td> <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Page d'accueil</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://getpopfile.org/query">Rapports de Bogues</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://getpopfile.org/docs/download">Téléchargement</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://popfile.sourceforge.net/stats.html">Statistiques</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://popfile.sourceforge.net/old.html">Ancienne page d'accueil</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://www.extravalent.com/software/donate.html">Faire un Don</a></b></font></td> <td width=10%> </td></tr> <tr height=1><td colspan=15 bgcolor=#CCCCCC></td></tr> <tr height=1><td colspan=15></td></tr> </table> <p> <b>Choisir une autre langue : <a href="http://getpopfile.org/">English</a> <a href="http://getpopfile.org/"manual/no/manual.html>Norsk</a> <a href="http://getpopfile.org/"manual/de/manual.html>Deutsch</a> <a href="http://getpopfile.org/"manual/fr/manual.html>Français</a></b> </body></html> \ No newline at end of file Index: manual.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/fr/manual.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** manual.html 5 Feb 2003 15:45:41 -0000 1.1 --- manual.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 1 **** ! <html><head><title>Page d'accueil de POPFile</title><style type=text/css>H1,H2,H3,P,TD {font-family: sans-serif;}</style> </head> <body bgcolor=#fcfcfc><table width=100% cellspacing=0 cellpadding=0><tr><td bgcolor=#ededca> <font size=+3>Page d'accueil de POPFile</font><td bgcolor=#ededca align=right> <tr height=3 bgcolor=#cccc99><td colspan=2 height=3 bgcolor=#cccc99></td></tr></table><p> <table width=100% cellspacing=0><tr> <td width=15% align=center><font size=+1><b>Première mise en route :</b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%>1ère étape<br><font size=+1><b> <a href="installing.html">Installation</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center>2ème étape<br><font size=+1><b> <a href="firsttime.html">Configuration des Catégories</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center>3ème étape<br><font size=+1><b> <a href="email.html">Client de Messagerie</a></b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%>4ème étape<br><font size=+1><b> <a href="training.html">Entraînement</a></b></font></td> <td width=25%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> <tr height=1><td colspan=10></td></tr> </table> <table width=100% cellspacing=0><tr> <td width=40% align=right><font size=+1><b>Utilisation de POPFile avec :</b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%><font size=+1><b> <a href="firewalls.html">Les Pare-Feu</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="spa.html">Authentification par Mot de passe Sécurisé</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="proxies.html">Autres Mandataires</a></b></font><br></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%><font size=+1><b> <a href="multiple.html">Comptes Courriels Multiples</a></b></font></td> </tr> </table> <table width=100% cellpadding=12 cellspacing=0 bordercolor=#cccc99 border=2><tr><td width=100% valign=top bgcolor=#ededca> <h2 align=center>Bienvenue à POPFile.</h2> <p>POPFile est un outil de classement automatique du courriel. Une fois correctement personnalisé et entraîné, il fonctionne à l'arrière-plan de votre ordinateur en analysant le courriel quand il arrive et en le classant selon vos souhaits. Vous pouvez lui demander d'effectuer une simple manoeuvre, comme par exemple mettre de côté le "pollupostage" ("courriel-poubelle"), ou une plus compliquée comme le classement du courriel en une douzaine de dossiers. Considérez-le comme l'assistant personnel de votre boîte de réception.</p> <p>Pour apprendre comment installer POPFile, veuillez choisir l'une des options suivantes :</p> <ol> <li><a href="installing.html">Installation de POPFile</a> <li><a href="firsttime.html">Personnalisation des Catégories pour le classement du courriel</a> <li><a href="email.html">Fonctionnement de votre programme courriel avce POPFile</a> <li><a href="training.html">Entraînement de POPFile</a> </ol> <p>Une fois que vous avez établi les bases de POPFile, vous trouverez réponses à d'autres questions dans les sections couvrant :</p> <ol start="5"> <li><a href="firewalls.html">Utilisation de POPFile avec un pare-feu</a> <li><a href="spa.html">POPFile et l'Authentification du Mot de passe Sécurisé (y compris MSN)</a> <li><a href="proxies.html">POPFile et d'autres mandataires</a> <li><a href="multiple.html">Utilisation de POPFile avce des comptes courriels multiples</a> </ol> </td></tr></table> <br> <table width=100% cellspacing=0><tr> <td align=center><font size=+1><b>Liens web :</b></font></td> <td width=2></td> <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Page d'accueil</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Rapports de Bogues</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://sourceforge.net/project/showfiles.php?group_id=63137">Téléchargement</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://popfile.sourceforge.net/stats.html">Statistiques</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://popfile.sourceforge.net/old.html">Ancienne page d'accueil</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://www.extravalent.com/software/donate.html">Faire un Don</a></b></font></td> <td width=10%> </td></tr> <tr height=1><td colspan=15 bgcolor=#CCCCCC></td></tr> <tr height=1><td colspan=15></td></tr> </table> <p> <b>Choisir une autre langue : <a href=http://popfile.sourceforge.net/>English</a> <a href=http://popfile.sourceforge.net/manual/no/manual.html>Norsk</a> <a href=http://popfile.sourceforge.net/manual/de/manual.html>Deutsch</a> <a href=http://popfile.sourceforge.net/manual/fr/manual.html>Français</a></b> </body></html> \ No newline at end of file --- 1 ---- ! <html><head><title>Page d'accueil de POPFile</title><style type=text/css>H1,H2,H3,P,TD {font-family: sans-serif;}</style> </head> <body bgcolor=#fcfcfc><table width=100% cellspacing=0 cellpadding=0><tr><td bgcolor=#ededca> <font size=+3>Page d'accueil de POPFile</font><td bgcolor=#ededca align=right> <tr height=3 bgcolor=#cccc99><td colspan=2 height=3 bgcolor=#cccc99></td></tr></table><p> <table width=100% cellspacing=0><tr> <td width=15% align=center><font size=+1><b>Première mise en route :</b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%>1ère étape<br><font size=+1><b> <a href="installing.html">Installation</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center>2ème étape<br><font size=+1><b> <a href="firsttime.html">Configuration des Catégories</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center>3ème étape<br><font size=+1><b> <a href="email.html">Client de Messagerie</a></b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%>4ème étape<br><font size=+1><b> <a href="training.html">Entraînement</a></b></font></td> <td width=25%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> <tr height=1><td colspan=10></td></tr> </table> <table width=100% cellspacing=0><tr> <td width=40% align=right><font size=+1><b>Utilisation de POPFile avec :</b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%><font size=+1><b> <a href="firewalls.html">Les Pare-Feu</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="spa.html">Authentification par Mot de passe Sécurisé</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="proxies.html">Autres Mandataires</a></b></font><br></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%><font size=+1><b> <a href="multiple.html">Comptes Courriels Multiples</a></b></font></td> </tr> </table> <table width=100% cellpadding=12 cellspacing=0 bordercolor=#cccc99 border=2><tr><td width=100% valign=top bgcolor=#ededca> <h2 align=center>Bienvenue à POPFile.</h2> <p>POPFile est un outil de classement automatique du courriel. Une fois correctement personnalisé et entraîné, il fonctionne à l'arrière-plan de votre ordinateur en analysant le courriel quand il arrive et en le classant selon vos souhaits. Vous pouvez lui demander d'effectuer une simple manoeuvre, comme par exemple mettre de côté le "pollupostage" ("courriel-poubelle"), ou une plus compliquée comme le classement du courriel en une douzaine de dossiers. Considérez-le comme l'assistant personnel de votre boîte de réception.</p> <p>Pour apprendre comment installer POPFile, veuillez choisir l'une des options suivantes :</p> <ol> <li><a href="installing.html">Installation de POPFile</a> <li><a href="firsttime.html">Personnalisation des Catégories pour le classement du courriel</a> <li><a href="email.html">Fonctionnement de votre programme courriel avce POPFile</a> <li><a href="training.html">Entraînement de POPFile</a> </ol> <p>Une fois que vous avez établi les bases de POPFile, vous trouverez réponses à d'autres questions dans les sections couvrant :</p> <ol start="5"> <li><a href="firewalls.html">Utilisation de POPFile avec un pare-feu</a> <li><a href="spa.html">POPFile et l'Authentification du Mot de passe Sécurisé (y compris MSN)</a> <li><a href="proxies.html">POPFile et d'autres mandataires</a> <li><a href="multiple.html">Utilisation de POPFile avce des comptes courriels multiples</a> </ol> </td></tr></table> <br> <table width=100% cellspacing=0><tr> <td align=center><font size=+1><b>Liens web :</b></font></td> <td width=2></td> <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Page d'accueil</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://getpopfile.org/query">Rapports de Bogues</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://getpopfile.org/docs/download">Téléchargement</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://popfile.sourceforge.net/stats.html">Statistiques</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://popfile.sourceforge.net/old.html">Ancienne page d'accueil</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://www.extravalent.com/software/donate.html">Faire un Don</a></b></font></td> <td width=10%> </td></tr> <tr height=1><td colspan=15 bgcolor=#CCCCCC></td></tr> <tr height=1><td colspan=15></td></tr> </table> <p> <b>Choisir une autre langue : <a href="http://getpopfile.org/">English</a> <a href="http://getpopfile.org/"manual/no/manual.html>Norsk</a> <a href="http://getpopfile.org/"manual/de/manual.html>Deutsch</a> <a href="http://getpopfile.org/"manual/fr/manual.html>Français</a></b> </body></html> \ No newline at end of file Index: email.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/fr/email.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** email.html 5 Feb 2003 15:45:41 -0000 1.1 --- email.html 11 Feb 2008 13:35:59 -0000 1.2 *************** *** 1 **** ! <html><head><title>Documentation de POPFile</title><style type=text/css>H1,H2,H3,P,TD {font-family: sans-serif;}</style> </head> <body bgcolor=#fcfcfc><table width=100% cellspacing=0 cellpadding=0><tr><td bgcolor=#ededca> <font size=+3>Documentation de POPFile</font><td bgcolor=#ededca align=right> <tr height=3 bgcolor=#cccc99><td colspan=2 height=3 bgcolor=#cccc99></td></tr></table><p> <table width=100% cellspacing=0><tr> <td width=15% align=center><font size=+1><b>Première mise en route :</b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%>1ère étape<br><font size=+1><b> <a href="installing.html">Installation</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center>2ème étape<br><font size=+1><b> <a href="firsttime.html">Configuration des Catégories</a></b></font></td> <td width=2></td> <td bgcolor=#cccc99 width=15% align=center>3ème étape<br><font size=+1><b> <a href="email.html">Client de Messagerie</a></b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%>4ème étape<br><font size=+1><b> <a href="training.html">Entraînement</a></b></font></td> <td width=25%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> <tr height=1><td colspan=10></td></tr> </table> <table width=100% cellspacing=0><tr> <td width=40% align=right><font size=+1><b>Utilisation de POPFile avec :</b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%><font size=+1><b> <a href="firewalls.html">Les Pare-Feu</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="spa.html">Authentification par Mot de passe Sécurisé</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="proxies.html">Autres Mandataires</a></b></font><br></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%><font size=+1><b> <a href="multiple.html">Comptes Courriels Multiples</a></b></font></td> </tr> </table> <table width=100% cellpadding=12 cellspacing=0 bordercolor=#cccc99 border=2><tr><td width=100% valign=top bgcolor=#ededca> <h2>Comment faire marcher votre client de messagerie avec POPFile</h2> <p>POPFile s'exécute en tant que <i>serveur mandataire</i>. Votre programme courriel communique avec POPFile qui parle à son tour au serveur courriel en son nom. Au lieu que votre programme courriel reçoive les messages directement, POPFile les récupère d'abord, et les analyse pour décider dans quelle catégorie ils doivent se placer.</p> <p>Une fois que c'est décidé (cela prend une fraction de seconde) soit POPFile ajoute une étiquette comme [ceci] au début du sujet du courriel - ce qui veut dire qu'un simple programme comme Microsoft Outlook Express peut distribuer votre courriel où il est censé aller ; soit POPFile ajoute un nouvel en-tête comme ceci :</p> <p><b>X-Text-Classification: personnel</b></p> <p>- qu'un client de messagerie plus avancé, comme Eudora, peut utiliser comme filtre.</p> <p>Cependant, pour que votre client de messagerie communique avec POPFile, vous devez : <ol><li>ajuster les paramètres de votre client pour qu'il communique avec POPFile, et <li>personnaliser vos filtres courriels pour que le classement se fasse correctement.</ol></p> <p>Ajustons tout d'abord les paramètres du client de messagerie. Nous personnaliserons les filtres plus tard. <p>Veuillez trouver ci-dessous quelque uns des clients de messagerie les plus courants. Pour les autres ou pour les utilisateurs plus pointus, voici le mode d'emploi :</p> <p><ul><li>Changer le nom du serveur POP3 dans votre courriel client en 127.0.0.1 , prenez note de l'adresse d'origine. <li>Changer le nom de l'utilisateur POP3 par [l'adresse d'origine]:[nom de l'utilisateur] <li>Ne touchez pas au mot de passe</ul></p> <p>Pour les comptes utilisant une authentification par mot de passe sécurisé, allez à <a href=spa.html>Utilisation de POPFile avec Authentication par mot de passe sécurisé</a>.</p> <table width=100% bgcolor=#FFFFFF cellspacing=3 border=0><tr> <td colspan=2 align="center"> Choisissez votre client de messagerie et suivez le mode d'emploi dans la colonne concernée. Le mode d'emploi peut sembler compliqué de premier abord, mais cela ne vous prendra véritablement qu'une ou deux minutes - et il est difficile de se tromper. (Juste au cas où vous auriez besoin de revenir en arrière, prenez note de vos paramètres d'origine.) </td></tr><tr> <td width=50% bgcolor="#FFCCCC" valign="top"> <h3 align=center>Outlook</h3> <ul> <li>Dans Outlook, ouvrez le menu 'Tools > E-mail Accounts...' La fenêtre des comptes courriels apparaît. <a href=http://popfile.sourceforge.net/manual/o_popfile1.gif>[capture d'écran]</a> <li>Cliquez sur 'View or change existing mail e-accounts' et cliquez sur 'Next'. Choisissez le compte que vous voulez utiliser avec POPFile et cliquez sur 'Change'. Notez le nom du Serveur de mail entrant [Incoming mail server (POP3)] et le Nom d'Utilisateur [User Name]. <a href=http://popfile.sourceforge.net/manual/o_popfile2.gif>[capture d'écran]</a> <li>Remplacez le nom du serveur POP3 par <b>127.0.0.1</b> et changez le nom utilisateur [User Name] par la combinaison du nom serveur original et du nom utilisateur original separé par deux-points. <a href=http://popfile.sourceforge.net/manual/o_popfile3.gif>[capture d'écran]</a> <li>Donc, si le nom du serveur POP3 original était<b>my.mail.com</b>et que le nom utilisateur était <b>jdoe</b>, votre nouveau nom utilisateur sera <b>my.mail.com:jdoe</b> <li>Vous n'avez pas besoin de changer de mot de passe. <li>Appuyez sur le bouton 'Next' puis sur 'Finish'. <li>Assurez vous que POPFile s'exécute et que tout votre courriel passe par POPFile ! <li>Vérifiez que POPFile démarre en même temps que Windows. Si vous utilisez la version Windows, vous pouvez faire glisser le lien 'Run POPFile in background' du groupe <b>POPFile</b> dans le Menu Démarrer vers le groupe <b>Démarrage</b>. A présent, Windows chargera POPFile à chaque fois. <li>Attention ! si POPFile n'est pas chargé, le courriel ne passera pas du tout - et votre client de messagerie ne connectera pas ! </ul> </td><td width=50% bgcolor="#CCFFCC" valign="top"> <h3 align=center>Outlook Express</h3> <ul> <li>Dans Outlook Express, ouvrez le menu 'Tools > Accounts...'. La fenêtre des comptes courriels apparaît. <a href=http://popfile.sourceforge.net/manual/oe_popfile1.gif>[capture d'écran]</a> <li>Selectionnez le compte vous désirez modifier pour utiliser POPFile et cliquez sur 'Properties'. <a href=http://popfile.sourceforge.net/manual/oe_popfile2.gif>[capture d'écran]</a> <li>Ouvrez l'onglet 'Servers'. Prenez note du nom du 'Incoming Mail Server (POP3)' et du 'Incoming Mail Server Account Name'. <a href=http://popfile.sourceforge.net/manual/oe_popfile3.gif>[capture d'écran]</a> <li>Remplacez le nom du serveur POP3 par <b>127.0.0.1</b> et changez le Incoming Mail Server Account Name par la combinaison du nom serveur originel et du Account Name originel séparés par deux-points. <a href=http://popfile.sourceforge.net/manual/oe_popfile4.gif>[capture d'écran]</a> <li>Donc, si le nom du serveur originel POP3 était <b>my.mail.com</b> et que le nom utilisateur était <b>jdoe</b>, votre nouveau nom utilisateur sera <b>my.mail.com:jdoe</b> <li>Vous n'avez pas besoin de changer le mot de passe. <li>Appuyer sur 'OK' puis sur 'Close'. <li>Assurez-vous que POPFile s'exécute et que le courriel passe par POPFile ! <li>Il faudra vous assurer que POPFile démarre en même temps que Windows. Si vous utilisez la version Windows, vous pouvez glisser le lien 'Run POPFile in Background' du groupe <b>POPFile</b> vers le groupe <b>Démarrage</b>. A présent, Windows chargera POPFile à chaque fois. <li>Attention ! Si POPFile n'est pas chargé, votre courriel ne passera pas - et votre programme courriel ne se connectera pas ! </ul> </td></tr><tr><td width=50% bgcolor="#CCCCFF" valign="top"> <h3 align=center>Eudora</h3> <ul> <li>Dans Eudora, ouvrez le menu 'Tools > Options...'. La fenêtre des options apparaît. <a href=http://popfile.sourceforge.net/manual/e_popfile1.gif>[capture d'écran]</a> <li>Prenez note du nom du serveur de courrier rentrant [Mail Server (incoming)] et du nom d'utilisateur [Login Name]. <a href=http://popfile.sourceforge.net/manual/e_popfile2.gif>[capture d'écran]</a> <li>Remplacez le nom du serveur de courrier rentrant par <b>127.0.0.1</b> et remplacez le nom d'utilisateur par la combinaison du nom de serveur originel et du nom d'utilisateur originel, séparés par deux-points. <a href=http://popfile.sourceforge.net/manual/e_popfile3.gif>[capture d'écran]</a> <li>Ainsi, si le serveur entrant originel était <b>my.mail.com</b> et votre nom d'utilisateur originel était <b>jdoe</b>, votre nouveau nom d'utilisateur sera <b>my.mail.com:jdoe</b> <li>Vous n'avez pas besoin de changer de mot de passe. <li>Pressez 'OK'. <li>Assurez-vous que POPFile s'exécute et que le courriel passe par POPFile ! <li>Il faudra vous assurer que POPFile démarre en même temps que Windows. Si vous utilisez la version Windows, vous pouvez glisser le lien 'Run POPFile in Background' du groupe <b>POPFile</b> vers le groupe <b>Démarrage</b>. A présent, Windows chargera POPFile à chaque fois. <li>Attention ! Si POPFile n'est pas chargé, votre courriel ne passera pas - et votre programme courriel ne se connectera pas ! </ul> </td><td width=50% bgcolor="#FFCCCC" valign="top"> <h3 align=center>Pegasus</h3> <ul> <li>Dans Pegasus, ouvrez le menu 'Tools > Internet Options...' puis l'onglet 'Receiving (POP3)'. L'écran des paramètres de compte POP3 apparaît. <li>Sous 'General settings for receiving mail using POP3', sélectionnez le champ 'POP3 Host'. Prenez note de l'actuel hôte POP3. <li>Changez l'hôte POP3 en <b>127.0.0.1</b> <li>Sous 'General settings for receiving mail using POP3', sélectionnez le champ 'User name'. Prenez note de l'actuel nom d'utilisateur. <li>Remplacez le nom d'utilisateur par la combinaison de l'hôte POP3 originel et du nom d'utilisateur originel, séparés par deux-points. <li>Ainsi, si l'hôte POP3 originel était <b>my.mail.com</b> et le nom d'utilisateur originel était <b>jdoe</b>, votre nouveau nom d'utilisateur sera <b>my.mail.com:jdoe</b> <li>Vous n'avez pas besoin de changer de mot de passe. <li>Pressez 'OK'. <li>Assurez-vous que POPFile s'exécute et que le courriel passe par POPFile ! <li>Il faudra vous assurer que POPFile démarre en même temps que Windows. Si vous utilisez la version Windows, vous pouvez glisser le lien 'Run POPFile in Background' du groupe <b>POPFile</b> vers le groupe <b>Démarrage</b>. A présent, Windows chargera POPFile à chaque fois. <li>Attention ! Si POPFile n'est pas chargé, votre courriel ne passera pas - et votre programme courriel ne se connectera pas ! </ul> </td></tr></table> <p>Très bien. Maintenant que nous avons fait cela, il est temps de personnaliser vos filtres courriels, afin qu'une fois que POPFile a fait son travail, votre client de messagerie puisse distribuer chaque message dans son dossier attitré.</p> <p>Pour les utilisateurs plus avancés, vous avez le choix entre modifier la ligne de sujet pour y ajouter une étiquette de [classification] ou non. Cela ce trouve dans l'onglet Configuration de l'interface web, cadre 'Informations de Classification'. Vous pouvez également activer ou non l'en-tête <b>X-Text-Classification</b>, qui indique la catégorie reconnue par POPFile, et l'en-tête <b>X-POPFile-Link</b>, qui donne un lien direct vers la page de compte-rendu d'analyse.</p> <table width=100% bgcolor=#FFFFFF cellspacing=3 border=0><tr> <td colspan=2 align="center"> Choisissez votre client de messagerie et suivez le mode d'emploi dans la colonne concernée. Le mode d'emploi peut sembler compliqué de premier abord, mais cela ne vous prendra véritablement qu'une ou deux minutes - et il est difficile de se tromper. (Juste au cas où vous auriez besoin de revenir en arrière, prenez note de vos paramètres d'origine.) </td></tr><tr> <td width=50% bgcolor="#FFCCCC" valign="top"> <h3 align=center>Outlook</h3> <ul> <li>Dans Outlook ouvrez le menu 'Tools > Rules Wizard...' <a href=http://popfile.sourceforge.net/manual/o_filter1.gif>[capture d'écran]</a> <li>L'Assistant Règles apparaît. Cliquez sur 'New...' et choisissez 'Start from a blank rule'. <a href=http://popfile.sourceforge.net/manual/o_filter2.gif>[capture d'écran]</a> <li>Outlook peut utiliser l'en-tête <b>X-Text-Classification</b>, qui permet un filtrage complètement transparent du courriel. Cliquez sur 'Next' et sélectionnez 'with specific words in the message header'. <li>Maintenant cliquez sur le lien surligné en gris 'specific words' et saisissez dans le champ qui apparaît "X-Text-Classification: " suivi du nom de l'une de vos catégories, et pressez les boutons 'Add' puis 'OK'. <li>Cliquez sur 'Next' et sélectionnez 'move it to the specified folder'. <li>Cliquez sur le mot surligné en gris 'specified' et une liste de dossiers apparaît. Choisissez celui où vous souhaitez que les courriels de cette catégorie soient déposés, puis pressez le bouton 'OK'. <li>Pressez les boutons 'OK' puis 'Finish'. <li>Répétez l'opération pour chacune de vos catégories, puis 'OK' pour sortir. <li>C'est fini ! <li>Une petite remarque : dans l'<a href="http://127.0.0.1:8080">Interface utilisateur de POPFile</a>, dans l'onglet 'Configuration', vérifiez que l'option 'Modification de la ligne Sujet' est <b>désactivée</b>. </ul> </td><td width=50% bgcolor="#CCFFCC" valign="top"> <h3 align=center>Outlook Express</h3> <ul> <li>Dans Outlook Express, ouvrez le menu 'Tools > Message Rules > Mail...' <a href=http://popfile.sourceforge.net/manual/oe_filter1.gif>[capture d'écran]</a> <li>La fenêtre 'New Mail Rule' apparaît. <a href=http://popfile.sourceforge.net/manual/oe_filter2.gif>[capture d'écran]</a> <li>Outlook Express ne peut pas utiliser l'en-tête <b>X-Text-Classification</b>, qui aurait permis un filtrage du courriel complètement invisible. A la place, cliquez 'Where the Subject line contains specific words' ainsi que 'Move it to the specified folder' <a href=http://popfile.sourceforge.net/manual/oe_filter3.gif>[capture d'écran]</a> <li>Maintenant cliquez le lien surligné en bleu 'contains specific words' et la fenêtre 'Type Specific Words' apparaît <a href=http://popfile.sourceforge.net/manual/oe_filter4.gif>[capture d'écran]</a> <li>Entrez le nom d'une de vos catégories, entouré par des [crochets], puis pressez sur 'OK'. Maintenant cliquez sur le mot surligné en bleu 'specified' et la fenêtre 'Move' apparaît. Choisissez le dossier destination des courriels classés dans cette catégorie, puis pressez le bouton 'OK'. <a href=http://popfile.sourceforge.net/manual/oe_filter5.gif>[capture d'écran]</a> <li>Pressez le bouton 'OK'. <li>Répétez l'opération pour chacune de vos catégories, puis pressez 'OK' pour terminer. <li>C'est fini ! <li>Une petite remarque : dans l'<a href="http://127.0.0.1:8080">Interface utilisateur de POPFile</a>, dans l'onglet 'Configuration', vérifiez que l'option 'Modification de la ligne Sujet' est <b>activée</b>. </ul> </td></tr><tr><td width=50% bgcolor="#CCCCFF" valign="top"> <h3 align=center>Eudora</h3> <p>Eudora permet le filtrage à partir de n'importe quel en-tête de mail, ce qui est vraiment bien - tout peut être fait en arrière-plan, sans changer la ligne Sujet !</p> <ul> <li>Ouvrez le menu 'Tools > Filters'. <a href=http://popfile.sourceforge.net/manual/e_filter1.gif>[capture d'écran]</a> <li>La fenêtre 'Filters' apparaît. Cliquez sur 'New' pour créer un nouveau filtre. <a href=http://popfile.sourceforge.net/manual/e_filter2.gif>[capture d'écran]</a> <li>Dans le champ 'Header' entrez <b>X-Text-Classification</b> et dans le champ voisin 'contains' entrez le nom d'une de vos catégories. N'ajoutez <b>PAS</b> de crochets autour du nom. <a href=http://popfile.sourceforge.net/manual/e_filter3.gif>[capture d'écran]</a> <li>Ensuite sélectionnez 'Transfer To' dans la première zone 'Action' choisissez la boîte dans laquelle placer les courriels de cette catégorie. <a href=http://popfile.sourceforge.net/manual/e_filter4.gif>[capture d'écran]</a> <li>Répétez l'opération pour chacune de vos catégories. <li>Fermez les fenêtres de filtre et répondez Oui quand Eudora vous propose de sauvegarder les changements.. <li>C'est fini ! <li>Une petite remarque : dans l'<a href="http://127.0.0.1:8080">Interface utilisateur de POPFile</a>, dans l'onglet 'Configuration', vérifiez que l'option 'Modification de la ligne Sujet' est <b>déactivée</b>. </ul> </td><td width=50% bgcolor="#FFCCCC" valign="top"> <h3 align=center>Pegasus</h3> <ul> <li>Dans Pegasus, ouvrez le menu 'Tools > Mail Filtering Rules > Edit New Mail Filtering Rules > Rules Applied When Folder is Opened'. <li>La fenêtre de nouvelles règles de filtrage de courrier apparaît. <li>Cliquez sur le bouton 'New Rule'. La fenêtre 'Create a New Filtering Rule' apparaît. <li>Cliquez sur le bouton 'Expression'. Remarquez que d'utiliser le filtre Expression marchera même si l'option 'Modification de la ligne Sujet' de POPFile est désactivée. Si vous utilisez le filtre 'Header', l'option 'Modification de la ligne Sujet' de POPFile doit être activée. <li>Choisissez le champ 'If this regular expression' <li>Tapez le nom d'une de vos catégories, précédé de <b>X-Text-Classification:</b>, par exemple: <b>X-Text-Classification: spam</b> <li>Cliquez le bouton 'Headers or body' <li>Sélectionnez l'action désirée dans la liste des Actions. Par exemple 'Move'. <li>Si vous avez choisi une action comme 'Move' ou 'Forward', cliquez ensuite sur le bouton 'Set'. <li>Sélectionnez le dossier destination ou entrez l'adresse de renvoi, suivant la nature de l'action. <li>Cliquez sur le bouton 'OK' pour ajouter la règle à la liste des règles. <li>Répétez l'opération pour chacune de vos catégories. <li>L'ordre dans lequel les règles de filtrage sont appliquées peut être modifié en utilisant les flèches rouge/bleu (haut/bas) dans la fenêtre 'New Mail Filter Rules'. <li>Cliquez sur le bouton 'Save' pour sauvez les changements effectués. <li>Cliquez sur 'OK'. <li>C'est fini ! </ul> </td></tr></table> <h2>Ca y est !... mais...</h2> Malgré tout ce travail, POPFile ne filtera pas votre courriel immédiatement. Pourquoi pas ?<i>Il ne sait pas ce que signifie chacune des catégories</i> Il ne sait pas ce que "pollupostage" et "bon courriel" signifient ou bien ce que veut dire "travail" et "personnel". Il ne sait même pas dans quelle langue votre courriel est écrit, et il s'en fiche. Vous aurez besoin de l'éduquer pour qu'il distingue le pollupostage du courriel normal, ou bien un projet d'un autre. Vous faites cela grâce à l'<b>Entraînement</b> - <a href="training.html">nous allons en parler</a>. </td></tr></table> <br> <table width=100% cellspacing=0><tr> <td align=center><font size=+1><b>Liens web :</b></font></td> <td width=2></td> <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Page d'accueil</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Rapports de Bogues</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://sourceforge.net/project/showfiles.php?group_id=63137">Téléchargement</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://popfile.sourceforge.net/stats.html">Statistiques</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://popfile.sourceforge.net/old.html">Ancienne page d'accueil</a></b></font></td> <td width=2></td> <td bgcolor=#ededca align=center><font size=+1><b> <a href="http://www.extravalent.com/software/donate.html">Faire un Don</a></b></font></td> <td width=10%> </td></tr> <tr height=1><td colspan=15 bgcolor=#CCCCCC></td></tr> <tr height=1><td colspan=15></td></tr> </table> <p> <b>Choisir une autre langue : <a href=http://popfile.sourceforge.net/>English</a> <a href=http://popfile.sourceforge.net/manual/no/manual.html>Norsk</a> <a href=http://popfile.sourceforge.net/manual/de/manual.html>Deutsch</a> <a href=http://popfile.sourceforge.net/manual/fr/manual.html>Français</a></b> </body></html> \ No newline at end of file --- 1 ---- ! <html><head><title>Documentation de POPFile</title><style type=text/css>H1,H2,H3,P,TD {font-family: sans-serif;}</style> </head> <body bgcolor=#fcfcfc><table width=100% cellspacing=0 cellpadding=0><tr><td bgcolor=#ededca> <font size=+3>Documentation de POPFile</font><td bgcolor=#ededca align=right> <tr height=3 bgcolor=#cccc99><td colspan=2 height=3 bgcolor=#cccc99></td></tr></table><p> <table width=100% cellspacing=0><tr> <td width=15% align=center><font size=+1><b>Première mise en route :</b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%>1ère étape<br><font size=+1><b> <a href="installing.html">Installation</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center>2ème étape<br><font size=+1><b> <a href="firsttime.html">Configuration des Catégories</a></b></font></td> <td width=2></td> <td bgcolor=#cccc99 width=15% align=center>3ème étape<br><font size=+1><b> <a href="email.html">Client de Messagerie</a></b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%>4ème étape<br><font size=+1><b> <a href="training.html">Entraînement</a></b></font></td> <td width=25%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> <tr height=1><td colspan=10></td></tr> </table> <table width=100% cellspacing=0><tr> <td width=40% align=right><font size=+1><b>Utilisation de POPFile avec :</b></font></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%><font size=+1><b> <a href="firewalls.html">Les Pare-Feu</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="spa.html">Authentification par Mot de passe Sécurisé</a></b></font></td> <td width=2></td> <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="proxies.html">Autres Mandataires</a></b></font><br></td> <td width=2></td> <td align=center bgcolor=#ededca width=15%><font size=+1><b> <a href="multiple.html">Comptes Courriels Multiples</a></b></font></td> </tr> </table> <table width=100% cellpadding=12 cellspacing=0 bordercolor=#cccc99 border=2><tr><td width=100% valign=top bgcolor=#ededca> <h2>Comment faire marcher votre client de messagerie avec POPFile</h2> <p>POPFile s'exécute en tant que <i>serveur mandataire</i>. Votre programme courriel communique avec POPFile qui parle à son tour au serveur courriel en son nom. Au lieu que votre programme courriel reçoive les messages directement, POPFile les récupère d'abord, et les analyse pour décider dans quelle catégorie ils doivent se placer.</p> <p>Une fois que c'est décidé (cela prend une fraction de seconde) soit POPFile ajoute une étiquette comme [ceci] au début du sujet du courriel - ce qui veut dire qu'un simple programme comme Microsoft Outlook Express peut distribuer votre courriel où il est censé aller ; soit POPFile ajoute un nouvel en-tête comme ceci :</p> <p><b>X-Text-Classification: personnel</b></p> <p>- qu'un client de messagerie plus avancé, comme Eudora, peut utiliser comme filtre.</p> <p>Cependant, pour que votre client de messagerie communique avec POPFile, vous devez : <ol><li>ajuster les paramètres de votre client pour qu'il communique avec POPFile, et <li>personnaliser vos filtres courriels pour que le classement se fasse correctement.</ol></p> <p>Ajustons tout d'abord les paramètres du client de messagerie. Nous personnaliserons les filtres plus tard. <p>Veuillez trouver ci-dessous quelque uns des clients de messagerie les plus courants. Pour les autres ou pour les utilisateurs plus pointus, voici le mode d'emploi :</p> <p><ul><li>Changer le nom du serveur POP3 dans votre courriel client en 127.0.0.1 , prenez note de l'adresse d'origine. <li>Changer le nom de l'utilisateur POP3 par [l'adresse d'origine]:[nom de l'utilisateur] <li>Ne touchez pas au mot de passe</ul></p> <p>Pour les comptes utilisant une authentification par mot de passe sécurisé, allez à <a href=spa.html>Utilisation de POPFile avec Authentication par mot de passe sécurisé</a>.</p> <table width=100% bgcolor=#FFFFFF cellspacing=3 border=0><tr> <td colspan=2 align="center"> Choisissez votre client de messagerie et suivez le mode d'emploi dans la colonne concernée. Le mode d'emploi peut sembler compliqué de premier abord, mais cela ne vous prendra véritablement qu'une ou deux minutes - et il est difficile de se tromper. (Juste au cas où vous auriez besoin de revenir en arrière, prenez note de vos paramètres d'origine.) </td></tr><tr> <td width=50% bgcolor="#FFCCCC" valign="top"> <h3 align=center>Outlook</h3> <ul> <li>Dans Outlook, ouvrez le menu 'Tools > E-mail Accounts...' La fenêtre des comptes courriels apparaît. <a href="http://getpopfile.org/"manual/o_popfile1.gif>[capture d'écran]</a> <li>Cliquez sur 'View or change existing mail e-accounts' et cliquez sur 'Next'. Choisissez le compte que vous voulez utiliser avec POPFile et cliquez sur 'Change'. Notez le nom du Serveur de mail entrant [Incoming mail server (POP3)] et le Nom d'Utilisateur [User Name]. <a href="http://getpopfile.org/"manual/o_popfile2.gif>[capture d'écran]</a> <li>Remplacez le nom du serveur POP3 par <b>127.0.0.1</b> et changez le nom utilisateur [User Name] par la combinaison du nom serveur original et du nom utilisateur original separé par deux-points. <a href="http://getpopfile.org/"manual/o_popfile3.gif>[capture d'écran]</a> <li>Donc, si le nom du serveur POP3 original était<b>my.mail.com</b>et que le nom utilisateur était <b>jdoe</b>, votre nouveau nom utilisateur sera <b>my.mail.com:jdoe</b> <li>Vous n'avez pas besoin de changer de mot de passe. <li>Appuyez sur le bouton 'Next' puis sur 'Finish'. <li>Assurez vous que POPFile s'exécute et que tout votre courriel passe par POPFile ! <li>Vérifiez que POPFile démarre en même temps que Windows. Si vous utilisez la version Windows, vous pouvez faire glisser le lien 'Run POPFile in background' du groupe <b>POPFile</b> dans le Menu Démarrer vers le groupe <b>Démarrage</b>. A présent, Windows chargera POPFile à chaque fois. <li>Attention ! si POPFile n'est pas chargé, le courriel ne passera pas du tout - et votre client de messagerie ne connectera pas ! </ul> </td><td width=50% bgcolor="#CCFFCC" valign="top"> <h3 align=center>Outlook Express</h3> <ul> <li>Dans Outlook Express, ouvrez le menu 'Tools > Accounts...'. La fenêtre des comptes courriels apparaît. <a href="http://getpopfile.org/"manual/oe_popfile1.gif>[capture d'écran]</a> <li>Selectionnez le compte vous désirez modifier pour utiliser POPFile et cliquez sur 'Properties'. <a href="http://getpopfile.org/"manual/oe_popfile2.gif>[capture d'écran]</a> <li>Ouvrez l'onglet 'Servers'. Prenez note du nom du 'Incoming Mail Server (POP3)' et du 'Incoming Mail Server Account Name'. <a href="http://getpopfile.org/"manual/oe_popfile3.gif>[capture d'écran]</a> <li>Remplacez le nom du serveur POP3 par <b>127.0.0.1</b> et changez le Incoming Mail Server Account Name par la combinaison du nom serveur originel et du Account Name originel séparés par deux-points. <a href="http://getpopfile.org/"manual/oe_popfile4.gif>[capture d'écran]</a> <li>Donc, si le nom du serveur originel POP3 était <b>my.mail.com</b> et que le nom utilisateur était <b>jdoe</b>, votre nouveau nom utilisateur sera <b>my.mail.com:jdoe</b> <li>Vous n'avez pas besoin de changer le mot de passe. <li>Appuyer sur 'OK' puis sur 'Close'. <li>Assurez-vous que POPFile s'exécute et que le courriel passe par POPFile ! <li>Il faudra vous assurer que POPFile démarre en même temps que Windows. Si vous utilisez la version Windows, vous pouvez glisser le lien 'Run POPFile in Background' du groupe <b>POPFile</b> vers le groupe <b>Démarrage</b>. A présent, Windows chargera POPFile à chaque fois. <li>Attention ! Si POPFile n'est pas chargé, votre courriel ne passera pas - et votre programme courriel ne se connectera pas ! </ul> </td></tr><tr><td width=50% bgcolor="#CCCCFF" valign="top"> <h3 align=center>Eudora</h3> <ul> <li>Dans Eudora, ouvrez le menu 'Tools > Options.... [truncated message content] |
Update of /cvsroot/popfile/engine/manual/br In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1149/br Modified Files: email.html firewalls.html firsttime.html installing.html manual.html multiple.html proxies.html spa.html training.html Log Message: changed the links in the manual to point to getpopfile.org Index: multiple.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/multiple.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** multiple.html 13 Jan 2003 16:11:36 -0000 1.1 --- multiple.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 89,101 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 89,101 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> Index: training.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/training.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** training.html 13 Jan 2003 16:11:36 -0000 1.1 --- training.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 113,125 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 113,125 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> Index: manual.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/manual.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** manual.html 13 Jan 2003 16:11:36 -0000 1.1 --- manual.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 119,131 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 119,131 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> Index: email.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/email.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** email.html 5 Feb 2003 15:48:47 -0000 1.2 --- email.html 11 Feb 2008 13:35:58 -0000 1.3 *************** *** 299,303 **** ! Anote o nome do servidor de entrada de email (POP3) e o nome do usuário. <a href=http://popfile.sourceforge.net/manual/o_popfile2.gif>[screenshot]</a> --- 299,303 ---- ! Anote o nome do servidor de entrada de email (POP3) e o nome do usuário. <a href="http://getpopfile.org/"manual/o_popfile2.gif>[screenshot]</a> *************** *** 945,949 **** ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> --- 945,949 ---- ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> *************** *** 953,957 **** ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> --- 953,957 ---- ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> *************** *** 961,965 **** ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> --- 961,965 ---- ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> Index: installing.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/installing.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** installing.html 13 Jan 2003 16:11:36 -0000 1.1 --- installing.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 81,85 **** ! <p>Faça o download do instalador para Windows na <a href=http://sourceforge.net/project/showfiles.php?group_id=63137>Página de Download do POPFile</a>, exucute <tt>setup.exe</tt> e siga as instruções. Você pode executar o POPFile pelo Menu Iniciar (Iniciar > Programas > POPFile > Run POPFile in Background), ou reinicializar o computador e ele vai iniciar automaticamente. <b>Nota importante:</b> não vai aparecer nada na tela! Para conferir se ele está rodando corretamente, leia a seção "Accessando o POPFile" adiante.</p> --- 81,85 ---- ! <p>Faça o download do instalador para Windows na <a href="http://getpopfile.org/docs/download">Página de Download do POPFile</a>, exucute <tt>setup.exe</tt> e siga as instruções. Você pode executar o POPFile pelo Menu Iniciar (Iniciar > Programas > POPFile > Run POPFile in Background), ou reinicializar o computador e ele vai iniciar automaticamente. <b>Nota importante:</b> não vai aparecer nada na tela! Para conferir se ele está rodando corretamente, leia a seção "Accessando o POPFile" adiante.</p> *************** *** 105,109 **** <p>Você pode obter o último release do POPFile como um arquivo zip no topo da ! lista de pacotes na <a href="http://sourceforge.net/project/showfiles.php?group_id=63137">Página de download do POPFile</a>. Usuários Windows preferirão o arquivo da seção chamada Windows Only.</p> --- 105,109 ---- <p>Você pode obter o último release do POPFile como um arquivo zip no topo da ! lista de pacotes na <a href="http://getpopfile.org/docs/download">Página de download do POPFile</a>. Usuários Windows preferirão o arquivo da seção chamada Windows Only.</p> *************** *** 119,123 **** ! <p>Deixe o <a href="http://www.perl.com">Perl</a> rodando em sua máquina, então faça o download do POPFile Perl zip da <a href=http://popfile.sourceforge.net/>Home Page do POPFile</a>, e extraia-o para um diretório a sua escolha. Nas plataformas Windows, execute-o com o comando <tt>perl popfile.pl</tt>. --- 119,123 ---- ! <p>Deixe o <a href="http://www.perl.com">Perl</a> rodando em sua máquina, então faça o download do POPFile Perl zip da <a href="http://getpopfile.org/">Home Page do POPFile</a>, e extraia-o para um diretório a sua escolha. Nas plataformas Windows, execute-o com o comando <tt>perl popfile.pl</tt>. *************** *** 155,167 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 155,167 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> Index: firsttime.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/firsttime.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firsttime.html 13 Jan 2003 16:11:36 -0000 1.1 --- firsttime.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 109,121 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 109,121 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> Index: proxies.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/proxies.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** proxies.html 13 Jan 2003 16:11:36 -0000 1.1 --- proxies.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 237,249 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 237,249 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> Index: firewalls.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/firewalls.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** firewalls.html 5 Feb 2003 15:48:47 -0000 1.2 --- firewalls.html 11 Feb 2008 13:35:58 -0000 1.3 *************** *** 203,207 **** ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> --- 203,207 ---- ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> *************** *** 211,215 **** ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> --- 211,215 ---- ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> *************** *** 219,223 **** ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> --- 219,223 ---- ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> Index: spa.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/spa.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** spa.html 13 Jan 2003 16:11:36 -0000 1.1 --- spa.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 137,149 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 137,149 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> |
Update of /cvsroot/popfile/engine/manual/de In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1149/de Modified Files: email.html firewalls.html firsttime.html installing.html manual.html multiple.html proxies.html spa.html training.html Log Message: changed the links in the manual to point to getpopfile.org Index: multiple.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/multiple.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** multiple.html 10 Dec 2002 21:51:10 -0000 1.1 --- multiple.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 39,52 **** <p>POPFile wird diesselben Kategorien und diesselbe History für alle Email-Konten verwenden.</p> ! <p align=center>POPFile v0.17.3 Handbuch - <a href=http://popfile.sourceforge.net/>POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 39,52 ---- <p>POPFile wird diesselben Kategorien und diesselbe History für alle Email-Konten verwenden.</p> ! <p align=center>POPFile v0.17.3 Handbuch - <a href="http://getpopfile.org/">POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: training.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/training.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** training.html 10 Dec 2002 21:51:11 -0000 1.1 --- training.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 51,64 **** <p>Und damit ist die Erstinstallation abgeschlossen! POPFile ist nun bereit, loszulegen.</p> ! <p align=center>POPFile v0.17.3 Handbuch - <a href=http://popfile.sourceforge.net/>POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 51,64 ---- <p>Und damit ist die Erstinstallation abgeschlossen! POPFile ist nun bereit, loszulegen.</p> ! <p align=center>POPFile v0.17.3 Handbuch - <a href="http://getpopfile.org/">POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: manual.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/manual.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** manual.html 10 Dec 2002 21:51:10 -0000 1.1 --- manual.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 61,69 **** <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 61,69 ---- <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: email.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/email.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** email.html 11 Jul 2003 19:07:13 -0000 1.2 --- email.html 11 Feb 2008 13:35:58 -0000 1.3 *************** *** 231,244 **** <p align=right><a href="training.html">Training >></a></p> ! <p align=center>POPFile v0.17.3 Handbuch - <a href=http://popfile.sourceforge.net/>POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 231,244 ---- <p align=right><a href="training.html">Training >></a></p> ! <p align=center>POPFile v0.17.3 Handbuch - <a href="http://getpopfile.org/">POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: installing.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/installing.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** installing.html 10 Dec 2002 21:51:10 -0000 1.1 --- installing.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 40,44 **** <h3>Windows Version</h3> ! <p>Laden Sie von der <a href=http://popfile.sourceforge.net/>POPFile Homepage</a> das Installationsprogramm für Windows herunter, starten Sie <code>setup.exe</code> und folgen Sie den Anweisungen auf dem Bildschirm. Sie können POPFile dann über das Startmenü (Start > Programme > POPFile > Run POPFile in Background) aufrufen. Nach dem nächsten Neustart wird POPFile außerdem automatisch gestartet. <b>Wichtiger Hinweis:</b> Es wird kein Fenster oder Symbol auf Ihrem Bildschirm erscheinen! Wenn Sie wissen wollen, ob POPFile läuft, lesen Sie den entsprechenden Abschnitt weiter unten.</p> <h4>Systemanforderungen</h4> --- 40,44 ---- <h3>Windows Version</h3> ! <p>Laden Sie von der <a href="http://getpopfile.org/">POPFile Homepage</a> das Installationsprogramm für Windows herunter, starten Sie <code>setup.exe</code> und folgen Sie den Anweisungen auf dem Bildschirm. Sie können POPFile dann über das Startmenü (Start > Programme > POPFile > Run POPFile in Background) aufrufen. Nach dem nächsten Neustart wird POPFile außerdem automatisch gestartet. <b>Wichtiger Hinweis:</b> Es wird kein Fenster oder Symbol auf Ihrem Bildschirm erscheinen! Wenn Sie wissen wollen, ob POPFile läuft, lesen Sie den entsprechenden Abschnitt weiter unten.</p> <h4>Systemanforderungen</h4> *************** *** 51,60 **** </ol> ! <p>Sie können die aktuelle Version von POPFile als ZIP-Archiv jederzeit an der obersten Position der Dateiliste auf der <a href="http://sourceforge.net/project/showfiles.php?group_id=63137">Downloadseite</a> herunterladen.</p> <p>POPFile selbst benötigt etwa ein Megabyte Speicherplatz. Die Liste mit den Wörtern, die zur Klassifizierung der Emails benutzt werden, benötigt zusätzlichen Speicherplatz - abhängig davon, wie viele Emails man zum Trainieren von POPFile verwendet und wie viele buckets man eingerichtet hat. <h3>plattformübergreifende Version</h3> ! <p>Richten Sie <a href="http://www.perl.com">Perl</a> auf Ihrem Rechner ein, laden Sie danach das ZIP-Archiv mit dem Perl-Dateien von POPFile von der <a href=http://popfile.sourceforge.net/>POPFile Homepage</a> herunter und entpacken Sie es in ein Verzeichnis Ihrer Wahl. Unter Windows starten Sie POPFile mit dem Befehl <code>perl popfile.pl</code>.</p> <hr> --- 51,60 ---- </ol> ! <p>Sie können die aktuelle Version von POPFile als ZIP-Archiv jederzeit an der obersten Position der Dateiliste auf der <a href="http://getpopfile.org/docs/download">Downloadseite</a> herunterladen.</p> <p>POPFile selbst benötigt etwa ein Megabyte Speicherplatz. Die Liste mit den Wörtern, die zur Klassifizierung der Emails benutzt werden, benötigt zusätzlichen Speicherplatz - abhängig davon, wie viele Emails man zum Trainieren von POPFile verwendet und wie viele buckets man eingerichtet hat. <h3>plattformübergreifende Version</h3> ! <p>Richten Sie <a href="http://www.perl.com">Perl</a> auf Ihrem Rechner ein, laden Sie danach das ZIP-Archiv mit dem Perl-Dateien von POPFile von der <a href="http://getpopfile.org/">POPFile Homepage</a> herunter und entpacken Sie es in ein Verzeichnis Ihrer Wahl. Unter Windows starten Sie POPFile mit dem Befehl <code>perl popfile.pl</code>.</p> <hr> *************** *** 71,84 **** <p align=right><a href="firsttime.html">Weiter mit: Kategorien einrichten >></a></p> ! <p align=center>POPFile v0.17.3 Handbuch - <a href=http://popfile.sourceforge.net/>POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 71,84 ---- <p align=right><a href="firsttime.html">Weiter mit: Kategorien einrichten >></a></p> ! <p align=center>POPFile v0.17.3 Handbuch - <a href="http://getpopfile.org/">POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: firsttime.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/firsttime.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firsttime.html 10 Dec 2002 21:51:09 -0000 1.1 --- firsttime.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 50,63 **** ! <p align=center>POPFile v0.17.3 Handbuch - <a href=http://popfile.sourceforge.net/>POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 50,63 ---- ! <p align=center>POPFile v0.17.3 Handbuch - <a href="http://getpopfile.org/">POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: proxies.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/proxies.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** proxies.html 10 Dec 2002 21:51:11 -0000 1.1 --- proxies.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 113,126 **** Reaktiveren Sie den Scanner (eine Anleitung finden Sie notfalls im entsprechenden Handbuch). Dieser sollte dann automatisch alles entsprechend einrichten. Ihre Emails sollten von nun an gescannt und sortiert werden. ! <p align=center>POPFile v0.17.3 Handbuch - <a href=http://popfile.sourceforge.net/>POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 113,126 ---- Reaktiveren Sie den Scanner (eine Anleitung finden Sie notfalls im entsprechenden Handbuch). Dieser sollte dann automatisch alles entsprechend einrichten. Ihre Emails sollten von nun an gescannt und sortiert werden. ! <p align=center>POPFile v0.17.3 Handbuch - <a href="http://getpopfile.org/">POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: firewalls.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/firewalls.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firewalls.html 10 Dec 2002 21:51:09 -0000 1.1 --- firewalls.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 45,58 **** <center><img src=zonealaram.gif></center> ! <p align=center>POPFile v0.17.3 Handbuch - <a href=http://popfile.sourceforge.net/>POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 45,58 ---- <center><img src=zonealaram.gif></center> ! <p align=center>POPFile v0.17.3 Handbuch - <a href="http://getpopfile.org/">POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: spa.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/spa.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** spa.html 10 Dec 2002 21:51:11 -0000 1.1 --- spa.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 58,71 **** </ol> ! <p align=center>POPFile v0.17.3 Handbuch - <a href=http://popfile.sourceforge.net/>POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank Database</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 58,71 ---- </ol> ! <p align=center>POPFile v0.17.3 Handbuch - <a href="http://getpopfile.org/">POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank Database</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> |
Update of /cvsroot/popfile/engine/manual/da In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1149/da Modified Files: email.html firewalls.html firsttime.html installing.html manual.html multiple.html proxies.html spa.html training.html Log Message: changed the links in the manual to point to getpopfile.org Index: multiple.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/da/multiple.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** multiple.html 7 May 2003 00:03:47 -0000 1.1 --- multiple.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 44,52 **** <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 44,52 ---- <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: training.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/da/training.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** training.html 7 May 2003 00:03:47 -0000 1.1 --- training.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 58,66 **** <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 58,66 ---- <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: manual.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/da/manual.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** manual.html 7 May 2003 00:03:47 -0000 1.1 --- manual.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 59,67 **** <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 59,67 ---- <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: email.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/da/email.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** email.html 7 May 2003 00:03:47 -0000 1.1 --- email.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 431,439 **** <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 431,439 ---- <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: installing.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/da/installing.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** installing.html 7 May 2003 00:03:47 -0000 1.1 --- installing.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 40,44 **** <h3>Windowsversion med installationsprogram</h3> ! <p>Hent installationsprogrammet fra <a href=http://sourceforge.net/project/showfiles.php?group_id=63137>POPFiles downloadside</a>, kør <tt>setup.exe</tt> og følg anvisningerne. Du kan enten starte POPFile fra startmenuen (Start > Programmer > POPFile > Run POPFile in Background), eller du kan genstarte, hvorefter POPFile vil køre automatisk. <b>Vigtigt:</b> Der vil ikke blive vist noget på din skærm! Læs afsnittet "Tilgå POPFile" nedenfor, for at undersøge om det kører korrekt.</p> <h4>Systemkrav</h4> --- 40,44 ---- <h3>Windowsversion med installationsprogram</h3> ! <p>Hent installationsprogrammet fra <a href="http://getpopfile.org/docs/download">POPFiles downloadside</a>, kør <tt>setup.exe</tt> og følg anvisningerne. Du kan enten starte POPFile fra startmenuen (Start > Programmer > POPFile > Run POPFile in Background), eller du kan genstarte, hvorefter POPFile vil køre automatisk. <b>Vigtigt:</b> Der vil ikke blive vist noget på din skærm! Læs afsnittet "Tilgå POPFile" nedenfor, for at undersøge om det kører korrekt.</p> <h4>Systemkrav</h4> *************** *** 51,55 **** </ol> ! <p>Du kan finde den seneste udgave af POPFile som en zip-fil i toppen af pakkelisten på <a href="http://sourceforge.net/project/showfiles.php?group_id=63137">POPFiles downloadside</a>. Windowsbrugere bør vælge filen i afsnittet mærket "Windows Only".</p> <p>POPFile selv fylder godt og vel en megabyte. Ordlisterne (kaldet korpusset), der bruges til at klassificere dine breve, vil tage yderligere noget plads, afhængigt af, hvor meget post, du bruger til at træne POPFile, og af hvor mange spande du opretter. </p> --- 51,55 ---- </ol> ! <p>Du kan finde den seneste udgave af POPFile som en zip-fil i toppen af pakkelisten på <a href="http://getpopfile.org/docs/download">POPFiles downloadside</a>. Windowsbrugere bør vælge filen i afsnittet mærket "Windows Only".</p> <p>POPFile selv fylder godt og vel en megabyte. Ordlisterne (kaldet korpusset), der bruges til at klassificere dine breve, vil tage yderligere noget plads, afhængigt af, hvor meget post, du bruger til at træne POPFile, og af hvor mange spande du opretter. </p> *************** *** 57,61 **** <h3>Krydsplatformsversion</h3> ! <p>Få <a href="http://www.perl.com">Perl</a> til at køre på din maskine, download POPFile-Perl-zippen fra <a href=http://popfile.sourceforge.net/>POPFiles Hjemmeside</a>, og udpak den til en mappe efter dit valg. På Windowsplatforme kan du så starte programmet med kommandoen <tt>perl popfile.pl</tt>. <hr> --- 57,61 ---- <h3>Krydsplatformsversion</h3> ! <p>Få <a href="http://www.perl.com">Perl</a> til at køre på din maskine, download POPFile-Perl-zippen fra <a href="http://getpopfile.org/">POPFiles Hjemmeside</a>, og udpak den til en mappe efter dit valg. På Windowsplatforme kan du så starte programmet med kommandoen <tt>perl popfile.pl</tt>. <hr> *************** *** 75,83 **** <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 75,83 ---- <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: firsttime.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/da/firsttime.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firsttime.html 7 May 2003 00:03:47 -0000 1.1 --- firsttime.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 54,62 **** <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 54,62 ---- <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: proxies.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/da/proxies.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** proxies.html 7 May 2003 00:03:47 -0000 1.1 --- proxies.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 117,125 **** <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 117,125 ---- <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: firewalls.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/da/firewalls.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firewalls.html 7 May 2003 00:03:47 -0000 1.1 --- firewalls.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 64,72 **** <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 64,72 ---- <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: spa.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/da/spa.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** spa.html 7 May 2003 00:03:47 -0000 1.1 --- spa.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 67,75 **** <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 67,75 ---- <td width=15% align=center><font size=+1><b>Links:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Hjemmeside</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Fora</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fejldatabase</a></b></font></td> <td width=55%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> |
From: Manni H. <man...@us...> - 2008-02-11 13:35:56
|
Update of /cvsroot/popfile/engine/manual/ar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1149/ar Modified Files: email.html firewalls.html firsttime.html installing.html manual-windows.html manual.html multiple.html proxies.html spa.html training.html Log Message: changed the links in the manual to point to getpopfile.org Index: manual-windows.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/manual-windows.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** manual-windows.html 11 Aug 2004 23:58:07 -0000 1.1 --- manual-windows.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 117,129 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b><a href="http://popfile.sourceforge.net">ÇáÕÝÍÉ ÇáÑÆíÓÉ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b><a href="http://sourceforge.net/forum/?group_id=63137">ÇáãäÊÏì</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b><a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÞÇÚÏÉ ÈíÇäÇÊ ÇáÃÎØÇÁ</a></b></font></td> <td width=55%> </td></tr> --- 117,129 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b><a href="http://getpopfile.org/">ÇáÕÝÍÉ ÇáÑÆíÓÉ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b><a href="http://getpopfile.org/discussion">ÇáãäÊÏì</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b><a href="http://getpopfile.org/query">ÞÇÚÏÉ ÈíÇäÇÊ ÇáÃÎØÇÁ</a></b></font></td> <td width=55%> </td></tr> Index: multiple.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/multiple.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** multiple.html 11 Aug 2004 23:58:07 -0000 1.1 --- multiple.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 54,60 **** <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://popfile.sourceforge.net">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> --- 54,60 ---- <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> Index: training.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/training.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** training.html 11 Aug 2004 23:58:07 -0000 1.1 --- training.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 64,70 **** <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://popfile.sourceforge.net">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> --- 64,70 ---- <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> Index: manual.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/manual.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** manual.html 11 Aug 2004 23:58:07 -0000 1.1 --- manual.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 73,80 **** <TD width=2></TD> <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A ! href="http://popfile.sourceforge.net/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A ! href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A --- 73,80 ---- <TD width=2></TD> <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A ! href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A ! href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A Index: email.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/email.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** email.html 11 Aug 2004 23:58:07 -0000 1.1 --- email.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 346,352 **** <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://popfile.sourceforge.net">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> --- 346,352 ---- <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> Index: installing.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/installing.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** installing.html 11 Aug 2004 23:58:07 -0000 1.1 --- installing.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 50,54 **** <P>ÙØ£ØªÙ POPFile Ù٠إصدارتÙÙ: - إصدارة سÙÙØ© Ø§ÙØªÙØµÙØ¨ ÙÙÙÙØ§ÙØ°Ø ÙØ¥ØµØ¯Ø§Ø±Ø© ÙØ¬Ù ÙØ¹ Ø§ÙØ¨Ùئات Ø§ÙØªØ´ØºÙÙÙØ© ÙÙ٠ستخد٠Ù٠اÙÙ ØØªØ±ÙÙÙ. بعد ع٠ÙÙØ© Ø§ÙØªÙØµÙØ¨Ø Ø§ÙØ¥ØµØ¯Ø§Ø±ØªØ§Ù ØªØ¹Ù ÙØ§Ù بشÙ٠٠تطابÙ.</P> <H3>إصدارة اÙÙÙØ§Ùذ سÙÙØ© Ø§ÙØªÙØµÙØ¨</H3> ! <P>ÙÙ ÙØ¥Ùزا٠٠ÙÙ Ø§ÙØªÙØµÙØ¨ Ù Ù <A href="http://sourceforge.net/project/showfiles.php?group_id=63137">ØµÙØØ© Ø§ÙØ¥ÙزاÙ</A>Ø ÙÙÙ ÙØªÙÙÙØ° اÙÙ ÙÙ <TT>setup.exe</TT> ÙØ£ØªØ¨Ø¹ Ø§ÙØªØ¹ÙÙ٠ات Ù Ù ÙÙØ§Ù. ÙÙ Ù٠تشغÙÙ Ø§ÙØ¨Ø±Ùا٠ج Ù Ù ÙØ§Ø¦Ù Ø© إبدأ (إبدأ > برا٠ج > POPFile > Run POPFile in Background)Ø Ø£Ù Ø£Ø¹Ø¯ تشغÙÙ Ø§ÙØ¬Ùاز ÙØ³ÙØ´ØªØºÙ Ø§ÙØ¨Ø±Ùا٠ج تÙÙØ§Ø¦Ùا٠(إذا ٠ا ØªÙ Ø¥Ø®ØªÙØ§Ø± ذÙÙ Ø£Ø«ÙØ§Ø¡ Ø§ÙØªÙØµÙØ¨). <B>Ù ÙØ§ØØ¸Ø© Ù ÙÙ Ø©:</B> ÙÙ ÙØ¸Ùر Ø´ÙØ¡ عÙÙ Ø§ÙØ´Ø§Ø´Ø©! ÙÙØªØ£Ùد Ù Ù Ø£Ù Ø§ÙØ¨Ø±Ùا٠ج ÙØ¹Ù ٠بشÙ٠صØÙØØ Ø¥ÙØ±Ø£ "Ø§ÙØªØ£Ùد Ø£Ù POPFile ÙØ¹Ù ٠بشÙ٠صØÙØ " Ù٠اÙÙØ³Ù Ø§ÙØªØ§ÙÙ.</P> <H4>Ù ØªØ·ÙØ¨Ø§Øª اÙÙØ¸Ø§Ù </H4> <P>ÙÙØ¨Ø¯Ø¡ Ù٠إستع٠ا٠POPFile Ø³ØªØØªØ§Ø¬ ÙØ¹Ø¯Ø© أغراض.</P> --- 50,54 ---- <P>ÙØ£ØªÙ POPFile Ù٠إصدارتÙÙ: - إصدارة سÙÙØ© Ø§ÙØªÙØµÙØ¨ ÙÙÙÙØ§ÙØ°Ø ÙØ¥ØµØ¯Ø§Ø±Ø© ÙØ¬Ù ÙØ¹ Ø§ÙØ¨Ùئات Ø§ÙØªØ´ØºÙÙÙØ© ÙÙ٠ستخد٠Ù٠اÙÙ ØØªØ±ÙÙÙ. بعد ع٠ÙÙØ© Ø§ÙØªÙØµÙØ¨Ø Ø§ÙØ¥ØµØ¯Ø§Ø±ØªØ§Ù ØªØ¹Ù ÙØ§Ù بشÙ٠٠تطابÙ.</P> <H3>إصدارة اÙÙÙØ§Ùذ سÙÙØ© Ø§ÙØªÙØµÙØ¨</H3> ! <P>ÙÙ ÙØ¥Ùزا٠٠ÙÙ Ø§ÙØªÙØµÙØ¨ Ù Ù <A href="http://getpopfile.org/docs/download">ØµÙØØ© Ø§ÙØ¥ÙزاÙ</A>Ø ÙÙÙ ÙØªÙÙÙØ° اÙÙ ÙÙ <TT>setup.exe</TT> ÙØ£ØªØ¨Ø¹ Ø§ÙØªØ¹ÙÙ٠ات Ù Ù ÙÙØ§Ù. ÙÙ Ù٠تشغÙÙ Ø§ÙØ¨Ø±Ùا٠ج Ù Ù ÙØ§Ø¦Ù Ø© إبدأ (إبدأ > برا٠ج > POPFile > Run POPFile in Background)Ø Ø£Ù Ø£Ø¹Ø¯ تشغÙÙ Ø§ÙØ¬Ùاز ÙØ³ÙØ´ØªØºÙ Ø§ÙØ¨Ø±Ùا٠ج تÙÙØ§Ø¦Ùا٠(إذا ٠ا ØªÙ Ø¥Ø®ØªÙØ§Ø± ذÙÙ Ø£Ø«ÙØ§Ø¡ Ø§ÙØªÙØµÙØ¨). <B>Ù ÙØ§ØØ¸Ø© Ù ÙÙ Ø©:</B> ÙÙ ÙØ¸Ùر Ø´ÙØ¡ عÙÙ Ø§ÙØ´Ø§Ø´Ø©! ÙÙØªØ£Ùد Ù Ù Ø£Ù Ø§ÙØ¨Ø±Ùا٠ج ÙØ¹Ù ٠بشÙ٠صØÙØØ Ø¥ÙØ±Ø£ "Ø§ÙØªØ£Ùد Ø£Ù POPFile ÙØ¹Ù ٠بشÙ٠صØÙØ " Ù٠اÙÙØ³Ù Ø§ÙØªØ§ÙÙ.</P> <H4>Ù ØªØ·ÙØ¨Ø§Øª اÙÙØ¸Ø§Ù </H4> <P>ÙÙØ¨Ø¯Ø¡ Ù٠إستع٠ا٠POPFile Ø³ØªØØªØ§Ø¬ ÙØ¹Ø¯Ø© أغراض.</P> *************** *** 58,65 **** <LI>ØÙاÙÙ 2 Ù ÙØºØ§Ø¨Ø§Ùت Ù Ø³Ø§ØØ© عÙ٠اÙÙØ±Øµ Ø§ÙØµÙب</LI> </OL> ! <P>ÙÙ ÙÙ Ø§ÙØØµÙ٠عÙ٠آخر ÙØ³Ø®Ø© Ù Ù POPFile عÙÙ Ø´ÙÙ Ù ÙÙ Ù Ø¶ØºÙØ· zip Ù٠أعÙÙ ÙØ§Ø¦Ù Ø© package list عÙÙ <A href="http://sourceforge.net/project/showfiles.php?group_id=63137">ØµÙØØ© تØÙ ÙÙ POPFile</A>. ÙØØªØ§Ø¬ ٠ستخد٠٠اÙÙÙØ§Ùذ اÙÙ ÙÙ Ù٠اÙÙØ³Ù اÙ٠س٠٠Windows Only.</P> <P>ÙØØªÙ POPFile Ù Ø³Ø§ØØ© ØªØ²ÙØ¯ بÙÙÙÙ Ø¹Ù Ù ÙØºØ§Ø¨Ø§Ùت ÙØ§ØØ¯. ÙÙØ§Ø¦Ø اÙÙÙ٠ات (اÙ٠س٠اة corpus) اÙÙ Ø³ØªØ¹Ù ÙØ© ÙØªÙصÙÙ Ø§ÙØ¨Ø±Ùد ØªØØªÙ اÙÙ Ø²ÙØ¯ ٠٠اÙÙ Ø³Ø§ØØ© ØØ³Ø¨ ÙÙ ÙØ© Ø§ÙØ¨Ø±Ùد اÙÙ Ø³ØªØ¹Ù Ù ÙØªØ¯Ø±Ùب POPFile ةعدد Ø§ÙØ¯Ùاء اÙ٠صÙÙØ¹Ø©.</P> <H3>إصدارة ÙØ¬Ù ÙØ¹ Ø§ÙØ¨Ùئات</H3> ! <P>ØªØØªØ§Ø¬ Ø£Ù ÙÙÙÙ <A href="http://www.perl.com">Perl</A> Ø´ØºÙØ§Ù عÙÙ Ø§ÙØ¬ÙØ§Ø²Ø Ø«Ù ÙÙ Ø¨Ø¥ÙØ²Ø§Ù اÙÙ Ù٠اÙÙ Ø¶ØºÙØ· POPFile Perl zip Ù Ù <A href="http://popfile.sourceforge.net/">ØµÙØØ© Ø¥ÙØ²Ø§Ù POPFile</A>Ø ÙÙ٠بإستخراج اÙÙ ÙÙØ§Øª Ø¥ÙÙ Ø£Ù Ù Ø¬ÙØ¯ تختارÙ. عÙÙ Ø¨ÙØ¦Ø© اÙÙÙØ§Ùذ Ø Ù٠بتÙÙÙØ° Ø§ÙØ£Ù ر Ø§ÙØªØ§Ù٠عÙÙ Ù ØØ« Ø¯ÙØ³ <TT>perl popfile.pl</TT>. <HR> --- 58,65 ---- <LI>ØÙاÙÙ 2 Ù ÙØºØ§Ø¨Ø§Ùت Ù Ø³Ø§ØØ© عÙ٠اÙÙØ±Øµ Ø§ÙØµÙب</LI> </OL> ! <P>ÙÙ ÙÙ Ø§ÙØØµÙ٠عÙ٠آخر ÙØ³Ø®Ø© Ù Ù POPFile عÙÙ Ø´ÙÙ Ù ÙÙ Ù Ø¶ØºÙØ· zip Ù٠أعÙÙ ÙØ§Ø¦Ù Ø© package list عÙÙ <A href="http://getpopfile.org/docs/download">ØµÙØØ© تØÙ ÙÙ POPFile</A>. ÙØØªØ§Ø¬ ٠ستخد٠٠اÙÙÙØ§Ùذ اÙÙ ÙÙ Ù٠اÙÙØ³Ù اÙ٠س٠٠Windows Only.</P> <P>ÙØØªÙ POPFile Ù Ø³Ø§ØØ© ØªØ²ÙØ¯ بÙÙÙÙ Ø¹Ù Ù ÙØºØ§Ø¨Ø§Ùت ÙØ§ØØ¯. ÙÙØ§Ø¦Ø اÙÙÙ٠ات (اÙ٠س٠اة corpus) اÙÙ Ø³ØªØ¹Ù ÙØ© ÙØªÙصÙÙ Ø§ÙØ¨Ø±Ùد ØªØØªÙ اÙÙ Ø²ÙØ¯ ٠٠اÙÙ Ø³Ø§ØØ© ØØ³Ø¨ ÙÙ ÙØ© Ø§ÙØ¨Ø±Ùد اÙÙ Ø³ØªØ¹Ù Ù ÙØªØ¯Ø±Ùب POPFile ةعدد Ø§ÙØ¯Ùاء اÙ٠صÙÙØ¹Ø©.</P> <H3>إصدارة ÙØ¬Ù ÙØ¹ Ø§ÙØ¨Ùئات</H3> ! <P>ØªØØªØ§Ø¬ Ø£Ù ÙÙÙÙ <A href="http://www.perl.com">Perl</A> Ø´ØºÙØ§Ù عÙÙ Ø§ÙØ¬ÙØ§Ø²Ø Ø«Ù ÙÙ Ø¨Ø¥ÙØ²Ø§Ù اÙÙ Ù٠اÙÙ Ø¶ØºÙØ· POPFile Perl zip Ù Ù <A href="http://getpopfile.org/">ØµÙØØ© Ø¥ÙØ²Ø§Ù POPFile</A>Ø ÙÙ٠بإستخراج اÙÙ ÙÙØ§Øª Ø¥ÙÙ Ø£Ù Ù Ø¬ÙØ¯ تختارÙ. عÙÙ Ø¨ÙØ¦Ø© اÙÙÙØ§Ùذ Ø Ù٠بتÙÙÙØ° Ø§ÙØ£Ù ر Ø§ÙØªØ§Ù٠عÙÙ Ù ØØ« Ø¯ÙØ³ <TT>perl popfile.pl</TT>. <HR> *************** *** 74,80 **** <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://popfile.sourceforge.net">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> --- 74,80 ---- <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> Index: firsttime.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/firsttime.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firsttime.html 11 Aug 2004 23:58:07 -0000 1.1 --- firsttime.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 60,66 **** <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://popfile.sourceforge.net">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> --- 60,66 ---- <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> Index: proxies.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/proxies.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** proxies.html 11 Aug 2004 23:58:07 -0000 1.1 --- proxies.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 114,120 **** <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://popfile.sourceforge.net">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> --- 114,120 ---- <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> Index: firewalls.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/firewalls.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firewalls.html 11 Aug 2004 23:58:07 -0000 1.1 --- firewalls.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 67,73 **** <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://popfile.sourceforge.net">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> --- 67,73 ---- <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> Index: spa.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/spa.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** spa.html 11 Aug 2004 23:58:07 -0000 1.1 --- spa.html 11 Feb 2008 13:35:58 -0000 1.2 *************** *** 71,77 **** <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://popfile.sourceforge.net">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> --- 71,77 ---- <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> |
From: Manni H. <man...@us...> - 2008-02-11 13:35:30
|
Update of /cvsroot/popfile/engine/manual/ar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv615/ar Modified Files: Tag: b0_22_2 email.html firewalls.html firsttime.html installing.html manual-windows.html manual.html multiple.html proxies.html spa.html training.html Log Message: changed in the links in the manual to point to getpopfile.org Index: manual-windows.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/manual-windows.html,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** manual-windows.html 11 Aug 2004 23:58:07 -0000 1.1 --- manual-windows.html 11 Feb 2008 13:35:00 -0000 1.1.6.1 *************** *** 117,129 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b><a href="http://popfile.sourceforge.net">ÇáÕÝÍÉ ÇáÑÆíÓÉ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b><a href="http://sourceforge.net/forum/?group_id=63137">ÇáãäÊÏì</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b><a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÞÇÚÏÉ ÈíÇäÇÊ ÇáÃÎØÇÁ</a></b></font></td> <td width=55%> </td></tr> --- 117,129 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b><a href="http://getpopfile.org/">ÇáÕÝÍÉ ÇáÑÆíÓÉ</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b><a href="http://getpopfile.org/discussion">ÇáãäÊÏì</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b><a href="http://getpopfile.org/query">ÞÇÚÏÉ ÈíÇäÇÊ ÇáÃÎØÇÁ</a></b></font></td> <td width=55%> </td></tr> Index: multiple.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/multiple.html,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** multiple.html 11 Aug 2004 23:58:07 -0000 1.1 --- multiple.html 11 Feb 2008 13:35:00 -0000 1.1.6.1 *************** *** 54,60 **** <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://popfile.sourceforge.net">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> --- 54,60 ---- <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> Index: training.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/training.html,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** training.html 11 Aug 2004 23:58:07 -0000 1.1 --- training.html 11 Feb 2008 13:35:00 -0000 1.1.6.1 *************** *** 64,70 **** <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://popfile.sourceforge.net">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> --- 64,70 ---- <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> Index: manual.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/manual.html,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** manual.html 11 Aug 2004 23:58:07 -0000 1.1 --- manual.html 11 Feb 2008 13:35:00 -0000 1.1.6.1 *************** *** 73,80 **** <TD width=2></TD> <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A ! href="http://popfile.sourceforge.net/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A ! href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A --- 73,80 ---- <TD width=2></TD> <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A ! href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A ! href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A Index: email.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/email.html,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** email.html 11 Aug 2004 23:58:07 -0000 1.1 --- email.html 11 Feb 2008 13:35:00 -0000 1.1.6.1 *************** *** 346,352 **** <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://popfile.sourceforge.net">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> --- 346,352 ---- <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> Index: installing.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/installing.html,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** installing.html 11 Aug 2004 23:58:07 -0000 1.1 --- installing.html 11 Feb 2008 13:35:00 -0000 1.1.6.1 *************** *** 50,54 **** <P>ÙØ£ØªÙ POPFile Ù٠إصدارتÙÙ: - إصدارة سÙÙØ© Ø§ÙØªÙØµÙØ¨ ÙÙÙÙØ§ÙØ°Ø ÙØ¥ØµØ¯Ø§Ø±Ø© ÙØ¬Ù ÙØ¹ Ø§ÙØ¨Ùئات Ø§ÙØªØ´ØºÙÙÙØ© ÙÙ٠ستخد٠Ù٠اÙÙ ØØªØ±ÙÙÙ. بعد ع٠ÙÙØ© Ø§ÙØªÙØµÙØ¨Ø Ø§ÙØ¥ØµØ¯Ø§Ø±ØªØ§Ù ØªØ¹Ù ÙØ§Ù بشÙ٠٠تطابÙ.</P> <H3>إصدارة اÙÙÙØ§Ùذ سÙÙØ© Ø§ÙØªÙØµÙØ¨</H3> ! <P>ÙÙ ÙØ¥Ùزا٠٠ÙÙ Ø§ÙØªÙØµÙØ¨ Ù Ù <A href="http://sourceforge.net/project/showfiles.php?group_id=63137">ØµÙØØ© Ø§ÙØ¥ÙزاÙ</A>Ø ÙÙÙ ÙØªÙÙÙØ° اÙÙ ÙÙ <TT>setup.exe</TT> ÙØ£ØªØ¨Ø¹ Ø§ÙØªØ¹ÙÙ٠ات Ù Ù ÙÙØ§Ù. ÙÙ Ù٠تشغÙÙ Ø§ÙØ¨Ø±Ùا٠ج Ù Ù ÙØ§Ø¦Ù Ø© إبدأ (إبدأ > برا٠ج > POPFile > Run POPFile in Background)Ø Ø£Ù Ø£Ø¹Ø¯ تشغÙÙ Ø§ÙØ¬Ùاز ÙØ³ÙØ´ØªØºÙ Ø§ÙØ¨Ø±Ùا٠ج تÙÙØ§Ø¦Ùا٠(إذا ٠ا ØªÙ Ø¥Ø®ØªÙØ§Ø± ذÙÙ Ø£Ø«ÙØ§Ø¡ Ø§ÙØªÙØµÙØ¨). <B>Ù ÙØ§ØØ¸Ø© Ù ÙÙ Ø©:</B> ÙÙ ÙØ¸Ùر Ø´ÙØ¡ عÙÙ Ø§ÙØ´Ø§Ø´Ø©! ÙÙØªØ£Ùد Ù Ù Ø£Ù Ø§ÙØ¨Ø±Ùا٠ج ÙØ¹Ù ٠بشÙ٠صØÙØØ Ø¥ÙØ±Ø£ "Ø§ÙØªØ£Ùد Ø£Ù POPFile ÙØ¹Ù ٠بشÙ٠صØÙØ " Ù٠اÙÙØ³Ù Ø§ÙØªØ§ÙÙ.</P> <H4>Ù ØªØ·ÙØ¨Ø§Øª اÙÙØ¸Ø§Ù </H4> <P>ÙÙØ¨Ø¯Ø¡ Ù٠إستع٠ا٠POPFile Ø³ØªØØªØ§Ø¬ ÙØ¹Ø¯Ø© أغراض.</P> --- 50,54 ---- <P>ÙØ£ØªÙ POPFile Ù٠إصدارتÙÙ: - إصدارة سÙÙØ© Ø§ÙØªÙØµÙØ¨ ÙÙÙÙØ§ÙØ°Ø ÙØ¥ØµØ¯Ø§Ø±Ø© ÙØ¬Ù ÙØ¹ Ø§ÙØ¨Ùئات Ø§ÙØªØ´ØºÙÙÙØ© ÙÙ٠ستخد٠Ù٠اÙÙ ØØªØ±ÙÙÙ. بعد ع٠ÙÙØ© Ø§ÙØªÙØµÙØ¨Ø Ø§ÙØ¥ØµØ¯Ø§Ø±ØªØ§Ù ØªØ¹Ù ÙØ§Ù بشÙ٠٠تطابÙ.</P> <H3>إصدارة اÙÙÙØ§Ùذ سÙÙØ© Ø§ÙØªÙØµÙØ¨</H3> ! <P>ÙÙ ÙØ¥Ùزا٠٠ÙÙ Ø§ÙØªÙØµÙØ¨ Ù Ù <A href="http://getpopfile.org/docs/download">ØµÙØØ© Ø§ÙØ¥ÙزاÙ</A>Ø ÙÙÙ ÙØªÙÙÙØ° اÙÙ ÙÙ <TT>setup.exe</TT> ÙØ£ØªØ¨Ø¹ Ø§ÙØªØ¹ÙÙ٠ات Ù Ù ÙÙØ§Ù. ÙÙ Ù٠تشغÙÙ Ø§ÙØ¨Ø±Ùا٠ج Ù Ù ÙØ§Ø¦Ù Ø© إبدأ (إبدأ > برا٠ج > POPFile > Run POPFile in Background)Ø Ø£Ù Ø£Ø¹Ø¯ تشغÙÙ Ø§ÙØ¬Ùاز ÙØ³ÙØ´ØªØºÙ Ø§ÙØ¨Ø±Ùا٠ج تÙÙØ§Ø¦Ùا٠(إذا ٠ا ØªÙ Ø¥Ø®ØªÙØ§Ø± ذÙÙ Ø£Ø«ÙØ§Ø¡ Ø§ÙØªÙØµÙØ¨). <B>Ù ÙØ§ØØ¸Ø© Ù ÙÙ Ø©:</B> ÙÙ ÙØ¸Ùر Ø´ÙØ¡ عÙÙ Ø§ÙØ´Ø§Ø´Ø©! ÙÙØªØ£Ùد Ù Ù Ø£Ù Ø§ÙØ¨Ø±Ùا٠ج ÙØ¹Ù ٠بشÙ٠صØÙØØ Ø¥ÙØ±Ø£ "Ø§ÙØªØ£Ùد Ø£Ù POPFile ÙØ¹Ù ٠بشÙ٠صØÙØ " Ù٠اÙÙØ³Ù Ø§ÙØªØ§ÙÙ.</P> <H4>Ù ØªØ·ÙØ¨Ø§Øª اÙÙØ¸Ø§Ù </H4> <P>ÙÙØ¨Ø¯Ø¡ Ù٠إستع٠ا٠POPFile Ø³ØªØØªØ§Ø¬ ÙØ¹Ø¯Ø© أغراض.</P> *************** *** 58,65 **** <LI>ØÙاÙÙ 2 Ù ÙØºØ§Ø¨Ø§Ùت Ù Ø³Ø§ØØ© عÙ٠اÙÙØ±Øµ Ø§ÙØµÙب</LI> </OL> ! <P>ÙÙ ÙÙ Ø§ÙØØµÙ٠عÙ٠آخر ÙØ³Ø®Ø© Ù Ù POPFile عÙÙ Ø´ÙÙ Ù ÙÙ Ù Ø¶ØºÙØ· zip Ù٠أعÙÙ ÙØ§Ø¦Ù Ø© package list عÙÙ <A href="http://sourceforge.net/project/showfiles.php?group_id=63137">ØµÙØØ© تØÙ ÙÙ POPFile</A>. ÙØØªØ§Ø¬ ٠ستخد٠٠اÙÙÙØ§Ùذ اÙÙ ÙÙ Ù٠اÙÙØ³Ù اÙ٠س٠٠Windows Only.</P> <P>ÙØØªÙ POPFile Ù Ø³Ø§ØØ© ØªØ²ÙØ¯ بÙÙÙÙ Ø¹Ù Ù ÙØºØ§Ø¨Ø§Ùت ÙØ§ØØ¯. ÙÙØ§Ø¦Ø اÙÙÙ٠ات (اÙ٠س٠اة corpus) اÙÙ Ø³ØªØ¹Ù ÙØ© ÙØªÙصÙÙ Ø§ÙØ¨Ø±Ùد ØªØØªÙ اÙÙ Ø²ÙØ¯ ٠٠اÙÙ Ø³Ø§ØØ© ØØ³Ø¨ ÙÙ ÙØ© Ø§ÙØ¨Ø±Ùد اÙÙ Ø³ØªØ¹Ù Ù ÙØªØ¯Ø±Ùب POPFile ةعدد Ø§ÙØ¯Ùاء اÙ٠صÙÙØ¹Ø©.</P> <H3>إصدارة ÙØ¬Ù ÙØ¹ Ø§ÙØ¨Ùئات</H3> ! <P>ØªØØªØ§Ø¬ Ø£Ù ÙÙÙÙ <A href="http://www.perl.com">Perl</A> Ø´ØºÙØ§Ù عÙÙ Ø§ÙØ¬ÙØ§Ø²Ø Ø«Ù ÙÙ Ø¨Ø¥ÙØ²Ø§Ù اÙÙ Ù٠اÙÙ Ø¶ØºÙØ· POPFile Perl zip Ù Ù <A href="http://popfile.sourceforge.net/">ØµÙØØ© Ø¥ÙØ²Ø§Ù POPFile</A>Ø ÙÙ٠بإستخراج اÙÙ ÙÙØ§Øª Ø¥ÙÙ Ø£Ù Ù Ø¬ÙØ¯ تختارÙ. عÙÙ Ø¨ÙØ¦Ø© اÙÙÙØ§Ùذ Ø Ù٠بتÙÙÙØ° Ø§ÙØ£Ù ر Ø§ÙØªØ§Ù٠عÙÙ Ù ØØ« Ø¯ÙØ³ <TT>perl popfile.pl</TT>. <HR> --- 58,65 ---- <LI>ØÙاÙÙ 2 Ù ÙØºØ§Ø¨Ø§Ùت Ù Ø³Ø§ØØ© عÙ٠اÙÙØ±Øµ Ø§ÙØµÙب</LI> </OL> ! <P>ÙÙ ÙÙ Ø§ÙØØµÙ٠عÙ٠آخر ÙØ³Ø®Ø© Ù Ù POPFile عÙÙ Ø´ÙÙ Ù ÙÙ Ù Ø¶ØºÙØ· zip Ù٠أعÙÙ ÙØ§Ø¦Ù Ø© package list عÙÙ <A href="http://getpopfile.org/docs/download">ØµÙØØ© تØÙ ÙÙ POPFile</A>. ÙØØªØ§Ø¬ ٠ستخد٠٠اÙÙÙØ§Ùذ اÙÙ ÙÙ Ù٠اÙÙØ³Ù اÙ٠س٠٠Windows Only.</P> <P>ÙØØªÙ POPFile Ù Ø³Ø§ØØ© ØªØ²ÙØ¯ بÙÙÙÙ Ø¹Ù Ù ÙØºØ§Ø¨Ø§Ùت ÙØ§ØØ¯. ÙÙØ§Ø¦Ø اÙÙÙ٠ات (اÙ٠س٠اة corpus) اÙÙ Ø³ØªØ¹Ù ÙØ© ÙØªÙصÙÙ Ø§ÙØ¨Ø±Ùد ØªØØªÙ اÙÙ Ø²ÙØ¯ ٠٠اÙÙ Ø³Ø§ØØ© ØØ³Ø¨ ÙÙ ÙØ© Ø§ÙØ¨Ø±Ùد اÙÙ Ø³ØªØ¹Ù Ù ÙØªØ¯Ø±Ùب POPFile ةعدد Ø§ÙØ¯Ùاء اÙ٠صÙÙØ¹Ø©.</P> <H3>إصدارة ÙØ¬Ù ÙØ¹ Ø§ÙØ¨Ùئات</H3> ! <P>ØªØØªØ§Ø¬ Ø£Ù ÙÙÙÙ <A href="http://www.perl.com">Perl</A> Ø´ØºÙØ§Ù عÙÙ Ø§ÙØ¬ÙØ§Ø²Ø Ø«Ù ÙÙ Ø¨Ø¥ÙØ²Ø§Ù اÙÙ Ù٠اÙÙ Ø¶ØºÙØ· POPFile Perl zip Ù Ù <A href="http://getpopfile.org/">ØµÙØØ© Ø¥ÙØ²Ø§Ù POPFile</A>Ø ÙÙ٠بإستخراج اÙÙ ÙÙØ§Øª Ø¥ÙÙ Ø£Ù Ù Ø¬ÙØ¯ تختارÙ. عÙÙ Ø¨ÙØ¦Ø© اÙÙÙØ§Ùذ Ø Ù٠بتÙÙÙØ° Ø§ÙØ£Ù ر Ø§ÙØªØ§Ù٠عÙÙ Ù ØØ« Ø¯ÙØ³ <TT>perl popfile.pl</TT>. <HR> *************** *** 74,80 **** <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://popfile.sourceforge.net">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> --- 74,80 ---- <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> Index: firsttime.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/firsttime.html,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** firsttime.html 11 Aug 2004 23:58:07 -0000 1.1 --- firsttime.html 11 Feb 2008 13:35:00 -0000 1.1.6.1 *************** *** 60,66 **** <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://popfile.sourceforge.net">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> --- 60,66 ---- <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> Index: proxies.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/proxies.html,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** proxies.html 11 Aug 2004 23:58:07 -0000 1.1 --- proxies.html 11 Feb 2008 13:35:00 -0000 1.1.6.1 *************** *** 114,120 **** <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://popfile.sourceforge.net">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> --- 114,120 ---- <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> Index: firewalls.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/firewalls.html,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** firewalls.html 11 Aug 2004 23:58:07 -0000 1.1 --- firewalls.html 11 Feb 2008 13:35:00 -0000 1.1.6.1 *************** *** 67,73 **** <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://popfile.sourceforge.net">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> --- 67,73 ---- <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> Index: spa.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/ar/spa.html,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** spa.html 11 Aug 2004 23:58:07 -0000 1.1 --- spa.html 11 Feb 2008 13:35:00 -0000 1.1.6.1 *************** *** 71,77 **** <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://popfile.sourceforge.net">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/forum/?group_id=63137">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> --- 71,77 ---- <TD align=middle width="15%"><FONT size=+1><B>Ø±ÙØ§Ø¨Ø· عÙÙ Ø§ÙØ´Ø¨ÙØ©:</B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#cccc99><FONT size=+1><B><A href="http://getpopfile.org/">Ø§ÙØµÙØØ© Ø§ÙØ±Ø¦Ùسة</A></B></FONT></TD> <TD width=2></TD> ! <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://getpopfile.org/discussion">اÙÙ ÙØªØ¯Ù</A></B></FONT></TD> <TD width=2></TD> <TD align=middle width="15%" bgColor=#ededca><FONT size=+1><B><A href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">ÙØ§Ø¹Ø¯Ø© Ø¨ÙØ§Ùات Ø§ÙØ£Ø®Ø·Ø§Ø¡</A></B></FONT></TD> |
From: Manni H. <man...@us...> - 2008-02-11 13:35:30
|
Update of /cvsroot/popfile/engine/manual/de In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv615/de Modified Files: Tag: b0_22_2 email.html firewalls.html firsttime.html installing.html manual.html multiple.html proxies.html spa.html training.html Log Message: changed in the links in the manual to point to getpopfile.org Index: multiple.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/multiple.html,v retrieving revision 1.1 retrieving revision 1.1.12.1 diff -C2 -d -r1.1 -r1.1.12.1 *** multiple.html 10 Dec 2002 21:51:10 -0000 1.1 --- multiple.html 11 Feb 2008 13:35:01 -0000 1.1.12.1 *************** *** 39,52 **** <p>POPFile wird diesselben Kategorien und diesselbe History für alle Email-Konten verwenden.</p> ! <p align=center>POPFile v0.17.3 Handbuch - <a href=http://popfile.sourceforge.net/>POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 39,52 ---- <p>POPFile wird diesselben Kategorien und diesselbe History für alle Email-Konten verwenden.</p> ! <p align=center>POPFile v0.17.3 Handbuch - <a href="http://getpopfile.org/">POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: training.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/training.html,v retrieving revision 1.1 retrieving revision 1.1.12.1 diff -C2 -d -r1.1 -r1.1.12.1 *** training.html 10 Dec 2002 21:51:11 -0000 1.1 --- training.html 11 Feb 2008 13:35:01 -0000 1.1.12.1 *************** *** 51,64 **** <p>Und damit ist die Erstinstallation abgeschlossen! POPFile ist nun bereit, loszulegen.</p> ! <p align=center>POPFile v0.17.3 Handbuch - <a href=http://popfile.sourceforge.net/>POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 51,64 ---- <p>Und damit ist die Erstinstallation abgeschlossen! POPFile ist nun bereit, loszulegen.</p> ! <p align=center>POPFile v0.17.3 Handbuch - <a href="http://getpopfile.org/">POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: manual.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/manual.html,v retrieving revision 1.1 retrieving revision 1.1.12.1 diff -C2 -d -r1.1 -r1.1.12.1 *** manual.html 10 Dec 2002 21:51:10 -0000 1.1 --- manual.html 11 Feb 2008 13:35:01 -0000 1.1.12.1 *************** *** 61,69 **** <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 61,69 ---- <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: email.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/email.html,v retrieving revision 1.2 retrieving revision 1.2.8.1 diff -C2 -d -r1.2 -r1.2.8.1 *** email.html 11 Jul 2003 19:07:13 -0000 1.2 --- email.html 11 Feb 2008 13:35:00 -0000 1.2.8.1 *************** *** 231,244 **** <p align=right><a href="training.html">Training >></a></p> ! <p align=center>POPFile v0.17.3 Handbuch - <a href=http://popfile.sourceforge.net/>POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 231,244 ---- <p align=right><a href="training.html">Training >></a></p> ! <p align=center>POPFile v0.17.3 Handbuch - <a href="http://getpopfile.org/">POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: installing.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/installing.html,v retrieving revision 1.1 retrieving revision 1.1.12.1 diff -C2 -d -r1.1 -r1.1.12.1 *** installing.html 10 Dec 2002 21:51:10 -0000 1.1 --- installing.html 11 Feb 2008 13:35:01 -0000 1.1.12.1 *************** *** 40,44 **** <h3>Windows Version</h3> ! <p>Laden Sie von der <a href=http://popfile.sourceforge.net/>POPFile Homepage</a> das Installationsprogramm für Windows herunter, starten Sie <code>setup.exe</code> und folgen Sie den Anweisungen auf dem Bildschirm. Sie können POPFile dann über das Startmenü (Start > Programme > POPFile > Run POPFile in Background) aufrufen. Nach dem nächsten Neustart wird POPFile außerdem automatisch gestartet. <b>Wichtiger Hinweis:</b> Es wird kein Fenster oder Symbol auf Ihrem Bildschirm erscheinen! Wenn Sie wissen wollen, ob POPFile läuft, lesen Sie den entsprechenden Abschnitt weiter unten.</p> <h4>Systemanforderungen</h4> --- 40,44 ---- <h3>Windows Version</h3> ! <p>Laden Sie von der <a href="http://getpopfile.org/">POPFile Homepage</a> das Installationsprogramm für Windows herunter, starten Sie <code>setup.exe</code> und folgen Sie den Anweisungen auf dem Bildschirm. Sie können POPFile dann über das Startmenü (Start > Programme > POPFile > Run POPFile in Background) aufrufen. Nach dem nächsten Neustart wird POPFile außerdem automatisch gestartet. <b>Wichtiger Hinweis:</b> Es wird kein Fenster oder Symbol auf Ihrem Bildschirm erscheinen! Wenn Sie wissen wollen, ob POPFile läuft, lesen Sie den entsprechenden Abschnitt weiter unten.</p> <h4>Systemanforderungen</h4> *************** *** 51,60 **** </ol> ! <p>Sie können die aktuelle Version von POPFile als ZIP-Archiv jederzeit an der obersten Position der Dateiliste auf der <a href="http://sourceforge.net/project/showfiles.php?group_id=63137">Downloadseite</a> herunterladen.</p> <p>POPFile selbst benötigt etwa ein Megabyte Speicherplatz. Die Liste mit den Wörtern, die zur Klassifizierung der Emails benutzt werden, benötigt zusätzlichen Speicherplatz - abhängig davon, wie viele Emails man zum Trainieren von POPFile verwendet und wie viele buckets man eingerichtet hat. <h3>plattformübergreifende Version</h3> ! <p>Richten Sie <a href="http://www.perl.com">Perl</a> auf Ihrem Rechner ein, laden Sie danach das ZIP-Archiv mit dem Perl-Dateien von POPFile von der <a href=http://popfile.sourceforge.net/>POPFile Homepage</a> herunter und entpacken Sie es in ein Verzeichnis Ihrer Wahl. Unter Windows starten Sie POPFile mit dem Befehl <code>perl popfile.pl</code>.</p> <hr> --- 51,60 ---- </ol> ! <p>Sie können die aktuelle Version von POPFile als ZIP-Archiv jederzeit an der obersten Position der Dateiliste auf der <a href="http://getpopfile.org/docs/download">Downloadseite</a> herunterladen.</p> <p>POPFile selbst benötigt etwa ein Megabyte Speicherplatz. Die Liste mit den Wörtern, die zur Klassifizierung der Emails benutzt werden, benötigt zusätzlichen Speicherplatz - abhängig davon, wie viele Emails man zum Trainieren von POPFile verwendet und wie viele buckets man eingerichtet hat. <h3>plattformübergreifende Version</h3> ! <p>Richten Sie <a href="http://www.perl.com">Perl</a> auf Ihrem Rechner ein, laden Sie danach das ZIP-Archiv mit dem Perl-Dateien von POPFile von der <a href="http://getpopfile.org/">POPFile Homepage</a> herunter und entpacken Sie es in ein Verzeichnis Ihrer Wahl. Unter Windows starten Sie POPFile mit dem Befehl <code>perl popfile.pl</code>.</p> <hr> *************** *** 71,84 **** <p align=right><a href="firsttime.html">Weiter mit: Kategorien einrichten >></a></p> ! <p align=center>POPFile v0.17.3 Handbuch - <a href=http://popfile.sourceforge.net/>POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 71,84 ---- <p align=right><a href="firsttime.html">Weiter mit: Kategorien einrichten >></a></p> ! <p align=center>POPFile v0.17.3 Handbuch - <a href="http://getpopfile.org/">POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: firsttime.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/firsttime.html,v retrieving revision 1.1 retrieving revision 1.1.12.1 diff -C2 -d -r1.1 -r1.1.12.1 *** firsttime.html 10 Dec 2002 21:51:09 -0000 1.1 --- firsttime.html 11 Feb 2008 13:35:01 -0000 1.1.12.1 *************** *** 50,63 **** ! <p align=center>POPFile v0.17.3 Handbuch - <a href=http://popfile.sourceforge.net/>POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 50,63 ---- ! <p align=center>POPFile v0.17.3 Handbuch - <a href="http://getpopfile.org/">POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: proxies.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/proxies.html,v retrieving revision 1.1 retrieving revision 1.1.12.1 diff -C2 -d -r1.1 -r1.1.12.1 *** proxies.html 10 Dec 2002 21:51:11 -0000 1.1 --- proxies.html 11 Feb 2008 13:35:01 -0000 1.1.12.1 *************** *** 113,126 **** Reaktiveren Sie den Scanner (eine Anleitung finden Sie notfalls im entsprechenden Handbuch). Dieser sollte dann automatisch alles entsprechend einrichten. Ihre Emails sollten von nun an gescannt und sortiert werden. ! <p align=center>POPFile v0.17.3 Handbuch - <a href=http://popfile.sourceforge.net/>POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 113,126 ---- Reaktiveren Sie den Scanner (eine Anleitung finden Sie notfalls im entsprechenden Handbuch). Dieser sollte dann automatisch alles entsprechend einrichten. Ihre Emails sollten von nun an gescannt und sortiert werden. ! <p align=center>POPFile v0.17.3 Handbuch - <a href="http://getpopfile.org/">POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: firewalls.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/firewalls.html,v retrieving revision 1.1 retrieving revision 1.1.12.1 diff -C2 -d -r1.1 -r1.1.12.1 *** firewalls.html 10 Dec 2002 21:51:09 -0000 1.1 --- firewalls.html 11 Feb 2008 13:35:01 -0000 1.1.12.1 *************** *** 45,58 **** <center><img src=zonealaram.gif></center> ! <p align=center>POPFile v0.17.3 Handbuch - <a href=http://popfile.sourceforge.net/>POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 45,58 ---- <center><img src=zonealaram.gif></center> ! <p align=center>POPFile v0.17.3 Handbuch - <a href="http://getpopfile.org/">POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> Index: spa.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/de/spa.html,v retrieving revision 1.1 retrieving revision 1.1.12.1 diff -C2 -d -r1.1 -r1.1.12.1 *** spa.html 10 Dec 2002 21:51:11 -0000 1.1 --- spa.html 11 Feb 2008 13:35:01 -0000 1.1.12.1 *************** *** 58,71 **** </ol> ! <p align=center>POPFile v0.17.3 Handbuch - <a href=http://popfile.sourceforge.net/>POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://popfile.sourceforge.net">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Fehlerdatenbank Database</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> --- 58,71 ---- </ol> ! <p align=center>POPFile v0.17.3 Handbuch - <a href="http://getpopfile.org/">POPFile Homepage</a></td></tr></table> <br> <table width=100% cellspacing=0><tr> <td width=18% align=center><font size=+1><b>Verweise:</b></font></td> <td width=2></td> ! <td align=center bgcolor=#cccc99 width=18%><font size=+1><b> <a href="http://getpopfile.org/">Startseite</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Foren</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=18% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Fehlerdatenbank Database</a></b></font></td> <td width=43%> </td></tr> <tr height=1><td colspan=10 bgcolor=#CCCCCC></td></tr> |
From: Manni H. <man...@us...> - 2008-02-11 13:35:30
|
Update of /cvsroot/popfile/engine/manual/br In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv615/br Modified Files: Tag: b0_22_2 email.html firewalls.html firsttime.html installing.html manual.html multiple.html proxies.html spa.html training.html Log Message: changed in the links in the manual to point to getpopfile.org Index: multiple.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/multiple.html,v retrieving revision 1.1 retrieving revision 1.1.12.1 diff -C2 -d -r1.1 -r1.1.12.1 *** multiple.html 13 Jan 2003 16:11:36 -0000 1.1 --- multiple.html 11 Feb 2008 13:35:00 -0000 1.1.12.1 *************** *** 89,101 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 89,101 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> Index: training.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/training.html,v retrieving revision 1.1 retrieving revision 1.1.12.1 diff -C2 -d -r1.1 -r1.1.12.1 *** training.html 13 Jan 2003 16:11:36 -0000 1.1 --- training.html 11 Feb 2008 13:35:00 -0000 1.1.12.1 *************** *** 113,125 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 113,125 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> Index: manual.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/manual.html,v retrieving revision 1.1 retrieving revision 1.1.12.1 diff -C2 -d -r1.1 -r1.1.12.1 *** manual.html 13 Jan 2003 16:11:36 -0000 1.1 --- manual.html 11 Feb 2008 13:35:00 -0000 1.1.12.1 *************** *** 119,131 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 119,131 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> Index: email.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/email.html,v retrieving revision 1.2 retrieving revision 1.2.12.1 diff -C2 -d -r1.2 -r1.2.12.1 *** email.html 5 Feb 2003 15:48:47 -0000 1.2 --- email.html 11 Feb 2008 13:35:00 -0000 1.2.12.1 *************** *** 299,303 **** ! Anote o nome do servidor de entrada de email (POP3) e o nome do usuário. <a href=http://popfile.sourceforge.net/manual/o_popfile2.gif>[screenshot]</a> --- 299,303 ---- ! Anote o nome do servidor de entrada de email (POP3) e o nome do usuário. <a href="http://getpopfile.org/"manual/o_popfile2.gif>[screenshot]</a> *************** *** 945,949 **** ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> --- 945,949 ---- ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> *************** *** 953,957 **** ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> --- 953,957 ---- ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> *************** *** 961,965 **** ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> --- 961,965 ---- ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> Index: installing.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/installing.html,v retrieving revision 1.1 retrieving revision 1.1.12.1 diff -C2 -d -r1.1 -r1.1.12.1 *** installing.html 13 Jan 2003 16:11:36 -0000 1.1 --- installing.html 11 Feb 2008 13:35:00 -0000 1.1.12.1 *************** *** 81,85 **** ! <p>Faça o download do instalador para Windows na <a href=http://sourceforge.net/project/showfiles.php?group_id=63137>Página de Download do POPFile</a>, exucute <tt>setup.exe</tt> e siga as instruções. Você pode executar o POPFile pelo Menu Iniciar (Iniciar > Programas > POPFile > Run POPFile in Background), ou reinicializar o computador e ele vai iniciar automaticamente. <b>Nota importante:</b> não vai aparecer nada na tela! Para conferir se ele está rodando corretamente, leia a seção "Accessando o POPFile" adiante.</p> --- 81,85 ---- ! <p>Faça o download do instalador para Windows na <a href="http://getpopfile.org/docs/download">Página de Download do POPFile</a>, exucute <tt>setup.exe</tt> e siga as instruções. Você pode executar o POPFile pelo Menu Iniciar (Iniciar > Programas > POPFile > Run POPFile in Background), ou reinicializar o computador e ele vai iniciar automaticamente. <b>Nota importante:</b> não vai aparecer nada na tela! Para conferir se ele está rodando corretamente, leia a seção "Accessando o POPFile" adiante.</p> *************** *** 105,109 **** <p>Você pode obter o último release do POPFile como um arquivo zip no topo da ! lista de pacotes na <a href="http://sourceforge.net/project/showfiles.php?group_id=63137">Página de download do POPFile</a>. Usuários Windows preferirão o arquivo da seção chamada Windows Only.</p> --- 105,109 ---- <p>Você pode obter o último release do POPFile como um arquivo zip no topo da ! lista de pacotes na <a href="http://getpopfile.org/docs/download">Página de download do POPFile</a>. Usuários Windows preferirão o arquivo da seção chamada Windows Only.</p> *************** *** 119,123 **** ! <p>Deixe o <a href="http://www.perl.com">Perl</a> rodando em sua máquina, então faça o download do POPFile Perl zip da <a href=http://popfile.sourceforge.net/>Home Page do POPFile</a>, e extraia-o para um diretório a sua escolha. Nas plataformas Windows, execute-o com o comando <tt>perl popfile.pl</tt>. --- 119,123 ---- ! <p>Deixe o <a href="http://www.perl.com">Perl</a> rodando em sua máquina, então faça o download do POPFile Perl zip da <a href="http://getpopfile.org/">Home Page do POPFile</a>, e extraia-o para um diretório a sua escolha. Nas plataformas Windows, execute-o com o comando <tt>perl popfile.pl</tt>. *************** *** 155,167 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 155,167 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> Index: firsttime.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/firsttime.html,v retrieving revision 1.1 retrieving revision 1.1.12.1 diff -C2 -d -r1.1 -r1.1.12.1 *** firsttime.html 13 Jan 2003 16:11:36 -0000 1.1 --- firsttime.html 11 Feb 2008 13:35:00 -0000 1.1.12.1 *************** *** 109,121 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 109,121 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> Index: proxies.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/proxies.html,v retrieving revision 1.1 retrieving revision 1.1.12.1 diff -C2 -d -r1.1 -r1.1.12.1 *** proxies.html 13 Jan 2003 16:11:36 -0000 1.1 --- proxies.html 11 Feb 2008 13:35:00 -0000 1.1.12.1 *************** *** 237,249 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 237,249 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> Index: firewalls.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/firewalls.html,v retrieving revision 1.2 retrieving revision 1.2.12.1 diff -C2 -d -r1.2 -r1.2.12.1 *** firewalls.html 5 Feb 2003 15:48:47 -0000 1.2 --- firewalls.html 11 Feb 2008 13:35:00 -0000 1.2.12.1 *************** *** 203,207 **** ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> --- 203,207 ---- ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> *************** *** 211,215 **** ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> --- 211,215 ---- ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> *************** *** 219,223 **** ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> --- 219,223 ---- ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> Index: spa.html =================================================================== RCS file: /cvsroot/popfile/engine/manual/br/spa.html,v retrieving revision 1.1 retrieving revision 1.1.12.1 diff -C2 -d -r1.1 -r1.1.12.1 *** spa.html 13 Jan 2003 16:11:36 -0000 1.1 --- spa.html 11 Feb 2008 13:35:00 -0000 1.1.12.1 *************** *** 137,149 **** <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://popfile.sourceforge.net">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/forum/?group_id=63137">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://sourceforge.net/tracker/?group_id=63137&atid=502956">Bug Database</a></b></font></td> <td width=55%> </td></tr> --- 137,149 ---- <td width=2></td> ! <td align=center bgcolor=#cccc99 width=15%><font size=+1><b> <a href="http://getpopfile.org/">Home Page</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/discussion">Forums</a></b></font></td> <td width=2></td> ! <td bgcolor=#ededca width=15% align=center><font size=+1><b> <a href="http://getpopfile.org/query">Bug Database</a></b></font></td> <td width=55%> </td></tr> |