search for: censi

Displaying 20 results from an estimated 30 matches for "censi".

Did you mean: sensi
2006 Dec 29
3
Leading blank lines in codeblocks ignored?
...cause my MUA strips tabs) Consider the code: ---- Paragraph <tab> <tab> Line <tab> ---- or even: ---- Paragraph <tab><space> <tab> Line <tab> ---- Markdown.pl ignores the leading blank line in the code block. Is this intended behaviour? -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi
2006 Dec 29
6
Doubt about standard syntax
...re only 4 paragraphs, without list items, right? ----------- Paragraph and no space: * ciao Paragraph and 1 space: * ciao Paragraph and 3 spaces: * ciao Paragraph and 4 spaces: * ciao ----------- In other words, a paragraph, once started, eats everything until a blank line? -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi
2006 Dec 27
4
Maruku: a better Markdown interpreter for Ruby.
...# converts to html $ marutex file.md # converts to tex and invokes pdflatex Any feedback is appreciated. In particular, what do you think of this (proposed) syntax for adding meta-data to span-level elements? http://maruku.rubyforge.org/maruku.html#future Have a nice day! -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi
2007 Mar 05
1
Creating a simple tag plugin
I want to create a tag processor that is activated by something like: {flickr: http://www.flickr.com/photos/censi/232006603/} (it then downloads from flickr the description of the photo -- look for example at http://www.dis.uniroma1.it/~acensi/category/sss06.html) This is my flickr.rb: load_plugin ''webgen/plugins/tags/tag_processor'' module Tags class FlickrTag < DefaultTag param...
2007 Mar 06
1
I''m crashing my head on this
I get this error: ERROR -- Invalid page file </Users/andrea/06MELANIA/censi-2006/andrea_web_site/wg/src/index.page>: Invalid structure of meta information part on a file that starts with: --- title: Sample hello page inMenu: true --- which is copied from one of the examples. I attach the whole file. -- Andrea Censi "Life is too important to be taken seri...
2007 Mar 09
3
Transformation order
.... </div></p> So, two questions: 1 - is possible to customize the order of transformations? 2 - I was wondering why did you set this order instead of the other way around: was there a reason, or was it a random decision? I think that the other order is much more intuitive. -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi
2006 Dec 29
3
Revised 2005 proposal for meta-data
...il: http://maruku.rubyforge.org/proposal.md http://maruku.rubyforge.org/proposal.html http://maruku.rubyforge.org/proposal.pdf I wait for comments. At the end of the document, there are some open issues. And I need a regexp wizard to look over the "grammar" section. Cheers, -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi
2007 Mar 17
1
Webgen and incremental generation (nukumi2 did it)
...enerates the minimum set of files, and it seemed very smart. So I CCed this to Chris, nukumi2''s author, maybe he can share its experience about how to implement incremental generation: myself, I can only think of naive ways, when there probably is a very good solution. Cheers, -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi
2006 Dec 30
4
Escaping inside code blocks?
...in your implementation? Question 2: How should I do escaping in my implementation? Question 2: What is the Markdown syntax for representing: 1) an inline code span whose string is "`" (only a backtick) 2) an inline code span whose string is "\" (only a backslash) ? -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi
2007 Jun 26
6
Poll for new default website style
Hi everybody, after looking a bit around the Internet and checking which website style some users of webgen are using, I found that many people just stay at the default webgen website style (which is not really pretty ;-) So, I''m thinking about changing the default webgen website style to something more Web-2.0-ish, and I would like to know if there is a particular website style
2007 Mar 30
4
Current status of webgen 0.4.3 and 0.5.0 (new plugin system)
...have collected all mails/forum entries/ML postings in which bugs were reported, features requested, patches submitted, ... However, I did not have time to make changes to the repository till now. So, here is a small list of changes for the upcoming 0.4.3 release: * Include plugins by Andrea Censi (a metainfo and a flickr tag plugin) * Add the parameters from MenuStyle/Vertical to MenuStyle/Horizontal * Normalize EOL to \n so that page files with any EOL encoding work properly * Change the way webgen locates it''s data directory (first local, then /usr/share/webgen - add info log...
2007 Mar 04
1
Questions about tags
...lus, I don''t need tags. 2) Is it possible to change the magic characters "{" and "}"? Ok, not really a question -- the answer is no, I looked at the source code. If it was possible to customize, I would have used "{wg:" in place of "{". -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi
2007 Mar 05
1
Changing the order in the menu for a directory
...ory. Consider the file layout: index.page dir/sub1.page I want to choose whether the order in the menu is [index,dir] or [dir, index]. I tried with: dir/: orderInfo: 1 or dir: orderInfo: 1 or other variations, and I couldn''t find a way. -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi
2007 Mar 11
1
Two questions about menus
...; to appear in the menu when the title would be too long. 2) Consider this site: a.page misc/ sub.page Now I see in the menu: A Misc | Sub Is there any way to change "Misc" to an arbitrary string? I tried with misc: title: arbitrary with no luck. -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi
2007 Jan 10
1
Proposal for meta-data (third revision)
...ring, and you are done. * IAL can be put both *before* and *after* the element. There is no ambiguity as a blank line is needed between elements: Paragraph 1 {:par2} Paragraph 2 is equivalent to: Paragraph 1 Paragraph 2 {:par2} * Simplified rules for escaping. -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi
2006 Dec 30
4
best way to use emphasis within code?
I want to use fixed font like a code block but also use italics and bold at same time. For example in HTML: <tt>$ <b>mail -u <i>user</i></b></tt> What is the best way to do this in markdown, especially if I have several lines of content that needs to be spaced out correctly? Thanks Jeremy C. Reed
2007 Jan 02
3
Revised - Revised 2005 proposal for meta-data
Happy new year! This is the revised revised proposal: http://maruku.rubyforge.org/proposal.md http://maruku.rubyforge.org/proposal.html http://maruku.rubyforge.org/proposal.pdf I wait for comments. -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi
2006 Jan 26
3
Chan_capi on builds 7955>8320 strangeness
Hello All, I am having an odd problem with Armin's chan-capi_cm on builds higher than 7955. It would seem that this happens on anything higher than 7955. What is happening is the isdn is ringing, then asterisk does a goto-if and just hangs. Asterisk itself is ok, but the isdn then rings out or busys out on the other side. Outgoing works fine, this only seems to effect incoming. I
2007 Mar 04
1
Maruku + webgen - access to meta-information from content converter
...wrote the straightforward maruku.rb converter (see attachment). In a content converter, how can I access the meta-information of the page? Maruku has many configuration options, and I want to take advantage of webgen''s system, so that I can define defaults in config.yaml, etc. -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi
2007 Mar 04
1
default.template listed in the menu
I''m not really sure if this is a bug or a feature :-) If I use in config.yaml: File/PageHandler: defaultMetaInfo: inMenu: true I get also the file "default.template" listed in the left menu. (this happens with the repository version) -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi