Indymedia

Events happening in the community are now at Drupal community events on www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.

Indymedia is a network of autonomous independent news centers from around the globe. Many indymedia sites have started to use Drupal to host the indymedia centers for their cities. This group is a place for people to share recipes, discuss configurations and help each other with using Drupal for open publishing and interactive journalism. For more information about what has already been discussed and shared via the Indymedia network check out http://docs.indymedia.org/view/Devel/ImcDrupalDev

mlncn's picture

Scholarships available for programmers to spend year studying journalism

A little off-topic, but it seems to me there could be a nice fit with this initiative– code tools for journalists while learning more about being a journalist: Still seeking coders interested in journalism.

benjamin, Agaric Design Collective

Read more
drupalina's picture

How to set up IP anonymity for authors?

Hello,

I'm trying to set s a basic indymedia-style site in a very short period of time (days). The most important thing should be that anonymous users can publish political news anonymously -- and by this I mean that not only will the users be able to publish their stories without prior registration, but, importantly, that their IP addresses and locations must be impossible to trace. Because of the current political situation, it is very important that the users are guaranteed that it is no-way that the governement will be able to trace their true identities!!!

Read more
tomasso's picture

The migration: MIR on Drupal

Hi,

I have the question. Does the technical possibility of the transfer exist from the system MIR on the system DRUPAL? I write in the name Polish indymedia and we want to know if such possibility is. How?

Read more
robbt's picture

Drupal IMC-CMS IRC Meeting

Start: 
2007-11-21 12:00 - 2007-11-22 14:00 US/Eastern

I wanted to propose to people who are interested in the Imc-CMS drupal evaluation that we are trying to get together by December 1st, that we have a meeting on irc.indymedia.org the #drupal-dev channel to discuss the process and Drupal for Indymedia in general.

I will try to facilitate it if no one else does. What I would like to cover is related to creating a install profile for Indymedia or at least trying to come up with best practices and what we need to work on to improve the usability of Drupal for IMC's around the world.

Read more
robbt's picture

Drupal for Indymedia - a comprehensive review/proposal

As a result of the recent TechMeet meeting that happened last Sunday, it has been decided to revive the Imc-CMS discussion and to try and pick a CMS to focus indymedia developer attention to.

I volunteered to try and coordinate it with whoever else wants to help.

They are trying to have this info ready by December 1st.

The other teams are the IndyPlone and a lot of IMCistas trying to develop a code-base from scratch with CakePHP.

The goal:

  • work on an environment they assigment for and investigate it
  • collect the pros and cons
Read more
mfb's picture

a reportback from DrupalCon Barcelona 2007

Here are some reports from DrupalCon Barcelona!

  • We had representatives of uk/nl, hungary, be, indybay & beirut imc present -- the conference as a whole had almost 450 people. of course we also met up with local barcelona techies who do use drupal -- they were just too busy to make it to drupalcon so we met up at a hacklab ;)

  • The new Drupal 6, CCK, Views, FormAPI, Panels, etc. will be awesome -- but not without your help ;) as always you can help with user interface suggestions, documentation, testing, etc. etc.

Read more
ekes's picture

Release of hidden module on drupal.org

Hidden module project on drupal.org

The module to integrate, track, display, automate etc. the open publishing and open editing process of hiding content has now got an project release.

Previous discussion, notes, work and versions http://groups.drupal.org/node/3116 http://docs.indymedia.org/view/Devel/ImcDrupalDevHiddens https://en.wiki.aktivix.org/IMC-Drupal/Development/Hiddens

Read more
mfb's picture

1.0 release of indymedia cities module

The 1.0 release of the indymedia cities module is available. Please try it out and file any bugs/feature requests/support requests. Thanks...

http://drupal.org/project/indymedia_cities

Read more
deproduction's picture

Colorado Indymedia Site re-launched on Drupal

the Colorado Indymedia website has re-launched on Drupal, with a new box and host at Denver Open Media. See http://denveropenmedia.org and http://colorado.indymedia.org

Read more

List of Indymedia sites that use Drupal, are committed to Drupal, or are considering Drupal

Add to the wiki!

Read more
punkrider's picture

Columbus IMC wiki

http://worcesteractivist.org/wiki/Building_an_Indymedia_site_on_Drupal

This link was forwarded to me and originated from the Columbus, OH IMC list.

Read more
punkrider's picture

Santa Barbara IMC to use Drupal

Hi all,

I am pretty much the sole admin here at http://sbindymedia.org. We are still running dada (in archive mode) and I have been trying to put together a Drupal install that would suit our needs. (Trying for many months now). A suitable place to host is one of the last issues. (and then there's the dada import, eesh).

We started with a 4.7 install, but as 5 grows I'm highly considering switching to 5.1 and dealing with any lack of modules. Is there a list of issues related to getting 5.1 up and running as an IMC cms? Do people recommend sticking with 4.7 or just switching?

Can we at least get a wiki story going with all of the IMC groups that are running Drupal and list which version and modules they have installed? I realize some of this is on the docs.imc.org server, but it's down and this would be information that the larger Drupal community could use also.

The last part I've really struggled with lately is finding an IMC friendly Drupal hosting server. The server we lease is way outdated and needs a complete overhaul to run Drupal. Does anyone have recommendations on where we could host an install that is friendly to IMCs (logging, large upload size, etc).

onward!

-jon

Read more
mfb's picture

(((i)))nstallation profile?

Has anyone been working on an indymedia installation profile?

Read more
shensche's picture

hidden module

kia ora koutou...

i created a module called hidden to have something in between the Drupal states of published and unpublished.
each article (node) or comment has a link 'hide'/'unhide' if the user has the permission to 'mark as hidden'. after having supplied a reason, the obscured items are available unter /hidden.

current caveats:
- comments for hidden items are disabled
- in admin/content/node, the hidden articles appear only as unpublished

dunno how to use the module infrastructure (without patching core modules) to get that straight.

Read more
vik4's picture

Moderation in drupal - code attached!

I've made some modifications to the nmoderation module to allow for indymedia style moderation in drupal. It isn't ideologically 'nice' mainly due to the way parts of the drupal core are implemented. I have contacted the author of nmoderation about getting the patches into the module, but he hasn't responded, so we might want to look at forking it into a seperate moderation module - people's thoughts?

Instructions:
1) install drupal. 4.7.3 (or possibly a later 4.7 branch). I think CVS/4.8 changes a few fundamentals, so this is unlikely to work.

2) install the following modules: nmoderation, views, votingapi, taxonomy_block. You will want others for other IMC functionality; these are the ones you need for moderation and access of moderated content.

Read more
isaac-gdo's picture

Import some of the info at http://docs.indymedia.org/view/Devel/ImcDrupalDev

Given how unreliable docs.indymedia.org has been - maybe we should move some of the information over to this group.
Also it would give everyone here a chance to comment on the work done so far.

What does everyone else think ?

Regards,
Isaac
indymedia.org.nz

Read more
strypey's picture

Aotearoa IMC to use Drupal

Kia ora koutou

My name is Danyl Strype and I'm a volunteer with Aotearoa IMC. I'm trying to upskill myself to help out with the tech side of things. We are currently using DadaIMC and looking to migrate to Drupal.

RnB
Strypes

Read more
vik4's picture

Moderation/Voting

I'm currently working on implementing moderation functionality to allow for hidden posts, and seperating newswires into 'free-for-all' and 'trusted users' in the hope of making quality content more visible, while still allowing open and anonymous publishing. I'm currently modifying the node moderation module to allow moderation of comments (and perhaps throw some AJAX in there for niceness).

Initially, this will be designed to let only editors or admins to moderate. Later I'd like to see it move to a more democratic/community driven system. Can I hear what existing admins/editors would wan

Read more
robbt's picture

Status of Drupal for IMC platform

Installation:
The current version of Drupal is 4.7 as of this writing. It can be downloaded at drupal.org and installed on any server running PHP & MySQL with little problem. The installation process is well documented but there are a lot of variables involved in the configuration once you have it up. This document will mainly try to address these choices and present possibilities and examples from various IMCs.

Module Installation:
Once you have the core of Drupal installed you will probably want to install some modules. This is where the drupal experience can become quite confusing, exciting and time consuming. There are a wide variety of modules available for download from drupal.org, and many of them are constantly updating and adding features. Some of them duplicate functions and others hardly work. For an indymedia site to work we will want to enable a few of them at least in order to give multi-media functionality to the drupal site. Here are a few modules I'd recommend.

Read more
Subscribe with RSS Syndicate content

Indymedia

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: