Web based events, news and groups listing for activists. May be adapted for use in other communities.


http://www.active.org.au/doc/





Separate each tag with a space.

Release Date:

2001-11-27

Topic:

Operating System:

License:

Intended Audience:

User Interface:

Programming Language:

Registered:

1999-12-19

Ratings and Reviews

Be the first to post a text review of active. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Tracker artifact added

    posted by maffew 2773 days ago

  • Tracker artifact added

    posted by maffew 2773 days ago

  • File released: /active/1-7-2/active-1-7-2.tar.gz

    posted 2917 days ago

  • active 1-7-2 file released: active-1-7-2.tar.gz

    2001-11-15 17:26 andy <andy@cat.org.au> * template_imc/local/include/imcfront.inc: Sensible defaults for the mimetypes.inc file and the default features include file (center column) Modified Files: mimetypes.inc include/imcfront.inc 2001-11-15 17:14 andy <andy@cat.org.au> * pushtoeye.pl: The current version from stallman.indymedia.org /usr/local/sbin/pushtoeye.pl Modified Files:pushtoeye.pl 2001-11-10 23:49 Jean-Baptiste Robertson <jbr@gmx.fr> * mirror-me.pl: Now, filenames are listed `lazzily'. Means that the process can stard sending files even if there are tons of them. 2001-11-10 23:15 Jean-Baptiste Robertson <jbr@gmx.fr> * mirror-me.pl: Added config files and multiple (`chained') mirrors. 2001-11-10 16:38 Jean-Baptiste Robertson <jbr@gmx.fr> * mirror-me.pl: fixed a bug in a RE and added bin mode 2001-11-09 01:21 Jean-Baptiste Robertson <jbr@gmx.fr> * webcast/new_data-process-with-asis-stuff.inc: Modified the location of uploaded metafiles and wrote an file to be sent with mod_asis at its place. The idea is to ftp the metafile on another server and to change the metafile accordingly. Perhaps that may reduce the workload on main servers. 2001-11-06 13:28 andy <andy@cat.org.au> * webcast/: indy-graph.pl, stats.php3: stats.php3:: Added a backwards compatiability switch for postgreSQL 6.5.x - in the SQL statements the function date_part (text,timestamp) is used and 6.5.x needs CAST(fieldname) AS DATE. change the $postgres_6_5 variable to true or fasle depending on your server. indy-graph.pl:: makes pretty GIFs from the CSV files obtained via stats.php3. Needs the GIFgraph module for perl5 (which in turn uses GD.pm) Does multiple cities, in three modes each city (last month's daily use, last 6 months monthly use, and last 2 years monthly use). Makes a graphs-index.html to view all the graphs made. Modified Files: stats.php3 Added Files: indy-graph.pl 2001-10-30 23:21 Kevin O'Donnell <kevino@emediait.com> * webcast/calendar.php3: Reads in a configurable number of events from the integrated calendar and displays them in chronological order. This script is suitable for inclusion in the front page and helps to drive alot more traffic to the open-calendar than might otherwise happen. Also allows collective members to do things other than spend time manually updating "upcoming events" sections on the front pages. Usage: # prepare include "calendar.php3" # echo the results to the user after storing in a variable $calendarDetails = showUpcomingEvents(0); echo $calendarDetails; (OR) # echo the results in one step showUpcomingEvents(1); 2001-10-28 18:19 Jean-Baptiste Robertson <jbr@gmx.fr> * mirror-me.pl: This script is to mirror your current directory somewhere else on the net. Works by ftp (one connection), perserves directory hierarchy.Done at work, not too tested. 2001-10-28 17:46 Rabble-Rouser <rabble@protest.net> * webcast/features.ini: config file for features.cgi 2001-10-28 17:44 Rabble-Rouser <rabble@protest.net> * webcast/features.cgi: UPdated to support mutliple languages and categories and to be more bug free. This checkin includes the patch from Guy at hte sd imc. :) 2001-10-26 16:51 Kevin O'Donnell <kevino@emediait.com> * webcast/stats.php3: fixed bug 2001-10-25 23:07 Kevin O'Donnell <kevino@emediait.com> * webcast/stats.php3: oops; accidentally overwrote changes made in 1.2 2001-10-25 22:51 Kevin O'Donnell <kevino@emediait.com> * webcast/stats.php3: added comma separated value output option 2001-10-25 01:34 Kevin O'Donnell <kevino@emediait.com> * template_imc/local/include/officeStatus.inc, webcast/office.php3: For IMC's with an office / physical space Synopsis office.php3 can be included by any page in order to display the current office status or called directly in order to manage and change the office status. A link to office.php3 is included in the office status message. If the office is open and the closing time passes, the message changes to "the office is closed" automatically. Code Usage: Including the office status from any other page # include office.php3 include("office.php3"); # now choose the way you want to display the office status echo displayOfficeStatus(0); (or) displayOfficeStatus(1); (or) $str = displayOfficeStatus(0); echo "<h1>$str</h1>"; # but why would you do this? :) Page Usage: 1) Go to office.php3 2) Enter the story admin password. 3) Hit "close" to close the office (or) a) Enter an office closing time. b) Enter an optional short message. c) Click on "open". Requirements The current office state is saved in webcast/include/officeStatus.inc If this file does not exist, the "include" directory must be writeable by the httpd user. If it does exist, it must be writable by the httpd user. 2001-10-24 05:46 andy <andy@cat.org.au> * webcast/hidden.php3: Added echo bottom() so that the final HTML is produced Modified Files: hidden.php3 2001-10-24 05:42 andy <andy@cat.org.au> * webcast/stats.php3: added echo bottom() so that the final html tags are produced Modified Files: stats.php3 2001-10-24 04:05 Kevin O'Donnell <kevino@emediait.com> * webcast/hidden.php3: added pg_close() 2001-10-23 16:20 Kevin O'Donnell <kevino@emediait.com> * webcast/stats.php3: A statistics reporting tool for the webcast database. Given a start date, an end date and a grouping clause, this page will generate on the following metrics. - number of articles posted during each interval - number of comments posted during each interval - sum of the above For each of the above, the number of items that are showing or hidden are also given. For each of the above, the sum and average are provided for the whole interval (start to end). For a sample of what you can do with the numbers reported from here see: http://vancouver.indymedia.org/front.php3?article_id=6270&group=web cast 2001-10-23 10:02 andy <andy@cat.org.au> * webcast/cast_class.inc: Debugged the $mode variable, made the new display of the article or comment number only show up in the "article" mode not "summary" mode, and made the new edit form password field slighly longer.Modified Files: cast_class.inc 2001-10-18 02:04 Kevin O'Donnell <kevino@emediait.com> * webcast/hidden.php3: This page is to facilitate viewing articles and comments that have been hidden from the newswire. Functionally, it's the same as story administration but is easier to use for the uninitiated. Motivation: Readers who complain that the IMC newswires are "censored" can use this page to view the "alternate" <grin> content. The start and end date fields are automatically set to the current date; start date is midnight, end date is "23:59:59". Notes: 1 make_date_select_box() is a handy utility that could be moved to a general php utility file; I see uses for it anywhere we want a date select utility. 2 could someone please go over my PHP database code? I don't want to introduce any issues with non-closed connections but am not certain on the best practices. 2001-10-18 00:58 Kevin O'Donnell <kevino@emediait.com> * webcast/cast_class.inc: 1) Added an "edit" button and password box to facilitate article/comment management. Entering the story admin password into the box and clicking "edit" will bring the user directly to the story edit page for that article; no more surfing through page after page of "story administration". 2) Added an "article#" and "comment#" link to the heading of each entry.The link calls display.php3 for that ID. It's a moot link for articles; it's there for comments so that when you click on it, a password and "edit" box appear.This is the quickest way to "hide" or modify a comment: a) find the article b) scroll to the comment c) click on it's "comment#XXX" link. d) enter the password, click EDIT e) save changes, etc. The alternative was to put in an "edit" and password box for each comment; I thought it looked messy to have one for each comment on a page; the link is smaller. 3) "function make_edit_form($id)" does the work of creating the password/edit box so it could be called from anywhere if someone doesn't like the layout. :) 4) Caveat: min_id and max_id are faked out inside make_edit_form to 0 and 90000 respectively. I tried setting them to ($id-1) and ($id+1) but that caused errors. For now it works but I don't know what will happen if the number of articles exceeds 90000. Shouldn't be a major issue. 5) Nice big CVS comments are nice. :) 2001-10-11 04:11 andy <andy@cat.org.au> * webcast/new_data-process.inc: Two additions to the new_data-process.inc functions: 1) a change to the message if double publishing is detected - since the user will always see the _latest_ script process running, rather than saying "your article was not published" (since it _was_ published, just that the user never gets to see the output of the first process that did publish it), it now says , "your article was published". not confusing for the user, but confusing for the programmer - as it should be. 2) Checks to see if the new directory ./local/update is actually there (this was added only recently) . If not there, it is created. This directory holds the temporary files that contain the command line to execute via the atd daemon - it triggers a refresh of the article in the cache in X number of mintues - if certain media types are uploaded. Modified Files: new_data-process.inc 2001-10-11 04:01 andy <andy@cat.org.au> * shared/db_class.php3: Two bugfixes - one for the newswire management code, ie webcast_groups and and for the publish_buffer, double posting detection code. The placement of the "end transaction" was wrong and wasnt actually providing atomic actions on inserting and checking details about articles published today. fixed and tested. double posting detection is fixed. Modified Files: db_class.php3 2001-10-11 03:31 andy <andy@cat.org.au> * shared/rss10.inc: some updates to the RSS convience class by rabbleModified Files: rss10.inc 2001-10-10 08:50 andy <andy@cat.org.au> * shared/db_class.php3: Comment out the SQL statement "lock table webcast" when updating the publish_buffer table with the data about the article being published. Modified Files: db_class.php3 2001-10-10 07:43 andy <andy@cat.org.au> * webcast/search-process.php3: This is a large change to the search-process.php3 script: It implements the following features : -x- improves ability to reach articles by providing a minimal display (date/article heading) organised into monthly archives. These archives are _static_ ie served from files off disk. The current month's static file is updated every 24 hours. -x- searches the article file cache during a keyword search by default, or can use the database for a full SQL keyword search. -x- provides a cleaner codebase for implementing more archival views of the indymedia/active.org.au media databases. Modified Files: search-process.php3 2001-10-10 05:32 andy <andy@cat.org.au> * webcast/searchform.inc: Small tweak to the searching HTML form Modified Files: searchform.inc 2001-10-10 05:03 andy <andy@cat.org.au> * webcast/webcast.def: Small change to default data in webcast_groups concerning the main newswire Modified Files: webcast.def 2001-10-10 04:59 andy <andy@cat.org.au> * webcast/: edit_group-process.php3, edit_group.php3, group_class.inc: Bug-fixes to the newswire management code. This code is slowly evolving into a multiple newswire management system. At the moment: You can enter data about your newswire (email lists, descriptions, passwords, colors, rating descriptions) and it places it into the database. The code also makes the correct rating widgets for each newswire, and produces a "sidebar" like HTML file allowing browsing of current 'public' newswires. TODO: link in all data about newswire from db into system (ie producted html, email addresses , passwords,..) via GroupClass. Modified Files: group_class.inc edit_group-process.php3 edit_group.php3 2001-10-10 04:45 andy <andy@cat.org.au> * webcast/cast_class.inc: Small change - nicer display of user contributed ratings Modified Files: cast_class.inc 2001-10-08 03:11 Jean-Baptiste Robertson <jbr@gmx.fr> * active-cd0.pl: Added some options. 2001-10-07 21:29 Jean-Baptiste Robertson <jbr@gmx.fr> * active-cd0.pl: Corrected a bug related to non local cgi scripts. 2001-10-07 20:53 Jean-Baptiste Robertson <jbr@gmx.fr> * active-cd0.pl: Added doc and comments. 2001-10-07 20:04 Jean-Baptiste Robertson <jbr@gmx.fr> * active-cd0.pl: This script is supposed to help burning cd's mirroring active sites. 2001-10-03 22:25 Riley <wormwood@speakeasy.org> * webcast/instructions.php3: file instructions.php3 was initially added on branch seattle_branch. 2001-10-03 22:25 Riley <wormwood@speakeasy.org> * webcast/newswire-hide.php3: file newswire-hide.php3 was initially added on branch seattle_branch. 2001-10-03 22:25 Riley <wormwood@speakeasy.org> * webcast/breakingnews.php: file breakingnews.php was initially added on branch seattle_branch. 2001-10-03 22:25 Riley <wormwood@speakeasy.org> * webcast/breaknews.php3: file breaknews.php3 was initially added on branch seattle_branch. 2001-10-03 22:25 Riley <wormwood@speakeasy.org> * webcast/editorial_collective_intro.php3: file editorial_collective_intro.php3 was initially added on branch seattle_branch. 2001-10-03 22:25 Riley <wormwood@speakeasy.org> * webcast/video.php3: file video.php3 was initially added on branch seattle_branch. 2001-10-03 22:25 Riley <wormwood@speakeasy.org> * webcast/favicon.ico: file favicon.ico was initially added on branch seattle_branch. 2001-10-03 22:25 Riley <wormwood@speakeasy.org> * webcast/robots.txt: file robots.txt was initially added on branch seattle_branch. 2001-10-03 22:25 Riley <wormwood@speakeasy.org> * webcast/links.php3: file links.php3 was initially added on branch seattle_branch. 2001-10-03 22:25 Riley <wormwood@speakeasy.org> * webcast/policy.php3: file policy.php3 was initially added on branch seattle_branch. 2001-10-03 22:25 Riley <wormwood@speakeasy.org> * webcast/: breakingnews.php, breaknews.php3, editorial_collective_intro.php3, favicon.ico, glossary.php3, index.php3, indybanner.gif, indysmall.gif, instructions.php3, irc.php3, links.php3, moreabout.php3, newswire-hide.php3, policy.php3, robots.txt, video.php3: Committing to seattle_branch as found in production 2001-10-03 22:25 Riley <wormwood@speakeasy.org> * webcast/glossary.php3: file glossary.php3 was initially added on branch seattle_branch. 2001-10-03 21:45 Riley <wormwood@speakeasy.org> * webcast/publish.php3: Found in Seattle production: White text 2001-10-03 21:44 Riley <wormwood@speakeasy.org> * webcast/pr.php3: Found in Seattle production: tweaks to layout 2001-10-03 21:39 Riley <wormwood@speakeasy.org> * webcast/pdf.php3: Found in Seattle production: localization of logoimage path to htmldoc 2001-10-03 21:37 Riley <wormwood@speakeasy.org> * webcast/index_imc.php3: Found in Seattle production: tweak to table -- may either fix or introduce cell count error 2001-10-03 21:34 Riley <wormwood@speakeasy.org> * webcast/front.php3: Found in Seattle production: tweak to include path 2001-10-03 21:32 Riley <wormwood@speakeasy.org> * webcast/entryform.inc: Found in Seattle production: using white text 2001-10-03 21:29 Riley <wormwood@speakeasy.org> * webcast/donate.php3: Found in Seattle production: using local donate data 2001-10-03 21:27 Riley <wormwood@speakeasy.org> * webcast/contact.php3: Found in Seattle production: using local contact data 2001-10-03 21:24 Riley <wormwood@speakeasy.org> * webcast/comment.php3: Found in Seattle production: using white text 2001-10-03 13:49 Riley <wormwood@speakeasy.org> * webcast/comment-entryform.inc: Found in Seattle production: using white text 2001-10-03 10:39 Riley <wormwood@speakeasy.org> * shared/form.class: file form.class was initially added on branch seattle_branch. 2001-10-03 10:39 Riley <wormwood@speakeasy.org> * shared/form.class: Initial commit as found in Seattle production 2001-09-27 10:25 andy <andy@cat.org.au> * new_city, new_city_imc: Adding the creation of the 'metafiles' directory when creating a new city slight tweak to the machine name of the cvs server. Modified Files: new_city_imc new_city 2001-09-06 14:46 andy <andy@cat.org.au> * webcast/search-process.php3: A very small to the sql, replacing order by webcast.created with order by webcast.id in sql Modified Files: search-process.php3 2001-09-05 08:50 andy <andy@cat.org.au> * pushtoeye.pl: akb's patch to handle a different metafiles structure on stallman.will look at /www/metafiles/<cityname> and copydir files from there to loudeye. # modified feb01 akb # -partial fix of commandline too long by getting rid of wildcards # -added --exclude /www/uploads/city/metafiles to avoid making duplicates Modified Files: pushtoeye.pl 2001-09-01 09:29 andy <andy@cat.org.au> * make_workarea: small change for C shell Modified Files: make_workarea 2001-09-01 09:22 andy <andy@cat.org.au> * pushtoeye.pl: Some documentation ;) Modified Files: pushtoeye.pl 2001-09-01 09:07 andy <andy@cat.org.au> * new_city_imc_as_root, new_site_imc: Updated these files to use the latest release - rel1-7-1 Modified Files: new_city_imc_as_root new_site_imc 2001-08-31 08:37 andy <andy@cat.org.au> * webcast/front.php3: corrected comments in front.php3Modified Files: front.php3 2001-08-31 08:12 andy <andy@cat.org.au> * webcast/front.php3: A correction to the security update - plus code to allow a highlights file (./local/include/hightlights.html) to be placed into a column on the righthand side on the newswire. Modified Files: front.php3 2001-08-23 02:34 andy <andy@cat.org.au> * webcast/front.php3: close of a potentionally huge security hole. All include()'d files from the cache are now readfile()'d. (include() PARSES php code - readfile() doesnt) UPDATE to this version of front.php3 NOW. A reminder - all summary and article pages are read from a static cache, front.php3 DOESNT use the database at all. Modified Files: front.php3 2001-08-23 02:14 andy <andy@cat.org.au> * webcast/donate.php3: Jays phone number taken off the page Modified Files: donate.php3 2001-08-14 08:32 andy <andy@cat.org.au> * webcast/summary_list.inc: An encoding function to escape any XML markup in the article text etc that goes into the RSS files "newswire.rss" WML friendly ie makes markup of form &#XXX; where XXX is hex form of XML character. Modified Files: summary_list.inc 2001-08-12 08:20 andy <andy@cat.org.au> * webcast/update.php3: This file is called regularly (on stallman) to loop across all known cities and age their publishbuffer table entries. It deletes any entries that have a "publishdate" earlier than the current day. It also updates the mirrored flag in webcast table entries. Added Files: update.php3 2001-08-03 06:50 andy <andy@cat.org.au> * template_imc/local/images/: pdf_icon.gif, pdficon.gif: Renamed this file to be consistent with the name in summary_list.inc Added Files: pdficon.gifRemoved Files: pdf_icon.gif 2001-08-03 05:46 andy <andy@cat.org.au> * webcast/: article_admin.inc, led-process.php3: A fix for deleting/undeleteing artciles -it was incorrectly refreshing the the cache using the id of the comment row in the database, not the id of the parent article. Modified Files: led-process.php3 article_admin.inc 2001-08-03 01:01 andy <andy@cat.org.au> * template_imc/local/include/howto-publish-italia.html: An Italian language version of the howto-publish form (static html) included before the publish form in publish.php3 Added Files: howto-publish-italia.html 2001-08-02 05:43 andy <andy@cat.org.au> * template_imc/local/images/: doc_icon.gif, pdf_icon.gif: Adding in the doc and pdf icons Added Files: doc_icon.gif pdf_icon.gif 2001-08-02 05:12 andy <andy@cat.org.au> * webcast/contact.php3: Removed imc-editorial and imc-tech mailing lists Modified Files: contact.php3 2001-07-31 05:07 Kevin O'Donnell <kevino@emediait.com> * webcast/: email_display.php3, print.php3: another fix to honour 'is_html' when article is stored as a file and not in the database 2001-07-30 06:49 andy <andy@cat.org.au> * webcast/new_data-process.php3: A fix for the thumbnailing process. correctly checks for the mime type string containg the word "image" _before_ starting the thumbnailing function. [I was using incorrect info off the php.net site - sorry no excuse for thorough testing though.] Modified Files: new_data-process.php3 2001-07-28 11:27 andy <andy@cat.org.au> * webcast/search-process.php3: Left out the mirrored field from the SQL statement Modified Files: search-process.php3 2001-07-28 11:11 andy <andy@cat.org.au> * webcast/: search-process.php3, searchform.inc: An updated search process:: search-process.php3: switch on whether to display "showing" articles or both (ie hidden&showing) articles (default SHOWING only)switch on whether to display articles only or articles&comments (default ARTICLES only) www.indy places language in title like .. "blah blah (english)". allow search for language specific titles. changed page length from 30 articles to 100 articles. updated the page changing links (eg next|prev links) text strings alreting user to what conditions are being used in search searchform.incadded two new select boxes allowing user to select if hidden articles aer displayed or not, and whether comments are displayed or not TO-DO - updated the select boxes based on current search parameters Modified Files: search-process.php3 searchform.inc 2001-07-28 08:39 andy <andy@cat.org.au> * webcast/summary_list.inc: Stefani removed the sizes within the html img tage for the DOC iconModified Files: summary_list.inc 2001-07-28 08:30 andy <andy@cat.org.au> * webcast/search-process.php3: Nicer colours in HTML Modified Files: search-process.php3 2001-07-28 08:27 andy <andy@cat.org.au> * webcast/summary_list.inc: Removed superflous summary_list_db call in summary_list_xml routine Changed pg_pconnect in summary_list_db to pg_connect Modified Files: summary_list.inc 2001-07-23 14:29 Kevin O'Donnell <kevino@emediait.com> * webcast/email_display.php3: no changes; removed a debugging statement that did not belong 2001-07-23 10:21 Kevin O'Donnell <kevino@emediait.com> * webcast/: email_display.php3, print.php3: Now honours the "is_html" setting for the article. If it is true, then the article contents are not passed through nl2br(htmlentities()). 2001-07-15 23:28 Micah Anderson <micah@riseup.net> * new_city_imc_as_root: Made csh syntax change to properly check for number of arguments, as suggested by epsasnova at http://tech.indymedia.org/display.php3?article_id=96 in the comments.

    posted 2918 days ago

  • Tracker artifact added

    micah_anderson created the topic categorization artifact

    posted by micah_anderson 2979 days ago

  • Tracker artifact added

    posted by micah_anderson 2979 days ago

  • Tracker artifact added

    posted by micah_anderson 2979 days ago

  • Tracker artifact added

    Anonymous created the publishing via email artifact

    posted by nobody 2979 days ago

  • Tracker artifact added

    idanso created the backend patch 0.4 artifact

    posted by idanso 3052 days ago

  • Tracker artifact added

    idanso created the backend patch V0.3 artifact

    posted by idanso 3058 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Thanks for your rating!

Would you also like to write a review?





Skip Review