similar to: Webgen as a backend for a end-user friendly CMS?

Displaying 20 results from an estimated 1100 matches similar to: "Webgen as a backend for a end-user friendly CMS?"

2010 Jul 21
3
no such file to load -- webgen/webgentask
When I execute `rake` inside of a new webgen-0.5.12 project with ruby1.8 there is the error no such file to load -- webgen/webgentask /my/dir/Rakefile:11:in `require'' With ruby1.9 it works. Michael
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) [] (http://fsfeurope.org) Join the
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
2009 Jun 01
2
Webgeb 0.5.x possible in Windows XP?
Hi Colin, I think fcgi is only required for testing. I do without it and directly open the output files in my browser. Maybe try saying no to ramaze or whatever depends on fcgi? On Mon, Jun 1, 2009 at 18:02, Colin MacNaughton <colin.macnaughton at gmail.com> wrote: > I''m trying to install the latest webgen on Windows XP but am met with: > > [C:/Programs] gem install webgen
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 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
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
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
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,
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''t know how to do (i am sure
2008 Mar 15
2
new webgen plugin : google analytics
Hi all In order to add visit tracking to my webgen site, i''ve written a google analytics plugin which, given a google analytics key, automatically includes tre required javascripts. Requirements : in your page template, put {googleAnalytics: key: your_google_key} just before your <body> tag. And that''s all. The code is the following :
2009 Oct 22
1
Compass & Webgen
is there a way to install compass http://wiki.github.com/chriseppstein/compass on Webgen?
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
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
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 -
2007 Mar 17
1
Webgen and incremental generation (nukumi2 did it)
> There is already a plugin in the feature request tracker (created by > Fritz Heinrichmeyer) which provides blogging and rss support > (although for webgen 0.3.8). Based on this and comments of other > people I have taken notes so as to what one would expect from such a > plugin and when I have enough time I will post them to this mailing > list for further discussion! I add
2009 Nov 02
1
Copy every file not handled by webgen
Hello, I would like webgen to copy all files that''s not handled to the output directory. Is there an easy way to do this? - Zoxc
2009 Nov 04
7
About Unicorn Rack handler
Hi, A couple days ago, I was trying to run Unicorn for Ramaze, and found that `Unicorn.run'' didn''t share the same interface with other Rack handlers, i.e. `options[:Host]'' and `options[:Port]'' Because of this, I can''t just use: Rack::Handler.register(''unicorn'', ''Unicorn'') And invoke this:
2012 Sep 11
3
Which Static Web Generator should i use?
i know average ruby language. i sort out two static web generator* **Nanoc* and *Middleman* my requirements are:- 1. easy to customize 2. easy to learn 3. more resources to learn so tell me which one will be better for me Nanoc or Middleman? Thanks for Reading -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post
2016 May 24
1
Wiki account, WebsiteVer2 and site docs
On 05/23/2016 03:42 PM, Oliver Leaver-Smith wrote: > Hi Jim > > More than happy to help out with this. I have taken a look at the open > tickets on bugs.centos.org to see what sort of things need doing There aren't many open tickets there, as the website hasn't had that much focus. > I have checked the wiki but can't find the following, apologies if I > have