RE: [Ldsoss] Re: HT and VT Tool

2007-05-24 Thread Steven H. McCown
For the really paranoid, NIST is recommending that federal agencies stop
using SHA-1, since it's been cracked (along with MD5), and instead use the
SHA-2 family of hash algorithms.

For the really smart really paranoid, NIST is beginning a new contest (like
for AES) to develop a new secure hash algorithm...

While the MRN may not be such a sought after item, getting into the practice
of using SHA-2 (e.g., SHA-256, SHA-512) is a simple change that makes
sense...

Steve


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Hendricks
Sent: Wednesday, May 23, 2007 8:52 AM
To: LDS Open Source Software
Subject: Re: [Ldsoss] Re: HT and VT Tool

On Wed, May 23, 2007 at 07:35:19AM -0600, Tom Welch wrote:
 Although the MRN is confidential, it is not secret.  It is on your 
 temple recommend, and I believe it is on your year end tithing summary 
 statement.  The important thing to remember is that if you export MLS 
 info, you are under a strict obligation to keep that information 
 secure.

In my applications, I usually store an MD5 or SHA-1 hash of the MRN.
That way, I still get the unique ID characteristics without chance of
the actual MRN being compromised.  Perhaps that's a bit paranoid ;-)

-- 
Michael
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss

___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


Re: [Ldsoss] Re: HT and VT Tool

2007-05-24 Thread Shawn Willden
On Thursday 24 May 2007 09:58:41 am Steven H. McCown wrote:
 For the really paranoid, NIST is recommending that federal agencies stop
 using SHA-1, since it's been cracked (along with MD5), and instead use the
 SHA-2 family of hash algorithms.

The recently-discovered weaknesses in MD-5 and SHA-1 don't really affect their 
usage in this sort of application.  The weaknesses in question are algorithms 
that can be used to generate collisions -- to find two input values that hash 
to the same output value.  That poses a risk to uses that rely strongly on 
the attacker's inability to create collisions, such as digital signatures or 
other message authentication schemes, but both hashes are still perfectly 
useful for blinding identifiers, and would be even if the current attacks 
were improved to be full preimage attacks.

It's worth pointing out, however, that for the truly paranoid a simple MD-5 or 
SHA-1 hash isn't a very secure mechanism for blinding small identifiers, like 
the MRN (not that it really needs to be that secure, but...).  The reason 
it's not very good is simple:  There aren't very many possible MRNs, so it's 
possible to hash all of them and create a dictionary of MRN - H(MRN) 
mappings.  Then translating a hash back into the corresponding MRN is simple.

The solution to this problem is to use a secure hash algorithm the attacker 
does not know[*].  The easy way to do that is to use a keyed hash.  Choose a 
random key K, of sufficient length, and then store H(K||MRN), where '||' 
means concatenation.  Note that this is similar to but different from salted 
hashes.  Salts are unique per hashed ID and stored with the hash value, where 
keys are global and kept secret.

All of this is massive overkill for protecting the MRN, of course.  But it is 
fun :-)

Shawn.

[*]  Another solution is to use a slow hash algorithm.  The problem with that 
is that the meaning of slow changes over time, as computers get faster.  
Slow hashes should definitely be combined with salt to make dictionary 
attacks hard.  Keyed hashes are a better solution if there's a secure place 
to store the key.
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


Re: [Ldsoss] Re: HT and VT Tool

2007-05-23 Thread Tom Welch
Although the MRN is confidential, it is not secret.  It is on your 
temple recommend, and I believe it is on your year end tithing summary 
statement.  The important thing to remember is that if you export MLS 
info, you are under a strict obligation to keep that information 
secure.  So this is why the Church has a policy prohibiting uploading 
MLS data to other computers.  So, I personally find no problems with me, 
for example, using the MRN number as a unique identifier of a program 
that I have running only on my machine and that I keep protected.


Sure there are ways for people to compromise my personal computer.  But 
if someone was to do that, they are more likely to take the names, phone 
numbers and addresses of the members than they are to take the MRN. 


Tom

Thomas Haws wrote:
I have heard it called confidential, but for the life of me I can't 
fathom why.  Maybe like the Social Security number, some people are 
just touchy about such things.


On that subject, I recently got a message on MLS pointing out that the 
Individual Ordinance Summary is for handing out to a member, but the 
Membership record is NOT.  But again, for the life of me, I haven't 
yet discerned any difference between them.  And I certainly can't 
figure out any moral justification for keeping information on people 
that they aren't permitted to access.  Does anybody have any insight 
on this?


Tom

On 5/22/07, *Slide* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


On 5/22/07, Bill Pringle [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
wrote:
 The CSV files from MLS also contain the membership IDs, which is a
 permanent identification.  That is what you can use and never
 change.  The internal ID value seems fairly stable, but I only
use it
 to match up the HT/VT and Organization records with the Membership
 records.  I have defined an auxiliary file that I use for my
 program.  This file contains the membership ID along with any other
 information I want to keep (like cell phones and e-mail for each
 member)  By comparing the auxiliary file with the import, I can
tell
 who is new and who is no longer on the records.



Isn't the MRN confidential information though? That is why I wasn't
storing it or using it.

slide
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org mailto:Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss




--
Tom Haws 480-201-5476
Have a beautiful day.


___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss
  


--
Tom Welch
[EMAIL PROTECTED]
(801) 240-1609
(801) 682-5449 - Cell

--
NOTICE: This email message is for the sole use of the intended recipient(s) and 
may contain confidential and privileged information. Any unauthorized review, 
use, disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply email and destroy all copies of 
the original message.___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


Re: [Ldsoss] Re: HT and VT Tool

2007-05-23 Thread Michael Hendricks
On Wed, May 23, 2007 at 07:35:19AM -0600, Tom Welch wrote:
 Although the MRN is confidential, it is not secret.  It is on your 
 temple recommend, and I believe it is on your year end tithing summary 
 statement.  The important thing to remember is that if you export MLS 
 info, you are under a strict obligation to keep that information 
 secure.

In my applications, I usually store an MD5 or SHA-1 hash of the MRN.
That way, I still get the unique ID characteristics without chance of
the actual MRN being compromised.  Perhaps that's a bit paranoid ;-)

-- 
Michael
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


Re: [Ldsoss] Re: HT and VT Tool

2007-05-22 Thread Jay Askren

In the CSV export from MLS, there is also a unique identifier created
by MLS for both the family and for the individuals.  I used this as my
key in my Emergency Preparedness Program.  Does anyone know how stable
these columns are?  I use it to tell if someone is new to the ward
when an update happens, because I didn't want to store the membership
number for privacy reasons.

Jay



On 5/19/07, Bill Pringle [EMAIL PROTECTED] wrote:

Since several of you are working on similar tools, let me tell you
one of the things I implemented within my program for keeping track
of updates.  If you don't plan for updates up front, it becomes
increasingly more difficult the further along you get into development.

I have an auxiliary file that can be used to store cell phones
(associated with the person, not the family), work numbers, etc.  I
also use it to provide information for non-members not in MLS as well
as out-of-unit individuals working in the unit (such as myself).  The
key is to tie the entries in this file to the entries in MLS.  I
originally used the membership number, but that causes problems for
people who don't have access to the exported CSV files.  (My program
can be used, for example, by an EQ/RS Pres by saving the MLS reports
they have access to.)  I am planning on instead using a combination
of their name and phone number.  I will probably generate a unique
number and use that internally within my database structure.  As I
read entries from MLS, I would do a lookup in the index to find the
unique number.  If not found, I would create a new entry for the
presumably new member.

Most likely I will implement both methods.  The membership number
already exists, so all I need to do is to implement an alternative
indexing method if the CSV files aren't present.  (My program will
fist try to read the MLS CSV export files.  If they aren't found, it
tries for MLS report files (using the Shift-Ctrl-C trick), and if all
else fails, it will look for web pages saved from the unit web site.)

As I said before, you can download my program and see how it works:
 http://www.personal.psu.edu/faculty/w/r/wrp103/lds/index.html#mls
and I would be glad to send anyone the C source files if need be.

One of these days, I have to upload all these tools I have to sourceforge. ;^)




---
Bill Pringle
work: [EMAIL PROTECTED]   http://www.unisysfsp.com
http://www.unisys.com
home/school: [EMAIL PROTECTED] http://www.personal.psu.edu/~wrp103
http://CherylWheeler.com

___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


Re: [Ldsoss] Re: HT and VT Tool

2007-05-22 Thread Bill Pringle
The CSV files from MLS also contain the membership IDs, which is a 
permanent identification.  That is what you can use and never 
change.  The internal ID value seems fairly stable, but I only use it 
to match up the HT/VT and Organization records with the Membership 
records.  I have defined an auxiliary file that I use for my 
program.  This file contains the membership ID along with any other 
information I want to keep (like cell phones and e-mail for each 
member)  By comparing the auxiliary file with the import, I can tell 
who is new and who is no longer on the records.





---
Bill Pringle
work: [EMAIL PROTECTED]   http://www.unisysfsp.com
http://www.unisys.com
home/school: [EMAIL PROTECTED] http://www.personal.psu.edu/~wrp103
http://CherylWheeler.com

___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


Re: [Ldsoss] Re: HT and VT Tool

2007-05-22 Thread Slide

On 5/22/07, Bill Pringle [EMAIL PROTECTED] wrote:

The CSV files from MLS also contain the membership IDs, which is a
permanent identification.  That is what you can use and never
change.  The internal ID value seems fairly stable, but I only use it
to match up the HT/VT and Organization records with the Membership
records.  I have defined an auxiliary file that I use for my
program.  This file contains the membership ID along with any other
information I want to keep (like cell phones and e-mail for each
member)  By comparing the auxiliary file with the import, I can tell
who is new and who is no longer on the records.




Isn't the MRN confidential information though? That is why I wasn't
storing it or using it.

slide
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


RE: [Ldsoss] Re: HT and VT Tool

2007-05-22 Thread Manfred Riem
Hi Tom,
 
Having dealt with an issue in the past concerning the Membership record I
can say that
really depends on the country of residence. At the time I was in Holland and
there an 
individual can request access to any record pertaining to them or minors in
their care.
The law there even goes as far as allowing access to the other spouse record
if the
individual is mentioned on it. Note that I say ACCESS, so handing out is not
really the
issue.
 
How it is here I do not know. I guess it comes down to the privacy policy
the church
has in place for each country ;)
 
Manfred
 
  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Thomas Haws
Sent: Tuesday, May 22, 2007 12:09 PM
To: LDS Open Source Software
Subject: Re: [Ldsoss] Re: HT and VT Tool


I have heard it called confidential, but for the life of me I can't fathom
why.  Maybe like the Social Security number, some people are just touchy
about such things.

On that subject, I recently got a message on MLS pointing out that the
Individual Ordinance Summary is for handing out to a member, but the
Membership record is NOT.  But again, for the life of me, I haven't yet
discerned any difference between them.  And I certainly can't figure out any
moral justification for keeping information on people that they aren't
permitted to access.  Does anybody have any insight on this? 

Tom


On 5/22/07, Slide [EMAIL PROTECTED] wrote: 

On 5/22/07, Bill Pringle [EMAIL PROTECTED] wrote:
 The CSV files from MLS also contain the membership IDs, which is a
 permanent identification.  That is what you can use and never 
 change.  The internal ID value seems fairly stable, but I only use it
 to match up the HT/VT and Organization records with the Membership
 records.  I have defined an auxiliary file that I use for my 
 program.  This file contains the membership ID along with any other
 information I want to keep (like cell phones and e-mail for each
 member)  By comparing the auxiliary file with the import, I can tell 
 who is new and who is no longer on the records.



Isn't the MRN confidential information though? That is why I wasn't
storing it or using it.

slide
___ 
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss





-- 
Tom Haws 480-201-5476
Have a beautiful day. 
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


Re: [Ldsoss] Re: HT and VT Tool

2007-05-22 Thread Slide

On 5/22/07, Thomas Haws [EMAIL PROTECTED] wrote:

I have heard it called confidential, but for the life of me I can't fathom
why.  Maybe like the Social Security number, some people are just touchy
about such things.

On that subject, I recently got a message on MLS pointing out that the
Individual Ordinance Summary is for handing out to a member, but the
Membership record is NOT.  But again, for the life of me, I haven't yet
discerned any difference between them.  And I certainly can't figure out any
moral justification for keeping information on people that they aren't
permitted to access.  Does anybody have any insight on this?

Tom



The IOS will not display anything like official probation and what
not. Membership records do show that information. The idea is that if
you hand out the membership record and someone has been put on
probation and they leave the paper in the chapel, someone might be
able to see that information. Its not necessarily to keep the
information from the member themselves, but more to protect them in
case they leave the paper somewhere, etc.

slide
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


Re: [Ldsoss] Re: HT and VT Tool

2007-05-22 Thread Big Daddy
From what I understand the Membership Record can contain other confidential 
information.
 
Richard Butt
4796 S. Linoln Ridge Drive
Tucson, AZ 85730
 
[EMAIL PROTECTED]


 



- Original Message 
From: Manfred Riem [EMAIL PROTECTED]
To: LDS Open Source Software ldsoss@lists.ldsoss.org
Sent: Tuesday, May 22, 2007 11:17:44 AM
Subject: RE: [Ldsoss] Re: HT and VT Tool


Hi Tom,
 
Having dealt with an issue in the past concerning the Membership record I can 
say that
really depends on the country of residence. At the time I was in Holland and 
there an 
individual can request access to any record pertaining to them or minors in 
their care.
The law there even goes as far as allowing access to the other spouse record if 
the
individual is mentioned on it. Note that I say ACCESS, so handing out is not 
really the
issue.
 
How it is here I do not know. I guess it comes down to the privacy policy the 
church
has in place for each country ;)
 
Manfred
 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Haws
Sent: Tuesday, May 22, 2007 12:09 PM
To: LDS Open Source Software
Subject: Re: [Ldsoss] Re: HT and VT Tool


I have heard it called confidential, but for the life of me I can't fathom why. 
 Maybe like the Social Security number, some people are just touchy about such 
things.

On that subject, I recently got a message on MLS pointing out that the 
Individual Ordinance Summary is for handing out to a member, but the Membership 
record is NOT.  But again, for the life of me, I haven't yet discerned any 
difference between them.  And I certainly can't figure out any moral 
justification for keeping information on people that they aren't permitted to 
access.  Does anybody have any insight on this? 

Tom


On 5/22/07, Slide [EMAIL PROTECTED] wrote: 
On 5/22/07, Bill Pringle [EMAIL PROTECTED] wrote:
 The CSV files from MLS also contain the membership IDs, which is a
 permanent identification.  That is what you can use and never 
 change.  The internal ID value seems fairly stable, but I only use it
 to match up the HT/VT and Organization records with the Membership
 records.  I have defined an auxiliary file that I use for my 
 program.  This file contains the membership ID along with any other
 information I want to keep (like cell phones and e-mail for each
 member)  By comparing the auxiliary file with the import, I can tell 
 who is new and who is no longer on the records.



Isn't the MRN confidential information though? That is why I wasn't
storing it or using it.

slide
___ 
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss




-- 
Tom Haws 480-201-5476
Have a beautiful day. 
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


   
Pinpoint
 customers who are looking for what you sell. 
http://searchmarketing.yahoo.com/___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


Re: [Ldsoss] Re: HT and VT Tool

2007-05-22 Thread Stacey

Thomas Haws wrote:
I have heard it [MRN] called confidential, but for the life of me I 
can't fathom why.  Maybe like the Social Security number, some people 
are just touchy about such things.


Well, for example, with someone's MRN (and confirmation date) you sign 
up for an account on the ward/stake web site or buy garments/temple 
clothing off ldscatalog.com as a non-member.


-stacey.
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


Re: [Ldsoss] Re: HT and VT Tool

2007-05-22 Thread Shawn Willden
On Tuesday 22 May 2007 02:09:22 pm Stacey wrote:
 Well, for example, with someone's MRN (and confirmation date) you sign
 up for an account on the ward/stake web site or buy garments/temple
 clothing off ldscatalog.com as a non-member.

And the confirmation date is fairly guessable for most members born in the 
covenant to active families.

Not sure how much it matters, though.

Shawn.
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


Re: [Ldsoss] Re: HT and VT Tool

2007-05-22 Thread Slide

On 5/22/07, Shawn Willden [EMAIL PROTECTED] wrote:

On Tuesday 22 May 2007 02:09:22 pm Stacey wrote:
 Well, for example, with someone's MRN (and confirmation date) you sign
 up for an account on the ward/stake web site or buy garments/temple
 clothing off ldscatalog.com as a non-member.

And the confirmation date is fairly guessable for most members born in the
covenant to active families.

Not sure how much it matters, though.

Shawn.



I don't know about that, I always have to look mine up because it is
not the normal first week in month X :)

slide
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


RE: [Ldsoss] Re: HT and VT Tool

2007-05-22 Thread Manfred Riem
Hence the reason to not use the MRN ;) 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Shawn Willden
Sent: Tuesday, May 22, 2007 2:45 PM
To: ldsoss@lists.ldsoss.org
Subject: Re: [Ldsoss] Re: HT and VT Tool

On Tuesday 22 May 2007 02:09:22 pm Stacey wrote:
 Well, for example, with someone's MRN (and confirmation date) you sign 
 up for an account on the ward/stake web site or buy garments/temple 
 clothing off ldscatalog.com as a non-member.

And the confirmation date is fairly guessable for most members born in the
covenant to active families.

Not sure how much it matters, though.

Shawn.
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss

___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


re: RE: [Ldsoss] Re: HT and VT Tool

2007-05-22 Thread grgordonross

I don't think anyone suggested using the MRN, I think the suggestion was to use 
the membership ID which is not the same thing as the MRN.  The membership ID is 
a unique identifier on that comes with the membership output CSV to identify 
each row on that table.  Using and storing the membership ID poses no security 
or privacy risks.

GR


Manfred Riem [EMAIL PROTECTED] wrote:

Hence the reason to not use the MRN ;) 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Shawn Willden
Sent: Tuesday, May 22, 2007 2:45 PM
To: ldsoss@lists.ldsoss.org
Subject: Re: [Ldsoss] Re: HT and VT Tool

On Tuesday 22 May 2007 02:09:22 pm Stacey wrote:
 Well, for example, with someone's MRN (and confirmation date) you sign 
 up for an account on the ward/stake web site or buy garments/temple 
 clothing off ldscatalog.com as a non-member.


And the confirmation date is fairly guessable for most members born in the
covenant to active families.

Not sure how much it matters, though.

Shawn.
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss

___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss




--

___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


Re: RE: [Ldsoss] Re: HT and VT Tool

2007-05-22 Thread Slide

On 5/22/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

I don't think anyone suggested using the MRN, I think the suggestion was to use 
the membership ID which is not the same thing as the MRN.  The membership ID is 
a unique identifier on that comes with the membership output CSV to identify 
each row on that table.  Using and storing the membership ID poses no security 
or privacy risks.

GR



I thought the discussion was whether that number was a stable unique
number or not. I thought the suggestion had been made to use the MRN,
maybe I misread.

slide
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


Re: [Ldsoss] Re: HT and VT Tool

2007-05-22 Thread Thomas Haws

Whatever happened to resist not evil?  :-D

On 5/22/07, Shawn Willden [EMAIL PROTECTED] wrote:


On Tuesday 22 May 2007 02:52:47 pm [EMAIL PROTECTED] wrote:
 I don't think you could guess anyone's confirmation date
 with any degree of success regardless of if they were BIC or not.

Sure you can.  It just depends on how many tries you get.  Give me, say,
50
attempts and I'll bet it's a very rare BIC person whose confirmation date
I
can't guess.

In years past when confirmations were normally done on Sundays (and
especially
on first Sundays!) it was even easier.

I don't know if the church web site does any counting of failed attempts
and
locks out members who have too many, but it wouldn't surprise me if there
is
no such checking.

Shawn.
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss





--
Tom Haws 480-201-5476
Have a beautiful day.
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


Re: [Ldsoss] Re: HT and VT Tool

2007-05-22 Thread Shawn Willden
On Tuesday 22 May 2007 04:58:34 pm Thomas Haws wrote:
 Whatever happened to resist not evil?  :-D

It was later qualified with be ye therefore wise as serpents :-)

Shawn.
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


Re: [Ldsoss] Re: HT and VT Tool

2007-05-20 Thread Bryan Murdock

On 5/18/07, Manfred Riem [EMAIL PROTECTED] wrote:

You might want to consider using Java ... As far as I heard a lot of Java
is going on at the Church ;)


Nah, stick with Python.  The Church developers will someday see the light.

;-)

Bryan
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


RE: [Ldsoss] Re: HT and VT Tool

2007-05-20 Thread Manfred Riem
Hahahhaha ;) 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bryan Murdock
Sent: Sunday, May 20, 2007 3:15 PM
To: LDS Open Source Software
Subject: Re: [Ldsoss] Re: HT and VT Tool

On 5/18/07, Manfred Riem [EMAIL PROTECTED] wrote:
 You might want to consider using Java ... As far as I heard a lot of 
 Java is going on at the Church ;)

Nah, stick with Python.  The Church developers will someday see the light.

;-)

Bryan
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss

___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss


RE: [Ldsoss] Re: HT and VT Tool

2007-05-19 Thread Manfred Riem
You might want to consider using Java ... As far as I heard a lot of Java
is going on at the Church ;) 

Kind regards,
Manfred Riem
[EMAIL PROTECTED]
http://www.manorrock.org/
Founding Java Champion
https://java-champions.dev.java.net/

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Slide
Sent: Saturday, May 19, 2007 12:10 AM
To: LDS Open Source Software
Subject: Re: [Ldsoss] Re: HT and VT Tool

On 5/18/07, Sean M. Cox [EMAIL PROTECTED] wrote:
 Benjamin,
  I've actually, for the past couple of months, been working on
something similar to this.

I too have been working on something like this :-) Great minds think alike.
Personally, for me as Ward Clerk, I find it hard to keep up with the many
baptisms, Priesthood advancements, etc (we have a very large ward with an
average of 3 new families moving in per week) we have going on. I've been
developing a set of Python scripts to import data from the exports into a
local database. Then, I have a cron job that every Sunday night sends out an
email with upcoming baptisms for the next month as well as Priesthood
advancements for the next Sunday (or for two Sundays ahead). The reporting
is currently based on a plug-in architecture, where the report information
is stored in the database per leader (e.g., the Bishop can receive just the
new people who's records arrived, the Executive Secretary can get just the
baptisms and Priesthood Advancements, etc). Its all still in a very alpha
stage, but I'd like to hear ideas that other people have. I was planning on
possibly adding a web frontend using Pylons. I'd like to see something like
be able to run on the computer in the Church building, but I don't think
that will happen any time soon :-) Open sourcing MLS would make stuff like
this really easy, I certainly hope it will happen some day.

slide
___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss

___
Ldsoss mailing list
Ldsoss@lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss