User login

Public

Drupal 7 and Views 3: Coming soon (already) to a website near you

Earl Miles (merlinofchaos) Views 3 Roadmap: http://www.angrydonuts.com/views-3-x-roadmap

Views 3 is ported and working for Drupal 7.

dereine (Daniel Wehner) has been making many of the 7.x commits.

The goal is for Views 3 to use CTools as a dependency, but CTools is still in development for Drupal 7: http://drupal.org/node/343333/release?api_version[]=103

Improving on a patch

cd drupal
wget http://drupal.org/files/issues/book-589440-38.patch
patch -p0 < book-589440-38.patch
drush dl devel

Tip: The patch command needs the angle bracket (alligator mouth) to eat the patch file!

admin/modules

Typography session by Samantha Warren

Video:
http://sf2010.drupal.org/conference/sessions/web-typography-take-your-designs-good-great

notes:

Archer - an excellent, versatile font based on Rockwell. She calls it the Converse All Stars of fonts.

http://Veer.com
http://FontShop.com

Typography example page for Drupal sites

Typography test page, such as here:

http://demo.kiwi-themes.com/drupal-dev/node/68

People are operating off a template pasted into a node, it seems, and while copying the source should work fine there must be the original example and it could be made a module :-)

Update: I've done a simple version of this module.

Replace local files or directories with repository version

git rm -rf directory-that-annoys-us-locally-but-is-ok-in-repository
git pull
git checkout directory-that-annoys-us-locally-but-is-ok-in-repository

Not pretty or proper but it works.

Syndicate content