Displaying 20 results from an estimated 2000 matches similar to: "(no subject)"
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 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:
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 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
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
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 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
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 Dec 18
1
OT: html to pdf?
Does anyone know of a simple utility that could convert a
webgen-generated html page to PDF? Or does something like this exist
natively for webgen?
Thanks,
Chad
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 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 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
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
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,
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>
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
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)
2007 Mar 30
2
gallery issue...
Hi,
i''m new of both webgen and ruby, so maybe this can be a dumb question, but
i can''t recognize any solution by myself.
I use webgen 0.4.1 (the newest webgen .deb package).
I''m trying to make a test gallery, without succeeding in it.
i done (ehm, copied) the yeah.gallery file in the root directory:
1 title: Example Gallery
2 imagesPerPage: 32
3 images:
2008 Jan 24
1
unable to generate doc for 0.5
Hi Thimas,
This morning, i''ve tried to generate documentation for webgen head and
was sad to see that not the slightest generated content was added to
generated files.
All the layout is present, but no generated content seems to be added.
Additionnaly, there are a bunch of warnings displayed during generation.
For that, I''ve done a ruby bin/webgen -d doc in the webgen directory.