Dear Open Hub Users,
We’re excited to announce that we will be moving the Open Hub Forum to
https://community.blackduck.com/s/black-duck-open-hub.
Beginning immediately, users can head over,
register,
get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.
On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at
info@openhub.net
Hey guys,
I find the concept of journal amazing. Being able to post updates quickly and efficiently through an IM client is great.
However, I feel a bit powerless with it. I thought of its RSS feed to be a great way to post newsbits to our project's website. However, most RSS readers will display it in an unreadable fashion. Putting entire post content in the title is ... well ... making the whole concept useless to me ;)
It would be great if we could use an additional formatting tag to separate title from content, perhaps even a newline tag.
I am fully aware that this isn't meant to be a full-featured journal/blogging system, and that it's meant just for small updates. But, it has a potential to become just a bit more serious and useful with this new feature.
So, would it be possible for you to introduce a new tag that would allow us to separate title from content, at least in RSS feeds?
While at it, you might add an edit journal
function so we can edit old posts accordingly ;)
Greetings Ivan,
The CakePHP folks have had good luck with the journal as is. One challenge of the title concept is that I'd like the journal to be very Instant-Messenger friendly - which brings up some issues since instant messages don't have titles.
I'm happy to entertain any specific design you'd suggest - could you get more specific?
Woah, has it already been 28 days since I posted that? Tempus fugit I suppose ;)
Yes, I like the journal too. Sadly, I'd very much prefer if I could also add the title (not being forced). This would permit me to use it as primary source for publishing various news; I don't find it hard to insert new tag if it would allow my feed to look much much better on most readers. (See how it looks in a google gadget I dug out for YATC's homepage.) Currently, it's impossible and impractical to write anything longer in the journal, and the concept seems to be expandable beyond Twitter
:)
I'd design it as follows:
Force journal with titles
Force journal with titles
would, in case it's activated, alter the current behavior to:
ivucica's post on
Perhaps another option could be available and turned on by default: Disable journal titles
, in order to prevent someone with posting \n and being surprised with titles being turned on.
These are just thoughts; hope this could help. I really like writing posts from IM which I have turned on at all times, anyway, and being able to make real posts would simply rock.
Thanks for responding!
Would love this feature, my RSS reader puts the entire post in bold because that's what it does with the title, it hurts the eyes.
Ok - I'm warming up to this new title feature. Thanks for instigating this discussion. My feedback on your ideas:
i. Using one \n as the title delimiter: I fear some journal users might get surprised here. I would prefer something more specific, like: 2 newlines (\n\n)
, or 2 colons (::)
, or ...?
ii. I generally dislike options - I think I'd prefer to keep it really simple and turn titles on for everyone, which means that:
i. If a title is provided, use it
ii. If no title, using ivucica's post on
would be fine for the project's journal rss, but would be annoying on ivucica's journal rss (every post would have this). Instead, why not just pick the first few words with an ellipsis. Example:
Shipped a new version...
Shipped a new version of foobar that support grouping and ordering.
Yea? Nay?
Hi,
ivucica: Shippd a new version...
You Ohloh guys rock! I wish you all best in life, especially with this service.
Why not surround the text which you wish to be the title with a certain character? For example, title
I don't have a strong preference. The '==' scheme would be slightly easier to type in IM than \n\n. Anyone else wanna pipe in?
title sounds good to me too. If possible, you may want to support both schemes since that way it might be somewhat more readable for some people.
I also suggest that, while at it, you support \n's in message body :)
(It might be easy to forget since until now they were simply replaced by spaces)
Jason, any updates? :)
Hi Ivan,
I have a few things that must get done this week. I hope to get to this next week. Sorry bout the delay!
No problem -- take your time, it isn't that important, I just wanted to check up on how's it moving :)
Any updates on this?
Ping!
It's been awhile. Hope they haven't forgotten about this. :\
Dearest Ohloh developers!
I am using this opportunity to perform an ancient technique I learned many years ago, during my meditation and training on the hills of my homeland. I am using this opportunity to poke you once again for status information on implementing separation of title from content in journals.
Any information on progress will be greatly appreciated.
Information on positive progress will be magnificently appreciated.
Thank you, Wise Ones!
:)
Howdy y'all.
Your persistance pays off: I'm working on this right now.
Ok, here's my design blueprint. Feedback appreciated (and required quickly, before I code and ship this ;-).
pseudo-title (and add an ellipses
...).
pseudo-title case).
PSEUDO=trueif the title was, in fact, 'pseudo-generated'. This is so that RSS consumers can know if the title is really different than the body.
!) followed by a bang after the title.
I think this covers it. More details as I uncover more.
Yep, I like those ideas. :)
Can't really add more, but as I have a Geometry essay to write I am not able to brainstorm at all. If I have any other ideas I'll post them here though.
Keep up the good work.
K - I checked in the basic implementation today. Here are some release notes:
Had to change the title syntax to =this= (instead of !this!) - because jabber bot commands start with !.
RSS feeds now properly separate the title and contents. For journal messages that don't have a specific title I simply truncate the journal message and then repeat the entire message again in the content. If you want to know if the RSS title is actually a TRUE
title (and not a truncated version of the content), I also now include a pseudo='TRUE' attribute to the title element IF it's just a truncation of the content.
Wheh! I'm sure I forgot something along the way - alert me if anything's weird. Thanks for the prodding on this - i think it's a good step forward for journaling.
Hi!
Thanks, it looks great! That leaves only one thing; it's somewhat unrelated, but I'll grab the chance to prod you on that one too.
I've broken nightly build system for glict
becomes
I%apos;ve broken nightly build system for glict
(% being &)
This happens in this RSS feed:
http://www.ohloh.net/p/yatc/messages.rss
It happens across several browsers.
Something wrong with HTML escaping routines? :)
Hmm, and multiple lines don't seem to be working either. Or, have they ever worked? I have a habit of pressing enter when I feel my message should be organized as such. Any ideas on when this might be fixed?
Cheers,
another small thing; I tagged the post with YATC while in the title section, and it was spit out with the link included. Probably you should mop up any HTML before outputting the title section in RSS :)
So, I find only two bugs: HTML entities showing up in text that includes apostrophes, and HTML code in title where there shouldn't be any.
Otherwise, once again I'll say: this stuff works great and rocks :=]