Active
Project:
Static Generator
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 May 2017 at 19:58 UTC
Updated:
27 Aug 2018 at 14:34 UTC
Jump to comment: Most recent
Comments
Comment #2
fishfree commentedI also expect this upgrade.
Comment #3
captaindav commentedI am working on a Drupal 8 version of this module, I have renamed it "static_generator", as "static" is a reserved word in PHP.
The new module is available at: Drupal.org/project/static_generator
Comment #4
samuel.mortensonHey there! I'm the maintainer of Tome, which is a static site generator that also stores your content/config statically.
The part of Tome that generates static HTML doesn't need to live in Tome, and I'd be happy to roll a patch ports it over to the Static module.
I started working on Tome before I saw @captaindav's work on the static_generator module, so I'm sorry that we've been doing work in parallel. Tome's static generator has quite a lot of features, but I'm not sure where the overlap with static_generator is.
Tome's features include:
To test out Tome, just download/enable it on any Drupal 8 site and run "drush tome:static --run-server".
To proceed, I'd leave it to the Static module maintainers to see how they would like to move forward. As I mentioned I'm happier if the static generation code in Tome lived here, since this module has so many Drupal 7 users that are waiting for an upgrade. If you want Tome's code ported over, I'd ask to become a maintainer of Static so I can roll releases and address issues.
Let me know what you think!
Comment #5
im0000 commented@samuel.mortenson Tome is great, but I'm using Drupal with this Static Generator module, you mentioned about views pagers - inspired from this module, how did you do that, I can't find any way to support views pagers, would you please write something about that? thank you very much.
update:
My bad, not all views wasn't updated, but only the overwrited taxonomy views (built in with the views module /taxonomy/term/% ) didn't get updated.