Mercurial > wikked
annotate .hgignore @ 303:6bd9d44fc535
Wiki updater cleanup and improvements.
* Less confusing API on `WikiParameters`.
* Less confusing way to do things when running the Flask app.
* When running locally, and the user edits a page, just resolve that page and
mark any other including/querying page invalidated. Resolve those lazily on
demand.
* Add DB ability to return the resolved state of pages.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 01 Oct 2014 08:19:03 -0700 |
parents | 79b2788c75b2 |
children | 8b45c5ba5d47 |
rev | line source |
---|---|
0 | 1 syntax:glob |
265
79b2788c75b2
Ignore benchmarks folder.
Ludovic Chabant <ludovic@chabant.com>
parents:
195
diff
changeset
|
2 benchmarks |
0 | 3 venv |
101
13249e5ca51c
Big refactor for better database caching:
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
4 node_modules |
161
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
101
diff
changeset
|
5 wikked/static |
195
964fd28e9b39
Added automatic versioning.
Ludovic Chabant <ludovic@chabant.com>
parents:
161
diff
changeset
|
6 wikked/__version__.py |
161
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
101
diff
changeset
|
7 dist |
101
13249e5ca51c
Big refactor for better database caching:
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
8 build |
0 | 9 *.pyc |
10 *.pyo | |
101
13249e5ca51c
Big refactor for better database caching:
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
11 *.sublime-* |
161
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
101
diff
changeset
|
12 MANIFEST |
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
101
diff
changeset
|
13 Wikked.egg-info |
0 | 14 |