Skip to content

Commit

Permalink
Merge branch 'patch-unit'
Browse files Browse the repository at this point in the history
  • Loading branch information
nashe committed Aug 7, 2015
2 parents d477e44 + 29edf04 commit 06daa50
Show file tree
Hide file tree
Showing 28 changed files with 2,619 additions and 18,708 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -1,3 +1,7 @@
custom/config.yml
custom/people.opml
custom/people.opml.bak

/vendor/
composer.lock
tests/_output/*
9 changes: 4 additions & 5 deletions README.markdown
Expand Up @@ -3,16 +3,15 @@ moonmoon

[http://moonmoon.org/](http://moonmoon.org/)

Moonmoon is a web based aggregator similar to planetplanet.
Moonmoon is a web based aggregator similar to planetplanet.
It can be used to blend articles from different blogs with same interests into a single page.

Moonmoon is stupidly simple: it only aggregates feeds and spits them out in one single page.
Moonmoon is stupidly simple: it only aggregates feeds and spits them out in one single page.
It does not archive articles, it does not do comments nor votes.

Requirements
------------
Web hosting with PHP5.3 (PHP4 & 5.2 will not work).

Web hosting with at least PHP5.4 (PHP4 & 5.2, 5.3 will not work).

Installing
----------
Expand Down Expand Up @@ -45,4 +44,4 @@ categories: # only list posts that have one
# of these (tag or category)
```

---
---
5 changes: 2 additions & 3 deletions app/app.php
Expand Up @@ -8,8 +8,9 @@
error_reporting(0);
}

require_once __DIR__.'/../vendor/autoload.php';

include(dirname(__FILE__).'/lib/lib.opml.php');
include(dirname(__FILE__).'/lib/simplepie/simplepie_1.3.compiled.php');
include(dirname(__FILE__).'/lib/spyc-0.5/spyc.php');

include_once(dirname(__FILE__).'/classes/PlanetConfig.php');
Expand Down Expand Up @@ -43,5 +44,3 @@
function _g($str, $comment='') {
return Simplel10n::getString($str);
}


File renamed without changes.

0 comments on commit 06daa50

Please sign in to comment.