| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not write XML header here, XML writer does it. | Dave Beckett | 2006-01-27 | 1 | -3/+0 |
* | Remove RCS ID. Copyright 2006 | Dave Beckett | 2006-01-08 | 1 | -5/+2 |
* | remove ;; | Dave Beckett | 2005-11-03 | 1 | -1/+1 |
* | (raptor_rss10_emit_item): Die in debug mode with NULL item - all | Dave Beckett | 2005-08-16 | 1 | -0/+10 |
* | Add atom 1.0 serializing by generalising rss 1.0 serializing. | Dave Beckett | 2005-07-24 | 1 | -63/+188 |
* | (raptor_rss10_serialize_end): End with an error if no rss channel was | Dave Beckett | 2005-07-24 | 1 | -0/+6 |
* | Moved common code between parser and serializer from raptor_rss.c | Dave Beckett | 2005-07-24 | 1 | -1822/+25 |
* | More base URIs on base URIs fixes. | Dave Beckett | 2005-07-23 | 1 | -11/+19 |
* | raptor_rss_info gains flags field to store | Dave Beckett | 2005-07-22 | 1 | -11/+66 |
* | map raptor_atom_to_rss: turn more atom cloned rss fields into rss | Dave Beckett | 2005-07-22 | 1 | -27/+29 |
* | Added atom 1.0 namespace (ATOM1_0_NAMESPACE_URI, ASTOM1_0_NS) and | Dave Beckett | 2005-07-22 | 1 | -36/+98 |
* | Added content: namespace CONTENT_NAMESPACE_URI, prefix "content:" | Dave Beckett | 2005-07-22 | 1 | -3/+29 |
* | (raptor_rss_uplift_fields): Fix valid condition. | Dave Beckett | 2005-06-29 | 1 | -2/+2 |
* | raptor_rss_uplift_map - added, rss091:pubDate -> dc:date in ISO format | Dave Beckett | 2005-06-29 | 1 | -28/+77 |
* | update for INN parsedate | Dave Beckett | 2005-06-12 | 1 | -0/+5 |
* | Add the time includes for AC_HEADER_TIME | Dave Beckett | 2005-06-11 | 1 | -0/+11 |
* | Turn rss091:date into dc:date using a date parsing function | Dave Beckett | 2005-06-11 | 1 | -0/+40 |
* | Added Suzan Foster to copyright | Dave Beckett | 2005-06-10 | 1 | -0/+3 |
* | (raptor_rss_emit): Fix crash when no RSS channel is present (Suzan Foster) | Dave Beckett | 2005-06-06 | 1 | -0/+5 |
* | (raptor_rss_parser_processNode): Copy attribute value before storing | Dave Beckett | 2005-06-01 | 1 | -1/+3 |
* | Casts for C++ | Dave Beckett | 2005-05-13 | 1 | -2/+2 |
* | Update from Suzan Foster to reflect the latest status of the | Dave Beckett | 2005-05-08 | 1 | -260/+402 |
* | Add RSS enclosures serializing into RSS 1.0 | Dave Beckett | 2005-02-08 | 1 | -28/+100 |
* | re-comment back item enclosure thing | Dave Beckett | 2005-02-08 | 1 | -2/+2 |
* | (raptor_rss_parser_processNode): Do not assign 'alternate' attribute | Dave Beckett | 2005-02-07 | 1 | -8/+10 |
* | (raptor_rss_emit_item): Do not emit an items property, that's only | Dave Beckett | 2005-01-24 | 1 | -0/+4 |
* | Added RSS1.1 namespace http://inamidst.com/rss1.1/ | Dave Beckett | 2005-01-22 | 1 | -39/+95 |
* | (raptor_rss10_emit_item): Copy original base_uri each time, | Dave Beckett | 2005-01-16 | 1 | -15/+12 |
* | #2005 | Dave Beckett | 2005-01-15 | 1 | -1/+1 |
* | (raptor_rss10_emit_item): Portability - declare rdf_Seq* variables at | Dave Beckett | 2005-01-15 | 1 | -2/+5 |
* | Recognise old RSS 0.9 namespace and handle it as rss 1.0. | Dave Beckett | 2005-01-12 | 1 | -2/+16 |
* | (raptor_rss10_move_statements, raptor_rss10_store_statement, | Dave Beckett | 2005-01-04 | 1 | -8/+22 |
* | (raptor_rss10_serialize_statement): Init item to NULL to avoid a | Dave Beckett | 2005-01-03 | 1 | -1/+1 |
* | Casts for c++ | Dave Beckett | 2005-01-03 | 1 | -2/+2 |
* | raptor_xml_declare_namespace renamed to raptor_xml_element_declare_namespace | Dave Beckett | 2005-01-01 | 1 | -2/+2 |
* | (raptor_rss10_build_xml_names): Use raptor_xml_declare_namespace | Dave Beckett | 2005-01-01 | 1 | -1/+1 |
* | 9raptor_rss10_build_xml_names): Use raptor_xml_declare_namespace | Dave Beckett | 2005-01-01 | 1 | -1/+1 |
* | Added rss:image and rss:textinput properties | Dave Beckett | 2005-01-01 | 1 | -0/+4 |
* | (raptor_rss10_store_statement): Don't lose statements that are about | Dave Beckett | 2005-01-01 | 1 | -3/+12 |
* | (raptor_rss10_serialize_terminate): Free all namespaces, now they are | Dave Beckett | 2004-12-31 | 1 | -10/+18 |
* | Rename raptor_sax2_element to raptor_xml_element throughout. | Dave Beckett | 2004-12-31 | 1 | -21/+21 |
* | (raptor_rss_parser_processNode): Turn <guid isPermaLink="true">val</guid> | Dave Beckett | 2004-12-25 | 1 | -47/+70 |
* | Casts for c++. Rename variables namespace to nspace. | Dave Beckett | 2004-12-25 | 1 | -34/+34 |
* | (raptor_rss10_serialize_statement): Fix item URI check to use correct | Dave Beckett | 2004-12-23 | 1 | -6/+5 |
* | (raptor_rss10_serialize_statement): Do not look in items with no URI. | Dave Beckett | 2004-12-23 | 1 | -2/+5 |
* | (raptor_rss10_build_items): Do nothing if there is no seq_uri | Dave Beckett | 2004-12-23 | 1 | -0/+3 |
* | (raptor_init_serializer_rss10): Give rss 1.0 a URI | Dave Beckett | 2004-12-23 | 1 | -1/+1 |
* | (raptor_rss_insert_identifiers): For channel type, check both the | Dave Beckett | 2004-12-23 | 1 | -12/+25 |
* | (raptor_rss10_emit_item): Emit the <rss:items><rdf:Seq><rdf:li /> | Dave Beckett | 2004-12-23 | 1 | -37/+45 |
* | (raptor_clear_rss_items): Renamed from raptor_free_rss_items | Dave Beckett | 2004-12-23 | 1 | -4/+3 |