This website is composed of information connected through taxonomy. It is simultaneously a proof-of-concept and a means to allow Agaric to share and store information both within the collective and the world as part of our open documentation philosophy.

User login

This website is composed of information connected through taxonomy. It is simultaneously a proof-of-concept and a means to allow Agaric to share and store information both within the collective and the world as part of our open documentation philosophy.

SVN add for all un-added files

svn status | grep "^\?" | awk '{print $2}' | xargs svn add

And much less pretty, but for files with spaces in them:
svn status | grep "^\?" | sed -e 's/? *//' | sed -e 's/ /\ /g' | xargs svn add

from http://lukewarmtapioca.com/2005/6/1/adding-all-new-files-with-svn

svn status | grep "^\?" | awk '{print $2}' | xargs svn add

And much less pretty, but for files with spaces in them:
svn status | grep "^\?" | sed -e 's/? *//' | sed -e 's/ /\ /g' | xargs svn add

from http://lukewarmtapioca.com/2005/6/1/adding-all-new-files-with-svn

Ask Agaric: Adding Photos to an ECommerce Site

I'm a little confused. Where do I upload pictures?

Agaric says...

With your system you can upload photos, as part of each product, through the web site itself.

You can log in here:

http://www.example.com/user

After logging in, you'll get a new menu with your name. Under your name there's a wonderful link called "Create content" which is where most of the action is on the Drupal content management system.

I'm a little confused. Where do I upload pictures?

Agaric says...

<

blockquote>With your system you can upload photos, as part of each product, through the web site itself.

You can log in here:

http://www.example.com/user

After logging in, you'll get a new menu with your name. Under your name there's a wonderful link called "Create content" which is where most of the action is on the Drupal content management system.

Partial Install Profiles

Agaric wants configuration profiles, that potentially can be combined, as well as applied later than the original installation.

And it seems like we can have it!

  • ben

I know I should do more reading and trying before asking, but are partial install profiles possible? Can (parts of) install profiles be used after a site is already up and running? Should this use of canned configuration be tried?

Copy a theme to a new project in the local repository

Ebony:~/workspace/repos/drupal/pwgd/openzuka.com/trunk/themes/zukazen ben$  svn copy ~/workspace/repos/drupal/nome/trunk/bush907.net/themes/nomezen/ zukazen/

Agaric tested, subversion approved.

Ebony:~/workspace/repos/drupal/pwgd/openzuka.com/trunk/themes/zukazen ben$  svn copy ~/workspace/repos/drupal/nome/trunk/bush907.net/themes/nomezen/ zukazen/

Agaric tested, subversion approved.

Drupal 5 email all users in a role

The crying need Drupal still does not fulfill by dfefault, nor easily.

http://drupal.org/project/advuser
Filtering of users based on profile.module fields
Mass emailing/deleting of the filtered users

Agaric only needs the smallest moral or financial push to make this a simple standalone capability.

The crying need Drupal still does not fulfill by dfefault, nor easily.

http://drupal.org/project/advuser
Filtering of users based on profile.module fields
Mass emailing/deleting of the filtered users

Agaric only needs the smallest moral or financial push to make this a simple standalone capability.

Forum Options for Drupal Roundup

http://www.lullabot.com/articles/private_forums_in_drupal_forum_access_vs_taxonomy_access_vs_taxonomy_access_con...

Private forums and member-only sites
http://drupal.org/node/111576

Essentially a non-drupal forum solution that integrates with Drupal, although it is as easy to install as any module:

http://drupal.org/project/uieforum

(Disadvantage: all the cool stuff you can do for nodes, you can't do to UIE Forum posts)

Using Taxonomy Access Control

You can enable taxonomy access control and nothing will go haywire. However be sure to set every existing category and the defaults to what you want -- generally, allowing all roles to view (or anonymous and authenticated, and non-authenticated if applicable, as other roles will inherit from these)

Otherwise, once you save the settings for that role, watch out. Goodbye site content! All posts (nodes) in those categories can disappear.

You can enable taxonomy access control and nothing will go haywire. However be sure to set every existing category and the defaults to what you want -- generally, allowing all roles to view (or anonymous and authenticated, and non-authenticated if applicable, as other roles will inherit from these)

Otherwise, once you save the settings for that role, watch out. Goodbye site content! All posts (nodes) in those categories can disappear.

The solution of course is just to define everything correctly for anonymous and authenticated users especially and save again for each of those.

Center Horizontal List

Having trouble centering a menu made from a horizontal list?

Make sure you give its parent container a width.

Having trouble centering a menu made from a horizontal list?

Make sure you give its parent container a width.

Can I Deduct the Cost of a Web Site on my Business Taxes?

According to H&R Block's Schedule C help: "May I deduct expenses for my Web site?"

You may deduct expenses for your Web site as long as those expenses are "ordinary and necessary," and as long as those expenses are not one of the following:

Expenses used to figure the cost of goods sold — these are taken into account elsewhere on Schedule C

Capital expenses — these have to be deducted over time

Personal expenses — these are not deductible

According to H&R Block's Schedule C help: "May I deduct expenses for my Web site?"

You may deduct expenses for your Web site as long as those expenses are "ordinary and necessary," and as long as those expenses are not one of the following:

Expenses used to figure the cost of goods sold — these are taken into account elsewhere on Schedule C

Capital expenses — these have to be deducted over time

Personal expenses — these are not deductible

Agaric Wants an 'Anybody Wants' Drupal Project Funding Module

In affirmation of an excellent post by Daniel (dahacook), Need more structure and funding model... Agaric (well, Ben) posted this:

I applaud Walt's work in promoting projects needed financing and projects needing developers, and I see this [Daniel's] idea as a way to build on it.

...