similar to: Tag/Mailto plugin...

Displaying 20 results from an estimated 11000 matches similar to: "Tag/Mailto plugin..."

2010 Feb 10
1
metainfo tag called instead of a custom one
Hi, I had adapted this mailto tag http://pjkh.com/articles/2007/12/14/webgen-mailto-tag Now webgen gives me errors like so: ERROR -- No default mandatory parameter specified for tag ''Webgen::Tag::Metainfo'' but set in </contact.en.html> ERROR -- No value for meta info key ''mailto'' in </contact.en.html> found in </contact.en.html>
2006 Dec 20
2
OSX Dashboard Widget for managing mongrels...
Hey everyone - I recently switched to using a Mac and have several different rails projects going and was getting tired of starting/stopping mongrels via the shell so wrote my first dashboard widget to do it for me. More details at the URL below... http://blog.pjkh.com/2006/12/20/mongrel-rails-dashboard-widget Hope those of you on OSX find it handy... feels good to finally give something
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 <
2008 Sep 06
1
<pre> tag content now parsed by redcloth?
Hi, Thanks for all the help so far. I''ve almost got my site upgraded. A few more problems, which I''ll address in separate threads. So, I had <pre> tags in several places which contained code - yaml, ERB, etc. Previously, these were all ignored - passed through verbatim and not parsed by webgen. Now, they appear to be parsed. First, How should I do the equivalent of a
2007 Mar 11
0
Tag plugin for writing META elements
I like (and Google likes it too) that each page has a different description. Use the tag {metainfo: } in your <head>, and add the "description","author","keywords" fields to the pages'' metainfo. --- title: Title for the page description: Description for this page. keywords: example, plugin, input --- Content -- Andrea Censi "Life is too
2007 Mar 06
1
photo_gallery
Hi, I''m trying to build the photo_gallery (example), but receive the following error: $ webgen /home/ov/work/photo_gallery/plugin/collage.rb:90:in `load_plugin'': uninitialized constant #<Module:0xb7153b48>::Collage::FileHandlers (NameError) ? ? ? ? from /usr/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/webgen/plugin.rb:224:in `load_from_file'' ? ? ? ? from
2013 Jan 27
0
[next] webgen 1.0.0.beta3
Hey everybody, I have pushed the latest changes to the Github repository and released the third beta version of webgen! A generated version of the new webgen homepage is now also available at http://webgen.rubyforge.org/beta-doc/ Note that nearly all of the links to the reference documentation are still missing. However, you will get a directory listing showing the available page under a
2007 Jun 07
1
Plugin installation similar to rails
Hey all, I''m considering including a plugin installation mechanism similar to the one available with the rails script/plugin command in the next major webgen version. There would be a repository index located on the webgen homepage, something like http://webgen.rubyforge.org/plugin-repository.yaml. This file contains a list of repositories (http and ftp) which provide webgen
2011 Nov 25
6
Use RbConfig instead of obsolete and deprecated Config
Hi everyone, since my last gem update, I get the following error when using webgen: /home/dams/opt/ruby/gems/webgen-0.5.14/lib/webgen/cli/utils.rb:10: Use RbConfig instead of obsolete and deprecated Config. /usr/lib/ruby/1.9.1/psych.rb:154:in `parse'': (<unknown>): couldn''t parse YAML at line 21 column 9 (Psych::SyntaxError) from /usr/libb/ruby/1.9.1/psych.rb:154:in
2007 Apr 12
0
Status 0.4.3/0.5.0
Hello everybody, just a short update on the recent development of the next webgen versions: 0.4.3 ===== Following changes are now in the repository: * The offending website style plain has been removed * Added meaningful parameters from MenuStyle/Vertical to MenuStyle/ Horizontal * Different EOL encodings in page/template files are now handled correctly * Data directory search order fixed
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''
2006 Feb 23
0
Current roadmap for webgen 0.4.0
Hello, as you might have noticed, there has been no change in the number of fixed bugs/features for quite some time now. The fact is, I''m studying again since October last year and did not have enough time for webgen. However, I did find some time lately and I wanted to let you know what has been done by now. The main motivation behind the next major release (0.4.0) was making webgen
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,
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
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
2008 Aug 31
2
stack level too deep - an elusive bug?
I was experimenting with template chains and detected the following issue with webgen-0.5.3: Generating tree... An error has occurred: stack level too deep The weird thing is that after deleting `webgen.cache`, website compilation is successfully. When `webgen` is run immediately after this successful compilation (i.e. without changing any files), the error above shows up. After
2008 Jun 14
0
Thoughts on webgen 0.5.0
Hi everybody, I just wanted to let you know that I did not abandon webgen :) However, I did abandon one thing: the development of webgen 0.5.0 which started around February 2007. With webgen 0.5.0 I wanted to make it easier to create plugins and do partial site generation. After working around a year on this code base (most of the core was created from scratch, plugins got converted), I realized
2012 Mar 14
0
BibTeX Extension for Webgen
Dear all, firstly, I want to thank Thomas Leitner and the community for the great program webgen! I''m using it for a long time now. I developed a small extension that allows you to specify a BibTeX-file from which a Webgen page containing a list of publications is generated. You can see two examples here: http://michaelkoester.de/activities.html
2007 Jun 20
4
custom menu plugin not working in 0.4.4
I was pushing out a new version of a site I have that I think was last generated with webgen 0.4.1. Since my gems are updated to 0.4.4 I''m getting this error when running ''webgen''. I''ve reverted back to 0.4.2 and that is the version where this custom vertical menu plugin starts breaking. So I''m not sure what has changed to cause this. I get this