Skip to content
Failed

Changes

Summary

  1. update content per Peter's instructions (commit: ef4d43b) (details)
  2. change home template to show list of articles (commit: a5c482b) (details)
  3. wip add article (commit: 08d96dd) (details)
  4. specify python dependencies (commit: 2029dc6) (details)
  5. add mock content for testing (commit: e1f97ab) (details)
  6. add limit to the list of articles index page (commit: 2e0d54f) (details)
  7. add fulltext/opencor links (commit: a3e9e7b) (details)
  8. WIP add publication listing as table (commit: c026ed5) (details)
  9. add foundation icons - they should be removed in the future and replaced (commit: faf43eb) (details)
  10. ignore draft and temporary files (commit: 0d4ff5e) (details)
  11. add blurb to front page (commit: 3a1fdbf) (details)
  12. remove title (commit: 7141c10) (details)
Commit ef4d43bc56563be09225487fb9e441e373c07c3c by hello
update content per Peter's instructions
(commit: ef4d43b)
The file was modifiedcontent/pages/about.md (diff)
The file was modifiedcontent/pages/editorial-board.md (diff)
The file was modifiedcontent/pages/instructions-to-authors.md (diff)
The file was modifiedcontent/pages/physiome-project.md (diff)
Commit a5c482b30b4af6bc15ef2a653dd2bd63ba8bea52 by hello
change home template to show list of articles
(commit: a5c482b)
The file was modifiedthemes/pj/templates/index.html (diff)
The file was modifiedpelicanconf.py (diff)
The file was addedthemes/pj/templates/base.html
The file was addedthemes/pj/templates/category.html
The file was addedthemes/pj/templates/article.html
The file was modifiedthemes/pj/templates/page.html (diff)
The file was modifiedthemes/pj/templates/index.html (diff)
The file was addedcontent/Articles/test.md
The file was modifiedthemes/pj/templates/article.html (diff)
The file was modifiedthemes/pj/templates/base.html (diff)
Commit 2029dc6049ee4be209e46a695072737707f23b70 by hello
specify python dependencies
(commit: 2029dc6)
The file was modifiedMakefile (diff)
The file was addedpy-requirements.txt
Commit e1f97ab739e50e8efa32794b620f93c85422c077 by hello
add mock content for testing
(commit: e1f97ab)
The file was addedcontent/Articles/test7.md
The file was addedcontent/Articles/test3.md
The file was addedcontent/Articles/test9.md
The file was addedcontent/Articles/test10.md
The file was modifiedcontent/Articles/test.md (diff)
The file was addedcontent/Articles/test5.md
The file was addedcontent/Articles/test6.md
The file was addedcontent/Articles/test2.md
The file was addedcontent/Articles/test8.md
The file was addedcontent/Articles/test4.md
Commit 2e0d54f0d076a4b2c3c283f1bf5b18ee1745b760 by hello
add limit to the list of articles index page
(commit: 2e0d54f)
The file was addedthemes/pj/templates/shared/pub.html
The file was modifiedthemes/pj/templates/category.html (diff)
The file was modifiedthemes/pj/templates/index.html (diff)
Commit a3e9e7bb0d0347907b00aad2921e5be73d079209 by hello
add fulltext/opencor links
(commit: a3e9e7b)
The file was modifiedcontent/Articles/test.md (diff)
The file was modifiedthemes/pj/templates/article.html (diff)
The file was modifiedthemes/pj/templates/shared/pub.html (diff)
Commit c026ed5bae154f9668dd260edbba8697d63c8736 by hello
WIP add publication listing as table
(commit: c026ed5)
The file was removedthemes/pj/static/js/app.js
The file was removedthemes/pj/static/js/vendor/foundation.min.js
The file was removedthemes/pj/static/js/vendor/foundation.js
The file was modifiedthemes/pj/templates/shared/pub.html (diff)
The file was addedthemes/pj/static/js/what-input.js
The file was removedthemes/pj/static/js/vendor/what-input.js
The file was removedthemes/pj/static/js/vendor/jquery.js
The file was modifiedthemes/pj/templates/index.html (diff)
The file was modifiedthemes/pj/templates/category.html (diff)
The file was addedthemes/pj/static/js/foundation.min.js
The file was addedthemes/pj/static/js/foundation.js
The file was addedthemes/pj/static/js/jquery.js
The file was modifiedthemes/pj/templates/base.html (diff)
Commit faf43eb668c1b8b2efa4471d21ecdaa4091b373b by hello
add foundation icons - they should be removed in the future and replaced
with js dependency management
(commit: faf43eb)
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-rewind-ten.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-comment-video.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-paint-bucket.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-joomla.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-play-circle.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-adobe.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-arrow-right.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-arrows-expand.svg
The file was addedthemes/pj/static/css/foundation-icons/preview.html
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-save.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-power.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-subscript.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-pencil.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-bold.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-zurb.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-no-smoking.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-game-center.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-lock.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-medium.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-page-filled.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-torsos-all.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-bookmark.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-telephone.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-wrench.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-page-export-pdf.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-folder-add.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-deviant-art.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-trees.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-elevator.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-asterisk.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-behance.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-page-remove.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-annotate.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-graph-bar.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-indent-less.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-wheelchair.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-lightbulb.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-sound.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-die-four.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-stumbleupon.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-arrow-down.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-mountains.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-key.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-rewind.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-no-dogs.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-strikethrough.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-check.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-vimeo.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-ticket.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-list-number.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-refresh.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-rdio.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-bluetooth.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-hacker-news.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-euro.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-burst-sale.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-results-demographics.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-safety-cone.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-comments.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-quote.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-superscript.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-css3.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-folder-lock.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-page-export.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-list.svg
The file was addedthemes/pj/static/css/foundation-icons/foundation-icons.woff
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-upload.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-share.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-alert.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-align-justify.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-torso-female.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-play.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-play-video.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-designer-news.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-windows.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-align-center.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-die-six.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-page-search.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-laptop.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-arrows-in.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-unlink.svg
The file was addedthemes/pj/static/css/foundation-icons/foundation-icons.eot
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-tumblr.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-italic.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-500px.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-torsos-female-male.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-battery-full.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-page-copy.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-evernote.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-upload-cloud.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-crop.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-comment-quotes.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-arrow-up.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-x-circle.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-torsos.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-trash.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-braille.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-male-female.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-volume-strike.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-eject.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-yen.svg
The file was addedthemes/pj/static/css/foundation-icons/.DS_Store
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-page-add.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-yelp.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-foursquare.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-usb.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-background-color.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-page-export-csv.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-x.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-closed-caption.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-torsos-male-female.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-shopping-cart.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-unlock.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-download.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-clipboard.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-magnifying-glass.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-plus.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-pricetag-multiple.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-die-five.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-puzzle.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-video.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-myspace.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-smashing-mag.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-graph-pie.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-apple.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-die-two.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-delicious.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-minus-circle.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-microphone.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-xbox.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-foundation.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-tablet-portrait.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-list-bullet.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-clipboard-notes.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-female-symbol.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-database.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-skype.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-folder.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-paypal.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-hearing-aid.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-page.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-target-two.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-page-edit.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-picasa.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-music.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-shield.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-zoom-in.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-trophy.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-web.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-spotify.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-fast-forward.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-dropbox.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-price-tag.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-marker.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-graph-horizontal.svg
The file was addedthemes/pj/static/css/foundation-icons/foundation-icons.ttf
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-credit-card.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-loop.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-dribbble.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-print.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-drive.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-squidoo.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-male-symbol.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-blogger.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-orkut.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-book-bookmark.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-universal-access.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-linkedin.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-telephone-accessible.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-guide-dog.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-address-book.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-mobile-signal.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-previous.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-facebook.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-hi5.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-info.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-snapchat.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-camera.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-at-sign.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-shopping-bag.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-steam.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-asl.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-pause.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-like.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-monitor.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-volume.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-shuffle.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-volume-none.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-record.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-dollar-bill.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-calendar.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-foot.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-rss.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-align-right.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-link.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-path.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-skillshare.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-stop.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-die-three.svg
The file was addedthemes/pj/static/css/foundation-icons/.fontcustom-data
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-zoom-out.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-compass.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-layout.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-bitcoin-circle.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-paw.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-mail.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-arrows-out.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-filter.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-widget.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-minus.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-flickr.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-arrow-left.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-flag.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-text-color.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-projection-screen.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-star.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-blind.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-heart.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-burst.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-pinterest.svg
The file was addedthemes/pj/static/css/foundation-icons/foundation-icons.css
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-indent-more.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-amazon.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-battery-empty.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-first-aid.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-page-multiple.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-yahoo.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-thumbnails.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-zerply.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-arrows-compress.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-page-delete.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-comment.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-contrast.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-torso-business.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-cloud.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-forrst.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-paperclip.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-tablet-landscape.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-home.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-male.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-torso.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-underline.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-page-export-doc.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-results.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-android.svg
The file was addedthemes/pj/static/css/foundation-icons/foundation-icons.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-crown.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-mobile.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-graph-trend.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-list-thumbnails.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-bing.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-instagram.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-map.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-google-plus.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-anchor.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-eye.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-female.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-comment-minus.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-align-left.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-battery-half.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-photo.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-digg.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-youtube.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-burst-new.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-book.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-megaphone.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-page-pdf.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-torsos-all-female.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-checkbox.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-next.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-archive.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-bitcoin.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-dollar.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-html5.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-prohibited.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-pound.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-skull.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-page-csv.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-lastfm.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-reddit.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-treehouse.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-clock.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-target.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-die-one.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-github.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-clipboard-pencil.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-twitter.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-page-doc.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-sheriff-badge.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-social-stack-overflow.svg
The file was addedthemes/pj/static/css/foundation-icons/svgs/fi-dislike.svg
Commit 0d4ff5e4de68d4cebce36ff633c9bd76ee6c2c01 by hello
ignore draft and temporary files
(commit: 0d4ff5e)
The file was modified.gitignore (diff)
The file was modifiedthemes/pj/templates/index.html (diff)
The file was modifiedthemes/pj/templates/index.html (diff)