Speaking of all this ward directory stuff, I started to create a website for our single's ward. My goal was to leverage BYU's LDAP to fill out most of the information and people would be able to update their own information at any time (pending approval from appropriate members of the Bishopric, etc). Elders Quorum Pres and Relief Society Pres could create HT and VT assignments or delegate that responsibility. Ward members would then be able to report their HT and VT and the Presidents would be able to have that information quickly. Members would also be able to browse the ward directory in HTML, or dynamically create a pdf for printing at anytime and it would be updated. Other things would include messaging, calendar and other extras. Unfortunately, my last semester of school was crazy trying to graduate, then I did a huge remodel on my house over the summer and now I'm getting married. I don't know if I will finish it now :( I'm kind of bummed about it. I wasn't sure how I would generate a pdf from raw data, I know it's possible, but it would have been fun to figure out.
Robert LeBlanc BioAg Computer Support Brigham Young University (801)422-1882 [EMAIL PROTECTED] > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Andrew McNabb > Sent: Tuesday, October 24, 2006 11:07 AM > To: BYU Unix Users Group > Subject: Re: [uug] Page Layout question > > On Tue, Oct 24, 2006 at 10:09:50AM -0600, Phillip Hellewell wrote: > > > > It was a openoffice document as a template for the picture book > > design. Then it had a macro that when you run would read from a > > database, which in this case was simply a csv file created by > > exporting names from MLS. (But I think I had to modify the csv file a > > little bit to fix a few things to how I wanted them.) > > > > Anyway, it was pretty sweet and it even grabbed pictures and pasted them > > in there. I think the name of the picture had to match the HofH ID. It > > was fun to watch it creating all the pages, one by one. Each page fit > > four families, so the picturebook size was 4.25 x 5.5. Then we punched > > two holes in the top of each booklet and used rings to hold it together. > > > > I don't know if it is in a working state or not but with a little bit of > > love, you could probably make it work again. > > > > As Jason mentioned, tons of people have come up with various ways to do > ward directories. The openoffice idea looks pretty cool, and the screen > scraping thing is definitely a good idea, too. I've been using a LaTeX > template, which is my favorite way for a few reasons. > > 1) I like being able to do other stuff with the data, which is easier > with the Django/database thing than with something like screen scraping. > For example, I did two Django SELECT queries on Sunday (for two > unrelated purposes): to find everyone who was baptized in 2005 or 2006, > and to find the number of men and women in the ward. > > 2) I like things to be fully automated. I think it would be really cool > to watch the openoffice macros in action (I really do think it's a cool > idea), but I can't run a shell script that creates a photo directory and > copies it to a web location with password protection, all in a few > seconds. > > 3) I'm a perfectionist, so I like to be able to have full control on > what happens in the output. LaTeX has its quirks, but it gives me this. > > In fact, I'm not so much concerned about leaving something behind when > it comes to a ward directory. They're a ton of work to put together no > matter how automated you make it. The process of taking pictures takes > forever. Because of the overhead each semester/year, I don't feel bad > if all I do is leave someone a CD full of photos. > > However, there are other sorts of documents that get updated more > incrementally. I really would feel bad leaving somebody in the > situation where they only have to change one entry on the page, but they > find themselves having to completely redesign a document. > > Now, if I could somehow output to your openoffice template in addition > to outputting to LaTeX/PDF, then I'd be in business. :) Does anyone > have experience writing directly to OpenOffice's XML format? How much > of a pain is it? > > -- > Andrew McNabb > http://www.mcnabbs.org/andrew/ > PGP Fingerprint: 8A17 B57C 6879 1863 DE55 8012 AB4D 6098 8826 6868 -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
