Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
update todo and readme, point to 1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jun 16, 2015
1 parent c400789 commit 9075399
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A static website/documentation generator with an emphasis on multi language webs

A full distribution with all the dependencies and shell/bat script is available in maven central.

Current release is stampo 1.1. [Download zip](https://repo1.maven.org/maven2/ch/digitalfondue/stampo/stampo/1.1/stampo-1.1.zip)
Current release is stampo 1.2. [Download zip](https://repo1.maven.org/maven2/ch/digitalfondue/stampo/stampo/1.2/stampo-1.2.zip)

## Install

Expand Down Expand Up @@ -49,7 +49,7 @@ If you want to include stampo as a library, it's available from maven central:
<dependency>
<groupId>ch.digitalfondue.stampo</groupId>
<artifactId>stampo</artifactId>
<version>1.1</version>
<version>1.2</version>
</dependency>
```

Expand Down
13 changes: 5 additions & 8 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@ TODO:

- add option for hiding files with a date in the future

- refactor the whole rendering pipeline


- support a "documentation use case".
- TBD:
- more tests
- add warning when h1..h6 don't have the name parameter (due to a "-" in the text value)

- archetype support (blog, doc, multi language standard website)


- refactor the whole rendering pipeline

- refactor processing pipeline: add an additional stage.
Currently for each resource we output directly the result. Instead, it would be better to first generate
a representation of the output tree, and then apply the processors.

- add a global view of the generated structure as a model parameter for the sitemap generation usecase

- replace all syserr with java.util.logging : it's more sane if we want to use it as a lib...

Expand Down Expand Up @@ -48,22 +50,17 @@ TODO:
- webserver:
- instead of the no cache directive, add etag support


- cleanup:
- LayoutBasePath.exist

- tests

- check and fix any inconsistencies created by the override-output-to-path property

- init command

- handle more common errors
- add help :D
- add documentation and examples

- add a global view of the generated structure as a model parameter for the sitemap generation usecase

- for images, add metadata extraction support with iterate-over-static-directory (?) + thumbnail generation?:

<dependency>
Expand Down

0 comments on commit 9075399

Please sign in to comment.