Warning: リポジトリと同期できません (サポートされていないバージョンコントロールシステム "svn です。 Python のライブラリに "svn" が正しくインストールされているか確認してください。)

バージョン 1 から バージョン 2 における更新: TracDoc/MailArchivePluginEng

差分発生行の前後
無視リスト:
更新日時:
2006/08/21 06:03:09 (19 年 前)
更新者:
weekbuild (IP アドレス: 202.223.75.113)
コメント:

--

凡例:

変更なし
追加
削除
変更
  • TracDoc/MailArchivePluginEng

    v1 v2  
    4343  
    4444   A strong link function of Trac is applied to mail. The link to do the mail unit can be specified for Wiki. The subject ({{{[aaa:001]}}} and {{{[aaa 001]}}}, etc.) used well with Message-ID and ML is linked.  
     45 
     46== Setup = 
     47=== Download === 
     48Please download it as follows.  
     49 * MailArchivePlugin Version 0.1-r52 
     50=== Installation === 
     51Let's install MailArchive Plugin. 
     52 
     53(1) Installation of egg 
     54 
     55Please defrost zip.  
     56Please move to the src directory under the control of the folder that  
     57can be done by defrosting.  
     58Please execute the following commands: 
     59{{{ 
     60$ python setup.py bdist_egg 
     61}}} 
     62 The dist folder is made.  
     63Please copy *.egg file that is onto the plugins directory of TracEnv in that.  
     64 
     65(2) Upgrade of TracEnv 
     66 
     67To add the table for MailArchivePlugin to DB, upgrade should do TracEnv. Please execute the following commands.  
     68{{{ 
     69$ trac-admin [TracEnv Directory] upgrade 
     70}}} 
     71 
     72(3) Installation of mailarchive-amin.py 
     73 
     74Please copy mailarchive-admin.py right under the src directory onto the directory executed easily.  
     75 
     76(4) Set of Trac.ini 
     77 
     78Please add the following to the components category of Trac.ini to enable the use of MailArchiv 
     79ePlugin.  
     80(unnecessary when putting it on plugin folder) 
     81{{{ 
     82[componets] 
     83mailarchiveplugin.* = enabled 
     84}}} 
     85The installation of MailArchivePlugin ends here. I think that the menu "Mail warehouse" is added to the main menu.  
     86However, even if the menu is pushed, nothing is displayed because mail has not been done importing yet.  
     87Please do the import of the setting and the mail to do mail continuously importing.