Search

Phrase

Display

 

Category

   

Order

 

Pagesize

Results

If the result list is too large, please consider these hints

  • Reduce the number of websites.
  • Add more keywords.
  • Use quotes for building terms from keywords. For example, the phrase banner image searches for all articles containing both words. However, "banner image" searches for the exact two-word phrase.
103 hits123456

21. Everything TypeKey

Six Apart ProNet Weblog, News, 15 KB, 237 words

Andre Torrez, developer of the super cool service DropCash, has launched Everything TypeKey. It's a new wiki that lists all of the sample code, classes, scripts, tutorials, and applications that have been developed around our TypeKey authentication service.

There's some invaluable resources on the list, including Tim Appnel's TinyOrwell system, which lets you run your own local authentication, as well as TypeKey client sample code in PHP, Perl, and ASP.Net.

We've been very excited to see all the creative ways TypeKey has been used since its launch, and Everything TypeKey should be a good resource to make it easier to build on the platform in the future. If you've got something cool,...

continue reading ...

22. 3.2 (2005.08.25)

Six Apart User Manual, Manuals, 45 KB, 3336 words

3.2 (2005.08.25)

Major Features

• New dead-simple AJAX-powered installation/upgrade process (see screencast demo) which replaces mt-load.cgi and all mt-upgrade* scripts. Also eliminated the upgrade distribution since only the config file would be different. • Combined mt.cfg and mt-db-pass.cgi into mt-config.cgi. Shipping as mt-config.cgi-original so as to prevent overwriting when upgrading. • Introduced the new System Overview section which allows administrators to configure and manage aspects of the system across all weblogs • Introduced a plugin-based feedback rating framework which scores comments and TrackBacks upon submission on a scale from -10 (least desirable) to 10 (most desirable)...

continue reading ...

23. Six Apart - Movable Type News

Six Apart News, News, 15 KB, 585 words

03.16.2004

Testing Begins & More Info about 3.0

We're taking our first steps towards the release of Movable Type 3.0. The pre-beta version has just finished its initial two rounds of alpha testing and we're now opening the testing to a larger audience (we've picked 300 random addresses from those who applied and will be adding more as time progresses).

The testing that we're conducting will not only help ensure a stable final release but will also give us an opportunity to receive feedback on feature implementation from both users and developers.

Starting today, we'll be giving all of our users much more information on what to expect in Movable Type 3.0....

continue reading ...

24. Password Protecting Your Blog with .htaccess

Learning Movable Type, Tutorials, 31 KB, 2285 words

One way to set up a private, password-protected weblog is by adding a .htaccess file to the directory in which the weblog resides. htaccess files can give you extra control over your server, allowing you to password protect directories, enable server side includes, generate custom error messages, and block users by IP address among other things. I've already described the fundamentals of .htaccess in another tutorial, see What is .htaccess? If you are setting up .htaccess for the first time, be sure to read this tutorial thoroughly.

1. Create .htpasswd

The first thing you need to do, before creating your .htaccess file, is to create a file called .htpasswd, which will hold the user...

continue reading ...

25. Configuration Directives Archives

Six Apart User Manual, Manuals, 191 KB, 7959 words

This section of the appendix details all configuration directives that can be defined in mt-config.cgi. Through use of these directives, you can control numerous aspects of the system.

Except for those which define things specific to your system (e.g. CGIPath and your database settings), all of them have defaults set by Movable Type. This means that not every directive will appear in mt-config.cgi. If you wish to override the default for a setting which does not appear in the file, simply add it and the desired value to your mt-config.cgi.

...

continue reading ...

26. Accept comments from...

Six Apart User Manual, Manuals, 22 KB, 367 words

Accept comments from...

This setting controls who may comment on your site. There are three choices: • Anyone • Authenticated commenters only • No one.

Anyone and No one are self-explanatory except that the latter effectively disables commenting on the blog. If you are using the new template structure introduced in Movable Type 3.2, a rebuild of the Index templates will also remove the comment form from all of your individual entries. If not, you must rebuild all Individual archives to remove the comment form.

Autheticated commenters allows only commenters authenticated through...

continue reading ...

27. ProNet: August 2005 Archives

Six Apart ProNet Weblog, News, 58 KB, 5621 words

08.31.2005

Simple Example Templates for Movable Type 3.2

Chris Vannoy has posted some simple Movable Type templates based on the new default templates in Movable Type, but with much of the XHTML structure stripped out so they're easier to read. As Chris explains in his following post, they're not designed to be used on an actual site, since the styling would be pretty ugly by default, but they're a useful basis for creating your own completely custom design if you just need a place to get started.

We'll be producing additional documentation about all the new abilities that templates and styles have in Movable Type 3.2, but this is a great place to start if you...

continue reading ...

We're taking our first steps towards the release of Movable Type 3.0. The pre-beta version has just finished its initial two rounds of alpha testing and we're now opening the testing to a larger audience (we've picked 300 random addresses from those who applied and will be adding more as time progresses).

The testing that we're conducting will not only help ensure a stable final release but will also give us an opportunity to receive feedback on feature implementation from both users and developers.

Starting today, we'll be giving all of our users much more information on what to expect in Movable Type 3.0.

The official 3.0 release will contain a significant change to the...

continue reading ...

29. Rebuild All Blogs

Movalog, Tutorials, 28 KB, 757 words

With MT 2.6x there was a really useful script called mt-rebuild-all.cgi that would rebuild all blogs. Unfortunately, this script didn't mix well with the MT 3.x interface.

So, I re-styled the script to fit in better with MT 3.x, the credit goes to the author ( -lc- on the forums). This is only compatible with MT 3.x and does not work in Opera (if you manage to figure this out drop me a line)

There is a major security risk with this script, as it doesn't use MT authentication, anyone can just execute the rebuild script.

Download mt-rebuild-all.zip or mt-rebuild-all.tar.gz

You can dump this file into your mt directory (the same location as mt.cgi) and it will extract the...

continue reading ...

30. Virtual Hosts for Dummies

MezzoBlue, Tutorials, 14 KB, 1105 words

Running your own local Apache server for development is a great idea, and even better if you've enabled local virtual hosts.

As demand for open source software increases, so do the options. Popular packages are frequently ported to different platforms, so it's fully possible to run a local install of Apache regardless of which operating system you use on your workstation.

The stumbling block is mainly know-how, which is fortunately an easy gap to fill. I am decidedly not a system administrator, but I've run various Apache installs over the past year - without much conviction I should note, so learning has been slow.

After this past weekend's rebuild, I got around to re-configuring a fresh copy of Apache Complete last night. Here are two tips from that experience....

continue reading ...

31. Shuffling Atom with XML::Atom::Filter

Six Apart Pronet Articles, Tutorials, 15 KB, 1249 words

Atom is a standardized format for describing weblog content. With a standard format, you can exchange weblog content not only between web services but between command line tools--that's the idea behind some Java programs called "atomflow." To the same end as the atomflow project, I'm delighted to present a Perl module for creating command line Atom tools. I'm using it to post Flickr photos to a TypePad sidebar, but I'm sure you'll have many more ideas for it.

XML::Atom::Filter

The Atom format is being designed as a lingua franca of weblog content. Recognizing that a standard format makes meaningful integration between software programs easier, Diego Doval, Matt Webb, and Ben Hammersley invented...

continue reading ...

32. Comment listing Archives

Six Apart User Manual, Manuals, 45 KB, 836 words

The name of the author of the comment. • default

If a name is not given, the value of this attribute will be used.

Back to top | Permalink | Comments (0)

MTCommentAuthorIdentity

...

continue reading ...

33. ProNet: May 2005 Archives

Six Apart ProNet Weblog, News, 33 KB, 2617 words

05.31.2005

Movable Type Cheat Sheet

One of the great things about Movable Type being localized into a number of languages and having such a broad international presence is that we get great contributions from our community around the world. The latest contribution is Jörg Petermann's Movable Type Cheat Sheet, which he's published in both German and English.

The Cheat Sheet, available in both PDF and PNG formats, covers all the standard Movable Type template tags, as well as common attributes for the tags and the date format used for output. Most of these tags also apply to TypePad's advanced templates as well, so it's worth keeping a copy of the Cheat Sheet...

continue reading ...

34. What Do All These Templates Do?

Learning Movable Type, Tutorials, 27 KB, 1471 words

Movable Type uses a template system to generate the pages of your weblog. To change which content elements and how they are displayed on the pages of your blog, you need to make changes to the appropriate templates.

Selecting "Manage Templates" from the sidebar navigation in your weblog edit screen will show you the list of templates, but what do they all do? And, if you are trying to conserve storage space on your server, are there any you can delete?

Index Templates

Index templates have individual output files, specific to the template. Let's go down the list.

Click on image to enlarge

• Atom Index - The Atom Index produces an Atom syndication feed, atom.xml for those...

continue reading ...

35. Connection errors (MySQL)

Six Apart Knowledgebase, Manuals, 30 KB, 841 words

Question

When running the script, I get an error message that says Got an error: Bad ObjectDriver config: Connection error: [some error].

Answer

Too many connections

Your MySQL server is not permitting any more connections to your database; you'll need to contact your host for resolution of this error.

Can't connect to local MySQL server through socket '/path/to/socket'

• If your SQL database server is on localhost, but the socket is not in a standard location, you'll need to set the path using the DBSocket setting in mt-config.cgi1: DBSocket /path/to/mysql.sock...

continue reading ...

36. ProNet: July 2005 Archives

Six Apart ProNet Weblog, News, 89 KB, 9750 words

07.27.2005

Dynamic Publishing support for PostgreSQL and SQLite

It's a common refrain for us to talk about Movable Type's wide platform support, but we really are committed to making sure Movable Type's full power is available on the widest variety of platforms. It's an investment that takes a lot of care and attention, but we think it's well worth the effort.

For example, take databases. Movable Type has long supported multiple databases, with MySQL and Berkeley DB being among the most popular. But two mature, popular open-source database technologies that a lot of our users have requested have also part of our platform support for over two years: PostgreSQL and...

continue reading ...

37. FAQ: Bad ObjectDriver with MySQL

Movable Type Weblog, Tutorials, 15 KB, 240 words

Question

I have installed Movable Type and MySQL. When trying to use Movable Type, the following error message will be shown.

Bad ObjectDriver config: Connection error: Client does not support authentication protocol requested by server; consider upgrading MySQL client

Answer

The message results from MySQL having changed an important detail with its latest release. With version v4.1, MySQL changed the way users are authenticated. Obviously, passwords are stored differently in this version than in previous versions. You can read more about this problem and how to solve it in Migrating to MySQL.

mgs

Feedback is welcome!

What do you think about this...

continue reading ...

38. Six Apart - Movable Type News - TypeKey service changes

Six Apart News, News, 14 KB, 192 words

This evening we released many enhancements to our TypeKey authentication service. For this release we addressed some lingering issues, and implemented several new features. Here are some of the highlights. • For new users, we streamlined the registration and account activation process. • When you login to TypeKey, you can now elect to have the system remember you for up to two weeks, streamlining the commenting process for users who comment on TypeKey-enabled blogs frequently. • We introduced a new page that is displayed to TypeKey users if their email sharing preference conflicts with the requesting site's email address collection requirements.

A note to developers that have...

continue reading ...

39. SignOnURL

Six Apart User Manual, Manuals, 21 KB, 300 words

SignOnURL

Specifies the fully-qualified domain name and path (up to the query paramters) for the login URL of the TypeKey-compatible authentication service you wish to use for your weblogs. To enable an alternate authentication service, you also need to define SignOffURL and IdentityURL.

Example: https://www.typekey.com/t/typekey/login?

Permalink ...

continue reading ...

40. Changing the Comment Registration Service

Six Apart User Manual, Manuals, 21 KB, 303 words

Changing the Comment Registration Service

Problem

You want to change your system's authentication service to another TypeKey-enabled system.

Solution

Set the TypeKey configuration directives in mt.cfg and reset your authentication token.

Discussion

TypeKey the service and TypeKey the API.

Defaults. System wide directives. Their usage.

TBD. Awaiting finalization/debugging of "auto-token" system.

...

continue reading ...

Comments

You want to post some comment? Please use the announcement post on the Movable Type Weblog.

If you want to give some feedback concerning a specific query, please use the feedback button that is shown after a search has completed.

mgs | September 27th 2005