Oh dear!! Sorry Pat, that last email was my review of your image! Ok Laugh if you must! ;-)) I did! Now I have actually read your page too, and again this is clear to understand and as usual, so very helpful. I have an index page in all of my freepages directories but I had not thought to do as Judy has done. Well done Judy for that inspiration. Best wishes, Jill http://freepages.genealogy.rootsweb.ancestry.com/~glamorgan/ -----Original Message----- From: freepages-help-bounces@rootsweb.com [mailto:freepages-help-bounces@rootsweb.com] On Behalf Of Jill Muir Sent: Sunday, February 20, 2011 5:17 PM To: 'Patricia Geary'; Freepages-Help@rootsweb.com Subject: Re: [FreeHelp] Understanding YOUR FreePages Account Structure Well done Pat, that is really clear. Maybe a link to Freepages File Manager? Just a thought. Best wishes, Jill http://freepages.genealogy.rootsweb.ancestry.com/~glamorgan/ -----Original Message----- From: freepages-help-bounces@rootsweb.com [mailto:freepages-help-bounces@rootsweb.com] On Behalf Of Patricia Geary Sent: Saturday, February 19, 2011 2:21 PM To: Freepages-Help@rootsweb.com Subject: [FreeHelp] Understanding YOUR FreePages Account Structure http://freepages.genealogy.rootsweb.ancestry.com/~gearyfamily/freepages-dire ctory-structure.html Please feel free to make suggestions if any of the points need clarification or more details are needed. pat ------------------------------- To unsubscribe from the list, please send an email to FREEPAGES-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message ------------------------------- To unsubscribe from the list, please send an email to FREEPAGES-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message
Well done Pat, that is really clear. Maybe a link to Freepages File Manager? Just a thought. Best wishes, Jill http://freepages.genealogy.rootsweb.ancestry.com/~glamorgan/ -----Original Message----- From: freepages-help-bounces@rootsweb.com [mailto:freepages-help-bounces@rootsweb.com] On Behalf Of Patricia Geary Sent: Saturday, February 19, 2011 2:21 PM To: Freepages-Help@rootsweb.com Subject: [FreeHelp] Understanding YOUR FreePages Account Structure http://freepages.genealogy.rootsweb.ancestry.com/~gearyfamily/freepages-dire ctory-structure.html Please feel free to make suggestions if any of the points need clarification or more details are needed. pat ------------------------------- To unsubscribe from the list, please send an email to FREEPAGES-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message
Lorrie said: I see the option to "replace tree with new gedcom". I missed it before. So will the other many logins I have from the previous version of wc go away with time? I hope so. And, I hope that someday a click will allow us, and visitors, to see all of the gedcoms we have. This might reveal some unknown relationships. Thanks. == Lorris you could use RootsWeb's WorldConnect Project Global Search or WorldConnect Home to search for others researching your names. I guess this is what you mean? Ancestry was flagging names on my databases with their 'leaves; but I cannot see any today. Maybe they have stopped this? Best wishes, Jill http://freepages.genealogy.rootsweb.ancestry.com/~glamorgan/
All the tutorials rolled into one! Feedback welcome. http://freepages.genealogy.rootsweb.ancestry.com/~gearyfamily/rootsweb-freepages-ebook.html pat
Contrary to information I have posted earlier, and exactly as Pat Asher has said, the server needs to be configured to parse .txt files on a s/html page. I had been parsing Includes embedded on a page, and forgot to check the obvious. So the directives contained in my original post (below) should have .txt added as follows:- Change the lines indicated in the original post below to:- AddType text/html .shtml .shtm .html .htm .txt AddOutputFilter INCLUDES .shtml .shtm .html .htm .txt So, that effectively covers the field, and s/html/text files will be parsed for SSI/XSSI directives. Barry -------------------------------------------------------- Following some fruitless discussion a couple of days ago on how to get the WAMP Apache server to parse Includes files at http://localhost, I have installed the package and sorted what needs to be done to the httpd.conf file which is accessible directly from the server icon in the Windows systems tray. Click on the WAMP icon in the tray, navigate to Apache/httpd.conf and click (once). The configuration file will now display complete with a lot of instruction on what and what not to do. The rows prefixed with # are comments, and various directives contained throughout the narrative can be made active by removing the # immediately to their left. Find the following:- > # # The Options directive is both complicated and important. Please see # http://httpd.apache.org/docs/2.2/mod/core.html#options # for more information. # Options Indexes FollowSymLinks > Change the line above to :- Options Indexes FollowSymLinks Includes > For the next scroll down about 80% - > # Filters allow you to process content before it is sent to the client. # # To parse .shtml files for server-side includes (SSI): # (You will also need to add "Includes" to the "Options" directive.) # AddType text/html .shtml AddOutputFilter INCLUDES .shtml > Change the lines above to :- AddType text/html .shtml .shtm .html .htm AddOutputFilter INCLUDES .shtml .shtm .html .htm > Close the file and when prompted, select SAVE. Click on the WAMP server icon and select Restart All Services. A HTML file loaded to a directory in localhost and containing SSI/XSSI directives will, when called, be parsed by the server. My system is set up so that the localhost is at c:/wamp/www/ and my parent directory is at c:/wamp/www/home For security and simplicity, I have not made any attempt to provide external access to the localhost, but this can be done using a domain name server IP address setup. This means the http://localhost is secure behind my firewall. In my case there is no need to FTP data to the localhost, and the normal Explorer methods of copying files is used. Note:: There are other methods of achieving the same result, e.g. xbithack, but the above is simple.
At 02:01 PM 2/20/2011, J.A. Florian wrote: >It was Pat G's inspiration that I could use "misc" and she designed >the external css and navigation on the left side. But, the task to >change my other sites to the "misc" css is too daunting for me, so >every site (community) in my complete web looks different. Thanks for the credit Judy but it was not me who suggested it, probably Pat Asher as I am not sure I ever really knew it that the default community was misc.. I'd love to hear from others who are using the format with more of their communities. Personally I would want each of the communities to have a different look but everything within a community to have the same look. My own site uses only one of the communiteis but has three different looks. http://freepages.genealogy.rootsweb.ancestry.com/~gearyfamily/ main community under genealogy cause that is where I had started out. http://freepages.genealogy.rootsweb.ancestry.com/~gearyfamily/frontpage/ still under genealogy but a completely different look http://freepages.genealogy.rootsweb.ancestry.com/~gearyfamily/expression-web/ still under genealogy but again a different look. It can easily be done using a template and external style sheet simply by changing out the colors and graphics in the style sheet. pat
On Sun, Feb 20, 2011 at 12:36 PM, Jill Muir <jill@shottle.plus.com> wrote: > I have an index page in all of my > freepages directories but I had not thought to do as Judy has done. Well > done Judy for that inspiration. > > > === It was Pat G's inspiration that I could use "misc" and she designed the external css and navigation on the left side. But, the task to change my other sites to the "misc" css is too daunting for me, so every site (community) in my complete web looks different. Judy
Sherri, Your "misc" community on the "freepages" is the default directory/community/website for all your "freepages" communities. You can set up a "hub" on your "misc" that includes all "freepages" "communities you have in use. For an example, see: http://freepages.misc.rootsweb.com/~florian/ The key is to cross-link between sites, by making links available to them through navigation and through on-site search. For Freefind or Google on-site Search, you just add the full (absolute) URLs, one at a time, to your set up screen at Freefind or Google. The counters, I don't know. Judy On Sun, Feb 20, 2011 at 12:02 PM, Sheri Bush <mytwigs@hotmail.com> wrote: > > I am going to use my other communities on my RW account. So if I > understand correctly, each "community" is like a separate site? > > My current home: > http://freepages.genealogy.rootsweb.com/~familytwigs/ > > So, I am going to set up a launch type page to be a hub to all the other > information/data. It will be here: > http://freepages.rootsweb.com/~familytwigs/ > (Which is really: http://freepages.misc.rootsweb.com/~familytwigs/) > > This page will connect to other section/communities like: > > http://freepages.school-alumni.rootsweb.com/~familytwigs/ > http://freepages.military.rootsweb.com/~familytwigs/ > > My question is, will a search engine, such as freefind treat each one as > part of the whole, or will it only search one community? Same with a > StatCounter? > Will each community need a separate search? > > Sheri aka. FamilyTwigs > TwigTalk My blog > Indiana Trails To The Past > Jackson County/INTTTP > > > > > > > ------------------------------- > To unsubscribe from the list, please send an email to > FREEPAGES-HELP-request@rootsweb.com with the word 'unsubscribe' without > the quotes in the subject and the body of the message > -- -- WASHINGTON COUNTY PA WEBSITES::: http://freepages.misc.rootsweb.com/~florian/ Coordinator of the Washington County PAGenWeb: http://www.rootsweb.com/~pawashin/
I am going to use my other communities on my RW account. So if I understand correctly, each "community" is like a separate site? My current home: http://freepages.genealogy.rootsweb.com/~familytwigs/ So, I am going to set up a launch type page to be a hub to all the other information/data. It will be here: http://freepages.rootsweb.com/~familytwigs/ (Which is really: http://freepages.misc.rootsweb.com/~familytwigs/) This page will connect to other section/communities like: http://freepages.school-alumni.rootsweb.com/~familytwigs/ http://freepages.military.rootsweb.com/~familytwigs/ My question is, will a search engine, such as freefind treat each one as part of the whole, or will it only search one community? Same with a StatCounter? Will each community need a separate search? Sheri aka. FamilyTwigs TwigTalk My blog Indiana Trails To The Past Jackson County/INTTTP
Following some fruitless discussion a couple of days ago on how to get the WAMP Apache server to parse Includes files at http://localhost, I have installed the package and sorted what needs to be done to the httpd.conf file which is accessible directly from the server icon in the Windows systems tray. Click on the WAMP icon in the tray, navigate to Apache/httpd.conf and click (once). The configuration file will now display complete with a lot of instruction on what and what not to do. The rows prefixed with # are comments, and various directives contained throughout the narrative can be made active by removing the # immediately to their left. Find the following:- > # # The Options directive is both complicated and important. Please see # http://httpd.apache.org/docs/2.2/mod/core.html#options # for more information. # Options Indexes FollowSymLinks > Change the line above to :- Options Indexes FollowSymLinks Includes > For the next scroll down about 80% - > # Filters allow you to process content before it is sent to the client. # # To parse .shtml files for server-side includes (SSI): # (You will also need to add "Includes" to the "Options" directive.) # AddType text/html .shtml AddOutputFilter INCLUDES .shtml > Change the lines above to :- AddType text/html .shtml .shtm .html .htm AddOutputFilter INCLUDES .shtml .shtm .html .htm > Close the file and when prompted, select SAVE. Click on the WAMP server icon and select Restart All Services. A HTML file loaded to a directory in locahost and containing SSI/XSSI directives will, when called, be parsed by the server. My system is set up so that the localhost is at c:/wamp/www/ and my parent directory is at c:/wamp/www/home For security and simplicity, I have not made any attempt to provide external access to the localhost, but this can be done using a domain name server IP address setup. This means the http:localhost is secure behind my firewall. In my case there is no need to FTP data to the localhost, and the normal Explorer methods of copying files is used. Note:: There are other methods of achieving the same result, e.g. xbithack, but the above is simple. Barry
Thanks Barry, really appreciate the help! Unfortunately I had already tried that following a tutorial online. I also just re tried it using what you sent. It didn't work. I still get a blank area were the includes should be, no error messages so I know it's not and includes path problem. I have no idea why it's not working, very annoying! My .htaccess and httpd.conf files look like they are set right. :-( Kim ----- Original Message ----- From: "Barry Carlson" <barrycarls@gmail.com> To: <FREEPAGES-HELP@rootsweb.com> Sent: Saturday, February 19, 2011 9:33 PM Subject: Re: [FreeHelp] Configure WAMP Apache Server for SSI > Contrary to information I have posted earlier, and exactly as Pat Asher > has said, the server needs to be configured to parse .txt files on a > s/html page. I had been parsing Includes embedded on a page, and forgot > to check the obvious. ----- No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1204 / Virus Database: 1435/3455 - Release Date: 02/20/11
Send a detailed message about your problem to the address below and they will give you a good explanation of the solution in my opinion. J Davis support_rootsweb@mailnj.custhelp.com ----- No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1204 / Virus Database: 1435/3453 - Release Date: 02/19/11
Good work, Pat! -R. On 2011-02-19 09:20, Patricia Geary wrote: > http://freepages.genealogy.rootsweb.ancestry.com/~gearyfamily/freepages-directory-structure.html > > Please feel free to make suggestions if any of the points need > clarification or more details are needed. > > pat -- Regards, Rod Dav4is / P.O. Box 118 / Hyde Park, NY 12538 / USA Trustee and Webmaster Little Nine Partners Historical Society http://www.rootsweb.ancestry.com/~nylnphs/ Personal website: Genealogy, et Cetera: http://freepages.rootsweb.ancestry.com/~dav4is/
http://freepages.genealogy.rootsweb.ancestry.com/~gearyfamily/freepages-directory-structure.html Please feel free to make suggestions if any of the points need clarification or more details are needed. pat
Kim, I should have mentioned that I have changed the Doctype from XHTML to HTML. The surnames list is in a format that is acceptable to one and not the other. The page displays the same either way, but badly violates the terms imposed by the W3C Validator if presented as XHTML. Barry
Kim, The file kim-m.html is attached. Just change its name to the existing file name you are using and allow it to be over written. Barry On 19/02/2011 5:57 a.m., Kim Mills wrote: > Thanks Barry! That's exactly what I'm trying to get my site to do! I just > can't figure out what I'm doing wrong lol. > Yes if you could send me the file and any advice on how to set the divs in > RM generator would be wonderful. I tried it a minute ago and it just moved > my site and left menu to the middle of the page. lol > Thanks so much, > Kim > > ----- Original Message ----- > From: "Barry Carlson"<barrycarls@gmail.com> > To:<freepages-help@rootsweb.com> > Sent: Friday, February 18, 2011 11:43 AM > Subject: Re: [FreeHelp] site setup and includes > > > > >> Without the background, I have your page sorted and it is at:- >> >> http://freepages.rootsweb.ancestry.com/~bristowe/surnames/kim-m.html >> >> > Surnames [1]A [2]B [3]C [4]D [5]E [6]F [7]G [8]H [9]I [10]J [11]K [12]L [13]M [14]N [ 15]O [16]P [17]Q [18]R [19]S [20]T [21]U [22]V [23]W [24]X [25]Y [26]Z References 1. file://localhost/tmp/tmpSx7DVx.html#-A- 2. file://localhost/tmp/tmpSx7DVx.html#-B- 3. file://localhost/tmp/tmpSx7DVx.html#-C- 4. file://localhost/tmp/tmpSx7DVx.html#-D- 5. file://localhost/tmp/tmpSx7DVx.html#-E- 6. file://localhost/tmp/tmpSx7DVx.html#-F- 7. file://localhost/tmp/tmpSx7DVx.html#-G- 8. file://localhost/tmp/tmpSx7DVx.html#-H- 9. file://localhost/tmp/tmpSx7DVx.html#-I- 10. file://localhost/tmp/tmpSx7DVx.html#-J- 11. file://localhost/tmp/tmpSx7DVx.html#-K- 12. file://localhost/tmp/tmpSx7DVx.html#-L- 13. file://localhost/tmp/tmpSx7DVx.html#-M- 14. file://localhost/tmp/tmpSx7DVx.html#-N- 15. file://localhost/tmp/tmpSx7DVx.html#-O- 16. file://localhost/tmp/tmpSx7DVx.html#-P- 17. file://localhost/tmp/tmpSx7DVx.html#-Q- 18. file://localhost/tmp/tmpSx7DVx.html#-R- 19. file://localhost/tmp/tmpSx7DVx.html#-S- 20. file://localhost/tmp/tmpSx7DVx.html#-T- 21. file://localhost/tmp/tmpSx7DVx.html#-U- 22. file://localhost/tmp/tmpSx7DVx.html#-V- 23. file://localhost/tmp/tmpSx7DVx.html#-W- 24. file://localhost/tmp/tmpSx7DVx.html#-X- 25. file://localhost/tmp/tmpSx7DVx.html#-Y- 26. file://localhost/tmp/tmpSx7DVx.html#-Z-
Kim, Got tied up yesterday, and when I finally got round to looking at it, it was fairly late here. Well, you might say it is now early - 5:30am, but here goes. Without the background, I have your page sorted and it is at:- http://freepages.rootsweb.ancestry.com/~bristowe/surnames/kim-m.html Now it is going to take a little time to explain what has been done, but you can download the CSS and try it yourself. Also, the surnames data (except) the top anchor links is now an include. The anchors html had a lot of square brackets and it wasn't liked by the SSI. I'll send you a clean HTML file if you'd like it. Barry On 19/02/2011 4:41 a.m., Kim Mills wrote: > Thanks Jill! That centered the header for me. I left the height as I had > it but took out the width settings. The actual image I made is 1000px by > 230px. So if I reduce the height it cuts off the image boarder. I would > have to resize the image first. I'm eventually going to add some more txt > or images to the header so I don't want it to small. > > I'm still trying to figure out why the text on the RM made pages wraps > around under the sidebar. I think it's because RM isn't defining a content > area/table to place it's text in. But I'm not sure how to fix that when it > generates it's own pages... >
Rose, What a strange setup and no way back, either. Thanks for telling me. I would have not thought to try that. Lorrie On 02/18/11 18:04, Rose Lee Wall wrote: > You put the urls backwards it seems from what I experienced when clicking. > Anyway if you go to the tree administration url first, you just click on my > account at the upper right corner and it takes you to the other. There > doesn't seem to be a link the other direction, but if you did the tree > first, the back arrow on your browser can take you back to tree admin. > > Rose Lee Wall > > > -----Original Message----- > From: freepages-help-bounces@rootsweb.com > [mailto:freepages-help-bounces@rootsweb.com] On Behalf Of Lorrie Laskey > Sent: Friday, February 18, 2011 4:43 PM > To: freepages-help@rootsweb.com > Subject: [FreeHelp] wc login problems > > List, > > This next message might help you understand why I am having trouble > understanding much about the accounts. I have had problems with my > logins for rw accounts some time, as well as incorrect info in my rw > account. I remember trying to merge accounts when wc was making changes > to these accounts some time ago and had problem then. I'll explain. > > Apparently the same login form is used for both my personal rw account > and my wc account. Very confusing. > > If I login from here, the first window I see is the "tree adminstration" > page that lists all of my gedcoms and where I can manage them. > > https://myaccount.rootsweb.com/signin > > > If I login from the homepage of rootsweb by selecting, my account, the > very same login box appears, url follows, but a page to my rootsweb > account opens from where I cannot access my wc gedcoms. Additionally, > some of the info in that window is wrong. And, I have tried several > times to remove some of the mailing lists listed by choosing > "unsubscribe" but they remain listed and I only get error messages from > the lists because I am not subscribed. Additionally, the category > "Freepages Accounts" lists a broken link to a very old website that has > not existed for years. > > https://myaccount.rootsweb.com/signin?kurl=http:%2F%2Fwc%2Erootsweb%2Ecom%2F > cgi%2Dbin%2Fwcus > > The urls to login are different but very similar but the page info is > slightly different. Is this correct? There seems to be no way to access > the two from one login. Is this correct? > > Lorrie > > > > ------------------------------- > To unsubscribe from the list, please send an email to > FREEPAGES-HELP-request@rootsweb.com with the word 'unsubscribe' without the > quotes in the subject and the body of the message > >
You put the urls backwards it seems from what I experienced when clicking. Anyway if you go to the tree administration url first, you just click on my account at the upper right corner and it takes you to the other. There doesn't seem to be a link the other direction, but if you did the tree first, the back arrow on your browser can take you back to tree admin. Rose Lee Wall -----Original Message----- From: freepages-help-bounces@rootsweb.com [mailto:freepages-help-bounces@rootsweb.com] On Behalf Of Lorrie Laskey Sent: Friday, February 18, 2011 4:43 PM To: freepages-help@rootsweb.com Subject: [FreeHelp] wc login problems List, This next message might help you understand why I am having trouble understanding much about the accounts. I have had problems with my logins for rw accounts some time, as well as incorrect info in my rw account. I remember trying to merge accounts when wc was making changes to these accounts some time ago and had problem then. I'll explain. Apparently the same login form is used for both my personal rw account and my wc account. Very confusing. If I login from here, the first window I see is the "tree adminstration" page that lists all of my gedcoms and where I can manage them. https://myaccount.rootsweb.com/signin If I login from the homepage of rootsweb by selecting, my account, the very same login box appears, url follows, but a page to my rootsweb account opens from where I cannot access my wc gedcoms. Additionally, some of the info in that window is wrong. And, I have tried several times to remove some of the mailing lists listed by choosing "unsubscribe" but they remain listed and I only get error messages from the lists because I am not subscribed. Additionally, the category "Freepages Accounts" lists a broken link to a very old website that has not existed for years. https://myaccount.rootsweb.com/signin?kurl=http:%2F%2Fwc%2Erootsweb%2Ecom%2F cgi%2Dbin%2Fwcus The urls to login are different but very similar but the page info is slightly different. Is this correct? There seems to be no way to access the two from one login. Is this correct? Lorrie ------------------------------- To unsubscribe from the list, please send an email to FREEPAGES-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message
I need a couple of folks who are new to freepages and would like to read over a new tutorial on the freepages directory structure to see if it is detailed enough. If you contact me off list I'll send you the link. Thanks, Pat G