Skip to content

stef4np/snowball-website

 
 

Repository files navigation

Snowball Website Sources

This is the source for generating the website: https://snowballstem.org/

Setup

You'll need the Perl Template Toolkit, neato from graphviz, the Closure Compiler, pngcrush and pygments - on Debian you can install these with:

apt-get install libtemplate-perl graphviz closure-compiler pngcrush python-pygments

You need the pygments-snowball repo as a subdirectory, for syntax highlighting Snowball code on the website:

git clone https://github.com/hajimes/pygments-snowball.git

You also need the snowball repo in a sibling directory to get warnings if the Snowball code here under code/ is out of date:

(cd .. && git clone https://github.com/snowballstem/snowball.git)

Generating the website

Run:

./generate

This will create the website in ../snowballstem.github.io.

About

Website source for snowballstem.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 48.8%
  • JavaScript 20.6%
  • CSS 16.9%
  • C 13.1%
  • Python 0.6%