<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.archivematica.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=David</id>
	<title>Archivematica - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.archivematica.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=David"/>
	<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/Special:Contributions/David"/>
	<updated>2026-06-03T05:58:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=MediaWiki:Autoblock_whitelist&amp;diff=12231</id>
		<title>MediaWiki:Autoblock whitelist</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=MediaWiki:Autoblock_whitelist&amp;diff=12231"/>
		<updated>2018-02-14T21:38:18Z</updated>

		<summary type="html">&lt;p&gt;David: Add Artefactual IP&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;AOL http://webmaster.info.aol.com/proxyinfo.html&lt;br /&gt;
*64.12.96.0/19&lt;br /&gt;
*149.174.160.0/20&lt;br /&gt;
*152.163.240.0/21&lt;br /&gt;
*152.163.248.0/22&lt;br /&gt;
*152.163.252.0/23&lt;br /&gt;
*152.163.96.0/22&lt;br /&gt;
*152.163.100.0/23&lt;br /&gt;
*195.93.32.0/22&lt;br /&gt;
*195.93.48.0/22&lt;br /&gt;
*195.93.64.0/19&lt;br /&gt;
*195.93.96.0/19&lt;br /&gt;
*195.93.16.0/20&lt;br /&gt;
*198.81.0.0/22&lt;br /&gt;
*198.81.16.0/20&lt;br /&gt;
*198.81.8.0/23&lt;br /&gt;
*202.67.64.128/25&lt;br /&gt;
*205.188.192.0/20&lt;br /&gt;
*205.188.208.0/23&lt;br /&gt;
*205.188.112.0/20&lt;br /&gt;
*205.188.146.144/30&lt;br /&gt;
*207.200.112.0/21&lt;br /&gt;
&lt;br /&gt;
Artefactual&lt;br /&gt;
*184.69.130.182&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=User:Feliciapulo&amp;diff=12230</id>
		<title>User:Feliciapulo</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=User:Feliciapulo&amp;diff=12230"/>
		<updated>2018-02-14T21:22:41Z</updated>

		<summary type="html">&lt;p&gt;David: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello, I am Felicia. I am currently a student at McGill's MISt program in my final semester. I am interested in pursuing digital preservation as a career and am hoping that having this account will prove beneficial in my future.&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Upload_DIP&amp;diff=10037</id>
		<title>Upload DIP</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Upload_DIP&amp;diff=10037"/>
		<updated>2014-08-13T23:11:29Z</updated>

		<summary type="html">&lt;p&gt;David: /* Configure AtoM to process your requests asynchronously */ Link to new docs for configuring atom gearman worker&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Upload to AtoM ==&lt;br /&gt;
&lt;br /&gt;
This service is implemented as a Python script that given an UUID it will deposit the corresponding DIP into the AtoM service specified. The communication protocol between both ends is called [http://swordapp.org/ SWORD]. The script accepts a number of arguments and it can be executed manually although it is normally called from Archivematica.&lt;br /&gt;
&lt;br /&gt;
The Archivematica dashboard provides an interface to configure the parameters passed to the script. This interface can be found under Administration &amp;gt; AtoM DIP upload. In the same page you will find a description for every argument possible. Please read the following explanation about the different options:&lt;br /&gt;
&lt;br /&gt;
# Pass the DIP UUID using &amp;lt;code&amp;gt;--uuid&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Pass the AtoM service details using &amp;lt;code&amp;gt;--url&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;--email&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;--password&amp;lt;/code&amp;gt;.&lt;br /&gt;
# (optional) By default, this service includes the DIP within the deposit request. This is not feasible if the size of the package is too big. Our recommendation is to avoid that if the DIP size is over two megabytes. For that purpose, this service is able to send your DIP using [http://en.wikipedia.org/wiki/Rsync rsync], an advanced data transfer tool very flexible. Two options are available if you want to use rsync: &amp;lt;code&amp;gt;--rsync-command&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;--rsync-target&amp;lt;/code&amp;gt;. You can find more details later.&lt;br /&gt;
# (optional) Are you troubleshooting a problem? Use &amp;lt;code&amp;gt;--debug&amp;lt;/code&amp;gt; to increase the script verbosity.&lt;br /&gt;
&lt;br /&gt;
The script can be found under &amp;lt;code&amp;gt;/usr/lib/archivematica/upload-qubit/upload-qubit.py&amp;lt;/code&amp;gt; (check out the [https://github.com/artefactual/archivematica/blob/master/src/upload-qubit/lib/upload-qubit.py source code]).&lt;br /&gt;
&lt;br /&gt;
If you expect to work with large DIPs please refer to the next two sections to make the process more reliable:&lt;br /&gt;
&lt;br /&gt;
=== Send your DIPs using rsync ===&lt;br /&gt;
&lt;br /&gt;
This is the most complicated part of the process. rsync is able to send files over a network connecting to a rsync server, that you can setup on your AtoM side, but most of the time people just prefer to use SSH as a secure and reliable transport. The trick is to setup both sides so the authentication step is passwordless and the good news is that SSH provides an easy way to do that using SSH keys.&lt;br /&gt;
&lt;br /&gt;
You can just [https://www.google.com/search?q=ssh+passwordless google it], but I'll write it a brief explanation.&lt;br /&gt;
&lt;br /&gt;
On the Archivematica end, we have to create a SSH key for the &amp;lt;code&amp;gt;archivematica&amp;lt;/code&amp;gt; user running the command shown below. Please, leave the passphrase field blank.&lt;br /&gt;
&lt;br /&gt;
 archivematica.server $ sudo -u archivematica ssh-keygen&lt;br /&gt;
&lt;br /&gt;
You will be asked to enter the location of the key, leave it empty by pressing enter as the default location is fine. That will generate the public/private keys under &amp;lt;code&amp;gt;/var/lib/archivematica/.ssh/id_dsa.pub&amp;lt;/code&amp;gt; (public) and &amp;lt;code&amp;gt;/var/lib/archivematica/.ssh/id_dsa&amp;lt;/code&amp;gt; (private).&lt;br /&gt;
&lt;br /&gt;
On the AtoM side, we have to authorize that key in any of your local users. My recommendation is to create an exclusive local user for this purpose:&lt;br /&gt;
&lt;br /&gt;
 atom.server $ sudo useradd -d /home/archivematica -m -N -r -s /bin/bash archivematica&lt;br /&gt;
 atom.server $ sudo passwd -l archivematica&lt;br /&gt;
&lt;br /&gt;
Now, let's dump the contents of the public key into your AtoM server. The default location is &amp;lt;code&amp;gt;/home/archivematica/.ssh/authorized_keys&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;note&amp;quot;&amp;gt;Before you try all this from Archivematica, please make sure that the SSH connection can be stablished as expected. Furthermore, the first time you try the client will store the host key fingerprint and that requires the user intervention. If you don't do that, this service won't work.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;note&amp;quot;&amp;gt;rsync with SSH needs a shell in the remote server to work properly. If you are concerned about it try rssh, a restricted shell that can be configured to limit its usage to rsync. There are other methods like using the SSH authorized_keys file to limit the commands executed by the remote client.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===  Configure AtoM to process your requests asynchronously ===&lt;br /&gt;
&lt;br /&gt;
See: https://www.accesstomemory.org/en/docs/2.0/admin-manual/installation/asynchronous-jobs/&lt;br /&gt;
&lt;br /&gt;
== Upload to ContentDM ==&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Mockup of Export DIP ==&lt;br /&gt;
&lt;br /&gt;
[[File:0.9_ExportDIP.png | 0.9 Export DIP]]&lt;br /&gt;
&lt;br /&gt;
== Chat about requirements ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;we've begun changing the workflow to get ready for multi-file upload (.e.g. all the files in the AIP instead of a single AIP.zip)&lt;br /&gt;
(11:08:25 AM) vangarderen.peter: austin: are you still getting a 500 error on that? I don't have an Archivematica session open right now&lt;br /&gt;
(11:08:41 AM) austin: I havnt tested it again since yesturday.. sec&lt;br /&gt;
(11:08:57 AM) Sevein: Austin, we should check URL variables values&lt;br /&gt;
(11:09:10 AM) austin: I did but couldnt find any issues&lt;br /&gt;
(11:09:21 AM) Sevein: mmm...&lt;br /&gt;
(11:10:11 AM) austin: should I setup a tunnel? I can only leave it on for a hour or so&lt;br /&gt;
(11:10:40 AM) Sevein: ok, that would be nice&lt;br /&gt;
(11:10:47 AM) austin: moment &lt;br /&gt;
(11:11:17 AM) vangarderen.peter: so I've changed the worfklow directories slightly for this. See http://code.google.com/p/archivematica/source/detail?r=300&lt;br /&gt;
(11:11:35 AM) vangarderen.peter: however, this should affect the current instance of upload-qubit.py&lt;br /&gt;
(11:12:13 AM) vangarderen.peter: it just gets called when files hit 9-uploadDIP instead of 8-uploadDIP now, see http://code.google.com/p/archivematica/source/diff?spec=svn300&amp;amp;r=300&amp;amp;format=side&amp;amp;path=/trunk/includes/incron.tab&lt;br /&gt;
(11:12:44 AM) austin: just because I just used it... a completely nsfw ip tool http://www.moanmyip.com/&lt;br /&gt;
(11:13:20 AM) Sevein: vangarderen.peter: but the script is called in the same way, AFAIK it shouldn't be a problem&lt;br /&gt;
(11:13:29 AM) vangarderen.peter: yes, exactly&lt;br /&gt;
(11:13:45 AM) vangarderen.peter: so let's make sure that works as before first, then move on to the next step&lt;br /&gt;
(11:13:54 AM) vangarderen.peter: so the next steps will be:&lt;br /&gt;
(11:14:55 AM) vangarderen.peter: 1) for each AIP, Archivematica writes just the access format copies of each file to 8-reviewDIP/$UUID&lt;br /&gt;
(11:15:04 AM) vangarderen.peter: ^ Joseph and I are working on that today&lt;br /&gt;
(11:16:06 AM) vangarderen.peter: 2) users reviews files in 8-reviewDIP/$UUID and decides to upload it to ICA-AtoM by dropping /$UUID into 9-uploadDIP&lt;br /&gt;
(11:17:31 AM) Sevein: I am not very used to Archivematica concepts, but I can see what you mean more or less&lt;br /&gt;
(11:17:34 AM) vangarderen.peter: 3) upload-qubit.py gets triggered when /$UUID is dropped into 9-uploadDIP, it reads the files contents (flat file, no nesting) of the directory, loops over each file as a single file upload to Qubit&lt;br /&gt;
(11:17:56 AM) Sevein: so upload-qubit.py is getting a path?&lt;br /&gt;
(11:18:20 AM) austin: sevien join my screen&lt;br /&gt;
(11:18:23 AM) vangarderen.peter: yes, /$UUID&lt;br /&gt;
(11:18:43 AM) Sevein: ok&lt;br /&gt;
(11:18:45 AM) vangarderen.peter: where $UUID == c920c100-5df2-11df-a08a-0800200c9a66&lt;br /&gt;
(11:18:57 AM) vangarderen.peter: or d0810770-5df2-11df-a08a-0800200c9a66, etc.&lt;br /&gt;
(11:19:07 AM) Sevein: I see&lt;br /&gt;
(11:19:19 AM) vangarderen.peter: i.e. we generate a UUID to identify each SIP&lt;br /&gt;
(11:19:19 AM) austin: Sevein: $# = file name  $@ = path&lt;br /&gt;
(11:19:22 AM) vangarderen.peter: http://www.famkruithof.net/uuid/uuidgen&lt;br /&gt;
(11:19:37 AM) vangarderen.peter: right&lt;br /&gt;
(11:19:44 AM) Sevein: k&lt;br /&gt;
(11:19:55 AM) vangarderen.peter: then you will need a parent information object in Qubit to which you can link each of these files&lt;br /&gt;
(11:21:47 AM) coolidge49685 entered the room.&lt;br /&gt;
(11:22:06 AM) coolidge49685 is now known as peterVG&lt;br /&gt;
(11:22:16 AM) peterVG: lost my jabber connection in client&lt;br /&gt;
(11:22:22 AM) peterVG: can read but can't write&lt;br /&gt;
(11:22:28 AM) peterVG: here in web client now&lt;br /&gt;
(11:22:32 AM) peterVG: to continue...&lt;br /&gt;
(11:22:42 AM) peterVG: *first* you will need a parent information object in Qubit to which you can link each of these files&lt;br /&gt;
(11:23:34 AM) peterVG: just use the name of the directory ($UUID) as the title, assign the Level of Description to Series and make it a top-level (i.e. its parent it the root information object)&lt;br /&gt;
(11:24:06 AM) peterVG: (its parent *is* the root information object)&lt;br /&gt;
(11:25:23 AM) peterVG: for each file, just its filename as the information object title (like the current digital object import default) and set its level of description to item&lt;br /&gt;
(11:25:38 AM) peterVG: let's get that ^ working first&lt;br /&gt;
(11:26:30 AM) Sevein: ok, I see&lt;br /&gt;
(11:27:06 AM) peterVG: then the final iteration will include reading additional metadata from a SIP.XML file which will be included in /$UUID. This XML file will contain additional information object field values for the parent series level and each file to include as parameters in the upload&lt;br /&gt;
(11:27:26 AM) Sevein: ah ok&lt;br /&gt;
(11:27:40 AM) peterVG: I better capture all this in a wiki page ^&lt;br /&gt;
(11:27:42 AM) Sevein: I saw an example sent by Austin&lt;br /&gt;
(11:27:49 AM) Sevein: Peter, that would be great&lt;br /&gt;
(11:28:03 AM) Sevein: I think some jabber connecting problems interrumped your description&lt;br /&gt;
(11:28:09 AM) peterVG: but it mostly makes sense, what we are trying to do?&lt;br /&gt;
(11:28:16 AM) Sevein: 100%&lt;br /&gt;
(11:28:24 AM) peterVG: yes, I can't post and your posts are showing up double&lt;br /&gt;
(11:28:27 AM) Sevein: I don't see it difficult&lt;br /&gt;
(11:28:32 AM) peterVG: great!&lt;br /&gt;
(11:28:46 AM) ***peterVG creating wiki page &amp;lt;insert music&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Development documentation]]&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Storage_Service&amp;diff=9906</id>
		<title>Storage Service</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Storage_Service&amp;diff=9906"/>
		<updated>2014-06-13T17:23:38Z</updated>

		<summary type="html">&lt;p&gt;David: Link to Administrator manual 1.1#Storage_service&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Archivematica '''Storage Service''' is a standalone web application for the management of Archivematica storage &amp;quot;spaces&amp;quot;, storage &amp;quot;locations&amp;quot; and stored AIPs.  The '''Storage Service''' also allows linking spaces and locations to an Archivematica pipeline.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
The Storage service keeps a log at /tmp/storage-service.log and will errors may also be logged to the nginx and uwsgi logs as well at: /var/log/uwsgi/app/storage.log&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Administrator manual 1.1#Storage service]]&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Storage_Service&amp;diff=9905</id>
		<title>Storage Service</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Storage_Service&amp;diff=9905"/>
		<updated>2014-06-13T17:20:45Z</updated>

		<summary type="html">&lt;p&gt;David: Add brief summary and log locations&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Archivematica '''Storage Service''' is a standalone web application for the management of Archivematica storage &amp;quot;spaces&amp;quot;, storage &amp;quot;locations&amp;quot; and stored AIPs.  The '''Storage Service''' also allows linking spaces and locations to an Archivematica pipeline.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
The Storage service keeps a log at /tmp/storage-service.log and will errors may also be logged to the nginx and uwsgi logs as well at: /var/log/uwsgi/app/storage.log&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=AM_FAQ&amp;diff=9705</id>
		<title>AM FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=AM_FAQ&amp;diff=9705"/>
		<updated>2014-04-02T17:12:14Z</updated>

		<summary type="html">&lt;p&gt;David: /* I am getting a white error page in the Dashboard. How can I find out what the error is? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Main Page]] &amp;gt; [[Development]] &amp;gt; [[Administrator_manual]] &amp;gt; FAQ&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=How to restart the Archivematica services?=&lt;br /&gt;
== Stopping ==&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo stop archivematica-mcp-server&lt;br /&gt;
sudo stop archivematica-mcp-client&lt;br /&gt;
sudo /etc/init.d/apache2 stop&lt;br /&gt;
sudo /etc/init.d/gearman-job-server stop&lt;br /&gt;
sudo stop mysql&lt;br /&gt;
sudo /etc/init.d/elasticsearch stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Starting ==&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo /etc/init.d/elasticsearch start&lt;br /&gt;
sudo start mysql&lt;br /&gt;
sudo /etc/init.d/gearman-job-server start&lt;br /&gt;
sudo /etc/init.d/apache2 start&lt;br /&gt;
sudo start archivematica-mcp-server&lt;br /&gt;
sudo start archivematica-mcp-client&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=I am getting a white error page in the Dashboard. How can I find out what the error is?=&lt;br /&gt;
&lt;br /&gt;
Seeing an full error stack trace for the Dashboard requires knowing how to edit a configuration file from the command line.&lt;br /&gt;
&lt;br /&gt;
# SSH to the Archivematica server&lt;br /&gt;
# With your preferred text editor, open the dashboard settings file (vim shown in example; Note that you must use sudo to edit this file): &amp;lt;pre&amp;gt;sudo vim /usr/share/archivematica/dashboard/settings/common.py&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Change the &amp;quot;DEBUG&amp;quot; flag from &amp;quot;False&amp;quot; to &amp;quot;True&amp;quot; &amp;lt;pre&amp;gt;DEBUG = True&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Save the file&lt;br /&gt;
# Restart Apache &amp;lt;pre&amp;gt;sudo apache2ctl restart&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Reload the dashboard page reporting the error in your browser&lt;br /&gt;
# ''Debug or report error''&lt;br /&gt;
# Restore DEBUG to False and restart Apache to turn error reporting off again&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=AM_FAQ&amp;diff=9704</id>
		<title>AM FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=AM_FAQ&amp;diff=9704"/>
		<updated>2014-04-02T17:11:12Z</updated>

		<summary type="html">&lt;p&gt;David: /* I am getting a white error page in the Dashboard. How can I find out what the error is? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Main Page]] &amp;gt; [[Development]] &amp;gt; [[Administrator_manual]] &amp;gt; FAQ&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=How to restart the Archivematica services?=&lt;br /&gt;
== Stopping ==&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo stop archivematica-mcp-server&lt;br /&gt;
sudo stop archivematica-mcp-client&lt;br /&gt;
sudo /etc/init.d/apache2 stop&lt;br /&gt;
sudo /etc/init.d/gearman-job-server stop&lt;br /&gt;
sudo stop mysql&lt;br /&gt;
sudo /etc/init.d/elasticsearch stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Starting ==&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo /etc/init.d/elasticsearch start&lt;br /&gt;
sudo start mysql&lt;br /&gt;
sudo /etc/init.d/gearman-job-server start&lt;br /&gt;
sudo /etc/init.d/apache2 start&lt;br /&gt;
sudo start archivematica-mcp-server&lt;br /&gt;
sudo start archivematica-mcp-client&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=I am getting a white error page in the Dashboard. How can I find out what the error is?=&lt;br /&gt;
&lt;br /&gt;
Seeing an full error stack trace for the Dashboard requires knowing how to edit a configuration file from the command line.&lt;br /&gt;
&lt;br /&gt;
# SSH to the Archivematica server&lt;br /&gt;
# With your preferred text editor, open the dashboard settings file (vim shown in example): &amp;lt;pre&amp;gt;sudo vim /usr/share/archivematica/dashboard/settings/common.py&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Change the &amp;quot;DEBUG&amp;quot; flag from &amp;quot;False&amp;quot; to &amp;quot;True&amp;quot; &amp;lt;pre&amp;gt;DEBUG = True&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Save the file&lt;br /&gt;
# Restart Apache &amp;lt;pre&amp;gt;sudo apache2ctl restart&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Reload the dashboard page reporting the error in your browser&lt;br /&gt;
# ''Debug or report error''&lt;br /&gt;
# Restore DEBUG to False and restart Apache to turn error reporting off again&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=AM_FAQ&amp;diff=9703</id>
		<title>AM FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=AM_FAQ&amp;diff=9703"/>
		<updated>2014-04-02T17:11:01Z</updated>

		<summary type="html">&lt;p&gt;David: Add instructions for getting a stack trace for Dashboard errors&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Main Page]] &amp;gt; [[Development]] &amp;gt; [[Administrator_manual]] &amp;gt; FAQ&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=How to restart the Archivematica services?=&lt;br /&gt;
== Stopping ==&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo stop archivematica-mcp-server&lt;br /&gt;
sudo stop archivematica-mcp-client&lt;br /&gt;
sudo /etc/init.d/apache2 stop&lt;br /&gt;
sudo /etc/init.d/gearman-job-server stop&lt;br /&gt;
sudo stop mysql&lt;br /&gt;
sudo /etc/init.d/elasticsearch stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Starting ==&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo /etc/init.d/elasticsearch start&lt;br /&gt;
sudo start mysql&lt;br /&gt;
sudo /etc/init.d/gearman-job-server start&lt;br /&gt;
sudo /etc/init.d/apache2 start&lt;br /&gt;
sudo start archivematica-mcp-server&lt;br /&gt;
sudo start archivematica-mcp-client&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=I am getting a white error page in the Dashboard. How can I find out what the error is?=&lt;br /&gt;
&lt;br /&gt;
Seeing an full error stack trace for the Dashboard requires knowing how to edit a configuration file from the command line.&lt;br /&gt;
&lt;br /&gt;
# SSH to the Archivematica server&lt;br /&gt;
# With your preferred text editor, open the dashboard settings file (vim shown in example): &amp;lt;pre&amp;gt;sudo vim /usr/share/archivematica/dashboard/settings/common.py&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Change the &amp;quot;DEBUG&amp;quot; flag from &amp;quot;False&amp;quot; to &amp;quot;True&amp;quot; &amp;lt;pre&amp;gt;DEBUG = True&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Save the file&lt;br /&gt;
# Restart Apache &amp;lt;pre&amp;gt;sudo apache2ctl restart&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Reload the dashboard page reporting the error in your browser&lt;br /&gt;
# '''Debug or report error'''&lt;br /&gt;
# Restore DEBUG to False and restart Apache to turn error reporting off again&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Release_1.0&amp;diff=8865</id>
		<title>Release 1.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Release_1.0&amp;diff=8865"/>
		<updated>2013-10-03T21:32:11Z</updated>

		<summary type="html">&lt;p&gt;David: change SHA-256 to md5deep&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Main Page]] &amp;gt; [[Software]] &amp;gt; Release 1.0&lt;br /&gt;
&lt;br /&gt;
Archivematica integrates a suite of free and open-source tools that allows users to process digital objects from ingest to access in compliance with the ISO-OAIS functional model. In addition to the core Archivematica  which is released under AGPL v3 license, the following tools are bundled with Archivematica [[Archivematica_1.0_Release_Notes|1.0]]:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;10&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=90%&lt;br /&gt;
|-&lt;br /&gt;
|- style=&amp;quot;background-color:#cccccc;&amp;quot;&lt;br /&gt;
!style=&amp;quot;width:20%&amp;quot;|'''Tool'''&lt;br /&gt;
!style=&amp;quot;width:10%&amp;quot;|'''Version'''&lt;br /&gt;
!style=&amp;quot;width:50%&amp;quot;|'''Description'''&lt;br /&gt;
!style=&amp;quot;width:40%&amp;quot;|'''License'''&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.digitalpreservation.gov/library/challenge/data-transfer.html BagIt]&lt;br /&gt;
|4.4-ppa0&lt;br /&gt;
|Standard and script to package digital objects and metadata for archival storage&lt;br /&gt;
|BSD License&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.clamav.net/ Clam AV (anti-virus)]&lt;br /&gt;
|0.97.5 &lt;br /&gt;
|Anti-virus toolkit for UNIX&lt;br /&gt;
|GNU General Public License (GPL)&lt;br /&gt;
|-&lt;br /&gt;
|[http://en.wikipedia.org/wiki/Ext4 EXT4 filesystem]&lt;br /&gt;
|12.04&lt;br /&gt;
|Local storage, organization and batch processing of digital objects within the virtual appliance&lt;br /&gt;
|GNU General Public License (GPL)&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.elasticsearch.org/ ElasticSearch]&lt;br /&gt;
|0.20.6&lt;br /&gt;
|Indexing and search&lt;br /&gt;
|Apache License 2.0&lt;br /&gt;
|-&lt;br /&gt;
|[http://ffmpeg.org/ FFmpeg]&lt;br /&gt;
|0.10.6&lt;br /&gt;
|Converts a wide variety of audio and video formats&lt;br /&gt;
|GNU Lesser General Public License (LGPL)&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/fits/ File Information Tool Set (FITS)]&lt;br /&gt;
|0.6.2&lt;br /&gt;
|File format identification and validation software integration tool&lt;br /&gt;
|GNU Lesser General Public License (LGPL)&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/openplanets/fido fido]&lt;br /&gt;
|0.6.2&lt;br /&gt;
|Format Identifier for Digital Objects&lt;br /&gt;
|Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.ica-atom.org ICA-AtoM]&lt;br /&gt;
|1.3&lt;br /&gt;
|Web-based archival description and access tool &lt;br /&gt;
|GNU General Public License (GPL)&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imagemagick.org/script/index.php Imagemagick]&lt;br /&gt;
|0.6.6.9.7&lt;br /&gt;
|Converts a wide variety of bitmap images&lt;br /&gt;
|GPL compatible [http://www.imagemagick.org/script/license.php Imagemagick license]&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.inkscape.org/ Inkscape]&lt;br /&gt;
|0.48.3.1&lt;br /&gt;
|Converts vector images to Scalable Vector Graphic (SVG) format&lt;br /&gt;
|GNU General Public License (GPL) version 2&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.libreoffice.org/ LibreOffice]&lt;br /&gt;
|3.5.4&lt;br /&gt;
| Provides support for Normalization of documents.&lt;br /&gt;
| LGPLv3&lt;br /&gt;
|-&lt;br /&gt;
|[http://en.wikipedia.org/wiki/Md5 MD5]&lt;br /&gt;
|7.4&lt;br /&gt;
|MD5 Checksum generation and verification scripts&lt;br /&gt;
|&amp;quot;This program is a work of the US Government. In accordance with 17 USC 105, copyright protection is not available for any work of the US government. As such this code is considered public domain.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[http://linux.about.com/cs/linux101/g/nfscommon.htm NFS-common]&lt;br /&gt;
|1.1.4&lt;br /&gt;
|Network File System Access - allows access to files on network storage devices.&lt;br /&gt;
|GNU General Public License (GPL)&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.oooninja.com/2008/02/batch-command-line-file-conversion-with.html PyODConverter Daemon]&lt;br /&gt;
|&lt;br /&gt;
|Provides support for Normalization via Open-Office.&lt;br /&gt;
|Posted by Andrew Z at Wednesday, February 27, 2008 [http://www.artofsolving.com/opensource/pyodconverter LGPG]&lt;br /&gt;
|-&lt;br /&gt;
|[http://pypi.python.org/pypi/poster/0.5 Poster]&lt;br /&gt;
|0.5&lt;br /&gt;
|Provides support for both streaming POST requests as well as multipart/form-data encoding of string or file parameters&lt;br /&gt;
|MIT License&lt;br /&gt;
|-&lt;br /&gt;
|[http://packages.ubuntu.com/lucid/python-lxml Python-lxml]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|GNU General Public License (GPL)&lt;br /&gt;
|-&lt;br /&gt;
|[http://packages.ubuntu.com/lucid/readpst ReadPST/LibPST]&lt;br /&gt;
|0.6.52&lt;br /&gt;
|convert PST (MS Outlook Personal Folders) files to mbox and other formats&lt;br /&gt;
|GNU General Public License (GPL)&lt;br /&gt;
|-&lt;br /&gt;
|[http://us1.samba.org/samba/ Samba/CIFS ]&lt;br /&gt;
|3.3.2&lt;br /&gt;
|Linux to Windows interface; allows applications in the Ubuntu virtual appliance environment to use network storage made available via the Windows CIFS protocol&lt;br /&gt;
|GNU General Public License (GPL)&lt;br /&gt;
|-&lt;br /&gt;
|[http://packages.ubuntu.com/lucid/md5deep md5deep]&lt;br /&gt;
|&lt;br /&gt;
|Sha256 Checksum generation and verification scripts&lt;br /&gt;
|GNU General Public License (GPL)&lt;br /&gt;
|-&lt;br /&gt;
|[http://manpages.ubuntu.com/manpages/karmic/en/man1/uuid.1.html UUID]&lt;br /&gt;
|1.6.2&lt;br /&gt;
|command line interface (CLI) for the generation of DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally Unique Identifier (UUID).&lt;br /&gt;
|GNU General Public License (GPL)&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.ubuntu.org/ Ubuntu Linux]&lt;br /&gt;
|12.04&lt;br /&gt;
|Interface with computing hardware. Ubuntu Linux server edition.&lt;br /&gt;
|GNU General Public License (GPL)&lt;br /&gt;
|-&lt;br /&gt;
|[http://manpages.ubuntu.com/manpages/hardy/man1/zip.1.html Zip]&lt;br /&gt;
|3.0&lt;br /&gt;
|Utility called by Bagit to create AIP package&lt;br /&gt;
|Info-Zip license: &amp;quot;Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.djangoproject.com/ Django]&lt;br /&gt;
|1.4.5&lt;br /&gt;
|Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.&lt;br /&gt;
|BSD License&lt;br /&gt;
|-&lt;br /&gt;
|[http://gearman.org/ Gearman]&lt;br /&gt;
|0.27&lt;br /&gt;
|Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work.&lt;br /&gt;
|BSD License&lt;br /&gt;
|-&lt;br /&gt;
|[http://p7zip.sourceforge.net/ p7zip]&lt;br /&gt;
|9.20.1&lt;br /&gt;
|7-Zip is a file archiver with a high compression ratio. (LZMA)&lt;br /&gt;
|GNU General Public License (GPL)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Widget:Twitter_Search&amp;diff=8481</id>
		<title>Widget:Twitter Search</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Widget:Twitter_Search&amp;diff=8481"/>
		<updated>2013-06-14T22:00:54Z</updated>

		<summary type="html">&lt;p&gt;David: Turn off twitter widget header&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;__NOTOC__&lt;br /&gt;
Embed twitter widget&lt;br /&gt;
&lt;br /&gt;
Based on widget by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]&lt;br /&gt;
&lt;br /&gt;
== Using this widget ==&lt;br /&gt;
For information on how to use this widget, see [http://www.mediawikiwidgets.org/Twitter_Search widget description page on MediaWikiWidgets.org].&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;a class=&amp;quot;twitter-timeline&amp;quot;  href=&amp;quot;https://twitter.com/search?q=archivematica&amp;quot; height=&amp;quot;300&amp;quot; width=&amp;quot;100%&amp;quot; data-widget-id=&amp;quot;345659717298814976&amp;quot; data-chrome=&amp;quot;noheader nofooter noscrollbar&amp;quot;&amp;gt;Tweets about &amp;quot;archivematica&amp;quot;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+&amp;quot;://platform.twitter.com/widgets.js&amp;quot;;fjs.parentNode.insertBefore(js,fjs);}}(document,&amp;quot;script&amp;quot;,&amp;quot;twitter-wjs&amp;quot;);&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Widget:Twitter_Search&amp;diff=8480</id>
		<title>Widget:Twitter Search</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Widget:Twitter_Search&amp;diff=8480"/>
		<updated>2013-06-14T22:00:14Z</updated>

		<summary type="html">&lt;p&gt;David: Remove info for copying widget&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;__NOTOC__&lt;br /&gt;
Embed twitter widget&lt;br /&gt;
&lt;br /&gt;
Based on widget by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]&lt;br /&gt;
&lt;br /&gt;
== Using this widget ==&lt;br /&gt;
For information on how to use this widget, see [http://www.mediawikiwidgets.org/Twitter_Search widget description page on MediaWikiWidgets.org].&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;a class=&amp;quot;twitter-timeline&amp;quot;  href=&amp;quot;https://twitter.com/search?q=archivematica&amp;quot; height=&amp;quot;300&amp;quot; width=&amp;quot;100%&amp;quot; data-widget-id=&amp;quot;345659717298814976&amp;quot; data-chrome=&amp;quot;nofooter noscrollbar&amp;quot;&amp;gt;Tweets about &amp;quot;archivematica&amp;quot;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+&amp;quot;://platform.twitter.com/widgets.js&amp;quot;;fjs.parentNode.insertBefore(js,fjs);}}(document,&amp;quot;script&amp;quot;,&amp;quot;twitter-wjs&amp;quot;);&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Widget:Twitter_Search&amp;diff=8479</id>
		<title>Widget:Twitter Search</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Widget:Twitter_Search&amp;diff=8479"/>
		<updated>2013-06-14T21:58:10Z</updated>

		<summary type="html">&lt;p&gt;David: Try dynamic width&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;__NOTOC__&lt;br /&gt;
Embed twitter widget&lt;br /&gt;
&lt;br /&gt;
Based on widget by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]&lt;br /&gt;
&lt;br /&gt;
== Using this widget ==&lt;br /&gt;
For information on how to use this widget, see [http://www.mediawikiwidgets.org/Twitter_Search widget description page on MediaWikiWidgets.org].&lt;br /&gt;
&lt;br /&gt;
== Copy to your site ==&lt;br /&gt;
To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;a class=&amp;quot;twitter-timeline&amp;quot;  href=&amp;quot;https://twitter.com/search?q=archivematica&amp;quot; height=&amp;quot;300&amp;quot; width=&amp;quot;100%&amp;quot; data-widget-id=&amp;quot;345659717298814976&amp;quot; data-chrome=&amp;quot;nofooter noscrollbar&amp;quot;&amp;gt;Tweets about &amp;quot;archivematica&amp;quot;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+&amp;quot;://platform.twitter.com/widgets.js&amp;quot;;fjs.parentNode.insertBefore(js,fjs);}}(document,&amp;quot;script&amp;quot;,&amp;quot;twitter-wjs&amp;quot;);&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Main_Page&amp;diff=8478</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Main_Page&amp;diff=8478"/>
		<updated>2013-06-14T21:55:51Z</updated>

		<summary type="html">&lt;p&gt;David: /* Twitter */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;background: #fff; float: right; padding: 1em; width: 30%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;download&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Download &amp;lt;span style=&amp;quot;white-space: nowrap;&amp;quot;&amp;gt;[[Install-0.10-beta|Release 0.10-beta]]&amp;lt;/span&amp;gt; ==&lt;br /&gt;
* [[Archivematica_0.10-beta_Release_Notes|Release notes]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;documentation&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[Documentation]] ==&lt;br /&gt;
* [[User Manual]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;development&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[Development|Developer resources]] ==&lt;br /&gt;
*[[Development roadmap: Archivematica 1.0|Development roadmap]]&lt;br /&gt;
*[https://projects.artefactual.com/projects/archivematica Issues list]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;community&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Community support ==&lt;br /&gt;
*[https://groups.google.com/group/archivematica Discussion list]&lt;br /&gt;
*[[Community|Community]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;twitter&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
&lt;br /&gt;
{{#widget:Twitter Search}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;news&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== News ==&lt;br /&gt;
* July 22: [http://www.jcdl2013.org/tutorials Tutorial]: From Ingest to Access using the Archivematica Open-Source Digital Preservation System at Joint Conference on Digital Libraries 2013  (Indianapolis, Indiana)&lt;br /&gt;
* July 8: [http://or2013.net/sessions/digital-preservation-best-practices-lessons-learned-experts Digital Preservation Best Practices]: Lessons Learned from the Experts at Open Repositories 2013 [http://or2013.net/ Register] (Charlottetown, Prince Edward Island)&lt;br /&gt;
* June 5: Archivematica 0.10-beta tutorial at New York Archives Conference [http://www.nyarchivists.org/nyac/?page_id=409&amp;amp;action=evregister&amp;amp;event_id=2 Register] (Long Island, New York)&lt;br /&gt;
* May 4: Archivematica 0.10-beta tutorial at AABC/NWA Joint Conference [http://northwestarchivistsinc.wildapricot.org/eventscalendar?eventId=669195&amp;amp;EventViewMode=EventDetails Register] (UBC, Vancouver)&lt;br /&gt;
* April 19: [http://wiki.curatecamp.org/index.php/CURATEcamp_AVpres_2013 AVpres CURATEcamp] lightning talk  [http://www.slideshare.net/CourtneyMumma/2013-0419av-curatecampavinarchivematicamumma AV in Archivematica] &lt;br /&gt;
* April 12: North East Archivematica Users Group meeting #neaug (New York Public Library)&lt;br /&gt;
* March 14: [http://www.coppul.ca/ COPPUL] Digital Curation Workshop, &amp;quot;[[:File:2013-03-14-COPPUL-Vancouver-IntroToArchivematica-VanGarderen.pdf| Introduction to Archivematica and Digital Preservation]]&amp;quot; (Vancouver, Canada)&lt;br /&gt;
* January 18: [http://metro.org/events/290/ Introducing the Archivematica Digital Preservation System] - [[:File:2013-01-18-MetroNYLibraryCouncil-IntroToArchivematica-McLellan.pdf|Presentation]] and demonstration, Metropolitan New York Library Council (New York, NY)&lt;br /&gt;
* January 9: [http://ils.unc.edu/digccurr/curategear2013.html CurateGear 2013], &amp;quot;[[:File:2013-01-09-CurateGear-ArchivematicaFileCharacterization-Mumma.pdf|Tackling File Characterization and Analysis with Archivematica]]&amp;quot; (UNC Chapel Hill, North Carolina)&lt;br /&gt;
&lt;br /&gt;
===[[News|More news...]]===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;overflow: hidden;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What is Archivematica? ==&lt;br /&gt;
Archivematica is a free and open-source [[wikipedia:Digital preservation|digital preservation]] system that is designed to maintain standards-based, long-term access to collections of digital objects.&lt;br /&gt;
&lt;br /&gt;
Archivematica uses a [[micro-services]] design pattern to provide an integrated suite of software tools that allows users to process digital objects from ingest to access in compliance with the ISO-OAIS functional model. Users monitor and control the micro-services via a web-based dashboard. Archivematica uses METS, PREMIS, Dublin Core and other best practice metadata standards. Archivematica implements [[media type preservation plans|format policies]] based on an analysis of the [[significant characteristics]] of file formats.&lt;br /&gt;
&lt;br /&gt;
The [[overview]] section provides a detailed description of Archivematica's functionality and technical architecture.  This [http://youtu.be/mKORmWPBENc Archivematica 0.10-beta screencast] gives a demo of the core features in the current release.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;margin: 20px 0;&amp;quot; class=&amp;quot;youtube&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | &amp;lt;youtube&amp;gt;mKORmWPBENc&amp;lt;/youtube&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Free and open source ==&lt;br /&gt;
&lt;br /&gt;
Archivematica is free and open source software. Any new software code created for the Archivematica project is released under an [http://www.gnu.org/licenses/agpl.html AGPL3] license. The source code is available at [https://github.com/artefactual/archivematica github.com/artefactual/archivematica]. All the system documentation found on this wiki is released under a Creative Commons license. &lt;br /&gt;
&lt;br /&gt;
The software applications integrated into Archivematica are each released under their own open source license. These are checked for license compatibility before they are integrated into the project. A full list of applications with their respective license is available on the [[External tools|external software tools]] page.&lt;br /&gt;
&lt;br /&gt;
[[Contribute code|Code contributions]], [https://projects.artefactual.com/projects/archivematica bug reports], wiki [[Special:UserLogin|documentation updates]] along with questions and feedback in the [[chat room]] and [http://groups.google.ca/group/archivematica discussion list] are strongly encouraged and welcomed.&lt;br /&gt;
&lt;br /&gt;
Commercial licenses and commercial use of the Archivematica name and logo [[trademark|trademarks]] may be negotiated with [http://artefactual.com Artefactual Systems] on a case-by-case basis.&lt;br /&gt;
&lt;br /&gt;
== Agile development == &lt;br /&gt;
&lt;br /&gt;
Digital preservation systems must implement strategies that deal with technology obsolescence and incompatibility to ensure that digital objects remain authentic, accessible and useable for future use. The technologies that create digital objects and the technology available to manage them are constantly changing. Therefore, the Archivematica project has established an [[wikipedia:Agile software development|agile software development]] methodology to manage the perpetual maintenance and development of the system. This methodology is focused on rapid, iterative release cycles, each of which improves upon the system's [[requirements]], [[software]], [[documentation]], and [[development]] resources.&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
This project is managed by [http://artefactual.com/archivematica.html Artefactual Systems] in collaboration with the UNESCO Memory of the World's [http://portal.unesco.org/ci/en/ev.php-URL_ID=1720&amp;amp;URL_DO=DO_TOPIC&amp;amp;URL_SECTION=201.html Subcommittee on Technology], the [http://vancouver.ca/ctyclerk/archives/ City of Vancouver Archives], the [http://www.library.ualberta.ca/ University of Alberta Libraries], the [http://diginit.library.ubc.ca/ University of British Columbia Library], the [http://rockarch.org/ Rockefeller Archive Center], [http://www.sfu.ca/archives/ Simon Fraser University Archives and Records Management], [http://www.library.yale.edu/ Yale University Library] and a number of other collaborators.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Artefactual_Logo.png|240px|center]] &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[[File:Cva.gif|160px]] [[File:Ubcblue_full.png|80px]] [[File:RAC-logo.png|80px]] [[File:Logo_en.gif|140px]][[File:SFULogo.jpg|150px]][[File:UofAlogo.png|180px]][[File:FinalULBlues_copy.png|300px]][[File:MoMA.png|180px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Widget:Twitter_Search&amp;diff=8477</id>
		<title>Widget:Twitter Search</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Widget:Twitter_Search&amp;diff=8477"/>
		<updated>2013-06-14T21:55:19Z</updated>

		<summary type="html">&lt;p&gt;David: Upate to use new twitter widget API&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;__NOTOC__&lt;br /&gt;
Embed twitter widget&lt;br /&gt;
&lt;br /&gt;
Based on widget by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]&lt;br /&gt;
&lt;br /&gt;
== Using this widget ==&lt;br /&gt;
For information on how to use this widget, see [http://www.mediawikiwidgets.org/Twitter_Search widget description page on MediaWikiWidgets.org].&lt;br /&gt;
&lt;br /&gt;
== Copy to your site ==&lt;br /&gt;
To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;a class=&amp;quot;twitter-timeline&amp;quot;  href=&amp;quot;https://twitter.com/search?q=archivematica&amp;quot; height=&amp;quot;300&amp;quot; data-widget-id=&amp;quot;345659717298814976&amp;quot; data-chrome=&amp;quot;nofooter noscrollbar&amp;quot;&amp;gt;Tweets about &amp;quot;archivematica&amp;quot;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+&amp;quot;://platform.twitter.com/widgets.js&amp;quot;;fjs.parentNode.insertBefore(js,fjs);}}(document,&amp;quot;script&amp;quot;,&amp;quot;twitter-wjs&amp;quot;);&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Main_Page&amp;diff=7669</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Main_Page&amp;diff=7669"/>
		<updated>2013-02-21T00:00:11Z</updated>

		<summary type="html">&lt;p&gt;David: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;background: #fff; float: right; padding: 1em; width: 30%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;download&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Download &amp;lt;span style=&amp;quot;white-space: nowrap;&amp;quot;&amp;gt;[[Install-0.9-beta|Release 0.9-beta]]&amp;lt;/span&amp;gt; ==&lt;br /&gt;
* [[Archivematica_0.9_Release_Notes|Release notes]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;documentation&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[Documentation]] ==&lt;br /&gt;
* [[User Manual]]&lt;br /&gt;
* [http://www.youtube.com/watch?v=GWmNfuO1ofw Screencast demo]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;development&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[Development|Developer resources]] ==&lt;br /&gt;
*[[Development roadmap: Archivematica 1.0|Development roadmap]]&lt;br /&gt;
*[https://projects.artefactual.com/projects/archivematica Issues list]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;community&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Community support ==&lt;br /&gt;
*[https://groups.google.com/group/archivematica Discussion list]&lt;br /&gt;
*[[Community|Community]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;twitter&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
&lt;br /&gt;
{{#widget:Twitter Search&lt;br /&gt;
|title=What people are saying about&lt;br /&gt;
|caption=Archivematica&lt;br /&gt;
|query=archivematica&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;news&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== News ==&lt;br /&gt;
&lt;br /&gt;
* January 18: [http://metro.org/events/290/ Introducing the Archivematica Digital Preservation System], Presentation and demonstration, Metropolitan New York Library Council (New York, NY)&lt;br /&gt;
* January 9: [http://ils.unc.edu/digccurr/curategear2013.html CurateGear 2013], &amp;quot;Tackling File Characterization and Analysis with Archivematica&amp;quot; (UNC Chapel Hill, North Carolina)&lt;br /&gt;
* November 16: [http://wiki.curatecamp.org/index.php/CURATEcamp_24_hour_worldwide_file_id_hackathon_Nov_16_2012 CURATEcamp 24 hour worldwide file identification hackathon]&lt;br /&gt;
* October 30: &amp;quot;Archivematica's Open Source Approach to Digital Preservation&amp;quot;, [http://www.digitalpreservation.gov/ndsa/working_groups/infrastructure.html National Digital Stewardship Alliance (NDSA)  Infrastructure Working group] (web meeting)&lt;br /&gt;
* October 16: [http://blogs.loc.gov/digitalpreservation/2012/10/archivematica-and-the-open-source-mindset-for-digital-preservation-systems/ Archivematica and the Open Source Mindset for Digital Preservation Systems Interview] (Library of Congress Signal Blog)&lt;br /&gt;
* October 4: [https://docs.google.com/file/d/0B-mg0fE1wPrLYXppWjN1QnRwRVE/edit?pli=1 The Community Driven Evolution of the Archivematica Project], iPres conference (Toronto)&lt;br /&gt;
* October 6: Archivematica 0.9 [http://archivematica-toronto.eventbrite.com/ Workshops], iPres conference (Toronto)&lt;br /&gt;
* September 29: Archivematica 0.9 [http://archivematica.eventbrite.ca Workshops], UNESCO conference (Vancouver)&lt;br /&gt;
* September 26: &amp;quot;Archivematica: Meeting Digital Continuity's Technical Challenges&amp;quot; UNESCO conference: [http://www.unesco.org/new/en/communication-and-information/resources/news-and-in-focus-articles/all-news/news/international_conference_memory_of_the_world_in_the_digital_age_digitization_and_preservation/ Memory of the World In the Digital Age]: (Vancouver)&lt;br /&gt;
* August 6 - 10: [http://www2.archivists.org/conference/2012/san-diego Society of American Archivists - Beyond Borders] (San Diego, CA) Archivematica User group Tues, Aug 6, 1- 3 (Aqua 314)&lt;br /&gt;
* August 2, [http://islandora.ca/camp Islandora Camp 2012], [[Media:Integrating_Islandora_and_Archivematica.pdf|Integrating Islandora and Archivematica]] by Mark Jordan (Prince Edward Island)&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
===[[News|More news...]]===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;overflow: hidden;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What is Archivematica? ==&lt;br /&gt;
Archivematica is a free and open-source [[wikipedia:Digital preservation|digital preservation]] system that is designed to maintain standards-based, long-term access to collections of digital objects.&lt;br /&gt;
&lt;br /&gt;
Archivematica uses a [[micro-services]] design pattern to provide an integrated suite of software tools that allows users to process digital objects from ingest to access in compliance with the ISO-OAIS functional model. Users monitor and control the micro-services via a web-based dashboard. Archivematica uses METS, PREMIS, Dublin Core and other best practice metadata standards. Archivematica implements [[media type preservation plans|format policies]] based on an analysis of the [[significant characteristics]] of file formats.&lt;br /&gt;
&lt;br /&gt;
The [[overview]] section provides a detailed description of Archivematica's functionality and technical architecture.  This [http://www.youtube.com/watch?v=GWmNfuO1ofw Archivematica 0.9-beta screencast] gives a demo of the core features in the current release.&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;margin: 20px 0;&amp;quot; class=&amp;quot;youtube&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | &amp;lt;youtube&amp;gt;GWmNfuO1ofw&amp;lt;/youtube&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Free and open source ==&lt;br /&gt;
&lt;br /&gt;
Archivematica is free and open source software. Any new software code created for the Archivematica project is released under an [http://www.gnu.org/licenses/agpl.html AGPL3] license. The source code is available at [https://github.com/artefactual/archivematica github.com/artefactual/archivematica]. All the system documentation found on this wiki is released under a Creative Commons license. &lt;br /&gt;
&lt;br /&gt;
The software applications integrated into Archivematica are each released under their own open source license. These are checked for license compatibility before they are integrated into the project. A full list of applications with their respective license is available on the [[External tools|external software tools]] page.&lt;br /&gt;
&lt;br /&gt;
[[Contribute code|Code contributions]], [https://projects.artefactual.com/projects/archivematica bug reports], wiki [[Special:UserLogin|documentation updates]] along with questions and feedback in the [[chat room]] and [http://groups.google.ca/group/archivematica discussion list] are strongly encouraged and welcomed.&lt;br /&gt;
&lt;br /&gt;
Commercial licenses and commercial use of the Archivematica name and logo [[trademark|trademarks]] may be negotiated with [http://artefactual.com Artefactual Systems] on a case-by-case basis.&lt;br /&gt;
&lt;br /&gt;
== Agile development == &lt;br /&gt;
&lt;br /&gt;
Digital preservation systems must implement strategies that deal with technology obsolescence and incompatibility to ensure that digital objects remain authentic, accessible and useable for future use. The technologies that create digital objects and the technology available to manage them are constantly changing. Therefore, the Archivematica project has established an [[wikipedia:Agile software development|agile software development]] methodology to manage the perpetual maintenance and development of the system. This methodology is focused on rapid, iterative release cycles, each of which improves upon the system's [[requirements]], [[software]], [[documentation]], and [[development]] resources.&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
This project is managed by [http://artefactual.com/archivematica.html Artefactual Systems] in collaboration with the UNESCO Memory of the World's [http://portal.unesco.org/ci/en/ev.php-URL_ID=1720&amp;amp;URL_DO=DO_TOPIC&amp;amp;URL_SECTION=201.html Subcommittee on Technology], the [http://vancouver.ca/ctyclerk/archives/ City of Vancouver Archives], the [http://www.library.ualberta.ca/ University of Alberta Libraries], the [http://diginit.library.ubc.ca/ University of British Columbia Library], the [http://rockarch.org/ Rockefeller Archive Center], [http://www.sfu.ca/archives/ Simon Fraser University Archives and Records Management], and a number of other collaborators.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Artefactual_Logo.png|240px]] [[File:Cva.gif|160px]] [[File:Ubcblue_full.png|80px]] [[File:RAC-logo.png|80px]] [[File:Logo_en.gif|140px]] [[File:SFU-arm-logo.png|360px]][[File:UofAlogo.png|180px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Meeting_20110518&amp;diff=3897</id>
		<title>Meeting 20110518</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Meeting_20110518&amp;diff=3897"/>
		<updated>2011-05-18T17:37:49Z</updated>

		<summary type="html">&lt;p&gt;David: Dev notes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Development =&lt;br /&gt;
&lt;br /&gt;
* Jesús has started working in issue 464, http://code.google.com/p/archivematica/issues/detail?id=464. He and Joseph were talking about how the UI should be&lt;br /&gt;
* Joseph's summary&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
570, Asterisk*.zip encounters error at transcoder extract packages.&lt;br /&gt;
63,Issue 63:	During ingest run script to remove Thumbs.db files&lt;br /&gt;
566,	access normalization copy fails on files without extension.&lt;br /&gt;
564, Remove Approve submission documentation ingest approval step&lt;br /&gt;
532, inkscape failing on sample 'Vector.NET-Free-Vector-Art-Pack-28-Freedom-Flight.eps' file&lt;br /&gt;
&lt;br /&gt;
Had to change it to work with sudo&lt;br /&gt;
&lt;br /&gt;
215, MCP - Handle clients disconnecting while processing.&lt;br /&gt;
441 - added dual extraction of pst files.&lt;br /&gt;
482, Receive SIP watch directory behavior. - Rename move etc.&lt;br /&gt;
467, RPC-CLI should report MCPClient information&lt;br /&gt;
- added the to the xmlrpc protocol&lt;br /&gt;
532* had to add sudo to the command for it to work properly&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Meeting_20110504&amp;diff=3882</id>
		<title>Meeting 20110504</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Meeting_20110504&amp;diff=3882"/>
		<updated>2011-05-04T17:01:27Z</updated>

		<summary type="html">&lt;p&gt;David: Copy and paste agenda skeleton&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Development ==&lt;br /&gt;
&lt;br /&gt;
== Deployment ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
== Testing ==&lt;br /&gt;
&lt;br /&gt;
== Chat log ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3703</id>
		<title>Meeting 20110316</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3703"/>
		<updated>2011-03-16T18:09:16Z</updated>

		<summary type="html">&lt;p&gt;David: /* Deployment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Development ==&lt;br /&gt;
&lt;br /&gt;
* Joseph has mainly been working on Transcoder stuff&lt;br /&gt;
* Joseph fixed issue 471&lt;br /&gt;
** issues with file names with apostrophes (') with mysql escaping.  &lt;br /&gt;
** Joseph also accidentally ommited one field (file UUID) forgetting that it will contain the file name. Missed this during testing as well.&lt;br /&gt;
* Joseph is moving normalization paths into the database&lt;br /&gt;
* Peter has been having some design discussions with Open Planets Foundation and Heather Bowden (PhD student at UNC) about Archivematica interaction with external format registry&lt;br /&gt;
* Peter submitted our use cases for a REST Bag API to a collaborative group led by Educopia and Library of Congress (monthly group telecon, mostly US university libraries) &lt;br /&gt;
* Links to Peter's work at http://groups.google.com/group/archivematica/browse_thread/thread/482b97e863dc264e?hl=en&lt;br /&gt;
* Peter, Joseph and Evelyn discussed the 'rename' to start receiveSIP issue this morning, which was originally a work-around&lt;br /&gt;
** Fixing this is a 0.7.1 priority&lt;br /&gt;
** preference#1 moving or copying files to receiveSIP will just work (i.e. Archivematica starts processing)&lt;br /&gt;
** preference#2 use the script Austin created at RAC to avoid the rename&lt;br /&gt;
* see Penn State work on making each AIP its own git repository: https://github.com/MaxFisher/caps/blob/master/services/storage.py for out of the box versioning and auditing.  Peter thinks this is a brilliant idea, and really wants to take a closer look at this for Archivematica&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* Evelyn will create wiki page with instructions on restarting Archivematica&lt;br /&gt;
* Evelyn will add details of client installs to our private wiki&lt;br /&gt;
* Evelyn is updating the [[Metadata_elements|PREMIS metadata elements]] pages&lt;br /&gt;
* Evelyn is harmonizing event names with the ones suggested or used by PREMIS (see issue 481)&lt;br /&gt;
* Peter updated the [[News]] page to list upcoming Archivematica events&lt;br /&gt;
&lt;br /&gt;
== Deployment ==&lt;br /&gt;
&lt;br /&gt;
* Austin created a USB key image - he said it was slow&lt;br /&gt;
* Joseph is going to investigate 0.7 USB keys for Peter today. needed for Archivematica workshop in Ottawa in 1.5 week. will switch to LiveDVD as backup plan but not preferred&lt;br /&gt;
* Peter, Austin and Evelyn deployed Archivematica install at UBC Rare Books and Special Collections on Monday went really well&lt;br /&gt;
** they had requisitoined a VMware server for Archivematica and managed to install dev environment (SVN) setup&lt;br /&gt;
** Austin deep-sixed that and started fresh with Ubuntu package install which was done and working within half an hour!!&lt;br /&gt;
** remaining issue is interfacing with MCP server shared directory in absence of our default Xubuntu Xfce desktop and Thunar&lt;br /&gt;
** in absence of Thunar we are using Filezilla to move files into MCP shared directory but not ideal (i.e. no scripts, lots of extra copying/moving)&lt;br /&gt;
&lt;br /&gt;
== Chat log ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(10:31:28 AM) david.juhasz: just give me a minute to set up for archivematica&lt;br /&gt;
(10:32:53 AM) david.juhasz: okay, ready&lt;br /&gt;
(10:32:55 AM) david.juhasz: dev?&lt;br /&gt;
(10:33:37 AM) berwin22: Transcoder stuff mainly&lt;br /&gt;
(10:33:56 AM) berwin22: fixed 471... issues with file names with &amp;quot;'&amp;quot;&lt;br /&gt;
(10:34:09 AM) berwin22: I think other charactors will also cause problems&lt;br /&gt;
(10:34:32 AM) berwin22: getting the meat of our normalization paths into the database&lt;br /&gt;
(10:34:49 AM) berwin22: That's about it for me for dev.&lt;br /&gt;
(10:35:29 AM) peterVG: I've been having some design discussions with Open Planets Foundation and Heather Bowden (PhD student at UNC) about Archivematica interaction with external format registry&lt;br /&gt;
(10:35:59 AM) MJ Suhonos: peterVG:  yes i've been trying to follow those (and doing so-so)&lt;br /&gt;
(10:36:05 AM) peterVG: I also submitted our use cases for a REST Bag API to a collaborative group led by Educopia and Library of Congress (monthly group telecon, mostly US university libraries)&lt;br /&gt;
(10:36:40 AM) peterVG: Links here: http://groups.google.com/group/archivematica/browse_thread/thread/482b97e863dc264e?hl=en&lt;br /&gt;
(10:36:43 AM) david.juhasz: berwin22: does your fix for 471 address other characters, or are other characters still a possible problem?&lt;br /&gt;
(10:37:30 AM) berwin22: the problem was with escaping charactors in the sql statement.&lt;br /&gt;
(10:37:34 AM) peterVG: ^ best part of submitting use cases was setting up my gitHub account and forking my first repo. I feel like I've just earned another geek badge&lt;br /&gt;
(10:38:06 AM) berwin22: I accidentally ommited one field (file UUID) forgetting, that it will contain the file name. Missed this during testing as well.&lt;br /&gt;
(10:38:22 AM) peterVG: berwin22: we were also discussing the 'rename' to start receiveSIP issue this morning&lt;br /&gt;
(10:38:44 AM) david.juhasz: nice one @ peterVG git fork :)&lt;br /&gt;
(10:38:55 AM) peterVG: 'rename' was basically a workaround&lt;br /&gt;
(10:38:58 AM) MJ Suhonos: peterVG:  does that mean we're moving to git in the new year?  please say yes&lt;br /&gt;
(10:39:14 AM) david.juhasz: berwin: is the UUID thing related to issue 471?&lt;br /&gt;
(10:39:22 AM) peterVG: preference#1 moving or copying files to receiveSIP will just work (i.e. Archivematica starts processing)&lt;br /&gt;
(10:39:42 AM) peterVG: preference#2 use the script Austin created at RAC to avoid the rename&lt;br /&gt;
(10:39:42 AM) berwin22: david: yes UUID is in relation to 471&lt;br /&gt;
(10:40:56 AM) peterVG: MJ Suhonos: moving all projects to git would be rough transition. let's consider using it for any new/R&amp;amp;D projects to get our feet wet&lt;br /&gt;
(10:41:15 AM) MJ Suhonos: woohoo!&lt;br /&gt;
(10:43:59 AM) peterVG: to bring this back to an Archivematica dev discussion: see Penn State work on making each AIP its own git repository: https://github.com/MaxFisher/caps/blob/master/services/storage.py&lt;br /&gt;
(10:44:09 AM) peterVG: ^ out of the box versioning and auditing&lt;br /&gt;
(10:44:53 AM) peterVG: brilliant idea. really want to take a closer look at this for Archivematica&lt;br /&gt;
(10:45:13 AM) david.juhasz: peterVG: You and ? discussed the 'rename' to start receiveSIP issue this morning?&lt;br /&gt;
(10:45:16 AM) peterVG: anyway, sorry guys. don't want to sidetrack&lt;br /&gt;
(10:45:24 AM) peterVG: david.juhasz: joseph and evelyn&lt;br /&gt;
(10:45:38 AM) peterVG: evelyn is going to follow-up on discussion group question about this&lt;br /&gt;
(10:45:51 AM) evelyn: hi, sorry, just doing some trouble-shooting with Paul Jordan&lt;br /&gt;
(10:45:52 AM) peterVG: joseph is adding this as a 0.7.1 priority&lt;br /&gt;
(10:46:19 AM) berwin22: Documentation questions:&lt;br /&gt;
1.  Do we have a place to document information on our client setups?&lt;br /&gt;
2.  Does anyone know of any instructions listed on wiki/elsewhere to restart archivematica?&lt;br /&gt;
Closest I can find is this:&lt;br /&gt;
http://archivematica.org/wiki/index.php?title=Use_the_Live_USB [ step 7 ]&lt;br /&gt;
&lt;br /&gt;
(10:46:52 AM) evelyn: since it's for clients, it should probably be on Artefactual's wiki maybe?&lt;br /&gt;
(10:47:00 AM) evelyn: not that it's there, but maybe that's where it should be?&lt;br /&gt;
(10:47:04 AM) evelyn: or on amos&lt;br /&gt;
(10:47:15 AM) peterVG: evelyn: yes (1) should be kept private. evelyn we can assemble from project reports&lt;br /&gt;
(10:47:16 AM) berwin22: our private wike&lt;br /&gt;
(10:47:18 AM) berwin22: wiki*&lt;br /&gt;
(10:47:20 AM) evelyn: yes&lt;br /&gt;
(10:47:39 AM) evelyn: we need to shut down and restart at UBC Library asap, unfortunately&lt;br /&gt;
(10:47:44 AM) peterVG: in fact, I think I may have already created placeholders for that&lt;br /&gt;
(10:47:47 AM) ***peterVG checking&lt;br /&gt;
(10:48:09 AM) peterVG: (2) I don't think we have this on the wiki right now anywhere&lt;br /&gt;
(10:48:23 AM) peterVG: berwin22: can you please check after meeting and add?&lt;br /&gt;
(10:48:45 AM) berwin22: I'm not sure what we are doing for distributed systems&lt;br /&gt;
(10:48:53 AM) berwin22: are we giving remote instructions?&lt;br /&gt;
(10:49:15 AM) berwin22: Evelyn, do you have a copy of the instructions you left at imf?&lt;br /&gt;
(10:49:32 AM) peterVG: not sure what you mean by that. let's chat after meeting. either way, we need *some* documentation on the wiki about restart&lt;br /&gt;
(10:49:35 AM) evelyn: At IMF we just shut down and restart the virtual machine&lt;br /&gt;
(10:49:44 AM) peterVG: ^ easy-peasy :-)&lt;br /&gt;
(10:49:47 AM) evelyn: i.e. the shut down icon or sudo reboot&lt;br /&gt;
(10:50:14 AM) evelyn: RAC is more complicated, Austin should be able to provide documentation&lt;br /&gt;
(10:50:27 AM) peterVG: evelyn: we've got the documentation from the RAC report&lt;br /&gt;
(10:50:35 AM) peterVG: just copy that into the wiki page to start with&lt;br /&gt;
(10:50:41 AM) evelyn: ok&lt;br /&gt;
(10:50:52 AM) peterVG: btw, there are placeholders on the private wiki under 'Archivematica deployments'&lt;br /&gt;
(10:51:00 AM) david.juhasz: evelyn is creating the restart instruction wiki page?&lt;br /&gt;
(10:51:01 AM) evelyn: ok, good to know&lt;br /&gt;
(10:51:15 AM) evelyn: yes, I'll create those pages&lt;br /&gt;
(10:51:34 AM) david.juhasz: k&lt;br /&gt;
(10:51:54 AM) david.juhasz: other doc news?&lt;br /&gt;
(10:52:06 AM) evelyn: I'm updating the PREMIS metadata elements pages&lt;br /&gt;
(10:52:07 AM) peterVG: is Misty here: I believe she is working on some docs?&lt;br /&gt;
(10:52:18 AM) evelyn: http://www.archivematica.org/wiki/index.php?title=Metadata_elements&lt;br /&gt;
(10:52:36 AM) evelyn: it used to be all one page but was getting very long&lt;br /&gt;
(10:52:51 AM) evelyn: am also harmonizing event names with the ones suggested or used by PREMIS&lt;br /&gt;
(10:53:07 AM) david.juhasz: thanks for the link evelyn&lt;br /&gt;
(10:53:07 AM) evelyn: See http://code.google.com/p/archivematica/issues/detail?id=481&lt;br /&gt;
(10:53:23 AM) peterVG: I update the &amp;quot;News&amp;quot; page to list upcoming Archivematica events&lt;br /&gt;
(10:53:26 AM) peterVG: http://archivematica.org/wiki/index.php?title=News&lt;br /&gt;
(10:53:43 AM) peterVG: oops, forget PASIG in SanFran in May...&lt;br /&gt;
(10:54:02 AM) peterVG: Misty: any docs news?&lt;br /&gt;
(10:55:00 AM) david.juhasz: 5 minutes left&lt;br /&gt;
(10:56:07 AM) david.juhasz: nice somebody got the issue auto-linking working at Archivematica wiki :)&lt;br /&gt;
(10:56:15 AM) david.juhasz: Deployment?&lt;br /&gt;
(10:56:17 AM) peterVG: really?&lt;br /&gt;
(10:56:33 AM) david.juhasz: yep, see notes: http://www.archivematica.org/wiki/index.php?title=Meeting_20110316&lt;br /&gt;
(10:56:36 AM) berwin22: USB key image by Austin, he said it was slow.&lt;br /&gt;
(10:56:39 AM) david.juhasz: issue 481 autolinked&lt;br /&gt;
(10:57:18 AM) peterVG: right berwin22 is going to investigate 0.7 USB keys for me today. needed for Archivematica workshop in Ottawa in 1.5 week. will switch to LiveDVD as backup plan but not preferred&lt;br /&gt;
(10:57:46 AM) david.juhasz: UBC deploy?&lt;br /&gt;
(10:57:55 AM) david.juhasz: RBSC&lt;br /&gt;
(10:58:04 AM) david.juhasz: ?&lt;br /&gt;
(10:58:04 AM) peterVG: went really well&lt;br /&gt;
(10:58:18 AM) david.juhasz: was it RBSC, or a more general deployment?&lt;br /&gt;
(10:58:32 AM) peterVG: they had requisitoined a VMware server for Archivematica and managed to install dev environment (SVN) setup&lt;br /&gt;
(10:58:46 AM) peterVG: we deep-sixed that and started fresh with Ubuntu package install&lt;br /&gt;
(10:58:52 AM) peterVG: done and working within half an hour!!&lt;br /&gt;
(10:59:33 AM) david.juhasz: peterVG: it was you and Austin and?&lt;br /&gt;
(10:59:34 AM) peterVG: remaining issue is interfacing with MCP server shared directory in absence of our default Xubuntu Xfce desktop and Thunar&lt;br /&gt;
(10:59:48 AM) peterVG: me, austin and evelyn for follow-up training&lt;br /&gt;
(10:59:53 AM) peterVG: the Archivematica swat team!&lt;br /&gt;
(11:00:02 AM) peterVG: aka &amp;quot;the Archivematica people&amp;quot; &lt;br /&gt;
(11:00:16 AM) peterVG: ^ what we were referred to as at RAC :-)&lt;br /&gt;
(11:00:21 AM) evelyn: :)&lt;br /&gt;
(11:00:40 AM) david.juhasz: heh&lt;br /&gt;
(11:00:47 AM) david.juhasz: alright, we're out of time&lt;br /&gt;
(11:01:00 AM) peterVG: in absence of THunar we are using Filezilla to move files into MCP shared directory but not ideal (i.e. no scripts, lots of extra copying/moving)&lt;br /&gt;
(11:01:17 AM) evelyn: yeah, it's pretty clunky&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3700</id>
		<title>Meeting 20110316</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3700"/>
		<updated>2011-03-16T18:02:50Z</updated>

		<summary type="html">&lt;p&gt;David: /* Chat log */ update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Development ==&lt;br /&gt;
&lt;br /&gt;
* Joseph has mainly been working on Transcoder stuff&lt;br /&gt;
* Joseph fixed issue 471&lt;br /&gt;
** issues with file names with apostrophes (') with mysql escaping.  &lt;br /&gt;
** Joseph also accidentally ommited one field (file UUID) forgetting that it will contain the file name. Missed this during testing as well.&lt;br /&gt;
* Joseph is moving normalization paths into the database&lt;br /&gt;
* Peter has been having some design discussions with Open Planets Foundation and Heather Bowden (PhD student at UNC) about Archivematica interaction with external format registry&lt;br /&gt;
* Peter submitted our use cases for a REST Bag API to a collaborative group led by Educopia and Library of Congress (monthly group telecon, mostly US university libraries) &lt;br /&gt;
* Links to Peter's work at http://groups.google.com/group/archivematica/browse_thread/thread/482b97e863dc264e?hl=en&lt;br /&gt;
* Peter, Joseph and Evelyn discussed the 'rename' to start receiveSIP issue this morning, which was originally a work-around&lt;br /&gt;
** Fixing this is a 0.7.1 priority&lt;br /&gt;
** preference#1 moving or copying files to receiveSIP will just work (i.e. Archivematica starts processing)&lt;br /&gt;
** preference#2 use the script Austin created at RAC to avoid the rename&lt;br /&gt;
* see Penn State work on making each AIP its own git repository: https://github.com/MaxFisher/caps/blob/master/services/storage.py for out of the box versioning and auditing.  Peter thinks this is a brilliant idea, and really wants to take a closer look at this for Archivematica&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* Evelyn will create wiki page with instructions on restarting Archivematica&lt;br /&gt;
* Evelyn will add details of client installs to our private wiki&lt;br /&gt;
* Evelyn is updating the [[Metadata_elements|PREMIS metadata elements]] pages&lt;br /&gt;
* Evelyn is harmonizing event names with the ones suggested or used by PREMIS (see issue 481)&lt;br /&gt;
* Peter updated the [[News]] page to list upcoming Archivematica events&lt;br /&gt;
&lt;br /&gt;
== Deployment ==&lt;br /&gt;
&lt;br /&gt;
* Austin created a USB key image - he said it was slow&lt;br /&gt;
* Joseph is going to investigate 0.7 USB keys for me today. needed for Archivematica workshop in Ottawa in 1.5 week. will switch to LiveDVD as backup plan but not preferred&lt;br /&gt;
* Peter, Austin and Evelyn deployed Archivematica install at UBC Rare Books and Special Collections on Monday went really well&lt;br /&gt;
** they had requisitoined a VMware server for Archivematica and managed to install dev environment (SVN) setup&lt;br /&gt;
** Austin deep-sixed that and started fresh with Ubuntu package install which was done and working within half an hour!!&lt;br /&gt;
** remaining issue is interfacing with MCP server shared directory in absence of our default Xubuntu Xfce desktop and Thunar&lt;br /&gt;
** in absence of Thunar we are using Filezilla to move files into MCP shared directory but not ideal (i.e. no scripts, lots of extra copying/moving)&lt;br /&gt;
&lt;br /&gt;
== Chat log ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(10:31:28 AM) david.juhasz: just give me a minute to set up for archivematica&lt;br /&gt;
(10:32:53 AM) david.juhasz: okay, ready&lt;br /&gt;
(10:32:55 AM) david.juhasz: dev?&lt;br /&gt;
(10:33:37 AM) berwin22: Transcoder stuff mainly&lt;br /&gt;
(10:33:56 AM) berwin22: fixed 471... issues with file names with &amp;quot;'&amp;quot;&lt;br /&gt;
(10:34:09 AM) berwin22: I think other charactors will also cause problems&lt;br /&gt;
(10:34:32 AM) berwin22: getting the meat of our normalization paths into the database&lt;br /&gt;
(10:34:49 AM) berwin22: That's about it for me for dev.&lt;br /&gt;
(10:35:29 AM) peterVG: I've been having some design discussions with Open Planets Foundation and Heather Bowden (PhD student at UNC) about Archivematica interaction with external format registry&lt;br /&gt;
(10:35:59 AM) MJ Suhonos: peterVG:  yes i've been trying to follow those (and doing so-so)&lt;br /&gt;
(10:36:05 AM) peterVG: I also submitted our use cases for a REST Bag API to a collaborative group led by Educopia and Library of Congress (monthly group telecon, mostly US university libraries)&lt;br /&gt;
(10:36:40 AM) peterVG: Links here: http://groups.google.com/group/archivematica/browse_thread/thread/482b97e863dc264e?hl=en&lt;br /&gt;
(10:36:43 AM) david.juhasz: berwin22: does your fix for 471 address other characters, or are other characters still a possible problem?&lt;br /&gt;
(10:37:30 AM) berwin22: the problem was with escaping charactors in the sql statement.&lt;br /&gt;
(10:37:34 AM) peterVG: ^ best part of submitting use cases was setting up my gitHub account and forking my first repo. I feel like I've just earned another geek badge&lt;br /&gt;
(10:38:06 AM) berwin22: I accidentally ommited one field (file UUID) forgetting, that it will contain the file name. Missed this during testing as well.&lt;br /&gt;
(10:38:22 AM) peterVG: berwin22: we were also discussing the 'rename' to start receiveSIP issue this morning&lt;br /&gt;
(10:38:44 AM) david.juhasz: nice one @ peterVG git fork :)&lt;br /&gt;
(10:38:55 AM) peterVG: 'rename' was basically a workaround&lt;br /&gt;
(10:38:58 AM) MJ Suhonos: peterVG:  does that mean we're moving to git in the new year?  please say yes&lt;br /&gt;
(10:39:14 AM) david.juhasz: berwin: is the UUID thing related to issue 471?&lt;br /&gt;
(10:39:22 AM) peterVG: preference#1 moving or copying files to receiveSIP will just work (i.e. Archivematica starts processing)&lt;br /&gt;
(10:39:42 AM) peterVG: preference#2 use the script Austin created at RAC to avoid the rename&lt;br /&gt;
(10:39:42 AM) berwin22: david: yes UUID is in relation to 471&lt;br /&gt;
(10:40:56 AM) peterVG: MJ Suhonos: moving all projects to git would be rough transition. let's consider using it for any new/R&amp;amp;D projects to get our feet wet&lt;br /&gt;
(10:41:15 AM) MJ Suhonos: woohoo!&lt;br /&gt;
(10:43:59 AM) peterVG: to bring this back to an Archivematica dev discussion: see Penn State work on making each AIP its own git repository: https://github.com/MaxFisher/caps/blob/master/services/storage.py&lt;br /&gt;
(10:44:09 AM) peterVG: ^ out of the box versioning and auditing&lt;br /&gt;
(10:44:53 AM) peterVG: brilliant idea. really want to take a closer look at this for Archivematica&lt;br /&gt;
(10:45:13 AM) david.juhasz: peterVG: You and ? discussed the 'rename' to start receiveSIP issue this morning?&lt;br /&gt;
(10:45:16 AM) peterVG: anyway, sorry guys. don't want to sidetrack&lt;br /&gt;
(10:45:24 AM) peterVG: david.juhasz: joseph and evelyn&lt;br /&gt;
(10:45:38 AM) peterVG: evelyn is going to follow-up on discussion group question about this&lt;br /&gt;
(10:45:51 AM) evelyn: hi, sorry, just doing some trouble-shooting with Paul Jordan&lt;br /&gt;
(10:45:52 AM) peterVG: joseph is adding this as a 0.7.1 priority&lt;br /&gt;
(10:46:19 AM) berwin22: Documentation questions:&lt;br /&gt;
1.  Do we have a place to document information on our client setups?&lt;br /&gt;
2.  Does anyone know of any instructions listed on wiki/elsewhere to restart archivematica?&lt;br /&gt;
Closest I can find is this:&lt;br /&gt;
http://archivematica.org/wiki/index.php?title=Use_the_Live_USB [ step 7 ]&lt;br /&gt;
&lt;br /&gt;
(10:46:52 AM) evelyn: since it's for clients, it should probably be on Artefactual's wiki maybe?&lt;br /&gt;
(10:47:00 AM) evelyn: not that it's there, but maybe that's where it should be?&lt;br /&gt;
(10:47:04 AM) evelyn: or on amos&lt;br /&gt;
(10:47:15 AM) peterVG: evelyn: yes (1) should be kept private. evelyn we can assemble from project reports&lt;br /&gt;
(10:47:16 AM) berwin22: our private wike&lt;br /&gt;
(10:47:18 AM) berwin22: wiki*&lt;br /&gt;
(10:47:20 AM) evelyn: yes&lt;br /&gt;
(10:47:39 AM) evelyn: we need to shut down and restart at UBC Library asap, unfortunately&lt;br /&gt;
(10:47:44 AM) peterVG: in fact, I think I may have already created placeholders for that&lt;br /&gt;
(10:47:47 AM) ***peterVG checking&lt;br /&gt;
(10:48:09 AM) peterVG: (2) I don't think we have this on the wiki right now anywhere&lt;br /&gt;
(10:48:23 AM) peterVG: berwin22: can you please check after meeting and add?&lt;br /&gt;
(10:48:45 AM) berwin22: I'm not sure what we are doing for distributed systems&lt;br /&gt;
(10:48:53 AM) berwin22: are we giving remote instructions?&lt;br /&gt;
(10:49:15 AM) berwin22: Evelyn, do you have a copy of the instructions you left at imf?&lt;br /&gt;
(10:49:32 AM) peterVG: not sure what you mean by that. let's chat after meeting. either way, we need *some* documentation on the wiki about restart&lt;br /&gt;
(10:49:35 AM) evelyn: At IMF we just shut down and restart the virtual machine&lt;br /&gt;
(10:49:44 AM) peterVG: ^ easy-peasy :-)&lt;br /&gt;
(10:49:47 AM) evelyn: i.e. the shut down icon or sudo reboot&lt;br /&gt;
(10:50:14 AM) evelyn: RAC is more complicated, Austin should be able to provide documentation&lt;br /&gt;
(10:50:27 AM) peterVG: evelyn: we've got the documentation from the RAC report&lt;br /&gt;
(10:50:35 AM) peterVG: just copy that into the wiki page to start with&lt;br /&gt;
(10:50:41 AM) evelyn: ok&lt;br /&gt;
(10:50:52 AM) peterVG: btw, there are placeholders on the private wiki under 'Archivematica deployments'&lt;br /&gt;
(10:51:00 AM) david.juhasz: evelyn is creating the restart instruction wiki page?&lt;br /&gt;
(10:51:01 AM) evelyn: ok, good to know&lt;br /&gt;
(10:51:15 AM) evelyn: yes, I'll create those pages&lt;br /&gt;
(10:51:34 AM) david.juhasz: k&lt;br /&gt;
(10:51:54 AM) david.juhasz: other doc news?&lt;br /&gt;
(10:52:06 AM) evelyn: I'm updating the PREMIS metadata elements pages&lt;br /&gt;
(10:52:07 AM) peterVG: is Misty here: I believe she is working on some docs?&lt;br /&gt;
(10:52:18 AM) evelyn: http://www.archivematica.org/wiki/index.php?title=Metadata_elements&lt;br /&gt;
(10:52:36 AM) evelyn: it used to be all one page but was getting very long&lt;br /&gt;
(10:52:51 AM) evelyn: am also harmonizing event names with the ones suggested or used by PREMIS&lt;br /&gt;
(10:53:07 AM) david.juhasz: thanks for the link evelyn&lt;br /&gt;
(10:53:07 AM) evelyn: See http://code.google.com/p/archivematica/issues/detail?id=481&lt;br /&gt;
(10:53:23 AM) peterVG: I update the &amp;quot;News&amp;quot; page to list upcoming Archivematica events&lt;br /&gt;
(10:53:26 AM) peterVG: http://archivematica.org/wiki/index.php?title=News&lt;br /&gt;
(10:53:43 AM) peterVG: oops, forget PASIG in SanFran in May...&lt;br /&gt;
(10:54:02 AM) peterVG: Misty: any docs news?&lt;br /&gt;
(10:55:00 AM) david.juhasz: 5 minutes left&lt;br /&gt;
(10:56:07 AM) david.juhasz: nice somebody got the issue auto-linking working at Archivematica wiki :)&lt;br /&gt;
(10:56:15 AM) david.juhasz: Deployment?&lt;br /&gt;
(10:56:17 AM) peterVG: really?&lt;br /&gt;
(10:56:33 AM) david.juhasz: yep, see notes: http://www.archivematica.org/wiki/index.php?title=Meeting_20110316&lt;br /&gt;
(10:56:36 AM) berwin22: USB key image by Austin, he said it was slow.&lt;br /&gt;
(10:56:39 AM) david.juhasz: issue 481 autolinked&lt;br /&gt;
(10:57:18 AM) peterVG: right berwin22 is going to investigate 0.7 USB keys for me today. needed for Archivematica workshop in Ottawa in 1.5 week. will switch to LiveDVD as backup plan but not preferred&lt;br /&gt;
(10:57:46 AM) david.juhasz: UBC deploy?&lt;br /&gt;
(10:57:55 AM) david.juhasz: RBSC&lt;br /&gt;
(10:58:04 AM) david.juhasz: ?&lt;br /&gt;
(10:58:04 AM) peterVG: went really well&lt;br /&gt;
(10:58:18 AM) david.juhasz: was it RBSC, or a more general deployment?&lt;br /&gt;
(10:58:32 AM) peterVG: they had requisitoined a VMware server for Archivematica and managed to install dev environment (SVN) setup&lt;br /&gt;
(10:58:46 AM) peterVG: we deep-sixed that and started fresh with Ubuntu package install&lt;br /&gt;
(10:58:52 AM) peterVG: done and working within half an hour!!&lt;br /&gt;
(10:59:33 AM) david.juhasz: peterVG: it was you and Austin and?&lt;br /&gt;
(10:59:34 AM) peterVG: remaining issue is interfacing with MCP server shared directory in absence of our default Xubuntu Xfce desktop and Thunar&lt;br /&gt;
(10:59:48 AM) peterVG: me, austin and evelyn for follow-up training&lt;br /&gt;
(10:59:53 AM) peterVG: the Archivematica swat team!&lt;br /&gt;
(11:00:02 AM) peterVG: aka &amp;quot;the Archivematica people&amp;quot; &lt;br /&gt;
(11:00:16 AM) peterVG: ^ what we were referred to as at RAC :-)&lt;br /&gt;
(11:00:21 AM) evelyn: :)&lt;br /&gt;
(11:00:40 AM) david.juhasz: heh&lt;br /&gt;
(11:00:47 AM) david.juhasz: alright, we're out of time&lt;br /&gt;
(11:01:00 AM) peterVG: in absence of THunar we are using Filezilla to move files into MCP shared directory but not ideal (i.e. no scripts, lots of extra copying/moving)&lt;br /&gt;
(11:01:17 AM) evelyn: yeah, it's pretty clunky&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3699</id>
		<title>Meeting 20110316</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3699"/>
		<updated>2011-03-16T18:01:36Z</updated>

		<summary type="html">&lt;p&gt;David: /* Deployment */ more news&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Development ==&lt;br /&gt;
&lt;br /&gt;
* Joseph has mainly been working on Transcoder stuff&lt;br /&gt;
* Joseph fixed issue 471&lt;br /&gt;
** issues with file names with apostrophes (') with mysql escaping.  &lt;br /&gt;
** Joseph also accidentally ommited one field (file UUID) forgetting that it will contain the file name. Missed this during testing as well.&lt;br /&gt;
* Joseph is moving normalization paths into the database&lt;br /&gt;
* Peter has been having some design discussions with Open Planets Foundation and Heather Bowden (PhD student at UNC) about Archivematica interaction with external format registry&lt;br /&gt;
* Peter submitted our use cases for a REST Bag API to a collaborative group led by Educopia and Library of Congress (monthly group telecon, mostly US university libraries) &lt;br /&gt;
* Links to Peter's work at http://groups.google.com/group/archivematica/browse_thread/thread/482b97e863dc264e?hl=en&lt;br /&gt;
* Peter, Joseph and Evelyn discussed the 'rename' to start receiveSIP issue this morning, which was originally a work-around&lt;br /&gt;
** Fixing this is a 0.7.1 priority&lt;br /&gt;
** preference#1 moving or copying files to receiveSIP will just work (i.e. Archivematica starts processing)&lt;br /&gt;
** preference#2 use the script Austin created at RAC to avoid the rename&lt;br /&gt;
* see Penn State work on making each AIP its own git repository: https://github.com/MaxFisher/caps/blob/master/services/storage.py for out of the box versioning and auditing.  Peter thinks this is a brilliant idea, and really wants to take a closer look at this for Archivematica&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* Evelyn will create wiki page with instructions on restarting Archivematica&lt;br /&gt;
* Evelyn will add details of client installs to our private wiki&lt;br /&gt;
* Evelyn is updating the [[Metadata_elements|PREMIS metadata elements]] pages&lt;br /&gt;
* Evelyn is harmonizing event names with the ones suggested or used by PREMIS (see issue 481)&lt;br /&gt;
* Peter updated the [[News]] page to list upcoming Archivematica events&lt;br /&gt;
&lt;br /&gt;
== Deployment ==&lt;br /&gt;
&lt;br /&gt;
* Austin created a USB key image - he said it was slow&lt;br /&gt;
* Joseph is going to investigate 0.7 USB keys for me today. needed for Archivematica workshop in Ottawa in 1.5 week. will switch to LiveDVD as backup plan but not preferred&lt;br /&gt;
* Peter, Austin and Evelyn deployed Archivematica install at UBC Rare Books and Special Collections on Monday went really well&lt;br /&gt;
** they had requisitoined a VMware server for Archivematica and managed to install dev environment (SVN) setup&lt;br /&gt;
** Austin deep-sixed that and started fresh with Ubuntu package install which was done and working within half an hour!!&lt;br /&gt;
** remaining issue is interfacing with MCP server shared directory in absence of our default Xubuntu Xfce desktop and Thunar&lt;br /&gt;
** in absence of Thunar we are using Filezilla to move files into MCP shared directory but not ideal (i.e. no scripts, lots of extra copying/moving)&lt;br /&gt;
&lt;br /&gt;
== Chat log ==&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3698</id>
		<title>Meeting 20110316</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3698"/>
		<updated>2011-03-16T18:01:00Z</updated>

		<summary type="html">&lt;p&gt;David: /* Deployment */ UBC RBSC deploy&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Development ==&lt;br /&gt;
&lt;br /&gt;
* Joseph has mainly been working on Transcoder stuff&lt;br /&gt;
* Joseph fixed issue 471&lt;br /&gt;
** issues with file names with apostrophes (') with mysql escaping.  &lt;br /&gt;
** Joseph also accidentally ommited one field (file UUID) forgetting that it will contain the file name. Missed this during testing as well.&lt;br /&gt;
* Joseph is moving normalization paths into the database&lt;br /&gt;
* Peter has been having some design discussions with Open Planets Foundation and Heather Bowden (PhD student at UNC) about Archivematica interaction with external format registry&lt;br /&gt;
* Peter submitted our use cases for a REST Bag API to a collaborative group led by Educopia and Library of Congress (monthly group telecon, mostly US university libraries) &lt;br /&gt;
* Links to Peter's work at http://groups.google.com/group/archivematica/browse_thread/thread/482b97e863dc264e?hl=en&lt;br /&gt;
* Peter, Joseph and Evelyn discussed the 'rename' to start receiveSIP issue this morning, which was originally a work-around&lt;br /&gt;
** Fixing this is a 0.7.1 priority&lt;br /&gt;
** preference#1 moving or copying files to receiveSIP will just work (i.e. Archivematica starts processing)&lt;br /&gt;
** preference#2 use the script Austin created at RAC to avoid the rename&lt;br /&gt;
* see Penn State work on making each AIP its own git repository: https://github.com/MaxFisher/caps/blob/master/services/storage.py for out of the box versioning and auditing.  Peter thinks this is a brilliant idea, and really wants to take a closer look at this for Archivematica&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* Evelyn will create wiki page with instructions on restarting Archivematica&lt;br /&gt;
* Evelyn will add details of client installs to our private wiki&lt;br /&gt;
* Evelyn is updating the [[Metadata_elements|PREMIS metadata elements]] pages&lt;br /&gt;
* Evelyn is harmonizing event names with the ones suggested or used by PREMIS (see issue 481)&lt;br /&gt;
* Peter updated the [[News]] page to list upcoming Archivematica events&lt;br /&gt;
&lt;br /&gt;
== Deployment ==&lt;br /&gt;
&lt;br /&gt;
* Austin created a USB key image - he said it was slow&lt;br /&gt;
* Joseph is going to investigate 0.7 USB keys for me today. needed for Archivematica workshop in Ottawa in 1.5 week. will switch to LiveDVD as backup plan but not preferred&lt;br /&gt;
* Peter, Austin and Evelyn deployed Archivematica install at UBC Rare Books and Special Collections on Monday went really well&lt;br /&gt;
** they had requisitoined a VMware server for Archivematica and managed to install dev environment (SVN) setup&lt;br /&gt;
** Austin deep-sixed that and started fresh with Ubuntu package install which was done and working within half an hour!!&lt;br /&gt;
** remaining issue is interfacing with MCP server shared directory in absence of our default Xubuntu Xfce desktop and Thunar&lt;br /&gt;
&lt;br /&gt;
== Chat log ==&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3696</id>
		<title>Meeting 20110316</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3696"/>
		<updated>2011-03-16T17:55:43Z</updated>

		<summary type="html">&lt;p&gt;David: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Development ==&lt;br /&gt;
&lt;br /&gt;
* Joseph has mainly been working on Transcoder stuff&lt;br /&gt;
* Joseph fixed issue 471&lt;br /&gt;
** issues with file names with apostrophes (') with mysql escaping.  &lt;br /&gt;
** Joseph also accidentally ommited one field (file UUID) forgetting that it will contain the file name. Missed this during testing as well.&lt;br /&gt;
* Joseph is moving normalization paths into the database&lt;br /&gt;
* Peter has been having some design discussions with Open Planets Foundation and Heather Bowden (PhD student at UNC) about Archivematica interaction with external format registry&lt;br /&gt;
* Peter submitted our use cases for a REST Bag API to a collaborative group led by Educopia and Library of Congress (monthly group telecon, mostly US university libraries) &lt;br /&gt;
* Links to Peter's work at http://groups.google.com/group/archivematica/browse_thread/thread/482b97e863dc264e?hl=en&lt;br /&gt;
* Peter, Joseph and Evelyn discussed the 'rename' to start receiveSIP issue this morning, which was originally a work-around&lt;br /&gt;
** Fixing this is a 0.7.1 priority&lt;br /&gt;
** preference#1 moving or copying files to receiveSIP will just work (i.e. Archivematica starts processing)&lt;br /&gt;
** preference#2 use the script Austin created at RAC to avoid the rename&lt;br /&gt;
* see Penn State work on making each AIP its own git repository: https://github.com/MaxFisher/caps/blob/master/services/storage.py for out of the box versioning and auditing.  Peter thinks this is a brilliant idea, and really wants to take a closer look at this for Archivematica&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* Evelyn will create wiki page with instructions on restarting Archivematica&lt;br /&gt;
* Evelyn will add details of client installs to our private wiki&lt;br /&gt;
* Evelyn is updating the [[Metadata_elements|PREMIS metadata elements]] pages&lt;br /&gt;
* Evelyn is harmonizing event names with the ones suggested or used by PREMIS (see issue 481)&lt;br /&gt;
* Peter updated the [[News]] page to list upcoming Archivematica events&lt;br /&gt;
&lt;br /&gt;
== Deployment ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Chat log ==&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3695</id>
		<title>Meeting 20110316</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3695"/>
		<updated>2011-03-16T17:55:09Z</updated>

		<summary type="html">&lt;p&gt;David: /* Documentation */ more news&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Development ==&lt;br /&gt;
&lt;br /&gt;
* Joseph has mainly been working on Transcoder stuff&lt;br /&gt;
* Joseph fixed issue 471&lt;br /&gt;
** issues with file names with apostrophes (') with mysql escaping.  &lt;br /&gt;
** Joseph also accidentally ommited one field (file UUID) forgetting that it will contain the file name. Missed this during testing as well.&lt;br /&gt;
* Joseph is moving normalization paths into the database&lt;br /&gt;
* Peter has been having some design discussions with Open Planets Foundation and Heather Bowden (PhD student at UNC) about Archivematica interaction with external format registry&lt;br /&gt;
* Peter submitted our use cases for a REST Bag API to a collaborative group led by Educopia and Library of Congress (monthly group telecon, mostly US university libraries) &lt;br /&gt;
* Links to Peter's work at http://groups.google.com/group/archivematica/browse_thread/thread/482b97e863dc264e?hl=en&lt;br /&gt;
* Peter, Joseph and Evelyn discussed the 'rename' to start receiveSIP issue this morning, which was originally a work-around&lt;br /&gt;
** Fixing this is a 0.7.1 priority&lt;br /&gt;
** preference#1 moving or copying files to receiveSIP will just work (i.e. Archivematica starts processing)&lt;br /&gt;
** preference#2 use the script Austin created at RAC to avoid the rename&lt;br /&gt;
* see Penn State work on making each AIP its own git repository: https://github.com/MaxFisher/caps/blob/master/services/storage.py for out of the box versioning and auditing.  Peter thinks this is a brilliant idea, and really wants to take a closer look at this for Archivematica&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* Evelyn will create wiki page with instructions on restarting Archivematica&lt;br /&gt;
* Evelyn will add details of client installs to our private wiki&lt;br /&gt;
* Evelyn is updating the [[Metadata_elements|PREMIS metadata elements]] pages&lt;br /&gt;
* Evelyn is harmonizing event names with the ones suggested or used by PREMIS (see [http://code.google.com/p/archivematica/issues/detail?id=481 issue 481])&lt;br /&gt;
* Peter updated the [[News]] page to list upcoming Archivematica events&lt;br /&gt;
&lt;br /&gt;
== Deployment ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Chat log ==&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3694</id>
		<title>Meeting 20110316</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3694"/>
		<updated>2011-03-16T17:52:02Z</updated>

		<summary type="html">&lt;p&gt;David: /* Documentation */ news&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Development ==&lt;br /&gt;
&lt;br /&gt;
* Joseph has mainly been working on Transcoder stuff&lt;br /&gt;
* Joseph fixed issue 471&lt;br /&gt;
** issues with file names with apostrophes (') with mysql escaping.  &lt;br /&gt;
** Joseph also accidentally ommited one field (file UUID) forgetting that it will contain the file name. Missed this during testing as well.&lt;br /&gt;
* Joseph is moving normalization paths into the database&lt;br /&gt;
* Peter has been having some design discussions with Open Planets Foundation and Heather Bowden (PhD student at UNC) about Archivematica interaction with external format registry&lt;br /&gt;
* Peter submitted our use cases for a REST Bag API to a collaborative group led by Educopia and Library of Congress (monthly group telecon, mostly US university libraries) &lt;br /&gt;
* Links to Peter's work at http://groups.google.com/group/archivematica/browse_thread/thread/482b97e863dc264e?hl=en&lt;br /&gt;
* Peter, Joseph and Evelyn discussed the 'rename' to start receiveSIP issue this morning, which was originally a work-around&lt;br /&gt;
** Fixing this is a 0.7.1 priority&lt;br /&gt;
** preference#1 moving or copying files to receiveSIP will just work (i.e. Archivematica starts processing)&lt;br /&gt;
** preference#2 use the script Austin created at RAC to avoid the rename&lt;br /&gt;
* see Penn State work on making each AIP its own git repository: https://github.com/MaxFisher/caps/blob/master/services/storage.py for out of the box versioning and auditing.  Peter thinks this is a brilliant idea, and really wants to take a closer look at this for Archivematica&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* Evelyn will create wiki page with instructions on restarting Archivematica&lt;br /&gt;
* Evelyn will add details of client installs to our private wiki&lt;br /&gt;
&lt;br /&gt;
== Deployment ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Chat log ==&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3693</id>
		<title>Meeting 20110316</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3693"/>
		<updated>2011-03-16T17:48:55Z</updated>

		<summary type="html">&lt;p&gt;David: /* Development */ more dev news&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Development ==&lt;br /&gt;
&lt;br /&gt;
* Joseph has mainly been working on Transcoder stuff&lt;br /&gt;
* Joseph fixed issue 471&lt;br /&gt;
** issues with file names with apostrophes (') with mysql escaping.  &lt;br /&gt;
** Joseph also accidentally ommited one field (file UUID) forgetting that it will contain the file name. Missed this during testing as well.&lt;br /&gt;
* Joseph is moving normalization paths into the database&lt;br /&gt;
* Peter has been having some design discussions with Open Planets Foundation and Heather Bowden (PhD student at UNC) about Archivematica interaction with external format registry&lt;br /&gt;
* Peter submitted our use cases for a REST Bag API to a collaborative group led by Educopia and Library of Congress (monthly group telecon, mostly US university libraries) &lt;br /&gt;
* Links to Peter's work at http://groups.google.com/group/archivematica/browse_thread/thread/482b97e863dc264e?hl=en&lt;br /&gt;
* Peter, Joseph and Evelyn discussed the 'rename' to start receiveSIP issue this morning, which was originally a work-around&lt;br /&gt;
** Fixing this is a 0.7.1 priority&lt;br /&gt;
** preference#1 moving or copying files to receiveSIP will just work (i.e. Archivematica starts processing)&lt;br /&gt;
** preference#2 use the script Austin created at RAC to avoid the rename&lt;br /&gt;
* see Penn State work on making each AIP its own git repository: https://github.com/MaxFisher/caps/blob/master/services/storage.py for out of the box versioning and auditing.  Peter thinks this is a brilliant idea, and really wants to take a closer look at this for Archivematica&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Deployment ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Chat log ==&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3692</id>
		<title>Meeting 20110316</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3692"/>
		<updated>2011-03-16T17:44:18Z</updated>

		<summary type="html">&lt;p&gt;David: dev updates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Development ==&lt;br /&gt;
&lt;br /&gt;
* Joseph has mainly been working on Transcoder stuff&lt;br /&gt;
* Joseph fixed issue 471&lt;br /&gt;
** issues with file names with apostrophes (') with mysql escaping.  &lt;br /&gt;
** Joseph also accidentally ommited one field (file UUID) forgetting that it will contain the file name. Missed this during testing as well.&lt;br /&gt;
* Joseph is moving normalization paths into the database&lt;br /&gt;
* Peter has been having some design discussions with Open Planets Foundation and Heather Bowden (PhD student at UNC) about Archivematica interaction with external format registry&lt;br /&gt;
* Peter submitted our use cases for a REST Bag API to a collaborative group led by Educopia and Library of Congress (monthly group telecon, mostly US university libraries) &lt;br /&gt;
* Links to Peter's work at http://groups.google.com/group/archivematica/browse_thread/thread/482b97e863dc264e?hl=en&lt;br /&gt;
* Peter and ? discussed the 'rename' to start receiveSIP issue this morning, which was originally a work-around:&lt;br /&gt;
** preference#1 moving or copying files to receiveSIP will just work (i.e. Archivematica starts processing)&lt;br /&gt;
** preference#2 use the script Austin created at RAC to avoid the rename&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Deployment ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Chat log ==&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3691</id>
		<title>Meeting 20110316</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Meeting_20110316&amp;diff=3691"/>
		<updated>2011-03-16T17:34:54Z</updated>

		<summary type="html">&lt;p&gt;David: Copy and paste skeleton&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Development ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Deployment ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Chat log ==&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Meeting_20110309&amp;diff=3690</id>
		<title>Meeting 20110309</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Meeting_20110309&amp;diff=3690"/>
		<updated>2011-03-16T17:34:16Z</updated>

		<summary type="html">&lt;p&gt;David: Undo revision 3689 by David (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Development ==&lt;br /&gt;
&lt;br /&gt;
* Joseph has been working on getting the transcoder moved over to a database system&lt;br /&gt;
* The team will discuss this and other design aspects (data model/storage/indexing) next Thu meeting.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* Austin iw working on some badly drawn network schematics from RAC&lt;br /&gt;
* Evelyn added [[Reporting]] and [[Workflow#Access_restriction_workflows]] pages.&lt;br /&gt;
* Misty [http://www.archivematica.org/wiki/index.php?title=Transcoder&amp;amp;action=historysubmit&amp;amp;diff=3634&amp;amp;oldid=3618 updated] [[Transcoder]] page.&lt;br /&gt;
&lt;br /&gt;
== Deployment ==&lt;br /&gt;
&lt;br /&gt;
* We're hoping to get an Archivematica install at UBC Library sorted out at meeting on Mon&lt;br /&gt;
&lt;br /&gt;
== Chat log ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(7:32:18 PM) vangarderen.peter: team archivematica, please step up to the microphone&lt;br /&gt;
(7:32:20 PM) Sevein: opening archivematica wiki&lt;br /&gt;
(7:32:21 PM) vangarderen.peter: development?&lt;br /&gt;
(7:33:26 PM) david.juhasz: berwin22: Austin?&lt;br /&gt;
(7:33:33 PM) Austin: nothing on dev from me&lt;br /&gt;
(7:33:46 PM) Austin: Im just catching up on documentation.. working on some badly drawn network schematics from RAC &lt;br /&gt;
(7:33:53 PM) david.juhasz: hehe&lt;br /&gt;
(7:34:02 PM) berwin22: I've been working on getting the transcoder moved over to a database system&lt;br /&gt;
(7:34:30 PM) berwin22: Making good progress&lt;br /&gt;
(7:35:33 PM) david.juhasz: nice&lt;br /&gt;
(7:35:42 PM) vangarderen.peter: berwin22: great. Austin and I had some doubts about moving away from xml config for this but after our discussion yesterday I do believe it is necessary&lt;br /&gt;
(7:36:33 PM) vangarderen.peter: Austin: the trick to a decent technical diagram is aligning as much as possible: text, boxes, lines, icons&lt;br /&gt;
(7:36:47 PM) vangarderen.peter: avoid bending lines if possible&lt;br /&gt;
(7:36:54 PM) vangarderen.peter: or avoid extra bends&lt;br /&gt;
(7:37:11 PM) berwin22: Well... it makes it easier to manage complexity, be flexible in the use of our file identifications, create automated normalization retries based on secondary and tersiary file identification systems&lt;br /&gt;
(7:37:32 PM) evelyn: Austin keep in mind I need to include it as a one-page diagram in the RAC report&lt;br /&gt;
(7:37:49 PM) evelyn: preferably with portrait orientation but landscape is ok if necessary&lt;br /&gt;
(7:37:56 PM) Austin: is it more then one page at the moment?&lt;br /&gt;
(7:38:01 PM) vangarderen.peter: evelyn: I'm only seeing one portrait oriented diagram&lt;br /&gt;
(7:38:12 PM) vangarderen.peter: its good. just needs some alignment to reduce noise&lt;br /&gt;
(7:38:16 PM) evelyn: ok&lt;br /&gt;
(7:38:21 PM) evelyn: I hadn't looked at it lately&lt;br /&gt;
(7:39:14 PM) vangarderen.peter: evelyn: as-is its okay too. the most important thing is that the install info is accurate and complete which it is. thanks Austin&lt;br /&gt;
(7:39:23 PM) evelyn: thanks&lt;br /&gt;
(7:40:41 PM) evelyn: if we're on documentation...&lt;br /&gt;
(7:40:53 PM) evelyn: I've added http://www.archivematica.org/wiki/index.php?title=Reporting&lt;br /&gt;
(7:41:06 PM) evelyn: and http://www.archivematica.org/wiki/index.php?title=Workflow#Access_restriction_workflows&lt;br /&gt;
(7:41:10 PM) Austin: for documentation.. got to transcribe some stuff from the mailing list to the wiki (on my todo for asap)&lt;br /&gt;
(7:41:13 PM) evelyn: to the development documentation&lt;br /&gt;
(7:41:19 PM) vangarderen.peter: Austin: thx&lt;br /&gt;
(7:41:43 PM) berwin22: The normalization move to database should also allow for multiple normalization paths on a single file&lt;br /&gt;
(7:41:44 PM) vangarderen.peter: evelyn: nice job on the docs updates&lt;br /&gt;
(7:41:52 PM) evelyn: thanks&lt;br /&gt;
(7:42:01 PM) Jessica  Bushey: Very Nice!&lt;br /&gt;
(7:42:06 PM) evelyn: Austin, slightly off topic but Brian Norbert is awaiting a response from you at https://groups.google.com/group/archivematica/browse_thread/thread/f22fd5340855eea2&lt;br /&gt;
(7:42:18 PM) vangarderen.peter: I'm wondering if we should pull out checkAccessConditions into its own page, seperate from generic 'workflow' discussion?&lt;br /&gt;
(7:42:29 PM) evelyn: sure, that might make sense&lt;br /&gt;
(7:42:32 PM) Austin: evelyn: I saw that this morning.. berwin22 you might have some thoughts on that?&lt;br /&gt;
(7:42:57 PM) berwin22: *reading*&lt;br /&gt;
(7:43:01 PM) vangarderen.peter: evelyn: as per our previous discussion. I see this becoming its own micro-services: checkAccessConditions, &lt;br /&gt;
(7:43:17 PM) vangarderen.peter: setAccessConditions, securityCheck, ??&lt;br /&gt;
(7:43:30 PM) evelyn: copyright restrictions&lt;br /&gt;
(7:43:30 PM) vangarderen.peter: manageAccess&lt;br /&gt;
(7:43:37 PM) evelyn: yes&lt;br /&gt;
(7:43:53 PM) evelyn: it's complicated, different kinds of restrictions necessitate different workflows&lt;br /&gt;
(7:44:06 PM) vangarderen.peter: well, we'll have 'security' and 'copyright' as two different types of restrictions. The restrictions or permission are Access related&lt;br /&gt;
(7:44:19 PM) evelyn: ok&lt;br /&gt;
(7:44:31 PM) vangarderen.peter: so, yes, I think manageAccess is the more inclusive and accurate name?&lt;br /&gt;
(7:44:32 PM) Austin: berwin22: I wonder how freeswitch handles their workflow... its all xml based, and handles many functions and exceptions.   with a database we will allways be bound by the stability and the scalability of the database&lt;br /&gt;
(7:44:44 PM) vangarderen.peter: if it gets more complicated we can always split that up into security and copyright&lt;br /&gt;
(7:44:46 PM) evelyn: vangarderen.peter yes, agreed&lt;br /&gt;
(7:44:49 PM) vangarderen.peter: ...wait..wait..wait&lt;br /&gt;
(7:44:54 PM) vangarderen.peter: &amp;quot;rights&amp;quot; doh!&lt;br /&gt;
(7:45:03 PM) vangarderen.peter: manageRights&lt;br /&gt;
(7:45:07 PM) vangarderen.peter: ^ +1&lt;br /&gt;
(7:45:08 PM) evelyn: that's better!&lt;br /&gt;
(7:45:23 PM) Austin: at the very least we should be looking at sqlite, so there is no configuration/management of database servers done by the user&lt;br /&gt;
(7:45:24 PM) berwin22: It's a sudo mv by the archivematica user&lt;br /&gt;
(7:45:45 PM) vangarderen.peter: cause we'll want to make this compatible with PREMIS and/or METS 'rights' metadata as well&lt;br /&gt;
(7:45:54 PM) MJ Suhonos: Austin:  upvote for sqlite.&lt;br /&gt;
(7:45:59 PM) evelyn: yes, we need a PREMIS rights entity&lt;br /&gt;
(7:46:10 PM) berwin22: or... one moment...&lt;br /&gt;
(7:46:12 PM) evelyn: it's the one piece we're missing&lt;br /&gt;
(7:46:21 PM) vangarderen.peter: Austin: we'll we need run MySQL anyway for Dashboard&lt;br /&gt;
(7:46:33 PM) MJ Suhonos: vangarderen.peter:  what about moving both to sqlite?&lt;br /&gt;
(7:46:39 PM) vangarderen.peter: so why add a second dbase to configure/maintain?&lt;br /&gt;
(7:46:41 PM) Austin: but transcoder is not the mcp/dashboard&lt;br /&gt;
(7:47:03 PM) Austin: MJ Suhonos: that would be nice&lt;br /&gt;
(7:47:06 PM) vangarderen.peter: it will&lt;br /&gt;
(7:47:20 PM) vangarderen.peter: we want the end user to read/edit transcoder rules via dashboard&lt;br /&gt;
(7:47:24 PM) vangarderen.peter: so hitting same dbase&lt;br /&gt;
(7:47:30 PM) vangarderen.peter: don't want duplicate dbases&lt;br /&gt;
(7:47:46 PM) vangarderen.peter: also solves issue of updating distributed dbases&lt;br /&gt;
(7:47:52 PM) MJ Suhonos: vangarderen.peter:  assuming there's some DAL in the dashboard, sqlite should be a drop-in replacement for Mysql&lt;br /&gt;
(7:47:54 PM) Austin: huh.. but then this is becoming more of a single archivematica program... MCP is eating the programs!&lt;br /&gt;
(7:48:02 PM) MJ Suhonos: END OF LINE, PROGRAM&lt;br /&gt;
(7:48:09 PM) vangarderen.peter: Austin: still open for discussion, seriously. let's chat on Thu&lt;br /&gt;
(7:48:15 PM) Austin: cool&lt;br /&gt;
(7:48:46 PM) vangarderen.peter: we noted that ARchivematica data model/data storage design review was one of first 0.7.1 tasks&lt;br /&gt;
(7:49:08 PM) evelyn: Austin I didn't realize you had already sent me installation diagrams, they look pretty good!&lt;br /&gt;
(7:49:11 PM) Sevein: yeah&lt;br /&gt;
(7:49:20 PM) berwin22: Austin: regarding store AIP; it's just a mv (no sudo) run by archivematica - http://code.google.com/p/archivematica/source/browse/trunk/src/MCPClient/lib/clientScripts/storeAIP.sh&lt;br /&gt;
(7:49:24 PM) vangarderen.peter: preference would be to standardize on one data store tool/technology and not have to maintain more than one unless really good reason&lt;br /&gt;
(7:50:10 PM) vangarderen.peter: we'll discuss how to tackle 0.7.1 data model/storage/indexing design in Thu meeting. As usual, a wiki design page is probably best.&lt;br /&gt;
(7:50:38 PM) vangarderen.peter: okay, I think we've covered dev &amp;amp; docs&lt;br /&gt;
(7:50:43 PM) vangarderen.peter: Archivematica deployment?&lt;br /&gt;
(7:50:54 PM) vangarderen.peter: actually, sorry wait&lt;br /&gt;
(7:51:04 PM) vangarderen.peter: Misty: are you present?&lt;br /&gt;
(7:51:05 PM) vangarderen.peter: I understand you did some wiki updates?&lt;br /&gt;
(7:51:41 PM) vangarderen.peter: yup: http://www.archivematica.org/wiki/index.php?title=Special:RecentChanges&lt;br /&gt;
(7:52:21 PM) Misty: Peter: Sorry, I didn't see the message.&lt;br /&gt;
(7:52:46 PM) vangarderen.peter: just wanted to say thanks for adding all the 0.7 Transcoder documentation&lt;br /&gt;
(7:52:49 PM) vangarderen.peter: that is super awesome!&lt;br /&gt;
(7:52:56 PM) evelyn: yes, Misty it's much appreciated&lt;br /&gt;
(7:52:59 PM) Misty: No problem! I like being awesome.&lt;br /&gt;
(7:53:03 PM) evelyn: Also thanks for filing issues&lt;br /&gt;
(7:53:17 PM) vangarderen.peter: http://www.archivematica.org/wiki/index.php?title=Transcoder&amp;amp;action=historysubmit&amp;amp;diff=3634&amp;amp;oldid=3618&lt;br /&gt;
(7:53:57 PM) vangarderen.peter: Evelyn and/or Joseph can you please review Misty's updates and fill in any blanks if necesary?&lt;br /&gt;
(7:54:18 PM) evelyn: will do&lt;br /&gt;
(7:55:22 PM) vangarderen.peter: who added the OED definition for Transcode: was that you berwin22. Nice!&lt;br /&gt;
(7:55:37 PM) david.juhasz: I was just reading: http://www.archivematica.org/wiki/index.php?title=Transcoder#transcoderConfig.conf&lt;br /&gt;
(7:56:11 PM) david.juhasz: Is it common to require a space for variables that point to bin files?&lt;br /&gt;
(7:56:13 PM) Sevein: four minutes&lt;br /&gt;
(7:56:33 PM) berwin22: yeah, I did some other doc earlier in this week too, but lost track of it&lt;br /&gt;
(7:56:36 PM) david.juhasz: It seems like a real source of possible problems when users mod?&lt;br /&gt;
(7:57:05 PM) vangarderen.peter: been sitting on floor in empty office for 1.5 hrs. Bum is very sore. Thinking of risking run up to 6&amp;amp;6th office for chair. Shaw guy is supposed to call before showing up. I can do it in half an hour :-)&lt;br /&gt;
(7:57:23 PM) david.juhasz: lol&lt;br /&gt;
(7:57:26 PM) vangarderen.peter: sorry, ^ that was my post meeting update&lt;br /&gt;
(7:57:29 PM) MJ Suhonos: haha&lt;br /&gt;
(7:58:07 PM) evelyn: vangarderen.peter pretty sad&lt;br /&gt;
(7:58:07 PM) Jessica  Bushey: I want to know if you are wearing a wedding dress Peter..&lt;br /&gt;
(7:58:13 PM) david.juhasz: vangarderen.peter: any neighbours that might lend you a chair?&lt;br /&gt;
(7:58:19 PM) berwin22: found it: http://www.archivematica.org/wiki/index.php?title=Normalizing_in_a_windows_environment&lt;br /&gt;
(7:59:02 PM) vangarderen.peter: david.juhasz: there's one other office (freight brokers) next door to us but I don't want to seem to needy right off the bat. Plus my ass really needs the blue lounge chair now.&lt;br /&gt;
(7:59:22 PM) david.juhasz: lol&lt;br /&gt;
(7:59:24 PM) evelyn: Shaw guy will show up without phoning 5 minutes after you leave the office&lt;br /&gt;
(7:59:33 PM) vangarderen.peter: evelyn: don't say that&lt;br /&gt;
(7:59:35 PM) vangarderen.peter: I'm doing it&lt;br /&gt;
(7:59:41 PM) vangarderen.peter: archivematica dev?&lt;br /&gt;
(7:59:43 PM) evelyn: they'll reschedule for early 2012&lt;br /&gt;
(7:59:48 PM) vangarderen.peter: archivematica deployment&lt;br /&gt;
(7:59:49 PM) Misty: Peter: You know it's true.&lt;br /&gt;
(8:00:01 PM) Jessica  Bushey: doing it? going next door in your wedding dress to ask the freight brokers for a chair?&lt;br /&gt;
(8:00:09 PM) vangarderen.peter: Jessica  Bushey: yup&lt;br /&gt;
(8:00:14 PM) vangarderen.peter: archivematica deployment&lt;br /&gt;
(8:00:15 PM) david.juhasz: lol evelyn is totally right &lt;br /&gt;
(8:00:15 PM) Jessica  Bushey: ;P&lt;br /&gt;
(8:00:22 PM) vangarderen.peter: we discussed RAC and IMF last week's meeting?&lt;br /&gt;
(8:00:37 PM) evelyn: I missed last week's meeting&lt;br /&gt;
(8:00:39 PM) vangarderen.peter: we're hoping to get an Archivematica install at UBC Library sorted out at meeting on Mon&lt;br /&gt;
(8:00:47 PM) evelyn: and there were no minutes?&lt;br /&gt;
(8:01:06 PM) david.juhasz: Shaw embodies all that is evil in monopolistic corporations&lt;br /&gt;
(8:01:14 PM) vangarderen.peter: http://archivematica.org/wiki/index.php?title=Meeting_20110309&lt;br /&gt;
(8:01:33 PM) vangarderen.peter: http://archivematica.org/wiki/index.php?title=Meeting_20110302&lt;br /&gt;
(8:01:46 PM) vangarderen.peter: MJ did you manage to get the Archivematica minutes up last week? ^&lt;br /&gt;
(8:01:54 PM) evelyn: no minutes at that link&lt;br /&gt;
(8:02:22 PM) vangarderen.peter: :-(&lt;br /&gt;
(8:02:46 PM) MJ Suhonos: um, yeah, i did.  JAS&lt;br /&gt;
(8:02:47 PM) vangarderen.peter: MJ Suhonos: did you forget to post? posted to a diff't page?&lt;br /&gt;
(8:03:11 PM) MJ Suhonos: ah crap.  i got the qubit minutes up but not archivematica&lt;br /&gt;
(8:03:16 PM) MJ Suhonos: garg.  working on it now&lt;br /&gt;
(8:03:24 PM) evelyn: thanks :)&lt;br /&gt;
(8:03:34 PM) vangarderen.peter: okay thanks MJ&lt;br /&gt;
(8:03:35 PM) MJ Suhonos: major apologies all&lt;br /&gt;
(8:03:38 PM) vangarderen.peter: np&lt;br /&gt;
(8:03:48 PM) vangarderen.peter: assuming you have them, just post later today when you get a chance&lt;br /&gt;
(8:03:58 PM) vangarderen.peter: otherwise don't spend time recreating&lt;br /&gt;
(8:03:59 PM) evelyn: thanks, MJ, no worries&lt;br /&gt;
(8:04:08 PM) vangarderen.peter: okay, well that's it for today's meeting&lt;br /&gt;
(8:04:12 PM) Sevein: yeah&lt;br /&gt;
(8:04:14 PM) vangarderen.peter: thanks Sevein for taking notes&lt;br /&gt;
(8:04:17 PM) Sevein: thank you all&lt;br /&gt;
(8:04:18 PM) evelyn: thanks Sevein&lt;br /&gt;
(8:04:22 PM) vangarderen.peter: way to stick to the schedule&lt;br /&gt;
(8:04:27 PM) vangarderen.peter: I'm going in for a chair&lt;br /&gt;
(8:04:31 PM) vangarderen.peter left the room.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
	<entry>
		<id>https://wiki.archivematica.org/index.php?title=Meeting_20110309&amp;diff=3689</id>
		<title>Meeting 20110309</title>
		<link rel="alternate" type="text/html" href="https://wiki.archivematica.org/index.php?title=Meeting_20110309&amp;diff=3689"/>
		<updated>2011-03-16T17:33:26Z</updated>

		<summary type="html">&lt;p&gt;David: Copy and paste skeleton&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Development ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Deployment ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Chat log ==&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
</feed>