Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

DotNet.Glob

Provide fast free globbing for all!
Collective - Host: opensource - https://opencollective.com/dotnetglob - Website: https://darrelltunnell.net - Code: https://github.com/dazinator

Added optional comment count for disqus, fixes #88

github.com/dazinator/dazinator.github.io - b2828eb039ddc7c0108b6af06ca7f5d8c87a5459 authored over 13 years ago by Frederic Hemberger <[email protected]>
Updated regex to select less content on posts

github.com/dazinator/dazinator.github.io - 3dbc379caa737157e1e76d65c0cea2305eda4a5d authored over 13 years ago by Frederic Hemberger <[email protected]>
Fixes whitespace, removed unnecessary closing '/' in HTML5

github.com/dazinator/dazinator.github.io - 111142c5c22d45798f6f26aed576674aa1049836 authored over 13 years ago by Frederic Hemberger <[email protected]>
Adds first 150 chars of content as meta description, if no page.description specified. Fixes #162

github.com/dazinator/dazinator.github.io - 0b5215c0f5530e29810deb71e2a27042c3e1284b authored over 13 years ago by Frederic Hemberger <[email protected]>
Merge pull request #159 from tmiller/patch-1

Removing glob because globbing does not pick up dotfiles.

github.com/dazinator/dazinator.github.io - 48a93a90a4b7a17e132f2b6ba80bbd5dbc1c99cb authored over 13 years ago by Frederic Hemberger <[email protected]>
Removing glob because globbing does not pick up dotfiles.

github.com/dazinator/dazinator.github.io - ec91c370d5a07ee64f9ab180bf71b1d49aa14c94 authored over 13 years ago by Tom Miller <[email protected]>
Fixes styling of <figure> code header

github.com/dazinator/dazinator.github.io - 44e4a991cf7cab619edecc23bed667e4a3233560 authored over 13 years ago by Frederic Hemberger <[email protected]>
Wraps git commit message in double quotes, fixes #139

github.com/dazinator/dazinator.github.io - 31adeee1dfda4907cadebceda5d59ac0845624a1 authored over 13 years ago by Frederic Hemberger <[email protected]>
Fixes HTML validation issues with code highlighting

github.com/dazinator/dazinator.github.io - 347e855ddc05c4da2f0530db436a9097d8ddbaea authored over 13 years ago by Frederic Hemberger <[email protected]>
Fixes spacing and global variable leaks, JSHint check

octopress.js now almost passes JSHint (http://jshint.com). The only issues left
are due to undef...

github.com/dazinator/dazinator.github.io - 9e5e3c5d2f52b4e67d599717ab4bacc7b6fb73a6 authored over 13 years ago by Frederic Hemberger <[email protected]>
Aligns naming of .pygments-cache, .gist-cache and .sass-cache

github.com/dazinator/dazinator.github.io - f6bf89438702776896aee21cf839689355bbe203 authored over 13 years ago by Frederic Hemberger <[email protected]>
Merge pull request #154 from jcsims/rake_dotcopy_fix

Fixes #150. Strip leading path before checking for excluded file.

github.com/dazinator/dazinator.github.io - 41cbe7825149d1cbf97890ff1e59aac190a502ba authored over 13 years ago by Brandon Mathis <[email protected]>
Fixes #150. Strip leading path before checking for excluded file.

github.com/dazinator/dazinator.github.io - 1a562b9580d8f2d470e25cba3f1e6c58a4d2bdd8 authored over 13 years ago by Chris Sims <[email protected]>
removes index.html from canonical urls. closes #153

github.com/dazinator/dazinator.github.io - 728bdad5ca20de107e88a9cbd75757126a2b8bd5 authored over 13 years ago by Brandon Mathis <[email protected]>
added itegration to gen_deploy

github.com/dazinator/dazinator.github.io - 48cd2793cf40c634ccee89d5a155efdb6851201d authored over 13 years ago by Brandon Mathis <[email protected]>
Fix an issue in 'watch' and 'preview' where main process is terminated with child processes still running

github.com/dazinator/dazinator.github.io - 565648300b3c79330d4f3b75161ebefce9414e04 authored over 13 years ago by fhemberger <[email protected]>
Move generate + deploy to separate task

github.com/dazinator/dazinator.github.io - 04973e0948670a643368ee973cb24a7fdb0b2b62 authored over 13 years ago by fhemberger <[email protected]>
Generate site before deploying, execute tasks in sequence

github.com/dazinator/dazinator.github.io - 960a57c256c9cef65d0f9cd6f3563793fcb845bb authored over 13 years ago by fhemberger <[email protected]>
Copy dotfiles also for subdirectories

github.com/dazinator/dazinator.github.io - 5c275542c350baeffa0b9e6656d418570cdbe4b0 authored over 13 years ago by fhemberger <[email protected]>
moved from Posix::Span to Process.span, fixing #46

github.com/dazinator/dazinator.github.io - 7c1c24f899ba55f01f4152e37fbd1b8ae044c1b3 authored over 13 years ago by Brandon Mathis <[email protected]>
updated Gemfile.lock

github.com/dazinator/dazinator.github.io - 7e75d2f65490c43e4ae0ef97c1cf6fedac4b76c6 authored over 13 years ago by Brandon Mathis <[email protected]>
Merge branch 'sinatra_static_server' of https://github.com/scottwater/octopress into scottwater-sinatra_static_server

Conflicts:
Gemfile
Gemfile.lock

github.com/dazinator/dazinator.github.io - 71ad7185bc10b1fda8983fa73d195adb37654639 authored over 13 years ago by Brandon Mathis <[email protected]>
improved backtick codeblock's handling of the raw option

github.com/dazinator/dazinator.github.io - a289c909092ff025e7444fa73b4039d112ecbce8 authored over 13 years ago by Brandon Mathis <[email protected]>
1. Vastly improved backtick code blocks and added support for Textile

2. Refactored Octopress filters into Liquid filters and pre/post render filters (using post_filte...

github.com/dazinator/dazinator.github.io - 3d2d1a8be49f3d2db16618014d38d5b93ef0c58f authored over 13 years ago by Brandon Mathis <[email protected]>
Merge branch 'post_filters'

github.com/dazinator/dazinator.github.io - b25db54f938899b99d360a91e228d8b43838804c authored over 13 years ago by Brandon Mathis <[email protected]>
Added {% raw %} liquid block, allowing for blocks of code which are not parsed by Liquid

github.com/dazinator/dazinator.github.io - 9d2c76e189bac81c1d46b1f93967ad1f493a9ac8 authored over 13 years ago by Brandon Mathis <[email protected]>
fixed missing date in page headers

github.com/dazinator/dazinator.github.io - 3d0572190873bec3336fb25d5bdcfab659dbf015 authored over 13 years ago by Brandon Mathis <[email protected]>
Merge branch 'post_filters_plugin' of https://github.com/tedkulp/octopress into post_filters

github.com/dazinator/dazinator.github.io - fd99f9f7cf351479ce1310b944edadbc68e6c7b4 authored over 13 years ago by Brandon Mathis <[email protected]>
Downcased category urls

github.com/dazinator/dazinator.github.io - 31b5388402d8311e7537eb9b5446008506cdc39e authored over 13 years ago by Brandon Mathis <[email protected]>
removed unicode_utils as a dependency

github.com/dazinator/dazinator.github.io - c604af28da4de60c8e8354f1fe9bfb148cef09ed authored over 13 years ago by Brandon Mathis <[email protected]>
Improved support for non Latin characters in category names. Fixes #128

github.com/dazinator/dazinator.github.io - 7e976cbc60eff4810974ec1935e25eb1206907f4 authored over 13 years ago by Chun-wei Kuo <[email protected]>
Time metadata for updated pages and posts are now displayed where and when it is appropriate

github.com/dazinator/dazinator.github.io - 4c21e69093144150c99252ff9c599864408902e5 authored over 13 years ago by Brandon Mathis <[email protected]>
changed left angle quote to dash for page titles

github.com/dazinator/dazinator.github.io - 8c0dd58ee6de37b0a726f72c99dc84beeef0b6d3 authored over 13 years ago by Brandon Mathis <[email protected]>
Added post_filters plugin

Plugins that extend PostFilter will get three
additional methods: pre_render, post_render and
po...

github.com/dazinator/dazinator.github.io - 5eea47c8d6aaf34de26738c989b64857694b8b06 authored over 13 years ago by Ted Kulp <[email protected]>
Updated new_post and new_page taks to use new ask method for dialogs

github.com/dazinator/dazinator.github.io - b812500f392718ad80a5334350b7b7420fe618c3 authored over 13 years ago by Brandon Mathis <[email protected]>
Merge branch 'master' of https://github.com/fhemberger/octopress into fhemberger-master

Conflicts:
plugins/category_generator.rb

github.com/dazinator/dazinator.github.io - ed0c220523f81a9f29009f8bbb75ff50052465d4 authored over 13 years ago by Brandon Mathis <[email protected]>
install: Adds confirmation before overwriting existing source_dir

github.com/dazinator/dazinator.github.io - f03c4cdb2abe524e097fdfc67194e8d9fc0d19ab authored over 13 years ago by fhemberger <[email protected]>
Improved support for non Latin characters in category names. Fixes #128

github.com/dazinator/dazinator.github.io - 80f8a609f6e2d7349ab76c7bee662024bdf2aa94 authored over 13 years ago by fhemberger <[email protected]>
show page.title first, best practice for SEO and usability (e.g. bookmarks)

github.com/dazinator/dazinator.github.io - dae6cceec216856cc85163ad8cc22daccd02bf59 authored over 13 years ago by fhemberger <[email protected]>
move code for Twitter, Google +1 and Google Analytics to bottom of page, as inline <script> tags are always blocking page load

github.com/dazinator/dazinator.github.io - 8de095bfa919cb667496989de092626be9fab753 authored over 13 years ago by fhemberger <[email protected]>
'updated' is not a valid attribute for <time>, moved to data attribute

github.com/dazinator/dazinator.github.io - 2efe11e0eb133059f5e6cfe85dbe7bc2e36bf389 authored over 13 years ago by fhemberger <[email protected]>
datetime must be valid date format, see: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#concept-datetime

github.com/dazinator/dazinator.github.io - b6f1451b774c735d0bc34bf565cbc63de3db9679 authored over 13 years ago by fhemberger <[email protected]>
use semantic HTML5 element for Google +1 button, see: http://code.google.com/intl/en-US/apis/+1button/#plusonetag

github.com/dazinator/dazinator.github.io - 104bff64ee5cc8486da90bf762b3eab6491e014a authored over 13 years ago by fhemberger <[email protected]>
Merge branch 'pilif-github-repositories-plugin'

github.com/dazinator/dazinator.github.io - 3cedd387a0fd4522023ef335307cbc096a3c2005 authored over 13 years ago by Brandon Mathis <[email protected]>
changed order for Github 3rd-party configs

github.com/dazinator/dazinator.github.io - c8eded1d0e016a0e702353e3bfa57f0e08bac668 authored over 13 years ago by Brandon Mathis <[email protected]>
added github asides to the default asides list

github.com/dazinator/dazinator.github.io - 9bc641d4a8bb114cfe1014b0767406a5c7dbdd8f authored over 13 years ago by Brandon Mathis <[email protected]>
Merge branch 'master' of github.com:imathis/octopress

github.com/dazinator/dazinator.github.io - 597c7eb2b1868752cbfca13b2ec7f2d265a32cd8 authored over 13 years ago by Brandon Mathis <[email protected]>
reverted back to \W in category_generator. Tracking on #128

github.com/dazinator/dazinator.github.io - 17301879cd8dea6f8dc9c2ad085ea0eb3f72b2f1 authored over 13 years ago by Brandon Mathis <[email protected]>
Merge branch 'github-repositories-plugin' of https://github.com/pilif/octopress into pilif-github-repositories-plugin

github.com/dazinator/dazinator.github.io - 5324fa9e4c6ab4b94218c8747f9c05a781a642e3 authored over 13 years ago by Brandon Mathis <[email protected]>
Merge pull request #127 from tobym/master

Fixes issue 126, broken line height on "diff" syntax highlighting

github.com/dazinator/dazinator.github.io - 3a7b581afef940f2268bc8ea740332615217aaed authored over 13 years ago by Brandon Mathis <[email protected]>
Improved support for non Latin characters in category names. Fixes #128

github.com/dazinator/dazinator.github.io - 4f9c45f24ac6c41cc8e91f25056681e98144b0f5 authored over 13 years ago by Brandon Mathis <[email protected]>
Added prompt for overwriting posts and pages when a new_post and new_page tasks are run and the file already exists. Fixes #130

github.com/dazinator/dazinator.github.io - 3f07677276518bc8c035e4af6afe87b5529c550c authored over 13 years ago by Brandon Mathis <[email protected]>
fixed bug where update_source Rake task was not copying over changes from .themes

github.com/dazinator/dazinator.github.io - 724fd1dbc82e3dd15ba6811e27a9259733fb66b9 authored over 13 years ago by Brandon Mathis <[email protected]>
fixed bug with twitter feed where it would sometimes say "undefined" if the post was more than a month old

github.com/dazinator/dazinator.github.io - bd44056045af5990f5e65d0d7dd3edcc5c526b70 authored over 13 years ago by Brandon Mathis <[email protected]>
Fix broken line height in diff syntax highlighting

github.com/dazinator/dazinator.github.io - f033475b4af46c39b949ce196e07ffe218e8ae26 authored over 13 years ago by Toby Matejovsky <[email protected]>
removed right border from #content when sidebar has been removed

github.com/dazinator/dazinator.github.io - 376a22a355ad358189895e3ba72e9cf4b2b05a07 authored over 13 years ago by Brandon Mathis <[email protected]>
not using cd in copydot, breaks chained task when further cd's are called

github.com/dazinator/dazinator.github.io - aa095689e48be97f77b610ef73a13aee403f9d9c authored over 13 years ago by Ryan Gibbons <[email protected]>
Merge pull request #123 from rtgibbons/master

rsync deploy broken (fix included)

github.com/dazinator/dazinator.github.io - 5efd0fb08e2bd6c85a072bbc99749d19c1055126 authored over 13 years ago by Brandon Mathis <[email protected]>
removed octopress.org rsync deploy config from Rakefile. Oops

github.com/dazinator/dazinator.github.io - 9b52d40a54d4213502ab53ec8b0fec7ef863cb28 authored over 13 years ago by Brandon Mathis <[email protected]>
sitemap_generator dies if public dir doesn't exist yet

this tests for the presence of the public dir and creates
it if needed. This situation can arise...

github.com/dazinator/dazinator.github.io - e20e68139cafc04ee54c57942731bcfbec9be346 authored over 13 years ago by masukomi <[email protected]>
Somehow I replaced Rakefile with oder version, oops

github.com/dazinator/dazinator.github.io - 35a158dd14351c501b4353b4ea3d69ec6a8d8698 authored over 13 years ago by Brandon Mathis <[email protected]>
Added warning if users try to add posts, pages, or generate their site

before installing an Octopress theme, fixes #116

github.com/dazinator/dazinator.github.io - b38b613908360c846aaace1fa7805a3e5eb65782 authored over 13 years ago by Brandon Mathis <[email protected]>
removed unnecessary mkdir_p in update_style, fixed #67

github.com/dazinator/dazinator.github.io - 94fcb60958b13d13d9f79a1d2e241efb1aec5913 authored over 13 years ago by Brandon Mathis <[email protected]>
sleeps wait, cleaned up rake preview and rake watch a bit

github.com/dazinator/dazinator.github.io - ebd5fb002bebd4a2bd18d172758256dcd42475d7 authored over 13 years ago by Brandon Mathis <[email protected]>
Do not rely on system specifc syntax for preview or watch.

github.com/dazinator/dazinator.github.io - efb752249105b6aba389f50148b8e30e8e89a625 authored over 13 years ago by Benjamin R Doerr <[email protected]>
Makes update_source and update_style much more windows friendly.

github.com/dazinator/dazinator.github.io - 9d57455e0ff376a39ce46a788b4ee636a19ca3af authored over 13 years ago by Ben Doerr <[email protected]>
Removes system specific File IO from Rakefile, rather we make use of FileUtils.

github.com/dazinator/dazinator.github.io - 5f08abe6dd1ffd86ca5be730a1569553a1871f6d authored over 13 years ago by Benjamin R Doerr <[email protected]>
updated date now shows up properly

github.com/dazinator/dazinator.github.io - 599cd4e07c59c92fa863f6eb8431394e3813411c authored over 13 years ago by Brandon Mathis <[email protected]>
updated Gemfile.lock, fixes #59

github.com/dazinator/dazinator.github.io - 282723ef3e1f6c46152a6066d0e620283e4df209 authored over 13 years ago by Brandon Mathis <[email protected]>
using @extend for responsive blocks, added shadow-box mixin to utlities for configurable border shadow box styling, moved .left, .right, .center classes to .basic-alignment class for @extending as needed in layouts. Fixes #109

github.com/dazinator/dazinator.github.io - 806d27db135233ed96f67973a956fb44b107c234 authored over 13 years ago by Brandon Mathis <[email protected]>
Static Server based on Sinatra

Using Sinatra provides better handling of mime types and supports
304's/etc.

Also updated the G...

github.com/dazinator/dazinator.github.io - 423e8ecbda0394d4c77e2ea659768a8f30c35018 authored over 13 years ago by Scott Watermasysk <[email protected]>
Merge branch 'master' of github.com:imathis/octopress

github.com/dazinator/dazinator.github.io - 23f05c11588a94d0d557ba973ada0e818b49bbb0 authored over 13 years ago by Brandon Mathis <[email protected]>
added support for deploying "dot" files (eg. .htaccess), fixes #104

github.com/dazinator/dazinator.github.io - 9f830dd96f75454be21c9d5bfa96608d192e5f24 authored over 13 years ago by Brandon Mathis <[email protected]>
Merge pull request #82 from jakemcc/7d6062b5eb3ebd2720fe5b836add73f9c88d2589

minor tweak to _typography.scss to have pp, code, and tt extend style that exists

github.com/dazinator/dazinator.github.io - 9e5e6f604cabef3581934a766cc1bcc71de23664 authored over 13 years ago by Brandon Mathis <[email protected]>
Merge branch 'master' of https://github.com/rwz/octopress into rwz-master

github.com/dazinator/dazinator.github.io - b40d2fb2a4491a9e269cb7c5c59e848787c2b499 authored over 13 years ago by Brandon Mathis <[email protected]>
include_code now defaults to relative urls for easy testing on a development server

github.com/dazinator/dazinator.github.io - 11c6e1f7a73fa19c51687f93af7dc8afbc60cb5e authored over 13 years ago by Brandon Mathis <[email protected]>
improved lang:language for codeblock and include code. It no longer strips out surrounding whitespace.

github.com/dazinator/dazinator.github.io - 089af26b02dbdce0c960aa544bd8b803d69d4e5f authored over 13 years ago by Brandon Mathis <[email protected]>
added option to force syntax highlighting language, example: {% include_code file lang:ruby %}. Fixes #108

github.com/dazinator/dazinator.github.io - 83d87f98cc22dd00bc1ececcb3022ae9ccb964cb authored over 13 years ago by Brandon Mathis <[email protected]>
Merge branch 'master' of github.com:imathis/octopress

github.com/dazinator/dazinator.github.io - 67211edd97beb77ea6d2be259d6ed9a07bdd9c9e authored over 13 years ago by Brandon Mathis <[email protected]>
centralized pygments aliases into pygments_code.rb. Added alias for .ru (ruby), which sort of fixes #108

github.com/dazinator/dazinator.github.io - 358d02a4a7c9b81e68a1c3778c68b97987b1a360 authored over 13 years ago by Brandon Mathis <[email protected]>
added excerpt_link to article include. fixes #97

github.com/dazinator/dazinator.github.io - 9e8eec332c54ac3e5460d0b2ac534b5a0b57ef44 authored over 13 years ago by Brandon Mathis <[email protected]>
now only excerpted articles show the "read on" link. Also the text for that link can be set in the _config.yml

github.com/dazinator/dazinator.github.io - 596ec87c37d4f848e478abbbd0690e52eeb37db1 authored over 13 years ago by Brandon Mathis <[email protected]>
added stringex gem for permalink url generation

github.com/dazinator/dazinator.github.io - 5ec1f014a0d828fe3d555600b527d7201fbf4d97 authored over 13 years ago by Pavel Pravosud <[email protected]>
updated blog theme to default to left aligned images. To center images, use classname "center"

github.com/dazinator/dazinator.github.io - 178a198ea7f932307bbe2affeba10240a3168ff3 authored over 13 years ago by Brandon Mathis <[email protected]>
reordered arguments in pagination

github.com/dazinator/dazinator.github.io - cf31601d4be22ebc8ef1c5259a2b2bbd65f147f5 authored over 13 years ago by Brandon Mathis <[email protected]>
Codeblock regex improved to better detect extensions fixes #96, added support for tableizing non highlighted code blocks from liquid codeblock tag and backtick code blocks

github.com/dazinator/dazinator.github.io - ef4a42f9774ca36c8cf9921aadda93572c26fba6 authored over 13 years ago by Brandon Mathis <[email protected]>
added blog_index_dir configuration and improved update_source

github.com/dazinator/dazinator.github.io - 59521e3db81b36f8abe8c61802f5acf74d15ebfe authored over 13 years ago by Brandon Mathis <[email protected]>
removed unusable blog_index partial

github.com/dazinator/dazinator.github.io - ef5b0e8ad7dcced73c447c928eec1db38a439124 authored over 13 years ago by Brandon Mathis <[email protected]>
Added support for pagination with a blog index in any directory (helps with landing pages). Added configuration for pagination directory base

github.com/dazinator/dazinator.github.io - 1c555116be19efe29d19d19286abbb21085a5756 authored over 13 years ago by Brandon Mathis <[email protected]>
expand_urls now correctly matches urls pointing to the root directory, allowing / to be replaced with /subdir/ if site is configured with a different root directory

github.com/dazinator/dazinator.github.io - a5f87149fec051cbc395bc645de71469361f8c78 authored over 13 years ago by Brandon Mathis <[email protected]>
page layout will now accept pages without title metadata

github.com/dazinator/dazinator.github.io - 33112a65a8f3bc18843593386beaa3aaa3695f92 authored over 13 years ago by Brandon Mathis <[email protected]>
Merge pull request #93 from fsdev-cmiller/master

Fix Code Text in Lists

github.com/dazinator/dazinator.github.io - 0b77a38704960399c41fd13857d77b327584d82f authored over 13 years ago by Brandon Mathis <[email protected]>
Code text works in lists now.

github.com/dazinator/dazinator.github.io - 84e2fd5eada4ad170862acb0982561f26f799f88 authored over 13 years ago by Chris Miller <[email protected]>
Merge pull request #91 from brigham/extra-subdir

Fix extra subdirectories appearing in category links and atom.xml link.

github.com/dazinator/dazinator.github.io - 80f95b8b6c9f37dc9d09df418ad86d9e9dd6d5d9 authored over 13 years ago by Brandon Mathis <[email protected]>
Fix extra subdirectories appearing in category links and atom.xml link.

github.com/dazinator/dazinator.github.io - 648d4cc238ea8cf1aacd7b780f0742c031eae243 authored over 13 years ago by Brigham Brown <[email protected]>
Merge branch 'master' of github.com:imathis/octopress

github.com/dazinator/dazinator.github.io - 5958810eb286e914777eac6956f56692fd9e2239 authored over 13 years ago by Brandon Mathis <[email protected]>
now using rack instead of Jekyll's webrick server, fixes #90

github.com/dazinator/dazinator.github.io - 313c3859aa07013815c51ae0a4af2e4fbe2ba808 authored over 13 years ago by Brandon Mathis <[email protected]>
Merge pull request #87 from marutanm/fix_rake-list

fix rake-list

github.com/dazinator/dazinator.github.io - 2cd05cf2d14e823947ccf56d2a1b43c69e8a8f22 authored over 13 years ago by Brandon Mathis <[email protected]>
added support for preserving customized source/index.html during template updates. Moved the blog index code to a partial in source/_includes/blog_index.html

github.com/dazinator/dazinator.github.io - 0e072543dad52537ad2f445b5c718488c379144c authored over 13 years ago by Brandon Mathis <[email protected]>