BlogSvc AtomPub Release 0.3
Posted in BlogSvc, Release, Website by JarrettV on 8/11/2008 3:22:03 AM - CSTI've uploaded a new release to CodePlex. This is the first release containing solid AtomPub support. Also, the website has been improved. This release contains the following new/improved features:
- Object model usage improvements (such as ToString)
- FileAtomPubProvider configuration extensions including file and folder paths
- Administrator support added to AppService
- WSSE authentication that supports anonymous and token expiration
- Roles added based on AppService
- Saving of AppService and AppCategories documents
- Add category (fixed, unfixed) to internal or external categories
- ETag support for caching and improved Live Writer performance
- HEAD request supported on entry and media resources
- New website, with new controls
- Load RSS feed using Syndication support in .NET 3.5
This release has been tested on both IIS 6 and IIS 7 integrated. The next release may leave IIS 6 support behind in favor of IIS 7 integrated mode. This would improve the URI formats throughout the system. However, the ID's would remain unchanged as they were designed to support many URL schemes.
BlogSvc creates IDs that are made up of 3 to 4 parts:
urn:{workspace*}.{domain}:{collection},{entryPath}
The workspace is optional unless there are multiple workspaces on the same site. The domain typically matches the domain of where the site is being hosted. The collection signifies the collection in the workspace. The entry path is a comma separated listing of the entry location in an optional thread.
| Examples | |
|---|---|
| Blog Collection | urn:blogsvc.net:blog |
| About Entry in Info Collection | urn:blogsvc.net:info,About |
| Blog Post on Multi-user Site | urn:kristin.jvance.com:blog,2008-08-08-AnotherPost |
| Comment to Blog Post | urn:blogsvc.net:blog,2008-08-08-MyBlogPost,1 |
| Response to a Comment | urn:blogsvc.net:blog,2008-08-08-MyBlogPost,1,1 |
See the release page for more details.
Comments
Posted by JarrettV on 9/28/2008 2:53:54 PM - CST