18 |
Roughly these software packages are required to build the html files of the |
Roughly these software packages are required to build the html files of the |
19 |
Skencil website. |
Skencil website. |
20 |
|
|
21 |
- Python. Anything from version 1.5.2 should work, unless you update the |
- Python version 2.2 or above is required. |
|
Release Notes, when Python 2.2 or above is required. |
|
22 |
|
|
23 |
- Docutils (http://docutils.sf.net) (for Release Notes) |
- Docutils (http://docutils.sf.net) (for Release Notes) |
24 |
|
|
57 |
Building the Website |
Building the Website |
58 |
-------------------- |
-------------------- |
59 |
|
|
60 |
Run "./updatepages.py" to build all the web-pages in folder skencil/. |
Run "./updatepages.py" to update the web-pages in folder skencil/. |
61 |
|
(Use "--force" to create all of them regarding of the creation times.) |
62 |
If you also want to update Release Notes or the FAQ, you have to run the |
If you also want to update Release Notes or the FAQ, you have to run the |
63 |
updatefaq and updaterelnotes.py scripts in folders faq/ and relnotes/ |
updatefaq and updaterelnotes.py scripts in folders faq/ and relnotes/ |
64 |
before you run updatepages.py. |
before you run updatepages.py. |