drupal

Automatically tagging content

Comparison of Automatic Tagging Tools for Drupal.

  • Alchemy
    AlchemyAPI provides content owners and web developers with a rich suite of content analysis and meta-data annotation tools.
  • OpenCalais
    Calais is a rapidly growing toolkit of capabilities that allow you to readily incorporate state-of-the-art semantic functionality within your blog, content management system, website or application.
  • tagthe.net

Nodequeue

Allows an administrator to collect nodes in an arbitrarily ordered group.

Arbitrarily ordering nodes

960 Grid System

in

The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels.

960 Grid System

Tutorials on 960 and Grid-Based Design

Workflow

in
The workflow module allows the creation and assignment of arbitrary workflows to Drupal node types. Workflows are made up of workflow states. For example, a workflow with the states Draft, Review, and Published could be assigned to the Story node type.

Development Workflow

in

Dealing with the Development -> Staging -> Production workflow problem - how to update and develop a site that has content being added to it while you develop.

http://www.developmentseed.org/blog/2009/jul/09/development-staging-production-workflow-problem-drupal

Create a new website

in

Create a Drupal-based website using the Drupal source stored in a Subversion repository.

Create a site using your Drupal repo

mkdir /tmp/projectname
cd /tmp/projectname
mkdir branches trunk tags

Create the SVN project for your site:
svnadmin create /var/svn/projectname
svn import /tmp/projectname file:///var/svn/projectname -m "initial creation of site structure"

Adjust the repo file permissions:
find /var/svn/projectname -type f -exec chmod 660 {} \;
find /var/svn/projectname -type d -exec chmod 2770 {} \;
chown -R nobody.nobody /var/svn/projectname

Create the Trac project:

cd /var/trac

Calais

The Calais Collection is an integration of the Thomson Reuters' Calais web service into the Drupal platform. The Calais Web Service automatically creates rich semantic metadata for the content you submit – in well under a second. Using natural language processing, machine learning and other methods, Calais analyzes your document and finds the entities within it. But, Calais goes well beyond classic entity identification and returns the facts and events hidden within your text as

Installation

cd modules/opencalais/arc_rdf
wget http://arc.semsol.org/download/2008/11/18/arc.zip
unzip arc.zip
mv arc arc2
rm arc.zip

Move the arc_rdf folder into the modules directory:
cd ..
mv arc_rdf ../

Nodeprofile

in
This module builds user profiles as nodes, which opens the opportunity to use the Content Construction Kit (CCK). So it's possible to make use of the field types, which are available for CCK. The integration of the views module allows one to easily build customizable user listings or even user searches.
Syndicate content