summaryrefslogtreecommitdiff
path: root/src/raptor_rss.h
Commit message (Expand)AuthorAgeFilesLines
* Use raptor_term as arg to raptor_new_rss_blockDave Beckett2010-09-161-1/+1
* Turn two magic number offsets 0 into defines in raptor_rss.hDave Beckett2010-01-191-0/+3
* Update rdf namespace concepts to add PlainLiteral, share across parsersDave Beckett2010-01-181-4/+2
* Switch RSS parser and serializer internals from identfier to termDave Beckett2010-01-151-2/+2
* Code style - whitespace around assignment and comparison opsDave Beckett2010-01-051-1/+1
* (raptor_rss_item_set_uri): Added to set the item identifier fieldsDave Beckett2009-07-161-0/+1
* Add raptor_rss_field_conversion for converting field values and addDave Beckett2009-05-111-1/+5
* Added RAPTOR_RSS_RDF_ENCLOSURE for enclosure predicate in RDF as well as RAPT...Dave Beckett2009-02-251-1/+2
* Add RAPTOR_ATOM_LINK block typeDave Beckett2009-02-251-1/+9
* RAPTOR_RSS_BLOCKS_SIZE 10 after removing rss containerDave Beckett2009-02-221-4/+15
* Add itunes: namespace and itunes:owner container with fields in namespace itu...Dave Beckett2009-02-221-1/+18
* raptor_rss_type loses RAPTOR_RSS_CATEGORY type. raptor_rss_block_fields_info...Dave Beckett2009-02-221-1/+0
* raptor_rss_type delete RAPTOR_RSS_UNKNOWN and replace with RAPTOR_RSS_NONE ev...Dave Beckett2009-02-221-3/+0
* raptor_rss_field_info renamed from raptor_rss_infoDave Beckett2009-02-211-3/+3
* raptor_rss_items_info renamed from raptor_rss_types_infoDave Beckett2009-02-211-3/+14
* (raptor_rss_start_element_handler, raptor_rss_insert_identifiers,Dave Beckett2009-02-211-1/+2
* Remove old enclosure core and switch to data-driven raptor_rss_blockDave Beckett2009-02-201-4/+10
* raptor_rss_info gains block flag and block_type to use when a blockDave Beckett2009-02-201-0/+2
* Add raptor_rss_block_info to record other metadata blocksDave Beckett2009-02-201-8/+56
* Add none raptor node typeDave Beckett2009-02-191-1/+1
* raptor_rss_block gains rss_type fieldDave Beckett2009-02-191-2/+3
* prototype paramDave Beckett2009-02-191-1/+1
* raptor_rss_item renamed field enclosure to blocks.Dave Beckett2009-02-191-1/+1
* Rename raptor_rss_enclosure to raptor_rss_block throughout andDave Beckett2009-02-191-7/+7
* document struct raptor_rss_enclosure_s fieldsDave Beckett2009-02-181-0/+6
* Refactored raptor_rss internals to use v2 raptor_world APIs.Lauri Aalto2008-09-181-2/+6
* (raptor_rss_namespace_info): Fix const member missing constructor warning in ...Lauri Aalto2008-09-101-1/+1
* (raptor_rdfxml_start_element_handler,raptor_rss_new_enclosure): Bugfix: Initi...Lauri Aalto2008-09-041-1/+1
* Made raptor_rss_{namespaces,types,fields}_info arrays const and moved non-con...Lauri Aalto2008-09-021-10/+8
* raptor_rss_field bitfields should be unsigned [sparse]Dave Beckett2008-06-151-2/+2
* RAPTOR_RSS_RDF_items_URI renamed to RAPTOR_RSS_RSS_items_URIDave Beckett2008-06-131-1/+1
* Added rss:items to raptor_rss_model concepts with macro RAPTOR_RSS_RDF_items_URIDave Beckett2008-06-111-3/+4
* raptor_rss_field gains is_xml field. Added at:contentType / RAPTOR_RSS_FIELD...Dave Beckett2008-06-051-1/+7
* Added raptor_rss_format_iso_date and raptor_rss_set_date_field.Dave Beckett2008-05-291-0/+3
* Re-order atom fields so that required ones are generated first when going in ...Dave Beckett2008-05-291-3/+5
* Update ATOMTRIPLES_NAMESPACE_URIDave Beckett2008-05-281-1/+1
* raptor_rss_field gains is_mapped fieldDave Beckett2008-05-211-0/+2
* Added grouping of triples by key (uri/fakeuri(bnode)) to item usingDave Beckett2008-05-191-1/+3
* Added raptor_new_rss_item prototype.Dave Beckett2008-05-011-0/+1
* (raptor_rss_model_add_item, raptor_free_rss_item): Add triples, free it. (ra...Dave Beckett2008-04-141-2/+4
* Fix CONTENT_NAMESPACE_URI to correct URIDave Beckett2007-03-231-1/+1
* raptor_rss_namespace_info looses nspace field.Dave Beckett2007-03-131-1/+0
* Switch to using raptor_sax2 API from xmlReader, and now can do atom type 'xht...Dave Beckett2006-04-011-2/+2
* Add RDF namespace for RSS useDave Beckett2006-02-211-1/+6
* Remove RCS ID. Copyright 2006Dave Beckett2006-01-081-5/+2
* Added raptor_rss_date_uplift prototypeDave Beckett2005-07-271-1/+1
* Added RAPTOR_ATOM_FEED, RAPTOR_ATOM_ENTRY.Dave Beckett2005-07-241-4/+7
* Redland Parser Toolkit Internal RSS Model and APIDave Beckett2005-07-241-0/+309