Re: Need script or method to create a sitemap or site index

2011-03-24 Thread François Schiettecatte
There are online tools for doing this, why not use there, I did a quick google 
search and found this:

http://www.xml-sitemaps.com/

Here a bunch of other links that a colleague collected a while back:

1. Server-side tool kits available for 32/64 bit OS for Windows and Linux, 
written in PHP, Perl and Python. Two examples:
a. Paid: http://www.softswot.com/sitemapinfo.php
b. Free: http://www.smart-it-consulting.com/article.htm?node=154&page=82

 
2. Extensions and plugins for CMS, development platforms and publishing 
platforms such as .Net, Drupal and WordPress. Two examples:
a. Paid: http://www.pc4people.com/products.php?cat=57
b. Free: http://drupal.org/project/xmlsitemap 


3. Applications that can be downloaded for free, or for a fee. Two examples:
a. Paid: http://www.sitemappro.com/
b. Free: http://www.vigos.com/products/gsitemap/


4. On-line services that will ingest your web site and create an 
XML-Sitemap. Two examples:
a. Paid: http://www.autositemap.com/
b. Free: http://www.xml-sitemaps.com/


5. Class libraries available for Java, Perl, ASP and PHP. Two examples:
a. Free: http://www.phpclasses.org/browse/package/2612.html
b. Free: http://www.iteam5.net/francesco/sitemap_gen/



Cheers

François

On Mar 24, 2011, at 1:03 AM, BBunny wrote:

> Be that as it may, I'm asking if a method has been mentioned here that
> would create a sitemap in BBEdit (or terminal), and, if so, exactly
> what one would enter, and where. Thanks.
> 
> On Mar 20, 3:57 pm, Robert Huttinger 
> wrote:
>> it's true that AppleScript may be a new Lang to learn, but it's pretty  
>> damn easy with millions of example code on the web. it may be a lot  
>> easierthan you think!
>> 
>> Sent from my Apple ][
>> 
>> On Mar 20, 2011, at 12:05 PM, Tim Gray  wrote:
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>> On Jan 15, 2011 at 12:02 AM -0800, BBunny wrote:
 The "Misc" menu in previous versions of BBEdit contained an "index"
 feature, which generated a hierarchical index—in other words, a si
 temap
 —of a Web site, with live links to the pages. With version 9.6, t
 hat
 feature has been eliminated. Can anyone suggest a script or other  
 easy
 way of replacing that function? Thanks much.
>> 
>>> I think I could write up a script that does this pretty easily.  The  
>>> only problem is that BBEdit only provides two methods for unix  
>>> scripts, 'filters' and 'scripts'.  Scripts run in Terminal, so it's  
>>> kind of difficult to get the output of said script into a new BBEdit  
>>> window in an automated fashion. Filters run on an existing window  
>>> and replace the contents.
>> 
>>> A third option is to call a unix script from an Applescript.  
>>> Applescript can obviously open new BBEdit windows, etc., but its  
>>> kind of kludgy to have a parent Applescript call on separate unix  
>>> script.  You'd have to install two files, etc.  Of course, the  
>>> obvious solution would be to write a 100% Applescript script, but  
>>> for the life of me I can't master Applescript.
>> 
>>> So, I can provide you with a Python script that you can run from the  
>>> command line.  You feed it a directory and it will make an index  
>>> page for the html files in that directory.  Would that be useful?
>> 
>>> I wish there was tighter integration between BBEdit and scripting  
>>> languages, like Python and Perl.  But there isn't.  If there was,  
>>> extending BBEdit to do tasks like this would be so much easier.  
>>> Instead, you have to wrestle with Applescript to do anything of the  
>>> sort.  It's one of the features I'm really jealous that Textmate has.
>> 
>>> --
>>> You received this message because you are subscribed to the "BBEdit  
>>> Talk" discussion group on Google Groups.
>>> To post to this group, send email to bbedit@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> bbedit+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> 
>>> If you have a feature request or would like to report a problem,  
>>> please email "supp...@barebones.com" rather than posting to the group.
>>> Follow @bbedit on Twitter: 
> 
> -- 
> You received this message because you are subscribed to the 
> "BBEdit Talk" discussion group on Google Groups.
> To post to this group, send email to bbedit@googlegroups.com
> To unsubscribe from this group, send email to
> bbedit+unsubscr...@googlegroups.com
> For more options, visit this group at
> 
> If you have a feature request or would like to report a problem, 
> please email "supp...@barebones.com" rather than posting to the group.
> Follow @bbedit on Twitter: 

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.co

Re: umlauts in urls

2011-03-24 Thread Gregory Wiest
Am 21.03.2011 um 21:18 schrieb Lorin Rivers:

> On Mar 21, 2011, at 14:04 , Gregory Wiest wrote:
>> Hello,
>> 
>> Is there a way to get BBEdit's syntax checker to accept urls with umlauts in 
>> them?  There are addresses, like this one,
>> 
>> 
>> 
>> which use umlauts. Spelling that address with www.früleinhildebrand.de 
>> is incorrect.
>> 
>> Greetings,
>> Gregory Wiest
>> http://www.gregorywiest.de
> 
> 
> Does it like "www.fr%C3%A4uleinhildebrand.de" any better?
> -- 
> Lorin Rivers
> Mosasaur: Killer Technical Marketing 
> 
> 512/203.3198 (m)
> 
> 
The syntax checker doesn't complain about

 http://www.fr%C3%A4uleinhildebrand.de";>

but the address doesn't resolve correctly.

Greetings
Gregory Wiest
http://www.gregorywiest.de

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 


Fonts

2011-03-24 Thread Bill
Greetings. After upgrading to Mac OS X 10.6.7 BBEdit 9.6.3 stopped
allowing me to select many of my user installed fonts including the
one I had been using as my default font (Bitstream Vera Sans Mono)
prior to the upgrade. Anyone else see this behavior or is something
messed up just on my system?

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 


Re: Fonts

2011-03-24 Thread April Mains
works fine for me after upgrading to 10.6.7

April

On Thu, Mar 24, 2011 at 11:39 AM, Bill  wrote:
> Greetings. After upgrading to Mac OS X 10.6.7 BBEdit 9.6.3 stopped
> allowing me to select many of my user installed fonts including the
> one I had been using as my default font (Bitstream Vera Sans Mono)
> prior to the upgrade. Anyone else see this behavior or is something
> messed up just on my system?
>
> --
> You received this message because you are subscribed to the
> "BBEdit Talk" discussion group on Google Groups.
> To post to this group, send email to bbedit@googlegroups.com
> To unsubscribe from this group, send email to
> bbedit+unsubscr...@googlegroups.com
> For more options, visit this group at
> 
> If you have a feature request or would like to report a problem,
> please email "supp...@barebones.com" rather than posting to the group.
> Follow @bbedit on Twitter: 
>

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 


Re: Fonts

2011-03-24 Thread Brian Frick
Probably you'll want to clear your font cache...

http://discussions.apple.com/thread.jspa?threadID=2462847&tstart=30
--
Brian

On Mar 24, 2011, at 12:50 PM, April Mains wrote:

> works fine for me after upgrading to 10.6.7
> 
> April
> 
> On Thu, Mar 24, 2011 at 11:39 AM, Bill  wrote:
>> Greetings. After upgrading to Mac OS X 10.6.7 BBEdit 9.6.3 stopped
>> allowing me to select many of my user installed fonts including the
>> one I had been using as my default font (Bitstream Vera Sans Mono)
>> prior to the upgrade. Anyone else see this behavior or is something
>> messed up just on my system?


smime.p7s
Description: S/MIME cryptographic signature


Re: Fonts

2011-03-24 Thread Brian Frick
Another thing, most people forget to verify and correct permissions after an 
upgrade.  I'd recommend doing that, as well.  If all else fails, run disk 
utility to see if there are issues with your hard drive.  You'll want to 
correct all of those problems first.
--
Brian

On Mar 24, 2011, at 12:50 PM, April Mains wrote:

> works fine for me after upgrading to 10.6.7
> 
> April
> 
> On Thu, Mar 24, 2011 at 11:39 AM, Bill  wrote:
>> Greetings. After upgrading to Mac OS X 10.6.7 BBEdit 9.6.3 stopped
>> allowing me to select many of my user installed fonts including the
>> one I had been using as my default font (Bitstream Vera Sans Mono)
>> prior to the upgrade. Anyone else see this behavior or is something
>> messed up just on my system?


smime.p7s
Description: S/MIME cryptographic signature


Re: Fonts

2011-03-24 Thread Bill
Clearing the Font cache did the trick. Thanks.

On Mar 24, 1:05 pm, Brian Frick  wrote:
> Probably you'll want to clear your font cache...
>
> http://discussions.apple.com/thread.jspa?threadID=2462847&tstart=30

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: