search for: microformat

Displaying 18 results from an estimated 18 matches for "microformat".

Did you mean: microformats
2006 Nov 04
0
microformats plugin?
Hi there I''m going to add microformats in my app. I''ve googled for a while but I can''t find any plugin/gem oriented to the creation and rendering in templates of microformats. I''ve seen the REST page on microformats.org but can''t find anything more. I know that writing an implementation from scratch...
2006 Aug 03
1
Markdown and the hCal microformat
...9;m new to the list, so I don't know if this is likely to be received well - I'm aware that it's not all that common (yet) to want to do something like this, and I don't know where everyone here stands on if or how to make markup more meaningful. I'd like to generate some microformated XHTML using Markdown. Specifically, I've wanted to mark up events using [hCal][1] in my weblog posts, but using Markdown for so long has made me loathe to write XHTML directly. I've come up with one possible syntax based loosely on event descriptions I've seen in emails and m...
2008 Mar 10
2
Create Slide Shows (PowerPoint/KeyNote-Style) Using Markdown using the Slide Show (S9) Ruby Gem
...lain text using a wiki-style markup language that's easy-to-write and easy-to-read. Yes, that's Markdown. (Textile is supported too ;-) You can find two samples online in Markdown: o http://slideshow.rubyforge.org/svn/samples/rest.text o http://slideshow.rubyforge.org/svn/samples/microformats.text And the matching slide shows are online at: o http://slideshow.rubyforge.org/rest.html o http://slideshow.rubyforge.org/microformats.html Find out more about the Slide Show (S9) Ruby gem @ http://slideshow.rubyforge.org Questions and comments welcome. Cheers. PS: Note,...
2006 May 13
1
Ruby on Rails on Microtemplates
Hi Rails folks, I''ve been giving some thought on how something I''ve been calling "microtemplates" (http://microtemplates.org) might relate to Rails. Briefly, microtemplates are a way of specifying HTML templates that is inspired by microformats. For example, data like this: {vcard:{fn:"Steve Farrell",url:"http://smackman.com"}} could be bound to this template: <span class="vcard"> <a class="url fn"></a> </span> to produce this HTML presentation (which happens to be a v...
2006 Mar 19
1
Rails and REST Example
Does anyone have an example of using REST and submitting data through a POST operation and then possibly loading that data with activerecord. Also, if you have client code written in another language (java,.net, C), would you have that code as well? Berlin Brown
2006 Jan 08
10
rCalendar Project
...r.rubyforge.net). (First choice would be vpim since some attendee functionality requires vcard elements) 3. Basic Day, Week, Month, Year XHTML layouts customizable with a base CSS. 4. Controller mapped URL''s for iCal subscriptions. Later Feature Adds: 1. RSS mappings to Todo''s 2. Microformat mappings What are some of your ideas, needs, etc? BTW...anyone who''s interested, just let me know. Thanks, Dave -- ~~~~~~~~~~~~~~~~~~~ D''Andrew "Dave" Thompson http://dathompson.blogspot.com
2012 Feb 02
1
Mac markdown editor that saves as .txt (John Laudun)
...writer-users vs. programmer-users) not to realize that one could manually make the change to .txt without losing functionality. -Nicole P.S. I don't have much to add to your discussion about the various italics options since I wouldn't know how to set up my own MD/MMD version to do such microformatting, but I like your logic and see why it's useful! On Thu, Feb 2, 2012 at 12:00 PM, <markdown-discuss-request at six.pairlist.net>wrote: > > Today's Topics: > > 1. Re: Mac markdown editor that saves as .txt (John Laudun) > > > --------------------------------...
2007 Mar 28
7
Rails, REST and JSON
Hi everyone, I''m writing a lightweight AJAX application using Rails on the server side as a RESTful web service provider. I need the web service to support both JSON and XML I/O. Outputting data in XML and JSON is easy (using to_xml and to_json), and it''s also easy to do XML input as Rails does it for you automatically. Is it possible to somehow have the same automatic parsing
2012 Aug 07
1
Footnote output not valid
...bject to change. I would suggest continuing to target finished standards, and if you really care, remove the rel and rev attributes which will validate in both HTML4 and HTML5, but will result in fewer semantics (something the HTML5 people don't seem to care too much about anyway). [1]: http://microformats.org/wiki/existing-rel-values#dropped
2006 Sep 20
1
possible bug in PHP Markdown implementation of footnotes, as well as request for standardized XHTML output
I am glad to see support for footnotes working its way into other implementations of Markdown! However, I have a couple of issues. Issue # 1. There appears to be a bug in the footnote parser that causes material following the footnote to be included as part of the footnote. For example: < Example Section > ## Metadata ## First, take a look at the overall structure of the document.
2008 Jun 16
1
Fix for IE6 bug in geocoding
Hi, I was trying to use the geocoding stuff in Mapstraction and found a bug with IE6. I couldn''t find a way of submitting it on Trac, so here it is. Change line 110 of mapstraction-geocode.js from: place = response.Placemark[0]; to: var place = response.Placemark[0]; Otherwise IE6 doesn''t declare the variable properly and things break in obscure ways. Cheers, Tom
2006 Apr 06
0
Open Source Tagging Engine
...e, description, tag in the list but on mouseover a diaglog could apear with the ''extra'' information amazon provides me" So what we are searching for: * A initiative (or standard) that provides a standard way of letting applications tag there content (I looked at microformat enc, but could find something). * A way to add connectors to a rails application thru a web interface without risking hacking attempts It will be a MIT licenced rails engine using http://rails-engines.org/... Thnx, Abdul
2006 Aug 04
4
REST
...l.com/pub/a/2005/11/02/rest-on- rails.html?page=1 Or BenStiglitz''s effort: http://rails.techno-weenie.net/tip/2005/12/31/ accepting_xml_or_yaml_in_your_rest_api b) use the RESTful-Rails plugin c) use the simply_RESTful plugin Some plugin background: http://microformats.org/wiki/rest/rails Lelu''s knowledge of Rails on REST is pretty well tapped out at this point, which is unfortunate because she''s motivated me to write a web service that will serve up XML RESTfully. I''m not sure which plugin to use, though. Perhaps simply_restf...
2006 Jan 13
21
anyone interested in an Effect.Slideshow?
I had to make a sort of slideshow for a site I''m working on, and I was thinking of making it into a Scriptaculous object. Anyone think of reasons why I shouldn''t? You''d have to pass in all the image urls and a div id, with an optional delay parameter to determine how long to leave each image up before moving on. I could also have a ''randomize''
2007 Feb 04
10
[AAF] remote indexing via DRb with acts_as_ferret
Hi! Aaf trunk has undergone several major refactorings the last days, with the result that you can now transparently switch your app from local to remote indexing and back :-) If you plan to scale your app to more than one physical machine, or if you have problems with corrupted indexes and the like under high load, you really should give this a try. I wrote some documentation to get you
2011 Aug 17
2
Metadata syntax (was Universal syntax for Markdown)
So, hi all. First time commenting on the list. I personally think having tags (whether of type "author:" or type "by") is useful for two reasons. One: It allows multiple tags to be entered. Two, it clears up the potential problem listed by Fletcher regarding tags. by Christoph Freitag Affiliation: XYZ by Fletcher T. Penney Affiliation: ABC tags: Markdown, Standardization,
2012 Feb 01
5
Mac markdown editor that saves as .txt
Hi all, I'm a newer user of markdown & MultiMarkdown, and I'm looking for the perfect setup of software for my Mac and my Android phone. I'd like to have my drafts editable from both. What I want is an attractive Mac app for writing (primarily blog posts and emails) that saves its files as .txt . Most of them save as .md or .markdown instead, and since there doesn't seem to
2014 Aug 03
2
[Bug 10756] New: rsync can't create files or dirs in subdirs (sometimes?)
...(2) *** Skipping any contents from this failed directory *** rsync: recv_generator: mkdir "/home.diff/Bliss/Documents/law/maya" failed: No such file or directory (2) *** Skipping any contents from this failed directory *** rsync: recv_generator: mkdir "/home.diff/Bliss/Documents/law/microformats" failed: No such file or directory (2) *** Skipping any contents from this failed directory *** rsync: recv_generator: mkdir "/home.diff/Bliss/Documents/law/misc-longpaths" failed: No such file or directory (2) *** Skipping any contents from this failed directory *** rsync: recv_gen...