Commit graph

10 commits

Author SHA1 Message Date
helmutm
eee4e198c0 make runnable on Linux (ignore win imports conditionally); avoid hard-coded path and port setting
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2105 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-10-09 07:19:17 +00:00
tschmid
cd18b551dc Outlook version check added
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2068 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-09-23 18:13:16 +00:00
scrat
c3ffee3437 core.py
*agent now creates an empty temporary directory in
 which all jobs should create their jobdirectories

ui/web.py
* outlook crawler has changed, adapted ui methods
  accordingly to access OutlookResource objects
  instead of email.MIME lists
* using agent object as an attribute in the
  AgentHome class which is now passed through when
  necessary
* changed form for creating OutlookCrawlJobs to provide
  possibility to select whether inbox, subfolders or
  both foldertypes should be crawled and to specify
  a regular expression for subfolder selection
  todo: add scheduler options
* changed the way how jobdetails are displayed
* changed display of crawling ressources:
  now it is also possible to display the job folders
  and enter them to view the mail objects

* added first sketch of a filesystem crawler form,
  without functionality at the moment

known bugs: currently having problems with character encodings

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1950 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-08-22 13:57:22 +00:00
scrat
874d96c94b implemented first version of outlook.py for MailCrawling
added configuration management for ui using agent.config

folder mails is a proposal how to store mails (contains some samples)

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1887 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-08-08 17:18:44 +00:00
scrat
ba37f85b0d small update. added a few comments on the classes to be more compliant with PEP 257
work in progress: reading and storing ini-settings in an xml file.

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1863 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-08-01 22:23:47 +00:00
scrat
e53124a7cb 1.) changed source code in order to comply with the Python Style Guide (PEP-8, Version 56036), with exception of method names which are in mixedCase style at the moment.
2.) pages are now being built using fragments:
<content page (e.g. agent.html)>
  |- header.html
  |- top.html
  |- navigation.html
  |- footer.html

3.) the job list is now implemented as a table, using hyperlinks to select a job

4.) hovering over a table row now displays a yellow
bar that simplifies navigation inside the table 
  

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1837 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-07-21 11:59:38 +00:00
helmutm
0366bd8c81 some minor improvements of top part and menu
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1830 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-07-16 12:55:45 +00:00
helmutm
169ddf5aae some moving around and renaming of templates and static resources
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1829 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-07-16 12:25:48 +00:00
scrat
22b4b2b2f9 git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1823 fd906abe-77d9-0310-91a1-e0d9ade77398 2007-07-11 21:07:54 +00:00
helmutm
8616289e2c created new sub-package loops.agent
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1777 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-06-07 16:49:03 +00:00