Lightweight blogging application for Lotus Notes/Domino
I really like this DB. I plan on adding some things to it however if thats alright. I'd like to build a plugin architecture similar to how WordPress operates, and the ability to make custom types for use on the web. I'll let you know when I have something to show!
Thank you Jonny Pop! I'm going to complete release 1.0 R3 in few weeks in order to fix some minor bugs and a few implementations. Please let me know exactly what you'd like to do, I'll try to help you if I can. Would you also consider your plug-in customization as next release implementation?
Well there's a couple of things I'd like to be able to do like approve comments from an emailed link. That way I don't have to launch Notes to approve comments, I could do it from my Mobile device. I'm in the process of building a template for Notespress, you can see my progress at http://www.dominobros.com I've credited you guys of course. I still have some work to do to make it semi compatible with IE6. The other thing Is I'd like to enable Feedburner for the RSS feed, however it causes problems because feedburner adds additional information to the URL for the post which currently isn't supported by NotesPress. For example: feedburner links to the following http://www.dominobros.com/A55C46/DomBros.nsf/post/2009-11-longTitle?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+DominoBros+%28Domino+Bros%29&utm_content=FeedBurner I'm not sure how to fix this one yet as notepress doesn't allow any additional properties after the post-title name. I suppose I'll have to figure a way to substring the link. Here is the feedburner link for the site if you want to look and see what I mean: http://feeds.feedburner.com/DominoBros
Hi, Try this: append a "?open" at the end of each post/page URI in the feed.rss agent. This should fix that problem. If a query string is passed, Domino pretend the "open" otherwise gives you that error.
that makes sense, thanks for that!