Rubyful Soup is a Ruby port of the hit Python HTML/XML parser Beautiful Soup. It's designed to be a useful quick-and-dirty parser for screen-scraping, along the same lines as its parent: 1. Rubyful Soup won't choke if you give it bad markup. It yields a parse tree that makes approximately as much sense as your original document. This is usually good enough to collect the data you need and then run away. 2. Rubyful Soup provides a few simple methods and Ruby-like idioms for navigating and searching a parse tree: a toolkit for dissecting a document and extracting what you need. You don't have to create a custom parser for each application. It's more flexible and easier to learn than XPath. WWW: http://www.crummy.com/software/BeautifulSoup/ tle='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* New source files to migrate from the old mail directory to the new mailJeffrey Stedfast2003-11-065-48/+626
* Use "evolution2:config_item"Ettore Perazzoli2003-11-042-13/+19
* fixed the buildJeffrey Stedfast2003-11-042-5/+5
* setup filter-on-thread and vfolder-on-thread.Jeffrey Stedfast2003-11-014-2/+67
* updatedJeffrey Stedfast2003-11-011-6/+2
* added a #includeJeffrey Stedfast2003-11-011-0/+1
* set up vars and rules for versioning the .server filesJP Rosevear2003-10-312-14/+10
* Rearranged smime config slightly, and added encrypt key preference.Not Zed2003-10-314-90/+403
* show application/x-pkcs7-mime inline always by default.Not Zed2003-10-304-20/+111
* Changed the OAFIID.Jeffrey Stedfast2003-10-306-9/+20
* Nuked the MailConfig interface stuff.Jeffrey Stedfast2003-10-307-568/+16
* Fixes bug #49816Jeffrey Stedfast2003-10-286-141/+155
* get rid of this bloody file...Jeffrey Stedfast2003-10-251-0/+0
* more cruft gone to the bit bucket...Jeffrey Stedfast2003-10-252-551/+0
* good bye...Jeffrey Stedfast2003-10-251-130/+0
* removed more cruftJeffrey Stedfast2003-10-256-5500/+0
* removed unused filesJeffrey Stedfast2003-10-252-3372/+0
* Re-Namespaced mail-accounts.cJeffrey Stedfast2003-10-2517-240/+264
* Add an "evolution:button_icon" attribute.Ettore Perazzoli2003-10-232-0/+6
* removed mail-local.[c,h]Jeffrey Stedfast2003-10-234-1603/+0
* ding dong the witch is deadJeffrey Stedfast2003-10-232-465/+0
* buh-bye mail-search.[c,h]Jeffrey Stedfast2003-10-232-478/+0
* Add an "evolution:button_sort_order" attribute.Ettore Perazzoli2003-10-232-0/+6
* removed old upgrade-mailer.c scriptJeffrey Stedfast2003-10-231-1169/+0
* removed unused etspec filesJeffrey Stedfast2003-10-233-22/+1
* removed more unused source filesJeffrey Stedfast2003-10-232-852/+0
* removed #include "folder-browser.h"Jeffrey Stedfast2003-10-231-1/+0
* removed unused source filesJeffrey Stedfast2003-10-232-1731/+0
* remove unused filesJeffrey Stedfast2003-10-234-4466/+0
* Removed, use em_utils_selection_get_uidlist() instead. (drop_uid_list):Jeffrey Stedfast2003-10-234-45/+37
* Use e_storage_browser_peek_widget_scrolled() to retrieve the scrolledEttore Perazzoli2003-10-232-2/+10
* Add an "evolution:button_label" property on the component for use in theEttore Perazzoli2003-10-232-0/+8
* handle destination of "" properly. (emc_popup_copy_folder_selected):Not Zed2003-10-222-15/+58
* New functions to handle drag & drop to/from the folder tree.Jeffrey Stedfast2003-10-222-0/+495
* Put an <hr> between parts of a multipart.Jeffrey Stedfast2003-10-222-3/+7
* fixed changelogJeffrey Stedfast2003-10-221-3/+3
* compiler fixesJeffrey Stedfast2003-10-221-17/+15
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-2271-616/+20395
* removed unused headerJeffrey Stedfast2003-10-171-1/+0
* Check for gnome-thumbnail.h existence.Frédéric Crozat2003-10-092-0/+13
* Add a hide_mask to the create-rule-from-message bars so that we don'tJeffrey Stedfast2003-10-092-3/+9
* removed unused etspec fileJeffrey Stedfast2003-10-072-13/+1
* fixed ChangeLogJeffrey Stedfast2003-10-071-1/+1
* Fixed.Jeffrey Stedfast2003-10-073-7/+11
* Convert real name to UTF-8 if needed.Frédéric Crozat2003-10-032-8/+13
* Disable the selection of the first unread message for now. This isJeffrey Stedfast2003-10-032-1/+9
* fixed suresh's broken changelog entryJeffrey Stedfast2003-10-031-13/+10
* Fix for 40917 "Backspace shouldn't highlight the whole remaining string inSuresh Chandrasekharan2003-10-032-13/+15
* zero out last_part if we're clearing. Uh, this fixes, but shouldn't, partNot Zed2003-10-024-43/+44
* turn off blocking writes. (efh_format_timeout): don't do a htmlbegin onNot Zed2003-10-023-16/+28
* Use "Sans Regular" instead of "Helvetica" Fixes bug #47878Rodney Dawes2003-10-012-1/+6
* remove gconf stuff. (em_format_html_set_xmailer_mask): new method to setNot Zed2003-09-308-61/+91
* Oops, put the arguments in the right order.Jeffrey Stedfast2003-09-302-1/+5
* removed subscribe-dialog.etspec and added another FIXME to em-folder-browser.cJeffrey Stedfast2003-09-303-10/+2
* added a FIXME commentJeffrey Stedfast2003-09-301-1/+2
* Allow any file: uri to point to a sent or drafts folder.Jeffrey Stedfast2003-09-262-2/+9
* Make the dialog more HIG-compliant by fixing widget alignment/spacingRodney Dawes2003-09-262-8/+7
* fixed ChangeLogJeffrey Stedfast2003-09-251-1/+6
* Same as below.Jeffrey Stedfast2003-09-253-2/+6
* Don't xmlFree (name) until after we've g_strdup'd it. (em_migrate_dir): IfJeffrey Stedfast2003-09-242-8/+23
* Don't xmlFree (name) until after we've g_strdup'd it.Jeffrey Stedfast2003-09-242-2/+5
* Fix for bug #48791 (and also fixes a FIXME)Jeffrey Stedfast2003-09-243-16/+55
* ** See bug #32996Not Zed2003-09-233-2/+15
* removed, moved to em-folder-view, for now, it has access to an invisible.Not Zed2003-09-233-15/+71
* Connect to "value-changed" rather than "changed" for spin buttons.Jeffrey Stedfast2003-09-232-1/+6
* implement, we hook into the mail progress reporting stuff by overridingNot Zed2003-09-233-1/+59
* Set the window title to be that of the message subject. Fixes bug #48617.Jeffrey Stedfast2003-09-202-1/+13
* Fix for bug #48618.Jeffrey Stedfast2003-09-204-9/+55
* use gtkhtml's blockingRadek Doulik2003-09-192-0/+5
* updated cvsignore fileJeffrey Stedfast2003-09-191-0/+3
* updated for CamelTransferEncoding namespace changesJeffrey Stedfast2003-09-194-11/+21
* updated for camel namespace changesJeffrey Stedfast2003-09-1916-50/+88
* Initialise charset to NULL or it may be used uninitialised. Also includeJeffrey Stedfast2003-09-193-11/+21
* cvs removed.Not Zed2003-09-18