Hmm. I shoulda seen that coming ...
When mirroring an LJ entry to GJ and IJ, if the entry contains
an tag (e.g.
examplename
=>
examplename), the IJ and GJ copies of the entry
will interpret the same tag as linking to a user of the same name
on those sites. And similarly, if I try to link to a GJ
(
Read more... )
Comments 14
(The comment has been removed)
Reply
Reply
I know you've solved this now, but just as one datum: when I see an LJ name in a post and am curious, it's the profile and not the recent entries I click on. I want to see the overview before diving into the journal, and, well, there are a lot of unreadably-formatted journals out there anyway.
Reply
Going the other direction, I'd randomly gotten logged out from LJ at the time I tried to post a comment to IJ as my LJ self, so I got a "you need to be logged in" page -- I logged in in another tab, refreshed the first tab, and from there things worked the same as they had in the first experiment.
I hadn't thought to try doing the same thing with GJ, and hadn't heard that GJ doesn't support OpenID. :-( Sure enough, there's no OpenID button on the GJ comment form. That will definitely be a problem if it comes to folks who stay on LJ wanting to comment to folks who move to GJ. Ouch. And the impression that I've gotten from reading a lot of comments during the peak of the Strikethrough2007 discussion, is that a lot ( ... )
Reply
Yah, more often than not, I do that too (and I share your pain regarding unreadably-formatted journals). I wasn't sure how many other people did the same thing.
Okay, I'm definitely keeping the profile link thingie. The other question is whether the pop-up box that has "Add friend / View profile / View journal" when you hover over the icon ... is useful, is mostly ignored, or is annoying as hell to most people. I'm leaning toward just not bothering to preserve that feature, both for the sake of simplicity and because I find it gets in my way most of the time. (If I've got the mouse on the icon, it's because I'm about to click it to view the profile; if I want to read the journal, I'll just click on the name, and I'm not going to add them as a friend without peeking at the profile and usually their recent entries first. But do most people like it?)
Reply
Reply
If I leave off the little link-to-profile symbol, it'll be faster to just type the HREFs by hand; if I do include that, I'll want to make a macro for vi -- I think that's right about where the hassle/convenience boundary is for me.
I'm guessing that the pop-up "add friend|view profile|view journal" box is code embedded in the style referenced in the tag that the &lj;user> tags expand to; I'll probably just throw that out unless it turns out that a lot of other people find it especially useful.
Reply
Reply
Can I just blame this oversight on the general brain-friedness I complained about earlier?
Reply
the entries in XML and have stylesheets to whack it into all the target dialects.
Reply
If I were using (writing) a GUI client, it would make even more sense to have the front-end tool create XML as an intermediate product. But I've been writing my entries in HTML by hand in 'vi', and I'm comfortable with that, and I get the impression that (in general) XML is more useful as a language for two programs to use share data with each other, than as something humans type. Am I wrong about that? (Admittedly, my impression is gleaned partly by ( ... )
Reply
I do with it (probably similar to the things you do). The more I tweak and customize the
HTML, the better XML looks, as I can apply the tweaks automatically and uniformly by
simply reprocessing the XML originals (I edit mine with vi for the most part).
However, transforming XML with stylesheets can quickly get into deep magic if you
want to get creative (which I'll take as a given). Personally, I have a great deal of
fun making stylesheets do intricate things (e.g. stylesheets generating stylesheets,
stylesheets transforming XML into troff), but "normal" people try to avoid such things.
I even have stylesheets that take parameters from the command line, do I18N on the
fly, and call Java for various tasks.
Reply
Reply
I've still got a lot of work to do on tools. I need to improve the wrapper script to handle multi-word subjects correctly or hack the 'clive' source code to post to multiple sites simultaneously; I should add user tag expansiom to either 'clive' or my wrapper script as marnanel suggested; I want to find a way to synchronize edits to the same entry on all three sites (that's the biggest PITA right now); I ought to implement some sort of linking between corresponding entries (fine print at the top or bottom of each entry with links to the same entry on the other two sites); and I still need to pipe all of my old entries through a script (well, probably just a foreach() loop) that'll clone them, appropriately backdated, to GJ and IJ ( ... )
Reply
Leave a comment