search for: webgen

Displaying 20 results from an estimated 88 matches for "webgen".

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...
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 Settings/Maison/Bureau/nicolas-delsaux.is-a-geek/plugin/database/04_role.rb:1:in `load_plugin'': uniniti alized constant #<Module:0x33a1c74>::AbstractBaseEntry (N...
2007 Mar 20
1
submitting a patch
...pec.opts can use a single line (or multiple lines for backwards compatibility) for options. I''ve run the specs against spec:trunk I have two questions: 1. I''ve run rake pre_commit, but after the specs are done running, I get this error: rake aborted! ERROR while running webgen: /opt/local/lib/ruby/site_ruby/1.8/ rubygems/custom_require.rb:27:in `gem_original_require'': no such file to load -- webgen/plugins/tags/tags (LoadError) from /opt/local/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:27:in `require'' from /Users/smtlaissez...
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...
2011 Feb 07
8
Pygments
The Pygments highlighter supports many more languages than CodeRay. Pygments is written in Python, but I''ve seen non-Python projects use it (Jekyll, Pygments). There''s also this: https://github.com/nex3/rb-pygments Any idea how much work it would be to add Pygments support to Webgen?
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 /usr/lib/rub...
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 plugin bundles. Each such repository then needs a file describing the...
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 inter...
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 directory, e.g. http:...
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:useHidd...
2011 Nov 20
4
RFC: Block starting line of Webgen Page Format
Hello everybody, I''m currently deciding whether to simplify the block starting line of the Webgen Page Format. Currently one can specify arbitrary key:value pairs on the block starting line, e.g. --- name:test pipeline:erb,kramdown option:value (see http://webgen.rubyforge.org/documentation/webgen_page_format.html) However, I don''t think that these options ever get used and ther...
2009 Apr 02
3
Generate static menus?
I want to stack three horizontal menus on top of each other, and also define exactly what page will be in each menu. What files and syntax do I use in webgen to accomplish this? I tried finding the answer here and in the docs but could not figure it out. I would also like to style each menu a bit differently if that is possible. Actual examples especially appreciated! Thanks!
2009 Jan 29
2
HOWTO install webgen 0.5.6 on Debian GNU/Linux etch
Hi all, Cristian our sys-admin wrote a short HOWTO for Webgen 0.5.6 on Debian Etch, see https://wiki.fsfe.org/FellowshipHacks/Webgen. I thought it might be of interest for others as well. If you know a better way, please let us know. Best wishes, Matthias -- Deputy German Coordinator, Fellowship Coordinator Free Software Foundation Europe (FSFE) []...
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...
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 more testable and more self contained. In the current plugin system, everything concerning the plugins is hold statically and g...
2007 Mar 30
4
Current status of webgen 0.4.3 and 0.5.0 (new plugin system)
Hi everybody! As the easter holidays have now finally arrived and all the exams are over, I will have more time for webgen again! Summary ======= * Changes included in the upcoming 0.4.3 release * webgen repository * Status on 0.5.0 * Detailed information on the new 0.5.0 plugin system Changes for 0.4.3 ----------------- I have collected all mails/forum entries/ML postings in which bugs were reported, features...
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 show...
2008 Nov 28
2
Webgen as a backend for a end-user friendly CMS?
Hi all, I just had the idea of using webgen as a backend for an end-user friendly CMS. Such an end-user would for example be someone who has no programming or computer skills that go beyond using M$ Word. After logging into a friendly, graphic-based admin area of the website (e.g. PHP or Ruby-based), he/she can easily create, change, del...
2009 Jan 03
2
Some questions from a new webgen user
Hi everyone. Sorry if it is not the place to post questions about webgen. I use webgen5, i know it is not the stable version but i couldn''t understand how webgen4 worked, it''s easier with webgen5, and i won''t have to change my pages when it becomes mainstream ;) I try to build my homepage using webgen, and there are some things i don''...
2007 Mar 04
1
Maruku + webgen - access to meta-information from content converter
Hi! I am the author of Maruku (http://maruku.rubyforge.org/), a Markdown-superset interpreter. At the moment I am 1) learning webgen 2) integrating Maruku+webgen 3) converting my website to webgen, so I have many questions (one question, one message). First one: I 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 configura...