Skip to content

Commit

Permalink
added screenshot to markdown readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephigenia committed Jul 18, 2010
1 parent 758ad5c commit a553c5e
Show file tree
Hide file tree
Showing 45 changed files with 6 additions and 0 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified LICENSE.txt
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FRANKLIN, Readme File
---------------------------------------------------------------------------
2009-06-19, Marcel Eichner // Ephigenia <[email protected]>

<img src="http://marceleichner.de/static/img/public/ca1920e3/620xauto/resize/franklin_creenshot_safari_iphone.jpg" />

# DESCRIPTION

Franklin is a very basic PHP5-script that collects data from various tests that
Expand Down
Empty file modified config/config.php.dist
100644 → 100755
Empty file.
Empty file modified config/index.html
100644 → 100755
Empty file.
Empty file modified cron.php
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions frankling.todo
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ General:
Configuration File:
- Check if other configuration file format is cooler? (YAML or XML?)

Stats:
- If only one datapoint available, show only this datapoint not nothing
- Alter data point values if they are very high, displaying 5000-5100 only the 0-100 steps

Tests:
- Techcrunch Rank
- Facebook Likes on Website URLS (also via opengraph API)
Expand Down
Empty file modified index.php
100644 → 100755
Empty file.
Empty file modified lib/Element.php
100644 → 100755
Empty file.
Empty file modified lib/Franklin.php
100644 → 100755
Empty file.
Empty file modified lib/Log.php
100644 → 100755
Empty file.
Empty file modified lib/Object.php
100644 → 100755
Empty file.
Empty file modified lib/TestGroup.php
100644 → 100755
Empty file.
Empty file modified lib/View.php
100644 → 100755
Empty file.
Empty file modified lib/index.html
100644 → 100755
Empty file.
Empty file modified lib/network/CURL.php
100644 → 100755
Empty file.
Empty file modified lib/network/HTTPResponse.php
100644 → 100755
Empty file.
Empty file modified lib/network/Pagerank.php
100644 → 100755
Empty file.
Empty file modified lib/network/Ping.php
100644 → 100755
Empty file.
Empty file modified lib/network/Scraper.php
100644 → 100755
Empty file.
Empty file modified lib/tests/AlexaTrafficRankTest.php
100644 → 100755
Empty file.
Empty file modified lib/tests/FacebookGroupFansCountTest.php
100644 → 100755
Empty file.
Empty file modified lib/tests/FeedburnerHitsTest.php
100644 → 100755
Empty file.
Empty file modified lib/tests/FeedburnerReadersTest.php
100644 → 100755
Empty file.
Empty file modified lib/tests/GooglePageRankTest.php
100644 → 100755
Empty file.
Empty file modified lib/tests/GoogleResultsCountTest.php
100644 → 100755
Empty file.
Empty file modified lib/tests/GoogleSERPTest.php
100644 → 100755
Empty file.
Empty file modified lib/tests/LeserchartsDeTest.php
100644 → 100755
Empty file.
Empty file modified lib/tests/PingTest.php
100644 → 100755
Empty file.
Empty file modified lib/tests/ScrapeTest.php
100644 → 100755
Empty file.
Empty file modified lib/tests/Test.php
100644 → 100755
Empty file.
Empty file modified lib/tests/TwitterFollowersTest.php
100644 → 100755
Empty file.
Empty file modified static/css/dark.css
100644 → 100755
Empty file.
Empty file modified static/css/franklin.css
100644 → 100755
Empty file.
Empty file modified static/css/index.html
100644 → 100755
Empty file.
Empty file modified static/css/light.css
100644 → 100755
Empty file.
Empty file modified static/css/reset.css
100644 → 100755
Empty file.
Empty file modified static/index.html
100644 → 100755
Empty file.
Empty file modified view/element/index.html
100644 → 100755
Empty file.
Empty file modified view/element/test.php
100644 → 100755
Empty file.
Empty file modified view/element/testGroup.php
100644 → 100755
Empty file.
Empty file modified view/email/index.html
100644 → 100755
Empty file.
Empty file modified view/email/notifyEmail.php
100644 → 100755
Empty file.
Empty file modified view/index.html
100644 → 100755
Empty file.
Empty file modified view/report.php
100644 → 100755
Empty file.

0 comments on commit a553c5e

Please sign in to comment.