Initial commit

Functional, without SSO
This commit is contained in:
Jimmy Monin
2016-09-18 11:03:26 +02:00
commit 57708e3169
253 changed files with 30787 additions and 0 deletions

View File

@ -0,0 +1,41 @@
{
"name": "mibe/feedwriter",
"description": "Generate feeds in either RSS 1.0, RSS 2.0 or ATOM formats",
"keywords": ["RSS"],
"homepage": "https://github.com/mibe/FeedWriter",
"type": "library",
"license": "GPL-3.0",
"authors": [
{
"name": "Anis uddin Ahmad"
},
{
"name": "Michael Bemmerl",
"email": "mail@mx-server.de"
},
{
"name": "Phil Freo"
},
{
"name": "Paul Ferrett"
},
{
"name": "Brennen Bearnes"
},
{
"name": "Michael Robinson",
"email": "mike@pagesofinterest.net"
}
],
"minimum-stability": "dev",
"autoload": {
"classmap": [
"ATOM.php",
"Feed.php",
"Item.php",
"RSS1.php",
"RSS2.php"
]
}
}