search for: t_leitner

Displaying 20 results from an estimated 26 matches for "t_leitner".

Did you mean: leitner
2008 Aug 24
5
uninitialized constant "Console"
I just upgraded webgen, and it broke. Here''s what I get when I run webgen: chadmac:thewoolleyweb.com woolley$ webgen --version An error has occurred: uninitialized constant Console chadmac:thewoolleyweb.com woolley$ gem list webgen *** LOCAL GEMS *** webgen (0.5.2, 0.4.7)
2008 Mar 16
8
include a page in another
Hi, for my isbn plugin, I''m wishing to incldue generated isbn pages in caller pages (the ones with <isbn value=""> tags). But I want my isbn page to be processed before for its tags to be transformed (like the relocatable or other ones). Besides, i do not want its header to be included. Is there an easy solution for that, or should I do the work myself ? -- Nicolas
2008 Jan 02
5
anchor tags?
Hi, Is there a cool webgen way to do anchor tags? I''ve just been doing this: <span id="anchor_name"/> ...but is there a better way? Thanks, Chad
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 Dec 31
2
webgen 0.4.7 relased/infos on 0.5.0
# webgen 0.4.7 I released webgen 0.4.7 today which features some minor feature enhancements: * added support for Haml markup * added support for Sass markup * gallery file handler is now multilingual aware * hidden files can now be used by the file handler plugins if the parameter Core/FileHandler:useHiddenFiles is set to true This is a recommened update. # Information on webgen 0.5.0 Alas,
2005 Dec 13
3
Features for next webgen release
| Ross Bamford wrote: | | On Tue, 13 Dec 2005 12:50:08 -0000, Thomas Leitner <thomas_leitner at | gmx.at> wrote [in comp.lang.ruby]: | | > I''m currently gathering ideas for new features for the next big | > webgen release (0.4.0). Some of the planned features are: | > | > * RSS feed generation (proposed by Friz Heinrichmeyer) | | That would be very nice -
2010 Feb 15
29
webgen 0.5.11 released
Hey everybody! -------------- webgen 0.5.11 has just been released! If you don''t know what webgen is, read the "What''s webgen?" section down below. This announcement is also available at http://webgen.rubyforge.org/news/release_0_5_11.html In this release there are two big changes regarding the internals of webgen: 1. The dependency on facets has been removed
2007 Mar 30
4
Current status of webgen 0.4.3 and 0.5.0 (new plugin system)
...lugin/resource.yaml websitemanager.plugin/resources/templates/... The file plugin.yaml contains information about the plugins in the bundle and looks like this: Support/WebsiteManager: about: summary: Provides methods for working with website directories. author: Thomas Leitner <t_leitner at gmx.at> plugin: file: manager.rb docufile: manager.documentation params: sample: default: output desc: A sample parameter. Support/Utils: about: summary: Provides utils methods author: Thomas Leitner <t_leitner at gmx.at> plugin:...
2008 Sep 17
2
bug in maruku with single-element nested unordered list?
This does not produce the expected output, yet does work on the dingus [1]: * asdf * asdf >> require ''maruku'' => true >> doc = Maruku.new("* asdf\n * asdf\n") => md_el(:document,[ md_el(:ul,[md_el(:li_span,["asdf * asdf"],{:want_my_paragraph=>false},[])],{},[]) ],{},[]) >> doc.to_html => "<ul>\n<li>asdf *
2007 Jun 07
1
Plugin installation similar to rails
...er.website.org: An other webgen plugin repository </snip> Then their exists a file http://webgen.rubyforge.org/webgen- plugins.yaml which contains: <snip> NameOfPluginBundle: plugins: Support/MyTestPlugin: summary: Just a sample plugin author: Thomas Leitner <t_leitner at gmx.at> OtherPlugin: summary: other summary author: My Name <my_name at gmail.com> resources: sample/resource/name: desc: description of resource </snip> Then webgen provides a plugin command which can be used to * show the available plugin bundl...
2007 Aug 10
3
Mix of PHP and HTML files.
Most of my website is static HTML, but I do have a couple PHP pages. I''d like the default template to be applied to it (i.e. I don''t want it to just be copied). How can I get webgen to create the PHP file with the right extension in the output directory? A way to specify the following mapping would be nice: *.php.page -> *.php *.page -> *.html Thanks. -
2007 Apr 10
2
textile formatting questions
Hi, I have a couple of webgen textile formatting questions. Please feel free to refer me to a textile mailing list if there is one that is more appropriate than here. First, how can I insert three dashes (---) in a <code> or <pre> block? I want to include a YAML file example, and the yaml document separator is three dashes, but this conflicts with the separator in webgen. Example:
2007 Dec 24
3
[new user] some features requests ...
Hi, After many tries, i''ve decided to give up dynamic websites, which definitely do not match my needs, and instead replace my blog by a webgen site. I''ve however some unanswered questions. 1) RSS One of the main interest of dynamic website is the ability to provide user a view to last updated pages, thanks to RSS. Is there a way for webgen to generate a RSS file from last
2008 Aug 16
2
Partial site generation
Thank you for providing excellent tools. I''d like to know about the partial site generation provided by webgen 0.5.2. http://rubyforge.org/forum/forum.php?forum_id=26516 > When a file that was in the menu changed, all files which > included a menu with a link to this file got regenerated, > too. However, that was not always necessary since the content > of the changed file
2008 Mar 09
2
issue with plugin loading
OK, I''m once again talking about my future almighty isbn loader. I have written quite all the ruby code I need and, using a basic test, checked it works. Now, I''me having issues running the code. When I run webgen, I got the following error : C:\Documents and Settings\Maison\Bureau\nicolas-delsaux.is-a-geek>webgen C:/Documents and
2007 Jun 10
0
Website templates for webgen
Hey all, any suggestions for additional free website templates that could/ should be included in webgen? Thanks, Thomas
2007 Jun 11
0
User documentation for webgen 0.5.0
Hey all, I''m considering restructuring of the user documentation for the next webgen release (developer documentation will be/is already generated via RDOC). Currently, all documentation is more or less ''available'' but not really connected: there is the basic documentation and the tutorial, the various reference (meta information reference, WebPage Format
2007 Jun 29
0
webgen 0.4.5
Hey everybody! -------------- I just release a new webgen version which fixes some bugs and brings one new feature: customizable links to any file handled by webgen. Have a look at http://webgen.rubyforge.org/news.html to see a complete list of changes! Best regards, Thomas What''s webgen? -------------- webgen is a tool to generate static websites by combining content with
2007 Jan 05
0
webgen 0.4.0 released
Hey all, finally a new webgen release :-) More information and install instructions below! Thanks for all the help and feedback! Bye, Thomas ------------------- About ===== webgen is used to generate web pages from page and template files. You create one or more template files in which you define the layout of your page and where the content should go. After that you create page files
2006 Aug 30
0
Preliminary version of webgen 0.4.0
Hello everyone! I have uploaded a preliminary version of webgen 0.4.0 which can be downloaded via http://webgen.rubyforge.org/webgen-0.4.0.tgz . This version can already be used to convert a website to HTML. However, the command line interface is not working, therefore you have to do something like this to run webgen (save the following as run.rb): require ''webgen/website''