Last change
on this file since 75 was
12,
checked in by basvannuland, 14 years ago
|
Added RAP RDF API
Added RDF reader writer for save and load survey
|
File size:
621 bytes
|
Line | |
---|
1 | <?php
|
---|
2 | // ----------------------------------------------------------------------------------
|
---|
3 | // Syntax RSS
|
---|
4 | // ----------------------------------------------------------------------------------
|
---|
5 | //
|
---|
6 | // Description : Syntax RSS package
|
---|
7 | //
|
---|
8 | // Author: Tobias Gauß <tobias.gauss@web.de>
|
---|
9 | //
|
---|
10 | // ----------------------------------------------------------------------------------
|
---|
11 |
|
---|
12 |
|
---|
13 | // Include Syntax classes
|
---|
14 | require_once( RDFAPI_INCLUDE_DIR . 'util/magpie/rss_fetch.inc' );
|
---|
15 | require_once( RDFAPI_INCLUDE_DIR . 'util/magpie/rss_parse.inc' );
|
---|
16 | require_once( RDFAPI_INCLUDE_DIR . 'syntax/RssParser.php' );
|
---|
17 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.